Compare commits

...

152 Commits

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

Point 1, 2 and 3 work like this :

-Name a table (point 1).
-Limit the number of row to display to fit the table into a diagram
(point 2).
-Create a second table in a new folio.
-Link the second table to first table, you can search by table name
(point 3).
-the new table start to display where the first table end.
The number of linked table is unlimited.
2020-04-10 21:27:47 +02:00
Laurent Trinques
4d27728773 Fix typo 2020-04-07 18:22:28 +02:00
Laurent Trinques
43182871d6 Nomenclature: minor add new items by default 2020-04-07 11:44:42 +02:00
Claveau Joshua
60e61a9f20 Improve element query widget
User can now filter each field of the query
2020-04-05 21:48:08 +02:00
Claveau Joshua
035709b70f Revamp the structur of project database 2020-04-04 17:43:58 +02:00
Claveau Joshua
b7d3db1ce6 Query can be edited. Project database can be exported
User can now define the information to display in the nomenclature
table. WIP
The internal database of project can be exported to file.
2020-04-01 18:39:19 +02:00
Claveau Joshua
46350c3860 Try it Laurent 2020-03-29 18:48:19 +02:00
Claveau Joshua
8819146a01 QETProject have is own database + add widget to edit nomenclature model
QETProject have is own ProjectDataBase, then when the database is
updated, everything that need the database is also updated trough the
signal emitted by the database.
Begin a widget to edit the NomenclatureModel
2020-03-29 18:17:27 +02:00
Claveau Joshua
66abfbe180 Add nomenclature model
Add class NomenclatureModel witch is used with QetGraphicsTableItem.
Add ProjectDataBase  class, the goal of this class is to store all
information of a project at an instant T to easilly find it. This class
is still in development and not provide all information that she should.
2020-03-28 16:33:00 +01:00
Claveau Joshua
fb7cc6fd3e Element info keys : replace all -(minus) by _(underscore)
This change will brake all information with -(minus) from projects
created before this commit, but in the other side the use of data bases
for QET will be more easily to understand by avoid to replace the
-(minus) by _(underscore) in the tables of data bases.
Sorry for that, it's for your good.
2020-03-26 15:29:15 +01:00
Claveau Joshua
f7a090c3ca Add widget to edit QetGraphicsTableItem and QetGraphicsHeaderItem 2020-03-08 10:38:49 +01:00
Claveau Joshua
2a29b4b240 Add itemTYpe for QetGraphicsTableItem and QetGraphicsHeaderItem 2020-02-21 08:55:35 +01:00
Claveau Joshua
43baed69db Add QetGraphicsHeaderItem 2020-02-20 21:33:26 +01:00
Claveau Joshua
fd2c210f49 Add QetGraphicsTableItem + entry "add nomenclature" in project menu 2020-02-02 16:33:19 +01:00
Laurent Trinques
336887b394 Fix # bug 182, thanks Wilfried 2020-01-30 16:27:27 +01:00
sdeffaux
aa06d7ffcb add symbols 2020-01-28 14:15:19 +01:00
sdeffaux
e8dcfee552 add symbols 2020-01-28 14:15:19 +01:00
Laurent Trinques
fed5a30e8f Add new symbol, thanks Alexis 2020-01-27 08:25:10 +01:00
Laurent Trinques
6abeb934e1 Merge remote-tracking branch 'origin/test_pugi' 2020-01-26 14:43:48 +01:00
Claveau Joshua
f8dcdec735 Improve loading time 2020-01-23 10:45:14 +01:00
Laurent Trinques
ebf76ef505 Add news symbols, thanks Arnaud 2020-01-22 10:56:36 +01:00
Claveau Joshua
f297e28b64 Loading elements collections doesn't freeze gui anymore. 2020-01-19 11:53:40 +01:00
dlee99
8e4b5a8dca modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-01-19 00:35:09 +01:00
Claveau Joshua
ed2e72e995 Minor improvement about using pugixml 2020-01-18 20:03:24 +01:00
Claveau Joshua
dc32a4298b Remove old aboutQet class 2020-01-18 16:34:46 +01:00
Claveau Joshua
51d8b2a2bc Revamp the aboutQet dialog with Qt designer and add a new tab "libraries" 2020-01-18 16:25:30 +01:00
Claveau Joshua
dca44566e8 Clean code 2020-01-17 19:33:13 +01:00
dlee99
0e84cef85e modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-01-13 20:24:57 +01:00
Laurent Trinques
12a0f8d831 Add new symbols, thanks David 2020-01-10 18:16:52 +01:00
joshua
91353b5578 Minor : Fix wrong position with cross ref item displayed as cross 2020-01-09 22:43:16 +01:00
joshua
32c135a7e5 Merge branch 'test_pugi' of ssh://git.tuxfamily.org/gitroot/qet/qet into test_pugi 2020-01-09 10:35:19 +01:00
joshua
3d051419a5 Improve file access on windows and mac OSX 2020-01-09 10:26:10 +01:00
Laurent Trinques
5e63ac316c Update SingleApplication to latest upstream sources 2020-01-08 14:27:52 +01:00
Laurent Trinques
fbec9c9aa5 Add Checkbox to enable or disable the dialog to display the elpsaed time
of collection loading
2020-01-07 13:02:43 +01:00
Laurent Trinques
7ebc395f8b Update Polish translation, thanks Pawel 2020-01-06 12:49:37 +01:00
joshua
3492540d53 Use pugixml for parse local name of directory and element informations 2020-01-04 23:33:35 +01:00
joshua
eb903a12b0 Add option to switch between Qtxml or pugi xml. Add dialog to display the elpsaed time of collection loading. 2020-01-04 15:59:27 +01:00
joshua
6398feba0d Minor pugi improvement 2020-01-04 13:50:58 +01:00
joshua
674e9e31a5 Add pugi_xml test branch 2020-01-04 11:30:43 +01:00
Laurent Trinques
3a2a99c87a Update README.md 2019-12-31 11:43:24 +01:00
Laurent Trinques
4ee05530ae Update README.md 2019-12-27 18:43:18 +01:00
Laurent Trinques
f10df82887 Improve README.md 2019-12-27 11:21:02 +01:00
Laurent Trinques
5e6ba5f157 Restore old READMe file 2019-12-27 03:01:33 +01:00
Laurent Trinques
96fc140918 Rename README file extenstion 2019-12-27 02:55:40 +01:00
Laurent Trinques
95a36d54dc Improve Readme file for Github repository 2019-12-27 02:44:16 +01:00
Laurent Trinques
d7e5a84be1 Merge branch '20191111_fix_permissions' 2019-12-26 03:49:02 +01:00
dlee99
d743f15bb3 modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2019-12-22 16:00:34 +01:00
joshua
523e6692ad Remove a diagram doesn't save the project anymore 2019-12-20 18:32:55 +01:00
Laurent Trinques
f7c183c9a9 Revert 2019-12-14 13:38:39 +01:00
Laurent Trinques
fb8f86f7f1 App does not work with Qt::AA_EnableHighDpiScaling flags enabled on
Windows platform since Qt 5.13.X
2019-12-14 12:10:11 +01:00
joshua
e618539ddb Fix crash when quickly move tab of digramview 2019-12-10 20:01:39 +01:00
Laurent Trinques
2435d23334 Add QFutureWatcher 2019-11-27 17:41:51 +01:00
artgg7300
cec62679be fixed syntax error in hungarian translation 2019-11-24 15:59:47 +01:00
dlee99
f806d82b41 modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2019-11-23 18:38:55 +01:00
Laurent Trinques
41af7abadb Fix typo 2019-11-18 12:53:05 +01:00
nuri
b39e000fa8 Updated german translation 2019-11-18 08:35:10 +01:00
Ole Carlsen
2e89016098 Updated Danish translation 2019-11-17 14:20:56 +01:00
artgg7300
236b37fa12 Updated hungarian translate 2019-11-17 07:21:21 +01:00
Laurent Trinques
68a685a87e Update *TS files 2019-11-17 02:41:40 +01:00
stromie@web.de
15c58e2362 bugfix, XREF Update when Text Alignment used
Signed-off-by: stromie@web.de <stromie@web.de>
2019-11-16 13:17:08 +01:00
joshua
0b196b6caf Remove QTabBar custom style 2019-11-14 21:24:55 +01:00
Kim Kirwan
fe2071c4b2 Remove Execute Permissions from Non-Executables
No source code changes.
Removed execute permissions from 7 files total:
*.pro and *.pri files (4)
main.cpp (2)
*.txt file (1)

Signed-off-by: Kim Kirwan <Kim@KimKirwan.com>
2019-11-11 04:22:22 -06:00
joshua
740b0942b7 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2019-11-11 11:17:32 +01:00
joshua
c68c1a281e CSV export : minor gui change 2019-11-11 11:17:18 +01:00
artgg7300
7a24f2fb36 updated hungarian translation 2019-11-11 06:29:09 +01:00
sdeffaux
72315a2a0f update symbols 2019-11-10 22:32:38 +01:00
sdeffaux
e887845897 add symbol 2019-11-10 22:32:38 +01:00
sdeffaux
cb52625afa Update qet_directory 2019-11-10 22:32:38 +01:00
joshua
6e0eab2608 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2019-11-10 19:46:46 +01:00
joshua
f912eea8d4 CSV export : improve save/load export configuration. 2019-11-10 19:46:28 +01:00
Laurent Trinques
a0fbcfe06c Fix symbol state 2019-11-09 18:27:58 +01:00
joshua
35d6fe5935 CSV export : change menu and dialog text 2019-11-09 14:33:33 +01:00
joshua
43361942e3 CSV export : improve selection type. 2019-11-09 14:28:13 +01:00
joshua
c8ab83a3ad CSV export : improve database and query 2019-11-09 11:38:30 +01:00
joshua
143cf088ba Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2019-11-08 19:06:25 +01:00
joshua
2df9528082 CSV export : fix some missing informations. 2019-11-08 19:06:11 +01:00
nuri
aa487495b5 Updated german translation 2019-11-08 07:58:29 +01:00
dlee99
da6dacca04 modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2019-11-07 22:01:48 +01:00
joshua
fc73d53d73 CSV export : correctly export label 2019-11-07 21:21:07 +01:00
Ole Carlsen
32a4d9c3fe Danish translation updated 2019-11-06 17:14:03 +01:00
Laurent Trinques
ff9ccd6f86 Update *TS files 2019-11-06 17:01:47 +01:00
Laurent Trinques
13971c00ee Typo 2019-11-06 16:13:41 +01:00
Laurent Trinques
60d2c403b3 Nomenclature export : Minor change in UI 2019-11-06 16:10:24 +01:00
Laurent Trinques
3fa6025c1d Update *TS files 2019-11-06 14:25:18 +01:00
Laurent Trinques
9c874af52e Nomenclature export : add coil and protection query 2019-11-06 14:16:55 +01:00
Ole Carlsen
ce190dd323 Updated Danish translation 2019-11-05 21:06:13 +01:00
nuri
8f13ef06cb Updated german translation 2019-11-05 13:39:31 +01:00
tititiou36
dc360c57b5 Update qet_fr.ts
Ajout/correction de traduction avec pluriel
2019-11-05 11:07:18 +01:00
Laurent Trinques
a75c0c5c41 Update *TS files 2019-11-05 08:03:24 +01:00
joshua
97a2c8d2c9 Nomenclature export : items double click
User can double click on item to add/remove information to export.
2019-11-04 20:16:48 +01:00
joshua
ff7eb4d11c Revampe nomenclature
Nomenclature is now totally revamped, user can define information to
export and the order of theme.
2019-11-03 13:27:46 +01:00
joshua
7d9b3d8c36 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2019-11-03 13:20:16 +01:00
Laurent Trinques
ce335f321f Add element, thanks Alexis 2019-11-01 16:48:21 +01:00
Laurent Trinques
d09b117bef Update EN translation 2019-10-29 18:08:29 +01:00
Laurent Trinques
8da9903877 Minor 2019-10-27 17:57:23 +01:00
Laurent Trinques
b2a77450de Revert previous commit 2019-10-27 17:56:13 +01:00
Laurent Trinques
345a1b4420 Typo 2019-10-20 17:29:19 +02:00
Laurent Trinques
fae2b0dab0 Try to fix Windows sqlite cache PATH 2019-10-20 17:25:54 +02:00
joshua
3c89c6f2ac Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2019-10-11 20:37:14 +02:00
Laurent Trinques
5fb7414b45 Add contributor 2019-10-09 14:47:47 +02:00
Laurent Trinques
7140cf9ca6 Update turkish translation, add forget qml files thanks Emir 2019-10-09 14:44:37 +02:00
Laurent Trinques
99681d27e4 Update turkish translation, thanks Emir 2019-10-09 14:33:25 +02:00
Laurent Trinques
265de06fe8 Update Hungarian translations, thanks Gabor 2019-10-07 06:58:59 +02:00
nuri
c50caadf78 Updated german translation 2019-10-06 11:28:42 +02:00
Ole Carlsen
e2e18e3736 Dansih translation updated 2019-10-06 09:57:22 +02:00
dlee99
de443e9f7b modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2019-10-05 22:55:47 +02:00
Laurent Trinques
87d3322ee9 Update TS files 2019-10-05 14:56:55 +02:00
joshua
5de220c485 Conductors num can be exported to csv file. 2019-10-04 19:37:46 +02:00
joshua
8cc34d5f6a Simplify how a project is save
Probably only on windows, sometime the .qet file is empty after saving.
With this commit we simplify the save function, by avoiding to import an
xml node from another one, so we minimize the risk of failure.
2019-09-30 20:03:24 +02:00
joshua
eba9148924 Fix crash when a .qet file with 0 diagrams. 2019-09-27 19:25:38 +02:00
nuri
2caaa2fae6 Updated german translation 2019-09-23 09:08:40 +02:00
Laurent Trinques
6c21b1fb5f Refresh Wago symbols, thanks Plc-user 2019-09-22 16:23:53 +02:00
Laurent Trinques
b8e33bdf98 Update hungarian translation, thanks Gábor 2019-09-20 14:28:07 +02:00
Laurent Trinques
f86e26314d Add symbol, thanks Christophe 2019-09-20 10:09:50 +02:00
dlee99
79d3c75857 modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2019-09-18 23:07:36 +02:00
Ole Carlsen
8c50496bd2 Danish translation updated, latest update apparently went wrong. 2019-09-18 16:37:58 +02:00
joshua
0ceb38eb66 Fix : element prefix don't work with custom path of user elements collection
See post at
https://qelectrotech.org/forum/viewtopic.php?pid=10593#p10593
2019-09-17 20:52:47 +02:00
Laurent Trinques
4327080b3c Add EN and FR translations 2019-09-17 13:07:34 +02:00
Laurent Trinques
33a851a9b4 Update *TS files 2019-09-17 12:58:24 +02:00
Laurent Trinques
5a3b5c9cd7 Update Changelog 2019-09-09 16:44:32 +02:00
Laurent Trinques
c4c829c205 Update Changelog 2019-09-09 10:38:56 +02:00
Laurent Trinques
ccb8b06427 macOs : add command key for fix mouse scroll 2019-09-09 09:02:16 +02:00
Laurent Trinques
a0a7513847 Replance Q_OS_MAC Deprecated by Q_OS_MACOS 2019-09-08 18:29:29 +02:00
Laurent Trinques
83eba80445 aDD scroll page tabs ON MACos, Thanks Giovanni 2019-09-08 18:07:20 +02:00
Laurent Trinques
76ba2aa3eb Add new symbols, thanks Michele 2019-09-08 15:51:38 +02:00
Laurent Trinques
01723497f3 Improve QTabBar::tab:selected style 2019-09-05 16:02:01 +02:00
Laurent Trinques
579e0badb2 Typo 2019-09-04 23:45:02 +02:00
Laurent Trinques
d24df771a3 Add green style color for tab selected 2019-09-04 23:42:24 +02:00
Laurent Trinques
b121dad562 For the Flatpak package : remove the file name extension added
automatically to the saved files even if the user sets an unknown file
extension for the program.
2019-09-03 22:54:09 +02:00
Laurent Trinques
e4741f3604 Improve Wago symbols, thanks Plc-user 2019-09-03 10:35:28 +02:00
joshua
519517a8fd Minor : fix typo 2019-09-02 20:37:33 +02:00
Laurent Trinques
701a34b033 Minor : remove Dolphin .directory view file 2019-09-02 03:48:44 +02:00
joshua
86b610dc84 Element editor : improve polygon edition 2019-09-01 21:05:33 +02:00
Laurent Trinques
3fa071841c Merge and clean Stromie patch : feature set xref slave position 2019-08-31 07:37:34 +02:00
Laurent Trinques
d37d802e6b Update MacQetDeploy.sh script 2019-08-30 14:09:08 +02:00
Laurent Trinques
10f249831d Force Fusion style on macOS 2019-08-29 13:12:00 +02:00
Laurent Trinques
cf8947cbc2 Element editor : add a control key for moving by keyboard thes
primitives selected by mouse area in 0.1 increments instead of 1
2019-08-26 14:08:51 +02:00
nuri
1218636cab Updated german translation 2019-08-26 13:55:09 +02:00
Laurent Trinques
130067ffb2 Element editor : add a control key for moving by keyboard selected
primitives in 0.1 increments instead of 1
2019-08-26 12:38:31 +02:00
nuri
80fd3c75ea Updated german translation 2019-08-26 11:13:40 +02:00
Laurent Trinques
0d464af32b Add new Wago elements, thanks Plc-user 2019-08-25 12:40:42 +02:00
Laurent Trinques
7ffa806b1b Improve folio list position (user don't know index is 0)
1 for first position
2 for second position
0 always in the end
2019-08-20 13:11:46 +02:00
Laurent Trinques
348a8d9975 Move symbols, thanks Galexis 2019-08-19 13:52:48 +02:00
Laurent Trinques
c054079d7b Set defaut position to second page 2019-08-17 12:58:24 +02:00
Laurent Trinques
6c09dd31d2 Add in setting folio list position spinbox
0 for first position
1 for second position
99999 always in the end
2019-08-17 11:43:13 +02:00
Laurent Trinques
603824aabb Snap: Remove tag hack 2019-08-07 16:19:14 +02:00
Laurent Trinques
86e658692f snap : add cups-bsd stage-packages 2019-08-07 13:22:02 +02:00
2262 changed files with 180598 additions and 29286 deletions

View File

@@ -1,3 +1,75 @@
====== ChangeLog from 0.7 to 0.8 ======
* Element editor :
* with Ctrl key you can moving by keyboard primitives selected by 0.1 point instead by 1 points, added the same feature for moving the selected aera.
* Improve polygon widget editor on elements editor.
* Diagram editor :
* User can choose now folio list emplacement in project by select position number in settings :
1 for the first position
2 for the second position
etc
0 for always at the end of project
Because index folio is 0 and not 1 we apply -1 in formula to not complicate your life..
* macOS :
* Add Fusion style and fix tilesets tab bar size
* Enable mouse wheel on tilesets tab bar with command keyboard, thanks Giovanni.
(removed by Qt upstream) https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=commitdiff;h=ea47d152b35158ba07a55d009f57df0e4c2a048f;hp=08cc9b9991ae9ab51bed5b857b6257401401ff6f
* For the Flatpak package : remove the file name extension added
automatically to the saved files even if the user sets an unknown file
extension for the program.
====== ChangeLog from 0.6 to 0.7 ======

178
README.md Normal file
View File

@@ -0,0 +1,178 @@
![](logo.png)
# QElectroTech
### What it is
QElectroTech, or QET in short, is a libre and open source desktop application to create diagrams and schematics.
The software is primarily intended to create electrical documentation but it can also be used to draw any kinds of diagrams, such as those made in pneumatics, hydraulics, process industries, electronics...
Generally speaking, QET is a **CAD/CAE editor focusing on schematics drawing features**.
This means that there are no embedded simulating or calculating functionalities and it is not planned to implement them.
The main goal of the developers is to provide a libre, easy to use and effective software for **schematics drawing purposes**.
### Version
The current stable version is 0.70 and was released on 2019.07.13.
Once it has been officialy released, the stable version is always frozen and is no longer developed.
New functionalities, bug and issue fixings are further made in the development version (currently 0.8), which can also be [downloaded](https://qelectrotech.org/download.html).
Users who want to test and take benefits from the last software implementations should use the development version. But... use it at your own risk, since things are sometimes broken or only partialy implemented until they are done!
### License
The software is licensed under [GNU/GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
You are free to use, copy, modify and redistribute it under the terms of the license.
Like many other open source softwares, QElectroTech is provided as it is, without any warranty.
### Development / technical choices
The development follows the classical way of free and open source software: the source code, written by a community of users, is freely accessible.
Here are the technical choices made for the software development:
* Integrated development environment: [Qt Framework](https://www.qt.io/ide/)
* Libraries: Qt 5.x
* [KF5 Framework](https://github.com/KDE)
[Cmake](https://cmake.org/install/)
[kcoreaddons](https://github.com/KDE/kcoreaddons)
[kwidgetsaddons](https://github.com/KDE/kwidgetsaddons).
* Coding language: [C++](https://en.wikipedia.org/wiki/C%2B%2B)
* GUI translations: [Qt Linguist](http://doc.qt.io/qt-5/qtlinguist-index.html)
* Version control: [GIT](https://git.tuxfamily.org/qet/qet.git/)
* File format for projects, elements and titleblocks: [XML](http://www.w3schools.com/xml/xml_whatis.asp)
* Main development platform: [GNU/Linux](http://getgnulinux.org/en/linux/)
* Targeted platforms: Windows, GNU/Linux, Mac OS X, BSDs
* [Forum](https://qelectrotech.org/forum/index.php)
* [Wiki](https://qelectrotech.org/wiki_new/)
* [Mantis_bugtracker](https://qelectrotech.org/bugtracker/my_view_page.php)
If you wish to be informed of the latest developments, browse the [archive](https://listengine.tuxfamily.org/lists.tuxfamily.org/qet/) of the project mailing list where all commits (changes) are registered. This archive is publicly available, you don't need any account to access it.
# Features
QElectroTech is a free and open source software.
No need to worry about restrictive licensing, privacy violation or dependency on a company.
Zero cost and no licensing fees!
But you are welcome to make a donation to support the development
QElectroTech runs on the 3 most widespread operating systems for desktop computers in the world.
Files that were created on an OS can be edited on another OS without any conversion or restriction.
MS Windows users can even run the "ready-to-use" version of QElectroTech from an external medium with no need to install it on an access restricted computer.
Take advantage of the modern GUI
Toolbars and panels can be enabled/disabled, moved and displayed the way you want to work.
Panels can be stacked on each other (as tabs) or docked on the sides (as docks) or completely separated from the main window (as windows).
The GUI can fit to small or big screens, and even to multi-display configurations.
![](https://download.tuxfamily.org/qet/images-features/0030.png "GUI overview")
The GUI of QElectroTech is translated in 19 languages.
You only need to restart the application for the new selected language to take effect.
![](https://download.tuxfamily.org/qet/images-features/0040.png "Lang menu")
Create technical documentation in professional quality
Size, look and informations of the folios (sheets) are fully configurable.
You can set vertical and horizontal headers (printed rulers) individually on and off, set number of columns and rows, and set width/height of each column/row.
Titlebocks can be created and edited with the embedded titleblock editor to perfectly suit your needs.
Custom variables can be defined to display the informations you wish in the titleblock.
![](https://download.tuxfamily.org/qet/images-features/0055.png "Titleblock editor")
With only 2 mouse clicks you can add a full automatic generated table of content.
Changes in the documentation are updated on the fly.
![](https://download.tuxfamily.org/qet/images-features/0060.png "Table of content")
Choose from more than 7.000 symbols...
The embedded QET collection contains a rich library of electric, logic, pneumatic, hydraulic and fluid symbols.
The library grows at every new release thanks to an active user community.
![](https://download.tuxfamily.org/qet/images-features/0070.png "Collections")
...or create your own collection
The embedded element editor is a nice tool to create your own elements (symbols or anything else).
Your own elements are stored in the user collection.
![](https://download.tuxfamily.org/qet/images-features/0080.png "Element editor")
Quickly find what you need
All collections can quickly be searched with the integrated search engine.
Furthermore, the search request can be restricted to the folder of your choice.
![](https://download.tuxfamily.org/qet/images-features/0090.png "Search engine")
Easily draw complex schematics
To add an element on the drawing area, it only needs a drag & drop from the collection panel.
![](https://download.tuxfamily.org/qet/images-features/0102.png "Drag and drop")
Elements are automatically connected if they are aligned, or connected from point to point by pulling a conductor with the mouse.
![](https://download.tuxfamily.org/qet/images-features/0105.png "Conductor connections")
The path of every conductor can be modified by moving its handles with the mouse.
![](https://download.tuxfamily.org/qet/images-features/0107.png "Conductor handles")
And of course, you can accurately zoom with the mouse wheel over the drawing area to catch the smallest details.
Link elements together to create cross references
Several types of element can be linked together to display a cross reference text.
All types of cross references are automatically updated on the fly, you don't need to think about them if you make changes.
![](https://download.tuxfamily.org/qet/images-features/0112.png "Cross ref elements")
To speed up your work, linkable elements are easily searched and shown.
![](https://download.tuxfamily.org/qet/images-features/0115.png "Cross ref search")
Export informations to a parts list
Informations of all elements in the project can be exported to a .csv file that can be read and edited by any spreadsheet application.
![](https://download.tuxfamily.org/qet/images-features/0122.png "Element informations")
This way, you can make your own parts list or bill of material using the full power of a spreadsheet program.
![](https://download.tuxfamily.org/qet/images-features/0125.png "Spreadsheet")
Print to pdf and/or export your work to images
Your whole documentation or only selected parts of it can be printed to a real printer or to a pdf file.
Alternatively, you can export to vector (svg) or pixel (png, jpg, bmp) format images.
### And much more:
* open and edit several projects at the same time
* import images (.bmp, .jpg, .png, .svg) in your diagrams
* add basic shapes (lines, rectangles, ellipses, polygons) to your drawings
* edit the thickness, the line style and the color of conductors
* define some autonum patterns for conductors, symbols and folios
* take advantage of the open xml standard of elements and projects to create custom tools
* search and replace Widget (Ctrl + F) in entire project
* conductors num can be exported to csv file.
* ***
### Story
The QElectroTech project was founded in 2007 by two french students, Xavier and Benoit.
Xavier developed the base application itself and made all technical choices about the development.
The first version of QET (0.1) was released on 09.03.2008.
However, both Xavier and Benoit do not participate anymore in the project since 2013.
Following this period, new developers and contributors took over the project and kept it alive.
The development and the many translations are actively maintained.
New functionalities and evolutions are planned to make QET ever better.
Nowadays, QET is not only used by many individuals, teachers and students but also by professional electricians and companies all over the world.
### Donate Money
If you love QElectroTech, you can help developers to buy new hardware to test
and implement new features. Thanks in advance for your generous donations.
For more information, look at [Paypal](https://www.paypal.com/donate/?token=rqf80cP0Ck1F2jn4Y46G7tIPv9bq7x0crXkwt3GZ6OZYG6ihJYi8lZxmmQ8itsFwMUdd1G&country.x=GB&locale.x=GB)
or at [leetchi.com](https://www.leetchi.com/c/qelectroteck)

View File

@@ -1,6 +1,54 @@
Changelog
=========
__3.0.18__
----------
* Fallback to standard QApplication class on iOS and Android systems where
the library is not supported.
* Added Build CI tests to verify the library builds successfully on Linux, Windows and MacOS across multiple Qt versions.
_Anton Filimonov_
__3.0.17__
----------
* Fixed compilation warning/error caused by `geteuid()` on unix based systems.
_Iakov Kirilenko_
* Added CMake support
_Hennadii Chernyshchyk_
__3.0.16__
----------
* Use geteuid and getpwuid to get username on Unix, fallback to environment variable.
_Jonas Kvinge_
__3.0.15__
----------
* Bug Fix: sendMessage() might return false even though data was actually written.
_Jonas Kvinge_
__3.0.14__
----------
* Fixed uninitialised variables in the `SingleApplicationPrivate` constructor.
__3.0.13a__
----------
* Process socket events asynchronously
* Fix undefined variable error on Windows
_Francis Giraldeau_
__3.0.12a__
----------
@@ -113,7 +161,7 @@ __3.0.1a__
__v3.0a__
---------
* Depricated secondary instances count.
* Deprecated secondary instances count.
* Added a sendMessage() method to send a message to the primary instance.
* Added a receivedMessage() signal, emitted when a message is received from a
secondary instance.

View File

@@ -0,0 +1,43 @@
cmake_minimum_required(VERSION 3.1.0)
project(SingleApplication)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
# SingleApplication base class
set(QAPPLICATION_CLASS QCoreApplication CACHE STRING "Inheritance class for SingleApplication")
set_property(CACHE QAPPLICATION_CLASS PROPERTY STRINGS QApplication QGuiApplication QCoreApplication)
# Libary target
add_library(${PROJECT_NAME} STATIC
singleapplication.cpp
singleapplication_p.cpp
)
# Find dependencies
find_package(Qt5Network)
if(QAPPLICATION_CLASS STREQUAL QApplication)
find_package(Qt5 COMPONENTS Widgets REQUIRED)
elseif(QAPPLICATION_CLASS STREQUAL QGuiApplication)
find_package(Qt5 COMPONENTS Gui REQUIRED)
else()
find_package(Qt5 COMPONENTS Core REQUIRED)
endif()
add_compile_definitions(QAPPLICATION_CLASS=${QAPPLICATION_CLASS})
# Link dependencies
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Network)
if(QAPPLICATION_CLASS STREQUAL QApplication)
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Widgets)
elseif(QAPPLICATION_CLASS STREQUAL QGuiApplication)
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Gui)
else()
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core)
endif()
if(WIN32)
target_link_libraries(${PROJECT_NAME} PRIVATE advapi32)
endif()
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

View File

@@ -50,15 +50,27 @@ how:
git submodule add git@github.com:itay-grudev/SingleApplication.git singleapplication
```
Then include the `singleapplication.pri` file in your `.pro` project file. Also
don't forget to specify which `QCoreApplication` class your app is using if it
is not `QCoreApplication`.
**Qmake:**
Then include the `singleapplication.pri` file in your `.pro` project file.
```qmake
include(singleapplication/singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication
```
**CMake:**
Then include the subdirectory in your `CMakeLists.txt` project file.
```cmake
set(QAPPLICATION_CLASS QApplication CACHE STRING "Inheritance class for SingleApplication")
add_subdirectory(src/third-party/singleapplication)
```
Also don't forget to specify which `QCoreApplication` class your app is using if it
is not `QCoreApplication` as in examples above.
The `Instance Started` signal
------------------------

View File

@@ -24,7 +24,7 @@ Here is an example:
```cpp
if( app.isSecondary() ) {
// This API requires LIBS += User32.lib to be added to the project
AllowSetForegroundWindow( DWORD( app.getPrimaryPid() ) );
AllowSetForegroundWindow( DWORD( app.primaryPid() ) );
}
if( app.isPrimary() ) {

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

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

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

View File

View File

@@ -41,6 +41,13 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda
{
Q_D(SingleApplication);
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
// On Android and iOS since the library is not supported fallback to
// standard QApplication behaviour by simply returning at this point.
qWarning() << "SingleApplication is not supported on Android and iOS systems.";
return;
#endif
// Store the current mode of the program
d->options = options;
@@ -168,7 +175,7 @@ bool SingleApplication::sendMessage( QByteArray message, int timeout )
d->connectToPrimary( timeout, SingleApplicationPrivate::Reconnect );
d->socket->write( message );
bool dataWritten = d->socket->flush();
d->socket->waitForBytesWritten( timeout );
bool dataWritten = d->socket->waitForBytesWritten( timeout );
d->socket->flush();
return dataWritten;
}

View File

@@ -35,7 +35,7 @@
class SingleApplicationPrivate;
/**
* @brief The SingleApplication class handles multipe instances of the same
* @brief The SingleApplication class handles multiple instances of the same
* Application
* @see QCoreApplication
*/
@@ -74,7 +74,7 @@ public:
* if there is already a primary instance.
* @arg {Mode} mode - Whether for the SingleApplication block to be applied
* User wide or System wide.
* @arg {int} timeout - Timeout to wait in miliseconds.
* @arg {int} timeout - Timeout to wait in milliseconds.
* @note argc and argv may be changed as Qt removes arguments that it
* recognizes
* @note Mode::SecondaryNotification only works if set on both the primary

View File

@@ -33,11 +33,8 @@
#include <cstddef>
#include <QtCore/QDir>
#include <QtCore/QProcess>
#include <QtCore/QByteArray>
#include <QtCore/QSemaphore>
#include <QtCore/QDataStream>
#include <QtCore/QStandardPaths>
#include <QtCore/QCryptographicHash>
#include <QtNetwork/QLocalServer>
#include <QtNetwork/QLocalSocket>
@@ -45,6 +42,12 @@
#include "singleapplication.h"
#include "singleapplication_p.h"
#ifdef Q_OS_UNIX
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#endif
#ifdef Q_OS_WIN
#include <windows.h>
#include <lmcons.h>
@@ -55,6 +58,8 @@ SingleApplicationPrivate::SingleApplicationPrivate( SingleApplication *q_ptr )
{
server = nullptr;
socket = nullptr;
memory = nullptr;
instanceNumber = -1;
}
SingleApplicationPrivate::~SingleApplicationPrivate()
@@ -107,22 +112,20 @@ void SingleApplicationPrivate::genBlockServerName()
if( GetUserNameW( username, &usernameLength ) ) {
appData.addData( QString::fromWCharArray(username).toUtf8() );
} else {
appData.addData( QStandardPaths::standardLocations( QStandardPaths::HomeLocation ).join("").toUtf8() );
appData.addData( qgetenv("USERNAME") );
}
#endif
#ifdef Q_OS_UNIX
QProcess process;
process.start( "whoami" );
if( process.waitForFinished( 100 ) &&
process.exitCode() == QProcess::NormalExit) {
appData.addData( process.readLine() );
} else {
appData.addData(
QDir(
QStandardPaths::standardLocations( QStandardPaths::HomeLocation ).first()
).absolutePath().toUtf8()
);
QByteArray username;
uid_t uid = geteuid();
struct passwd *pw = getpwuid(uid);
if( pw ) {
username = pw->pw_name;
}
if( username.isEmpty() ) {
username = qgetenv("USER");
}
appData.addData(username);
#endif
}
@@ -385,8 +388,7 @@ void SingleApplicationPrivate::readInitMessageBody( QLocalSocket *sock )
}
if (sock->bytesAvailable() > 0) {
//This line crash
//Q_EMIT this->slotDataAvailable( sock, instanceId );
Q_EMIT this->slotDataAvailable( sock, instanceId );
}
}

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

View File

@@ -1,16 +1,16 @@
Type = UserType + ???
###DIAGRAM EDITOR###
Element + 1000
Conductor + 1001
Terminal + 1002
ElementTextItem + 1003
DiagramTextItem + 1004
Element + 1000
Conductor + 1001
Terminal + 1002
ElementTextItem + 1003
DiagramTextItem + 1004
IndependentTextItem + 1005
ConductorTextItem + 1006
DiagramImageItem + 1007
QetShapItem + 1008
crossRefItem + 1009
DynamiqueElementTextItem + 1010
ConductorTextItem + 1006
DiagramImageItem + 1007
QetShapItem + 1008
crossRefItem + 1009
DynamiqueElementTextItem + 1010
ElementPrimitiveDecorator + 2200
###ELEMENT EDITOR###
@@ -25,4 +25,8 @@ part rectangle + 1109
part dynamic text field + 1110
###QetGraphicsHandlerItem###
QetGraphicsHandlerItem = 1200
QetGraphicsHandlerItem + 1200
###VIEW ITEMS###
QetGraphicsTableItem + 1300
QetGraphicsHeaderItem + 1301

View File

@@ -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">
<uuid uuid="{75d4e5ef-6080-4118-9eab-afb53220b9ef}"/>
<definition height="50" width="30" link_type="terminal" hotspot_x="16" version="0.80" orientation="dyyy" type="element" hotspot_y="29">
<uuid uuid="{a98ac40d-9055-4b9b-88ab-cffe6b08ed37}"/>
<names>
<name lang="ro">Masă</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="el">Γείωση</name>
<name lang="ru">Шасси</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="pl">Masa</name>
<name lang="es">Masa</name>
<name lang="ar">هيكل معدني</name>
<name lang="fr">Masse</name>
<name lang="ru">Шасси</name>
</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>
<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 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"/>
<input x="8" y="2" tagg="label" size="9" rotate="true" text="_"/>
<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 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"/>
<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"/>
</description>
</definition>

View File

@@ -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">
<uuid uuid="{93eafb79-a84a-45e3-b43b-327d0944591b}"/>
<definition height="30" width="20" link_type="terminal" hotspot_x="10" version="0.80" orientation="dyyy" type="element" hotspot_y="19">
<uuid uuid="{e4e753a8-9fde-4e8e-9256-0cf99d67e3de}"/>
<names>
<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="pl">Uziemienie</name>
<name lang="it">Terra</name>
<name lang="ar">تأريض</name>
<name lang="en">Ground</name>
<name lang="fr">Terre</name>
<name lang="el">Γείωση</name>
<name lang="nl">Aarde</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>
<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>
<description>
<input x="2" y="-11.5" tagg="label" size="9" rotate="true" text="_"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<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"/>
</description>
</definition>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,70 @@
<definition hotspot_y="47" width="160" height="80" link_type="simple" version="0.80" hotspot_x="66" orientation="dyyy" type="element">
<uuid uuid="{5d1564dc-9b28-4465-be38-9ce9c2ff656b}"/>
<names>
<name lang="fr">Codeur incrémental</name>
<name lang="en">Incremental encoder</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<circle diameter="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" antialias="false" x="-15"/>
<dynamic_text Halignment="AlignLeft" text_from="ElementInfo" rotation="0" text_width="-1" z="2" y="10" frame="false" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" uuid="{b07f7ea6-b556-4c38-b219-f227baaabeed}" x="-5" Valignment="AlignTop">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" x2="0" y1="-40" y2="-18" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="20" x2="20" y1="-40" y2="-18" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="40" x2="40" y1="-40" y2="-30" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-20" x2="-20" y1="-40" y2="-30" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" x2="-40" y1="-40" y2="-30" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-60" x2="-60" y1="-40" y2="-30" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="60" x2="60" y1="-40" y2="-30" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="80" x2="80" y1="-40" y2="-30" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-20" x2="-5" y1="-30" y2="-15" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" x2="-10" y1="-30" y2="-10" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-60" x2="-14" y1="-30" y2="-3" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="40" x2="25" y1="-30" y2="-15" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="60" x2="30" y1="-30" y2="-10" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="80" x2="34" y1="-30" y2="-3" length1="1.5" end1="none"/>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="40" Valignment="AlignTop">
<text>+</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="-40" Valignment="AlignTop">
<text>A</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="60" Valignment="AlignTop">
<text>0</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="0" Valignment="AlignTop">
<text>B</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="-60" Valignment="AlignTop">
<text>A</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="-20" Valignment="AlignTop">
<text>B</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="80" Valignment="AlignTop">
<text>0</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" text_from="UserText" rotation="0" text_width="-1" z="17" y="-50" frame="false" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{7375d377-e382-4123-80a2-0342b209d8c6}" x="20" Valignment="AlignTop">
<text>0V</text>
</dynamic_text>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-35" x2="-30" y1="-45" y2="-45" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="5" x2="10" y1="-45" y2="-45" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="85" x2="90" y1="-45" y2="-45" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-5" x2="5" y1="10" y2="10" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="5" x2="5" y1="10" y2="-5" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="15" x2="15" y1="-5" y2="10" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="25" x2="15" y1="10" y2="10" length1="1.5" end1="none"/>
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="15" x2="5" y1="-5" y2="-5" length1="1.5" end1="none"/>
<terminal y="-40" orientation="n" x="-60"/>
<terminal y="-40" orientation="n" x="-20"/>
<terminal y="-40" orientation="n" x="20"/>
<terminal y="-40" orientation="n" x="0"/>
<terminal y="-40" orientation="n" x="80"/>
<terminal y="-40" orientation="n" x="-40"/>
<terminal y="-40" orientation="n" x="40"/>
<terminal y="-40" orientation="n" x="60"/>
</description>
</definition>

View File

@@ -0,0 +1,6 @@
<qet-directory>
<names>
<name lang="en">Encoder</name>
<name lang="fr">Codeur</name>
</names>
</qet-directory>

View File

@@ -0,0 +1,27 @@
<definition width="50" type="element" link_type="simple" height="60" version="0.80" orientation="dyyy" hotspot_y="27" hotspot_x="24">
<uuid uuid="{e00c09f2-96d8-4b0c-beba-b358d41b52c5}"/>
<names>
<name lang="nl">Motor 1fase</name>
<name lang="it">Motore monofase</name>
<name lang="en">Motor single phase</name>
<name lang="fr">Moteur monophasé</name>
<name lang="es">Motormonofásico</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<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 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 diameter="30" y="-5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-15"/>
<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" color="#000000" rotation="0" x="-4" text="M" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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>
<info_name>label</info_name>
</dynamic_text>
<terminal y="25" orientation="s" x="10"/>
<terminal y="-20" orientation="n" x="-20"/>
<terminal y="-20" orientation="n" x="20"/>
</description>
</definition>

View File

@@ -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">
<uuid uuid="{DAFD5CF7-6568-46A8-B0DD-55988B413332}"/><names>
<definition width="70" type="element" link_type="simple" height="70" version="0.80" orientation="dyyy" hotspot_y="28" hotspot_x="29">
<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="de">Drehstrom Motor</name>
<name lang="ru">Трёхфазный эл. мотор</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="nl">Draaistroommotor</name>
<name lang="cs">Trojfázový motor</name>
<name lang="de">Drehstrom Motor</name>
</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>
<description>
<text x="22" y="-12" size="6" text="W1"/>
<text x="2" y="-12" size="6" text="V1"/>
<text x="23" y="30" size="6" text="PE"/>
<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" x="-9" y="21" antialias="true" height="8" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="180"/>
<text x="-10.25" y="18" size="18" text="M"/>
<ellipse width="46" x="-23" y="-5" antialias="true" height="42" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input x="-51" y="15.5" size="9" text="M_" tagg="label"/>
<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"/>
<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"/>
<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"/>
<text x="-17" y="27" size="9" text="3"/>
<text x="-18" y="-12" size="6" text="U1"/>
<terminal x="-20" y="-21" orientation="n"/>
<terminal x="20" y="-21" orientation="n"/>
<terminal x="0" y="-21" orientation="n"/>
<terminal x="27" y="20" orientation="e"/>
<text y="-12" color="#000000" rotation="0" x="22" text="W1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-12" color="#000000" rotation="0" x="2" text="V1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<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" 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" height="8" y="21" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-9" angle="180" start="0"/>
<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" height="42" y="-5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-23"/>
<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}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<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"/>
<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"/>
<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"/>
<text y="27" color="#000000" rotation="0" x="-17" text="3" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text y="-12" color="#000000" rotation="0" x="-18" text="U1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<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>
</definition>

View File

@@ -0,0 +1,41 @@
<definition hotspot_y="60" link_type="simple" hotspot_x="53" orientation="dyyy" width="70" type="element" version="0.80" height="80">
<uuid uuid="{04cd2f29-05b2-4e0f-8f97-7937adf58522}"/>
<names>
<name lang="de">Gleichrichter in Brückenschaltung</name>
<name lang="fr">Pont de diodes</name>
</names>
<elementInformations>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
</elementInformations>
<informations>S.Deffaux
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<dynamic_text text_width="-1" rotation="0" y="24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{64a7d575-5d70-4476-9ac2-3ce2b5dffc08}" Valignment="AlignTop" text_from="ElementInfo" frame="false" x="5" z="1" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x5="-20" x3="-20" y2="-20" x1="-20" y4="-20" antialias="false" y3="-40" y5="0" x2="-40" x4="0" closed="false"/>
<line length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" y2="-10" end2="none" x1="-20" length1="1.5" antialias="false" x2="-20" end1="none"/>
<line length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-15" y2="-15" end2="none" x1="-25" length1="1.5" antialias="false" x2="-15" end1="none"/>
<polygon style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-25" x3="-20" y2="-25" x1="-25" y4="-25" antialias="false" y3="-15" x2="-15" x4="-25" closed="false"/>
<text text="~" rotation="0" color="#000000" y="-5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="5"/>
<text text="+" rotation="0" color="#000000" y="-40" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-35"/>
<text text="-" rotation="0" color="#000000" y="10" font="Sans Serif,10,-1,5,50,0,0,0,0,0" x="-35"/>
<text text="~" rotation="0" color="#000000" y="-5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-50"/>
<terminal orientation="e" y="-20" x="0"/>
<terminal orientation="w" y="-20" x="-40"/>
<terminal orientation="s" y="0" x="-20"/>
<terminal orientation="n" y="-40" x="-20"/>
</description>
</definition>

View File

@@ -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">
<uuid uuid="{e41d2769-ae01-47b6-a5cc-44eabbb1f768}"/>
<definition version="0.80" link_type="simple" hotspot_x="255" height="100" width="520" type="element" hotspot_y="52" orientation="dyyy">
<uuid uuid="{185de924-dae4-4a2b-9c4e-442d5755c02a}"/>
<names>
<name lang="hu">ABB ACS 143-4K1-3</name>
<name lang="en">ABB ACS 143-4K1-3</name>
</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>
<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 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 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 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"/>
<circle y="-48.236" x="226.819" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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"/>
<circle y="37.7639" x="-93.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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">
<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 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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="226.819" diameter="4.4721" y="-48.236"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-93.236" diameter="4.4721" y="37.7639"/>
<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>
</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>
</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 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 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 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 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"/>
<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">
<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 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 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 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 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 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>
</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"/>
<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">
<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 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>
</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>
</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 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 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 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 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 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"/>
<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">
<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 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 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 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 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 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 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>
</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"/>
<circle y="-48.2361" x="206.769" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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 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 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 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"/>
<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">
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="206.769" diameter="4.4721" y="-48.2361"/>
<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 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 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 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 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>
</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 y="37.7639" x="-233.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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"/>
<circle y="-48.2361" x="-233.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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"/>
<circle y="37.7639" x="-113.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-133.236" diameter="4.4721" y="37.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-233.236" diameter="4.4721" y="37.7639"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-233.236" diameter="4.4721" y="-48.2361"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-113.236" diameter="4.4721" y="37.7639"/>
<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>
</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 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 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 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 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"/>
<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">
<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 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 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 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 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 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>
</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>
</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>
</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>
</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 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">
<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">
<text>DI 3</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"/>
<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">
<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 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>
</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>
</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>
</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 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">
<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">
<text>12V</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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 y="-48.2361" x="-3.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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"/>
<circle y="-48.2361" x="-43.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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"/>
<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">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="16.764" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-3.236" diameter="4.4721" y="-48.2361"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-43.236" diameter="4.4721" y="-48.2361"/>
<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 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>
</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"/>
<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">
<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 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>
</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>
</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 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 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"/>
<circle y="-48.2361" x="186.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="166.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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">
<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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="186.764" diameter="4.4721" y="-48.2361"/>
<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 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>
</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"/>
<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">
<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 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>
</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 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"/>
<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">
<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 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 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>
</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"/>
<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">
<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 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>
</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 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">
<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">
<text>U</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>
</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>
</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>
</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 y="-48.2361" x="-103.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-83.236" diameter="4.4721" y="-48.2361"/>
<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 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>
</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"/>
<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">
<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 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>
</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 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">
<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">
<text>14</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>
</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>
</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 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">
<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">
<text>L3</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 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">
<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">
<text>L2</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"/>
<circle y="37.7639" x="-193.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="37.7639" x="-213.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="146.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="127.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="106.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="86.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="66.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="-123.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<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">
<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"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-173.236" diameter="4.4721" y="37.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-193.236" diameter="4.4721" y="37.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-213.236" diameter="4.4721" y="37.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="146.764" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.764" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="106.764" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="86.764" diameter="4.4721" y="-48.2361"/>
<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>
</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"/>
<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">
<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 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>
<info_name>label</info_name>
</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 y="-48.2361" x="-193.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle y="-48.2361" x="-213.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<terminal y="-48" orientation="n" x="69"/>
<terminal y="-48" orientation="n" x="-121"/>
<terminal y="-48" orientation="n" x="109"/>
<terminal y="-48" orientation="n" x="-81"/>
<terminal y="-48" orientation="n" x="-191"/>
<terminal y="-48" orientation="n" x="-211"/>
<terminal y="-48" orientation="n" x="209"/>
<terminal y="42" orientation="s" x="-191"/>
<terminal y="-48" orientation="n" x="-41"/>
<terminal y="42" orientation="s" x="-211"/>
<terminal y="42" orientation="s" x="-171"/>
<terminal y="-48" orientation="n" x="189"/>
<terminal y="-48" orientation="n" x="130"/>
<terminal y="-48" orientation="n" x="149"/>
<terminal y="-48" orientation="n" x="-101"/>
<terminal y="-48" orientation="n" x="229"/>
<terminal y="-48" orientation="n" x="-231"/>
<terminal y="42" orientation="s" x="-91"/>
<terminal y="-48" orientation="n" x="-141"/>
<terminal y="-48" orientation="n" x="-21"/>
<terminal y="-48" orientation="n" x="39"/>
<terminal y="42" orientation="s" x="-131"/>
<terminal y="-48" orientation="n" x="19"/>
<terminal y="-48" orientation="n" x="-171"/>
<terminal y="42" orientation="s" x="-231"/>
<terminal y="42" orientation="s" x="-111"/>
<terminal y="-48" orientation="n" x="89"/>
<terminal y="-48" orientation="n" x="-1"/>
<terminal y="-48" orientation="n" x="-61"/>
<terminal y="-48" orientation="n" x="169"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-173.236" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-193.236" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-213.236" diameter="4.4721" y="-48.2361"/>
<terminal x="69" y="-48" orientation="n"/>
<terminal x="-121" y="-48" orientation="n"/>
<terminal x="109" y="-48" orientation="n"/>
<terminal x="-81" y="-48" orientation="n"/>
<terminal x="-191" y="-48" orientation="n"/>
<terminal x="-211" y="-48" orientation="n"/>
<terminal x="209" y="-48" orientation="n"/>
<terminal x="-191" y="42" orientation="s"/>
<terminal x="-41" y="-48" orientation="n"/>
<terminal x="-211" y="42" orientation="s"/>
<terminal x="-171" y="42" orientation="s"/>
<terminal x="189" y="-48" orientation="n"/>
<terminal x="130" y="-48" orientation="n"/>
<terminal x="149" y="-48" orientation="n"/>
<terminal x="-101" y="-48" orientation="n"/>
<terminal x="229" y="-48" orientation="n"/>
<terminal x="-231" y="-48" orientation="n"/>
<terminal x="-91" y="42" orientation="s"/>
<terminal x="-141" y="-48" orientation="n"/>
<terminal x="-21" y="-48" orientation="n"/>
<terminal x="39" y="-48" orientation="n"/>
<terminal x="-131" y="42" orientation="s"/>
<terminal x="19" y="-48" orientation="n"/>
<terminal x="-171" y="-48" orientation="n"/>
<terminal x="-231" y="42" orientation="s"/>
<terminal x="-111" y="42" orientation="s"/>
<terminal x="89" y="-48" orientation="n"/>
<terminal x="-1" y="-48" orientation="n"/>
<terminal x="-61" y="-48" orientation="n"/>
<terminal x="169" y="-48" orientation="n"/>
</description>
</definition>

View File

@@ -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">
<uuid uuid="{619c0609-12f7-4b11-873a-b8b410b50222}"/>
<definition version="0.80" link_type="simple" hotspot_x="16" height="100" width="490" type="element" hotspot_y="24" orientation="dyyy">
<uuid uuid="{906d4112-cced-4d1d-9216-2817ffcd50d2}"/>
<names>
<name lang="pl">ACS300</name>
<name lang="nl">ACS300</name>
<name lang="el">ACS300</name>
<name lang="fr">ACS300</name>
<name lang="en">ACS300</name>
<name lang="it">ACS300</name>
<name lang="cs">ACS300</name>
<name lang="nl">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>
<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>
<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 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 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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="147.764"/>
<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"/>
<input size="4" text="SR23" rotate="true" y="5" rotation="270" tagg="none" x="452"/>
<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"/>
<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"/>
<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 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 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 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 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"/>
<input size="4" text="RESISTANCES DE FREINAGE" rotate="true" y="33.5" tagg="none" x="92"/>
<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"/>
<input size="4" text="18" rotate="true" y="-3" rotation="270" tagg="none" x="446.95"/>
<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"/>
<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"/>
<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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="448.214"/>
<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"/>
<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"/>
<input size="4" text="+ R" rotate="true" y="68" rotation="270" tagg="none" x="110.5"/>
<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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="107.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="7.7639"/>
<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"/>
<input size="4" text="- R" rotate="true" y="67" rotation="270" tagg="none" x="129.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="7.7639"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="127.764"/>
<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 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"/>
<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"/>
<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"/>
<input size="4" text="REF" rotate="true" y="4" rotation="270" tagg="none" x="100"/>
<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"/>
<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"/>
<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"/>
<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"/>
<input size="4" text="SR22" rotate="true" y="5" rotation="270" tagg="none" x="431.55"/>
<input size="4" text="SR21" rotate="true" y="5" rotation="270" tagg="none" x="410.55"/>
<input size="4" text="SR13" rotate="true" y="5" rotation="270" tagg="none" x="391.55"/>
<input size="4" text="SR12" rotate="true" y="5" rotation="270" tagg="none" x="371.55"/>
<input size="4" text="SR11" rotate="true" y="5" rotation="270" tagg="none" x="352.55"/>
<input size="4" text="GND" rotate="true" y="5" rotation="270" tagg="none" x="333"/>
<input size="4" text="SA+" rotate="true" y="5" rotation="270" tagg="none" x="311.55"/>
<input size="4" text="EL5" rotate="true" y="5" rotation="270" tagg="none" x="282.55"/>
<input size="4" text="EL4" rotate="true" y="4.5" rotation="270" tagg="none" x="261.55"/>
<input size="4" text="EL3" rotate="true" y="4" rotation="270" tagg="none" x="242"/>
<input size="4" text="EL2" rotate="true" y="4" rotation="270" tagg="none" x="222"/>
<input size="4" text="EL1" rotate="true" y="3" rotation="270" tagg="none" x="201"/>
<input size="4" text="+24V" rotate="true" y="5.5" rotation="270" tagg="none" x="180.55"/>
<input size="4" text="GND" rotate="true" y="4" rotation="270" tagg="none" x="161"/>
<input size="4" text="EA+" rotate="true" y="4" rotation="270" tagg="none" x="142"/>
<input size="4" text="GND" rotate="true" y="4" rotation="270" tagg="none" x="121"/>
<input size="4" text="9" rotate="true" y="-3" rotation="270" tagg="none" x="255.5"/>
<input size="4" text="8" rotate="true" y="-3" rotation="270" tagg="none" x="236.5"/>
<input size="4" text="2" rotate="true" y="-3" rotation="270" tagg="none" x="113.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="257.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="237.764"/>
<input size="4" text="6" rotate="true" y="-4" rotation="270" tagg="none" x="194.5"/>
<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"/>
<input size="4" text="7" rotate="true" y="-3" rotation="270" tagg="none" x="214.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="197.764"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="217.764"/>
<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"/>
<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"/>
<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"/>
<input size="4" text="17" rotate="true" y="-3" rotation="270" tagg="none" x="426.5"/>
<input size="4" text="16" rotate="true" y="-3" rotation="270" tagg="none" x="405.5"/>
<input size="4" text="10" rotate="true" y="-2" rotation="270" tagg="none" x="277.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="427.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="407.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="277.764"/>
<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"/>
<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"/>
<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"/>
<input size="4" text="4" rotate="true" y="-3" rotation="270" tagg="none" x="155.5"/>
<input size="4" text="5" rotate="true" y="-4" rotation="270" tagg="none" x="173.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="177.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="157.764"/>
<input size="4" text="3" rotate="true" y="-3" rotation="270" tagg="none" x="134.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="137.764"/>
<input size="4" text="1" rotate="true" y="-3" rotation="270" tagg="none" x="92.5"/>
<input size="7" text="U" rotate="true" y="64" rotation="270" tagg="none" x="30"/>
<input size="4" text="15" rotate="true" y="-3" rotation="270" tagg="none" x="385.5"/>
<input size="4" text="11" rotate="true" y="-3" rotation="270" tagg="none" x="306.5"/>
<input size="7" text="L1" rotate="true" y="5" rotation="270" tagg="none" x="29.5"/>
<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"/>
<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"/>
<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"/>
<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"/>
<input size="7" text="W" rotate="true" y="64" rotation="270" tagg="none" x="71"/>
<input size="7" text="V" rotate="true" y="64" rotation="270" tagg="none" x="50"/>
<input size="4" text="14" rotate="true" y="-3" rotation="270" tagg="none" x="366.5"/>
<input size="4" text="13" rotate="true" y="-3" rotation="270" tagg="none" x="347.5"/>
<input size="4" text="12" rotate="true" y="-3" rotation="270" tagg="none" x="327.5"/>
<input size="7" text="L3" rotate="true" y="5" rotation="270" tagg="none" x="69"/>
<input size="7" text="L2" rotate="true" y="5" rotation="270" tagg="none" x="50"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="67.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="47.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="27.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="387.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="368.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="347.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="327.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="307.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="117.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="97.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="67.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="47.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="27.7639"/>
<input size="9" text="ABB ACS300" rotate="true" y="26.5" tagg="none" x="1"/>
<input size="9" text="_" rotate="true" y="-40" tagg="label" x="0"/>
<terminal orientation="n" y="-20" x="371"/>
<terminal orientation="s" y="70" x="30"/>
<terminal orientation="n" y="-20" x="30"/>
<terminal orientation="s" y="70" x="50"/>
<terminal orientation="n" y="-20" x="70"/>
<terminal orientation="n" y="-20" x="50"/>
<terminal orientation="s" y="70" x="70"/>
<terminal orientation="n" y="-20" x="350"/>
<terminal orientation="n" y="-20" x="330"/>
<terminal orientation="n" y="-20" x="100"/>
<terminal orientation="n" y="-20" x="120"/>
<terminal orientation="n" y="-20" x="260"/>
<terminal orientation="n" y="-20" x="450"/>
<terminal orientation="n" y="-20" x="10"/>
<terminal orientation="s" y="70" x="10"/>
<terminal orientation="s" y="70" x="130"/>
<terminal orientation="s" y="70" x="110"/>
<terminal orientation="n" y="-20" x="310"/>
<terminal orientation="n" y="-20" x="390"/>
<terminal orientation="n" y="-20" x="140"/>
<terminal orientation="n" y="-20" x="160"/>
<terminal orientation="n" y="-20" x="240"/>
<terminal orientation="s" y="70" x="150"/>
<terminal orientation="n" y="-20" x="180"/>
<terminal orientation="n" y="-20" x="280"/>
<terminal orientation="n" y="-20" x="410"/>
<terminal orientation="n" y="-20" x="430"/>
<terminal orientation="n" y="-20" x="200"/>
<terminal orientation="n" y="-20" x="220"/>
<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 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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="147.764" diameter="4.4721" y="65.7639"/>
<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"/>
<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">
<text>SR23</text>
</dynamic_text>
<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 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 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 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 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"/>
<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 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"/>
<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">
<text>RESISTANCES DE FREINAGE</text>
</dynamic_text>
<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"/>
<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">
<text>18</text>
</dynamic_text>
<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"/>
<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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="448.214" diameter="4.4721" y="-20.2361"/>
<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 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"/>
<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">
<text>+ R</text>
</dynamic_text>
<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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="107.764" diameter="4.4721" y="65.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.7639" diameter="4.4721" y="65.7639"/>
<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"/>
<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">
<text>- R</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.7639" diameter="4.4721" y="-20.2361"/>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.764" diameter="4.4721" y="65.7639"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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">
<text>REF</text>
</dynamic_text>
<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"/>
<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"/>
<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"/>
<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"/>
<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">
<text>SR22</text>
</dynamic_text>
<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">
<text>SR21</text>
</dynamic_text>
<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">
<text>SR13</text>
</dynamic_text>
<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">
<text>SR12</text>
</dynamic_text>
<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">
<text>SR11</text>
</dynamic_text>
<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">
<text>GND</text>
</dynamic_text>
<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">
<text>SA+</text>
</dynamic_text>
<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">
<text>EL5</text>
</dynamic_text>
<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">
<text>EL4</text>
</dynamic_text>
<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">
<text>EL3</text>
</dynamic_text>
<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">
<text>EL2</text>
</dynamic_text>
<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">
<text>EL1</text>
</dynamic_text>
<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">
<text>+24V</text>
</dynamic_text>
<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">
<text>GND</text>
</dynamic_text>
<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">
<text>EA+</text>
</dynamic_text>
<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">
<text>GND</text>
</dynamic_text>
<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">
<text>9</text>
</dynamic_text>
<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">
<text>8</text>
</dynamic_text>
<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">
<text>2</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="257.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="237.764" diameter="4.4721" y="-20.2361"/>
<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">
<text>6</text>
</dynamic_text>
<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"/>
<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">
<text>7</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-20.2361"/>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="-20.2361"/>
<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"/>
<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"/>
<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"/>
<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">
<text>17</text>
</dynamic_text>
<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">
<text>16</text>
</dynamic_text>
<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">
<text>10</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="427.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="-20.2361"/>
<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"/>
<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"/>
<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"/>
<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">
<text>4</text>
</dynamic_text>
<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">
<text>5</text>
</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>
</definition>

View File

@@ -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">
<uuid uuid="{79ba3f33-bfa1-49cd-aea3-9b9fbf24303a}"/>
<definition version="0.80" link_type="simple" hotspot_x="225" height="100" width="460" type="element" hotspot_y="44" orientation="dyyy">
<uuid uuid="{ba9e9073-cd04-43d0-9723-3b97fa9768c1}"/>
<names>
<name lang="pl">ACS550</name>
<name lang="nl">ACS550</name>
<name lang="el">ACS550</name>
<name lang="fr">ACS550</name>
<name lang="en">ACS550</name>
<name lang="it">ACS550</name>
<name lang="cs">ACS550</name>
<name lang="nl">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>
<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>
<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 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 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 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 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 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 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 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 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"/>
<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"/>
<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 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"/>
<input size="4" text="SR1C" rotate="true" y="-15" rotation="270" tagg="none" x="-130.5"/>
<input size="4" text="AGND" rotate="true" y="44.5" rotation="270" tagg="none" x="79.55"/>
<input size="4" text="SA2" rotate="true" y="44.5" rotation="270" tagg="none" x="48.55"/>
<input size="4" text="SA1" rotate="true" y="44.5" rotation="270" tagg="none" x="18.55"/>
<input size="4" text="AGND" rotate="true" y="44.5" rotation="270" tagg="none" x="-9.45"/>
<input size="4" text="EA2" rotate="true" y="45.5" rotation="270" tagg="none" x="-30.45"/>
<input size="4" text="10V" rotate="true" y="44.5" rotation="270" tagg="none" x="-60.45"/>
<input size="4" text="AGND" rotate="true" y="45.5" rotation="270" tagg="none" x="-78.45"/>
<input size="4" text="EA1" rotate="true" y="44.5" rotation="270" tagg="none" x="-99.45"/>
<input size="4" text="SCR" rotate="true" y="45.5" rotation="270" tagg="none" x="-118.45"/>
<input size="4" text="EL5" rotate="true" y="-15" rotation="270" tagg="none" x="201.55"/>
<input size="4" text="EL4" rotate="true" y="-15" rotation="270" tagg="none" x="180.55"/>
<input size="4" text="EL3" rotate="true" y="-15" rotation="270" tagg="none" x="161.55"/>
<input size="4" text="EL2" rotate="true" y="-15" rotation="270" tagg="none" x="141.55"/>
<input size="4" text="EL1" rotate="true" y="-15" rotation="270" tagg="none" x="122.55"/>
<input size="4" text="DCOM1" rotate="true" y="-12" rotation="270" tagg="none" x="102.5"/>
<input size="4" text="GND" rotate="true" y="-15" rotation="270" tagg="none" x="81.55"/>
<input size="4" text="24V" rotate="true" y="-15" rotation="270" tagg="none" x="52.55"/>
<input size="4" text="SR3B" rotate="true" y="-15.5" rotation="270" tagg="none" x="31.55"/>
<input size="4" text="SR3A" rotate="true" y="-14.5" rotation="270" tagg="none" x="11.55"/>
<input size="4" text="SR3C" rotate="true" y="-14.5" rotation="270" tagg="none" x="-8.45"/>
<input size="4" text="SR2B" rotate="true" y="-14.5" rotation="270" tagg="none" x="-29.45"/>
<input size="4" text="SR2A" rotate="true" y="-14.5" rotation="270" tagg="none" x="-49.45"/>
<input size="4" text="SR2C" rotate="true" y="-14.5" rotation="270" tagg="none" x="-68.45"/>
<input size="4" text="SR1B" rotate="true" y="-14.5" rotation="270" tagg="none" x="-87.45"/>
<input size="4" text="SR1A" rotate="true" y="-14.5" rotation="270" tagg="none" x="-109.45"/>
<input size="4" text="27" rotate="true" y="-23" rotation="270" tagg="none" x="25.5"/>
<input size="4" text="26" rotate="true" y="-23" rotation="270" tagg="none" x="6.5"/>
<input size="4" text="20" rotate="true" y="-23" rotation="270" tagg="none" x="-116.5"/>
<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"/>
<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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="27.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="7.764"/>
<input size="4" text="24" rotate="true" y="-24" rotation="270" tagg="none" x="-35.5"/>
<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"/>
<input size="4" text="9" rotate="true" y="48" rotation="270" tagg="none" x="73.5"/>
<input size="4" text="8" rotate="true" y="48" rotation="270" tagg="none" x="42.5"/>
<input size="4" text="25" rotate="true" y="-23" rotation="270" tagg="none" x="-15.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-32.236"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="77.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="47.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-12.236"/>
<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"/>
<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"/>
<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"/>
<input size="4" text="17" rotate="true" y="-23" rotation="270" tagg="none" x="196.5"/>
<input size="4" text="16" rotate="true" y="-23" rotation="270" tagg="none" x="175.5"/>
<input size="4" text="10" rotate="true" y="-22" rotation="270" tagg="none" x="47.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="197.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="177.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="47.764"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<input size="4" text="1" rotate="true" y="47" rotation="270" tagg="none" x="-124.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-122.236"/>
<input size="4" text="22" rotate="true" y="-23" rotation="270" tagg="none" x="-74.5"/>
<input size="4" text="23" rotate="true" y="-24" rotation="270" tagg="none" x="-56.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-52.236"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-72.236"/>
<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"/>
<input size="4" text="3" rotate="true" y="48" rotation="270" tagg="none" x="-83.5"/>
<input size="4" text="7" rotate="true" y="48" rotation="270" tagg="none" x="12.5"/>
<input size="4" text="21" rotate="true" y="-23" rotation="270" tagg="none" x="-95.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-82.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="16.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-92.236"/>
<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"/>
<input size="4" text="6" rotate="true" y="48" rotation="270" tagg="none" x="-15.5"/>
<input size="4" text="5" rotate="true" y="48" rotation="270" tagg="none" x="-36.5"/>
<input size="4" text="2" rotate="true" y="47" rotation="270" tagg="none" x="-105.5"/>
<input size="4" text="19" rotate="true" y="-23" rotation="270" tagg="none" x="-137.5"/>
<input size="7" text="U" rotate="true" y="44" rotation="270" tagg="none" x="-200"/>
<input size="4" text="15" rotate="true" y="-23" rotation="270" tagg="none" x="155.5"/>
<input size="4" text="11" rotate="true" y="-23" rotation="270" tagg="none" x="76.5"/>
<input size="7" text="L1" rotate="true" y="-15" rotation="270" tagg="none" x="-200.5"/>
<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"/>
<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"/>
<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"/>
<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"/>
<input size="4" text="4" rotate="true" y="48" rotation="270" tagg="none" x="-66.5"/>
<input size="7" text="W" rotate="true" y="44" rotation="270" tagg="none" x="-159"/>
<input size="7" text="V" rotate="true" y="44" rotation="270" tagg="none" x="-180"/>
<input size="4" text="14" rotate="true" y="-23" rotation="270" tagg="none" x="136.5"/>
<input size="4" text="13" rotate="true" y="-23" rotation="270" tagg="none" x="117.5"/>
<input size="4" text="12" rotate="true" y="-23" rotation="270" tagg="none" x="97.5"/>
<input size="7" text="L3" rotate="true" y="-15" rotation="270" tagg="none" x="-161"/>
<input size="7" text="L2" rotate="true" y="-15" rotation="270" tagg="none" x="-180"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-12.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-32.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-62.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-102.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-162.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-182.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-202.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="157.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="137.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="117.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="97.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="77.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-112.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-132.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-162.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-182.236"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-202.236"/>
<input size="9" text="ABB ACS550" rotate="true" y="7.5" tagg="none" x="-208"/>
<input size="9" text="_" rotate="true" y="-60" tagg="label" x="-210"/>
<terminal orientation="n" y="-40" x="-200"/>
<terminal orientation="n" y="-40" x="-180"/>
<terminal orientation="s" y="50" x="-200"/>
<terminal orientation="n" y="-40" x="140"/>
<terminal orientation="s" y="50" x="-180"/>
<terminal orientation="n" y="-40" x="-160"/>
<terminal orientation="s" y="50" x="-160"/>
<terminal orientation="n" y="-40" x="120"/>
<terminal orientation="n" y="-40" x="100"/>
<terminal orientation="n" y="-40" x="-130"/>
<terminal orientation="n" y="-40" x="80"/>
<terminal orientation="n" y="-40" x="-110"/>
<terminal orientation="n" y="-40" x="160"/>
<terminal orientation="s" y="50" x="-100"/>
<terminal orientation="s" y="50" x="-60"/>
<terminal orientation="s" y="50" x="-30"/>
<terminal orientation="s" y="50" x="-10"/>
<terminal orientation="n" y="-40" x="-90"/>
<terminal orientation="s" y="50" x="20"/>
<terminal orientation="s" y="50" x="-80"/>
<terminal orientation="n" y="-40" x="-70"/>
<terminal orientation="n" y="-40" x="-50"/>
<terminal orientation="s" y="50" x="-120"/>
<terminal orientation="n" y="-40" x="50"/>
<terminal orientation="n" y="-40" x="180"/>
<terminal orientation="n" y="-40" x="200"/>
<terminal orientation="n" y="-40" x="-30"/>
<terminal orientation="n" y="-40" x="-10"/>
<terminal orientation="n" y="-40" x="10"/>
<terminal orientation="n" y="-40" x="30"/>
<terminal orientation="s" y="50" x="50"/>
<terminal orientation="s" y="50" x="80"/>
<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 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 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 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 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 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 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 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 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 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 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 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"/>
<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">
<text>SR1C</text>
</dynamic_text>
<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">
<text>AGND</text>
</dynamic_text>
<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">
<text>SA2</text>
</dynamic_text>
<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">
<text>SA1</text>
</dynamic_text>
<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">
<text>AGND</text>
</dynamic_text>
<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">
<text>EA2</text>
</dynamic_text>
<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">
<text>10V</text>
</dynamic_text>
<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">
<text>AGND</text>
</dynamic_text>
<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">
<text>EA1</text>
</dynamic_text>
<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">
<text>SCR</text>
</dynamic_text>
<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">
<text>EL5</text>
</dynamic_text>
<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">
<text>EL4</text>
</dynamic_text>
<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">
<text>EL3</text>
</dynamic_text>
<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">
<text>EL2</text>
</dynamic_text>
<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">
<text>EL1</text>
</dynamic_text>
<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">
<text>DCOM1</text>
</dynamic_text>
<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">
<text>GND</text>
</dynamic_text>
<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">
<text>24V</text>
</dynamic_text>
<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">
<text>SR3B</text>
</dynamic_text>
<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">
<text>SR3A</text>
</dynamic_text>
<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">
<text>SR3C</text>
</dynamic_text>
<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">
<text>SR2B</text>
</dynamic_text>
<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">
<text>SR2A</text>
</dynamic_text>
<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">
<text>SR2C</text>
</dynamic_text>
<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">
<text>SR1B</text>
</dynamic_text>
<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">
<text>SR1A</text>
</dynamic_text>
<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">
<text>27</text>
</dynamic_text>
<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">
<text>26</text>
</dynamic_text>
<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">
<text>20</text>
</dynamic_text>
<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"/>
<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"/>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.764" diameter="4.4721" y="-40.2361"/>
<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">
<text>24</text>
</dynamic_text>
<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"/>
<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">
<text>9</text>
</dynamic_text>
<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">
<text>8</text>
</dynamic_text>
<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">
<text>25</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.236" diameter="4.4721" y="-40.2361"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.764" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="47.764" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.236" diameter="4.4721" y="-40.2361"/>
<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"/>
<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"/>
<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"/>
<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">
<text>17</text>
</dynamic_text>
<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">
<text>16</text>
</dynamic_text>
<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">
<text>10</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="47.764" diameter="4.4721" y="-40.2361"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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">
<text>1</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-122.236" diameter="4.4721" y="45.7639"/>
<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">
<text>22</text>
</dynamic_text>
<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">
<text>23</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-52.236" diameter="4.4721" y="-40.2361"/>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-72.236" diameter="4.4721" y="-40.2361"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{263baaa0-455e-42d0-a62b-4b1fbdb21fd3}"/>
<definition version="0.80" link_type="simple" hotspot_x="5" height="120" width="470" type="element" hotspot_y="6" orientation="dyyy">
<uuid uuid="{ced73241-a6a5-43b6-aeca-e5a44250954b}"/>
<names>
<name lang="en">ABB PSE</name>
<name lang="cs">ABB PSE</name>
</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>
<description>
<text size="5" text="TOR" y="81" x="193"/>
<text size="4" text="ANALOG OUT&#xa; 4-20mA" y="56" rotation="270" x="410"/>
<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"/>
<text size="5" text="-" y="13" rotation="270" x="421"/>
<text size="5" text="+" y="15" rotation="270" x="402"/>
<text size="5" text="EVENT" y="81" x="218"/>
<text size="4" text="7" y="101" x="243"/>
<text size="3" text="NC" y="95" x="215"/>
<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"/>
<text size="3" text="NA" y="95" x="241"/>
<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 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 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 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 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 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 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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="317.764"/>
<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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="357.764"/>
<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 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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="337.764"/>
<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 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 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 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"/>
<text size="4" text="2" y="8" x="201"/>
<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"/>
<input size="7" text="1L1" rotate="true" y="29" rotation="270" tagg="none" x="20"/>
<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"/>
<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 size="5" text="N" y="17" rotation="270" x="203"/>
<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 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"/>
<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 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 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 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"/>
<text size="4" text="9" y="8" x="303"/>
<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 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 size="4" text="13" y="8" x="402"/>
<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"/>
<text size="4" text="14" y="8" x="412"/>
<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"/>
<text size="4" text="12" y="8" x="363"/>
<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 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"/>
<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"/>
<text size="4" text="4" y="101" x="183"/>
<input size="6" text="5L3" rotate="true" y="29" rotation="270" tagg="none" x="61"/>
<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 size="4" text="5" y="101" x="203"/>
<text size="5" text="VP" y="19" rotation="270" x="343"/>
<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"/>
<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"/>
<text size="4" text="11" y="8" x="342"/>
<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 size="4" text="10" y="8" x="323"/>
<text size="5" text="VP" y="19" rotation="270" x="363"/>
<text size="4" text="3" y="101" x="162"/>
<text size="4" text="6" y="101" x="223"/>
<text size="4" text="8" y="8" x="283"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="237.764"/>
<text size="4" text="100-250 V&#xa; 50/60Hz" y="52" rotation="270" x="189"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="217.764"/>
<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 size="5" text="START" y="30" rotation="270" x="283"/>
<text size="5" text="STOP" y="27" rotation="270" x="303"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="177.764"/>
<text size="5" text="RESET" y="32" rotation="270" x="323"/>
<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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="417.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 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 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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="297.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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="277.764"/>
<text size="5" text="RUN" y="81" x="173"/>
<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"/>
<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"/>
<input size="7" text="ABB" rotate="true" y="93" tagg="none" x="430"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="397.764"/>
<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 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 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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="17.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="17.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="197.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="177.764"/>
<input size="6" text="2T1" rotate="true" y="102" rotation="270" tagg="none" x="20"/>
<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 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"/>
<input size="6" text="6T3" rotate="true" y="103" rotation="270" tagg="none" x="61"/>
<input size="6" text="4T2" rotate="true" y="103" rotation="270" tagg="none" x="40"/>
<input size="6" text="3L2" rotate="true" y="28" rotation="270" tagg="none" x="41"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="57.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="37.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="57.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="37.7639"/>
<input size="8" text="PSEXX-YYY-ZZ" rotate="true" y="51" tagg="label" x="229"/>
<text size="5" text="L" y="16" rotation="270" x="183"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<input size="9" text="_" rotate="true" y="16" tagg="label" x="465"/>
<text size="4" text="1" y="8" x="181"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<input size="9" text="_" rotate="true" y="-20" tagg="label" x="10"/>
<terminal orientation="s" y="108" x="40"/>
<terminal orientation="n" y="-2" x="40"/>
<terminal orientation="s" y="108" x="60"/>
<terminal orientation="n" y="-2" x="60"/>
<terminal orientation="n" y="-2" x="20"/>
<terminal orientation="s" y="108" x="20"/>
<terminal orientation="n" y="-2" x="180"/>
<terminal orientation="n" y="-2" x="200"/>
<terminal orientation="n" y="-2" x="400"/>
<terminal orientation="n" y="-2" x="420"/>
<terminal orientation="s" y="108" x="160"/>
<terminal orientation="s" y="108" x="180"/>
<terminal orientation="s" y="108" x="200"/>
<terminal orientation="n" y="-2" x="280"/>
<terminal orientation="n" y="-2" x="300"/>
<terminal orientation="n" y="-2" x="320"/>
<terminal orientation="n" y="-2" x="340"/>
<terminal orientation="n" y="-2" x="360"/>
<terminal orientation="s" y="108" x="220"/>
<terminal orientation="s" y="108" x="240"/>
<text x="193" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="TOR" rotation="0" color="#000000"/>
<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 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 x="421" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="13" text="-" rotation="270" color="#000000"/>
<text x="402" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="15" text="+" rotation="270" color="#000000"/>
<text x="218" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="EVENT" rotation="0" color="#000000"/>
<text x="243" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="7" rotation="0" color="#000000"/>
<text x="215" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="95" text="NC" rotation="0" color="#000000"/>
<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 x="241" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="95" text="NA" rotation="0" color="#000000"/>
<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 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 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 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 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 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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.764" diameter="4.4721" y="-2.2361"/>
<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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="357.764" diameter="4.4721" y="-2.2361"/>
<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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="337.764" diameter="4.4721" y="-2.2361"/>
<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 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 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 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 x="201" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="2" rotation="0" color="#000000"/>
<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"/>
<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">
<text>1L1</text>
</dynamic_text>
<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 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"/>
<text x="203" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="17" text="N" rotation="270" color="#000000"/>
<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 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 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 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 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 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"/>
<text x="303" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="9" rotation="0" color="#000000"/>
<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 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 x="402" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="13" rotation="0" color="#000000"/>
<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 x="412" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="14" rotation="0" color="#000000"/>
<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"/>
<text x="363" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="12" rotation="0" color="#000000"/>
<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"/>
<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"/>
<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"/>
<text x="183" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="4" rotation="0" color="#000000"/>
<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>5L3</text>
</dynamic_text>
<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 x="203" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="5" rotation="0" color="#000000"/>
<text x="343" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<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 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 x="342" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="11" rotation="0" color="#000000"/>
<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 x="323" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="10" rotation="0" color="#000000"/>
<text x="363" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<text x="162" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="3" rotation="0" color="#000000"/>
<text x="223" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="6" rotation="0" color="#000000"/>
<text x="283" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="8" rotation="0" color="#000000"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="237.764" diameter="4.4721" y="103.764"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="103.764"/>
<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"/>
<text x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="30" text="START" rotation="270" color="#000000"/>
<text x="303" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="27" text="STOP" rotation="270" color="#000000"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="103.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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="417.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.764" diameter="4.4721" y="103.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"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="-2.2361"/>
<text x="173" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="RUN" rotation="0" color="#000000"/>
<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 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"/>
<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">
<text>ABB</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="397.764" diameter="4.4721" y="-2.2361"/>
<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"/>
<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"/>
<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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-2.2361"/>
<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">
<text>2T1</text>
</dynamic_text>
<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 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"/>
<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">
<text>6T3</text>
</dynamic_text>
<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">
<text>4T2</text>
</dynamic_text>
<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>3L2</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="-2.2361"/>
<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">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="183" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16" text="L" rotation="270" color="#000000"/>
<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 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 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 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 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"/>
<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">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="181" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="1" rotation="0" color="#000000"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{62edb6c5-e854-4bfb-b7e7-c64368c3b924}"/>
<definition version="0.80" link_type="simple" hotspot_x="5" height="120" width="470" type="element" hotspot_y="6" orientation="dyyy">
<uuid uuid="{27997ff4-b8fe-4890-9674-7c87177a1c8f}"/>
<names>
<name lang="en">ABB PST</name>
<name lang="cs">ABB PST</name>
</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>
<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 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 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 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"/>
<input size="6" text="B1" rotate="true" y="22" rotation="270" tagg="none" x="80"/>
<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"/>
<input size="4" text="(TOR)" rotate="true" y="78.5" tagg="none" x="231"/>
<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"/>
<circle style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" y="31.5" diameter="1" x="19.5"/>
<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"/>
<circle style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" y="33.5" diameter="1" x="59.5"/>
<input size="4" text="(EVENT)" rotate="true" y="78.5" tagg="none" x="291"/>
<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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="117.764"/>
<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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="97.7639"/>
<input size="6" text="B3" rotate="true" y="23" rotation="270" tagg="none" x="121"/>
<text size="4" text="3" y="8" x="221"/>
<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"/>
<input size="6" text="B2" rotate="true" y="22" rotation="270" tagg="none" x="101"/>
<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 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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="317.764"/>
<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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="357.764"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="337.764"/>
<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 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"/>
<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 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 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 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"/>
<text size="4" text="2" y="8" x="201"/>
<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 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 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"/>
<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"/>
<input size="7" text="1L1" rotate="true" y="29" rotation="270" tagg="none" x="20"/>
<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"/>
<text size="5" text="N" y="17" rotation="270" x="203"/>
<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 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 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"/>
<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 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 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 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"/>
<text size="4" text="11" y="8" x="423"/>
<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 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"/>
<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 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"/>
<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"/>
<text size="4" text="19" y="101" x="303.5"/>
<text size="5" text="VN" y="19" rotation="270" x="383"/>
<text size="4" text="5" y="8" x="303"/>
<text size="4" text="9" y="8" x="383"/>
<text size="4" text="10" y="8" x="403"/>
<text size="4" text="8" y="8" x="363"/>
<text size="4" text="16" y="101" x="242.75"/>
<text size="4" text="13" y="101" x="183"/>
<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 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 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"/>
<input size="6" text="5L3" rotate="true" y="29" rotation="270" tagg="none" x="61"/>
<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 size="4" text="14" y="101" x="203"/>
<text size="4" text="20" y="101" x="323.5"/>
<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 size="4" text="17" y="101" x="262.75"/>
<text size="5" text="VP" y="19" rotation="270" x="403"/>
<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"/>
<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"/>
<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"/>
<text size="4" text="7" y="8" x="342"/>
<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 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 size="4" text="6" y="8" x="323"/>
<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"/>
<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"/>
<text size="5" text="VP" y="19" rotation="270" x="423"/>
<text size="4" text="12" y="101" x="162"/>
<text size="4" text="15" y="101" x="221.75"/>
<text size="4" text="4" y="8" x="283"/>
<text size="4" text="18" y="101" x="283"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="237.764"/>
<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 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"/>
<text size="4" text="100-250 V&#xa; 50/60Hz" y="54" rotation="270" x="170"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="297.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="217.764"/>
<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"/>
<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 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 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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="277.764"/>
<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"/>
<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 size="5" text="START" y="31" rotation="270" x="303"/>
<text size="5" text="STOP" y="27" rotation="270" x="283"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="257.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="177.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="317.764"/>
<text size="5" text="K5" y="81" x="222"/>
<text size="5" text="K6" y="81" x="283"/>
<text size="5" text="IN0" y="21" rotation="270" x="323"/>
<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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="417.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 size="5" text="IN1" y="21" rotation="270" x="343"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="217.764"/>
<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 size="5" text="VC" y="19" rotation="270" x="363"/>
<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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="297.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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="277.764"/>
<text size="5" text="K4" y="81" x="167"/>
<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"/>
<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"/>
<input size="7" text="ABB" rotate="true" y="93" tagg="none" x="430"/>
<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 style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="397.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="377.764"/>
<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 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 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"/>
<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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="17.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="17.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="197.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="177.764"/>
<input size="6" text="2T1" rotate="true" y="102" rotation="270" tagg="none" x="20"/>
<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 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"/>
<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"/>
<input size="6" text="6T3" rotate="true" y="103" rotation="270" tagg="none" x="61"/>
<input size="6" text="4T2" rotate="true" y="103" rotation="270" tagg="none" x="40"/>
<input size="6" text="3L2" rotate="true" y="28" rotation="270" tagg="none" x="41"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="57.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="37.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="77.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="57.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="37.7639"/>
<input size="8" text="PSTXX-YYY-ZZ" rotate="true" y="51" tagg="label" x="228"/>
<text size="5" text="L" y="16" rotation="270" x="183"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<input size="9" text="_" rotate="true" y="16" tagg="label" x="465"/>
<text size="4" text="1" y="8" x="181"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<circle style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" y="33.5" diameter="1" x="39.5"/>
<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 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"/>
<input size="4" text="(RUN)" rotate="true" y="79.5" tagg="none" x="175"/>
<input size="9" text="_" rotate="true" y="-20" tagg="label" x="10"/>
<terminal orientation="s" y="108" x="40"/>
<terminal orientation="n" y="-2" x="40"/>
<terminal orientation="s" y="108" x="60"/>
<terminal orientation="n" y="-2" x="80"/>
<terminal orientation="n" y="-2" x="60"/>
<terminal orientation="n" y="-2" x="20"/>
<terminal orientation="s" y="108" x="20"/>
<terminal orientation="n" y="-2" x="180"/>
<terminal orientation="n" y="-2" x="200"/>
<terminal orientation="n" y="-2" x="220"/>
<terminal orientation="n" y="-2" x="380"/>
<terminal orientation="n" y="-2" x="400"/>
<terminal orientation="n" y="-2" x="420"/>
<terminal orientation="s" y="108" x="160"/>
<terminal orientation="s" y="108" x="180"/>
<terminal orientation="s" y="108" x="200"/>
<terminal orientation="n" y="-2" x="280"/>
<terminal orientation="n" y="-2" x="300"/>
<terminal orientation="n" y="-2" x="320"/>
<terminal orientation="n" y="-2" x="340"/>
<terminal orientation="n" y="-2" x="360"/>
<terminal orientation="s" y="108" x="220"/>
<terminal orientation="s" y="108" x="240"/>
<terminal orientation="s" y="108" x="260"/>
<terminal orientation="s" y="108" x="280"/>
<terminal orientation="s" y="108" x="300"/>
<terminal orientation="s" y="108" x="320"/>
<terminal orientation="n" y="-2" x="100"/>
<terminal orientation="n" y="-2" x="120"/>
<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 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 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 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"/>
<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">
<text>B1</text>
</dynamic_text>
<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"/>
<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">
<text>(TOR)</text>
</dynamic_text>
<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"/>
<circle antialias="false" style="line-style:normal;line-weight:thin;filling:black;color:black" x="19.5" diameter="1" y="31.5"/>
<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"/>
<circle antialias="false" style="line-style:normal;line-weight:thin;filling:black;color:black" x="59.5" diameter="1" y="33.5"/>
<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">
<text>(EVENT)</text>
</dynamic_text>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="117.764" diameter="4.4721" y="-2.2361"/>
<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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="97.7639" diameter="4.4721" y="-2.2361"/>
<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">
<text>B3</text>
</dynamic_text>
<text x="221" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="3" rotation="0" color="#000000"/>
<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"/>
<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">
<text>B2</text>
</dynamic_text>
<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 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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.764" diameter="4.4721" y="-2.2361"/>
<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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="357.764" diameter="4.4721" y="-2.2361"/>
<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 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 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 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"/>
<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 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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="337.764" diameter="4.4721" y="-2.2361"/>
<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"/>
<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 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"/>
<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 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 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"/>
<text x="201" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="2" rotation="0" color="#000000"/>
<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 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 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 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"/>
<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">
<text>1L1</text>
</dynamic_text>
<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"/>
<text x="203" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="17" text="N" rotation="270" color="#000000"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 x="423" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="11" rotation="0" color="#000000"/>
<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 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 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 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 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"/>
<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 x="383" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VN" rotation="270" color="#000000"/>
<text x="303" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="5" rotation="0" color="#000000"/>
<text x="383" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="9" rotation="0" color="#000000"/>
<text x="403" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="10" rotation="0" color="#000000"/>
<text x="363" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="8" rotation="0" color="#000000"/>
<text x="242.75" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="16" rotation="0" color="#000000"/>
<text x="183" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="13" rotation="0" color="#000000"/>
<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"/>
<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 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"/>
<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>5L3</text>
</dynamic_text>
<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 x="203" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="14" rotation="0" color="#000000"/>
<text x="323.5" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="20" rotation="0" color="#000000"/>
<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 x="262.75" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="17" rotation="0" color="#000000"/>
<text x="403" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<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 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 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 x="342" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="7" rotation="0" color="#000000"/>
<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"/>
<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 x="323" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="6" rotation="0" color="#000000"/>
<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 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"/>
<text x="423" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<text x="162" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="12" rotation="0" color="#000000"/>
<text x="221.75" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="15" rotation="0" color="#000000"/>
<text x="283" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="4" rotation="0" color="#000000"/>
<text x="283" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="18" rotation="0" color="#000000"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="237.764" diameter="4.4721" y="103.764"/>
<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 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"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.764" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="103.764"/>
<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"/>
<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"/>
<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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="103.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"/>
<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"/>
<text x="303" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="31" text="START" rotation="270" color="#000000"/>
<text x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="27" text="STOP" rotation="270" color="#000000"/>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="257.764" diameter="4.4721" y="103.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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.764" diameter="4.4721" y="103.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 x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="K6" rotation="0" color="#000000"/>
<text x="323" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="21" text="IN0" rotation="270" color="#000000"/>
<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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="417.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.764" diameter="4.4721" y="103.764"/>
<text x="343" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="21" text="IN1" rotation="270" color="#000000"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="-2.2361"/>
<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 x="363" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VC" rotation="270" color="#000000"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="-2.2361"/>
<text x="167" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="K4" rotation="0" color="#000000"/>
<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 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"/>
<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">
<text>ABB</text>
</dynamic_text>
<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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="397.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="377.764" diameter="4.4721" y="-2.2361"/>
<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"/>
<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"/>
<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 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-2.2361"/>
<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">
<text>2T1</text>
</dynamic_text>
<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 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"/>
<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"/>
<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">
<text>6T3</text>
</dynamic_text>
<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">
<text>4T2</text>
</dynamic_text>
<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">
<text>3L2</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="103.764"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.7639" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="-2.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="-2.2361"/>
<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">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="183" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16" text="L" rotation="270" color="#000000"/>
<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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="181" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="1" rotation="0" color="#000000"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<circle antialias="false" style="line-style:normal;line-weight:thin;filling:black;color:black" x="39.5" diameter="1" y="33.5"/>
<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"/>
<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"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{cfb5b4f9-2879-4cc9-ab7b-7da7ce4aaa46}"/>
<definition version="0.80" link_type="simple" hotspot_x="68" height="240" width="280" type="element" hotspot_y="133" orientation="dyyy">
<uuid uuid="{c43f3082-ba42-4122-a552-1fa39f8a8079}"/>
<names>
<name lang="fr">ABB PFEA111/112</name>
<name lang="en">ABB PFEA111/112</name>
<name lang="de">ABB PFEA111/112</name>
<name lang="fi">ABB PFEA111/112</name>
<name lang="en">ABB PFEA111/112</name>
<name lang="fr">ABB PFEA111/112</name>
</names>
<informations>Author: PAI
<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>
<description>
<text size="6" text="Profibus 9-pole -sub connector" y="95" x="98"/>
<text size="6" text="Out I" y="-26" x="69"/>
<text size="6" text="Out U" y="-66" x="67"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="10" x2="124" y2="10" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X9:1" y="-117" x="-45"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="0" x2="124" y2="0" end2="none" length2="1.5" end1="none"/>
<text size="6" text="Isolahed" y="83" x="59"/>
<text size="6" text="Sync" y="3" x="72"/>
<text size="6" text="0 V" y="13" x="76"/>
<text size="6" text="Cnf" y="43" x="76"/>
<text size="6" text="0 V" y="-47" x="76"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-30" x2="124" y2="-30" end2="none" length2="1.5" end1="none"/>
<line x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-75" x2="-17" y2="-52" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-70" x2="124" y2="-70" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="40" x2="124" y2="40" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-50" x2="124" y2="-50" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:12" y="-47" x="89"/>
<text size="6" text=" X1:15" y="13" x="89"/>
<text size="6" text=" X1:14" y="3" x="89"/>
<text size="6" text=" X1:16" y="43" x="89"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-125" height="10" x="-44"/>
<text size="6" text=" X1:13" y="-27" x="89"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="40" x2="-44" y2="40" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:11" y="-67" x="89"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="35" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="5" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-35" height="10" x="90"/>
<text size="6" text=" X9:2" y="-107" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-5" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-55" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-75" height="10" x="90"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-40" x2="-44" y2="-40" end2="none" length2="1.5" end1="none"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-115" height="10" x="-44"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-30" x2="-44" y2="-30" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-110" x2="-44" y2="-110" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="80" x2="124" y2="80" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-120" x2="-44" y2="-120" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="50" x2="-44" y2="50" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="30" x2="-44" y2="30" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="20" x2="-44" y2="20" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X7" y="83" x="89"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-10" x2="-44" y2="-10" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:7" y="23" x="-45"/>
<text size="6" text=" X1:3" y="-37" x="-45"/>
<text size="6" text=" X1:10" y="53" x="-45"/>
<text size="6" text=" X1:9" y="43" x="-45"/>
<text size="6" text=" X1:8" y="33" x="-45"/>
<text size="6" text=" X1:1" y="-67" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="35" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="25" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="45" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="15" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-75" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-45" height="10" x="-44"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-20" x2="-44" y2="-20" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:6" y="-7" x="-45"/>
<text size="6" text=" X1:2" y="-57" x="-45"/>
<text size="6" text=" X1:4" y="-27" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-65" height="10" x="-44"/>
<text size="6" text=" X1:5" y="-17" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-25" height="10" x="-44"/>
<text size="6" text=" In B-" y="53" x="-21"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-15" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-35" height="10" x="-44"/>
<line x1="21" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="100" x2="30" y2="100" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" In B+" y="43" x="-21"/>
<text size="6" text=" In A-" y="-7" x="-21"/>
<text size="6" text="0 VP" y="-61" x="-62"/>
<text size="6" text=" In A+" y="-17" x="-21"/>
<text size="6" text="24 V" y="-71.333" x="-62"/>
<text size="6" text=" Ex b-" y="33" x="-21"/>
<text size="6" text=" Ex b+" y="23" x="-21"/>
<text size="6" text=" Ex A-" y="-27" x="-21"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-60" x2="-44" y2="-60" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-70" x2="-44" y2="-70" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" Ex A+" y="-37" x="-21"/>
<rect width="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-130" height="230" x="-20"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="75" height="10" x="90"/>
<line x1="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="100" x2="50" y2="59.8426" end2="none" length2="1.5" end1="none"/>
<line x1="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="59.8426" x2="50" y2="59.8426" end2="none" length2="1.5" end1="none"/>
<rect width="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-78" height="26" x="-20"/>
<line x1="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-78" x2="-20" y2="-55" end2="none" length2="1.5" end1="none"/>
<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 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 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 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 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"/>
<text size="9" text="PFEA112" y="-116" x="10"/>
<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 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"/>
<input size="9" text="_" tagg="label" rotate="true" y="-150" x="-80"/>
<text size="9" text="IP65" y="-105" x="10"/>
<terminal y="30" x="-53" orientation="w"/>
<terminal y="40" x="-53" orientation="w"/>
<terminal y="-30" x="-53" orientation="w"/>
<terminal y="40" x="124" orientation="e"/>
<terminal y="-60" x="-53" orientation="w"/>
<terminal y="80" x="124" orientation="e"/>
<terminal y="-110" x="-53" orientation="w"/>
<terminal y="-70" x="-53" orientation="w"/>
<terminal y="-20" x="-53" orientation="w"/>
<terminal y="-50" x="124" orientation="e"/>
<terminal y="0" x="124" orientation="e"/>
<terminal y="-100" x="-53" orientation="w"/>
<terminal y="-70" x="124" orientation="e"/>
<terminal y="-40" x="-53" orientation="w"/>
<terminal y="50" x="-53" orientation="w"/>
<terminal y="100" x="31" orientation="e"/>
<terminal y="20" x="-53" orientation="w"/>
<terminal y="-10" x="-53" orientation="w"/>
<terminal y="-30" x="124" orientation="e"/>
<terminal y="10" x="124" orientation="e"/>
<terminal y="-120" x="-53" orientation="w"/>
<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 x="69" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-26" text="Out I" rotation="0" color="#000000"/>
<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 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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-117" text=" X9:1" rotation="0" color="#000000"/>
<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 x="59" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="83" text="Isolahed" rotation="0" color="#000000"/>
<text x="72" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="3" text="Sync" rotation="0" color="#000000"/>
<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 x="76" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="43" text="Cnf" rotation="0" color="#000000"/>
<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 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 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 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 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 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 x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-47" text=" X1:12" rotation="0" color="#000000"/>
<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 x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="3" text=" X1:14" rotation="0" color="#000000"/>
<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 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 x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-27" text=" X1:13" rotation="0" color="#000000"/>
<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 x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-67" text=" X1:11" rotation="0" color="#000000"/>
<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 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 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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-107" text=" X9:2" rotation="0" color="#000000"/>
<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 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 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 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 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 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 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 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 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 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 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 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 x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="83" text=" X7" rotation="0" color="#000000"/>
<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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="23" text=" X1:7" rotation="0" color="#000000"/>
<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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="53" text=" X1:10" rotation="0" color="#000000"/>
<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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="33" text=" X1:8" rotation="0" color="#000000"/>
<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 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 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 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 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 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 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 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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-7" text=" X1:6" rotation="0" color="#000000"/>
<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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-27" text=" X1:4" rotation="0" color="#000000"/>
<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 x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-17" text=" X1:5" rotation="0" color="#000000"/>
<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 x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="53" text=" In B-" rotation="0" color="#000000"/>
<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 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 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 x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="43" text=" In B+" rotation="0" color="#000000"/>
<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 x="-62" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-61" text="0 VP" rotation="0" color="#000000"/>
<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 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 x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="33" text=" Ex b-" rotation="0" color="#000000"/>
<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 x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-27" text=" Ex A-" rotation="0" color="#000000"/>
<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 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 x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-37" text=" Ex A+" rotation="0" color="#000000"/>
<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 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 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 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 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 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 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 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 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 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 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 x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-116" text="PFEA112" rotation="0" color="#000000"/>
<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 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"/>
<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></text>
<info_name>label</info_name>
</dynamic_text>
<text x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-105" text="IP65" rotation="0" color="#000000"/>
<terminal x="-53" y="30" orientation="w"/>
<terminal x="-53" y="40" orientation="w"/>
<terminal x="-53" y="-30" orientation="w"/>
<terminal x="124" y="40" orientation="e"/>
<terminal x="-53" y="-60" orientation="w"/>
<terminal x="124" y="80" orientation="e"/>
<terminal x="-53" y="-110" orientation="w"/>
<terminal x="-53" y="-70" orientation="w"/>
<terminal x="-53" y="-20" orientation="w"/>
<terminal x="124" y="-50" orientation="e"/>
<terminal x="124" y="0" orientation="e"/>
<terminal x="-53" y="-100" orientation="w"/>
<terminal x="124" y="-70" orientation="e"/>
<terminal x="-53" y="-40" orientation="w"/>
<terminal x="-53" y="50" orientation="w"/>
<terminal x="31" y="100" orientation="e"/>
<terminal x="-53" y="20" 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>
</definition>

View File

@@ -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">
<uuid uuid="{d34e3597-8b42-46ec-ab85-204f809a7e0c}"/>
<definition version="0.80" link_type="simple" hotspot_x="5" height="100" width="170" type="element" hotspot_y="8" orientation="dyyy">
<uuid uuid="{43094561-b92e-4ec2-9ced-ae71947f209c}"/>
<names>
<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="en">ABB Pneumatic Positioner TZIDC</name>
<name lang="cs">ABB_polohovadlo poháněné stlačeným vzduchem_TZIDC</name>
</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>
<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"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="40" width="31" x="65"/>
<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 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 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"/>
<text size="7" text="DO" y="33" x="135"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="40" width="31" x="124"/>
<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"/>
<text size="5" text="-84" y="76" rotation="270" x="152"/>
<text size="5" text="-82" y="76" rotation="270" x="93"/>
<text size="5" text="-12" y="76" rotation="270" x="32"/>
<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 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"/>
<text size="5" text="+81" y="76" rotation="270" x="73"/>
<text size="5" text="+83" y="76" rotation="270" x="132"/>
<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 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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="27.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 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 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="87.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="147.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="127.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="67.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="7.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="40" width="31" x="5"/>
<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 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 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"/>
<text size="7" text="AI" y="33" x="16"/>
<text size="7" text="DI" y="33" x="76"/>
<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 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 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 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 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"/>
<text size="9" text="ABB" y="12" x="4"/>
<text size="7" text="TZIDC" y="12" x="32"/>
<input size="6" text="_" rotate="true" y="9.5" tagg="label" x="69"/>
<text size="5" text="+11" y="76" rotation="270" x="12"/>
<terminal orientation="s" y="82" x="10"/>
<terminal orientation="s" y="82" x="30"/>
<terminal orientation="s" y="82" x="70"/>
<terminal orientation="s" y="82" x="90"/>
<terminal orientation="s" y="82" x="130"/>
<terminal orientation="s" y="82" x="150"/>
<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 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 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 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 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 x="135" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="33" text="DO" rotation="0" color="#000000"/>
<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 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 x="152" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="-84" rotation="270" color="#000000"/>
<text x="93" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="-82" rotation="270" color="#000000"/>
<text x="32" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="-12" rotation="270" color="#000000"/>
<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 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 x="73" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="+81" rotation="270" color="#000000"/>
<text x="132" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="+83" rotation="270" color="#000000"/>
<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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.5" diameter="5" y="77.5"/>
<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 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 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 antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="87.5" diameter="5" y="77.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="147.5" diameter="5" y="77.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.5" diameter="5" y="77.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="67.5" diameter="5" y="77.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.5" diameter="5" y="77.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 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 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 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 x="16" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="33" text="AI" rotation="0" color="#000000"/>
<text x="76" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="33" text="DI" rotation="0" color="#000000"/>
<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 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 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 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 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 x="4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="12" text="ABB" rotation="0" color="#000000"/>
<text x="32" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="12" text="TZIDC" rotation="0" color="#000000"/>
<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></text>
<info_name>label</info_name>
</dynamic_text>
<text x="12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="+11" rotation="270" color="#000000"/>
<terminal x="10" y="82" orientation="s"/>
<terminal x="30" y="82" orientation="s"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{bae65480-0d3f-4c16-a747-335ab74a2e53}"/>
<definition hotspot_y="10" type="element" height="290" link_type="simple" width="140" orientation="dyyy" version="0.80" hotspot_x="9">
<uuid uuid="{7b251323-f981-40b2-a168-e2fed459f75b}"/>
<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="ar">1738-IB8M8</name>
<name lang="en">1738-IB8M8</name>
<name lang="it">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>
<elementInformations/>
<informations>Author: The QElectroTech team
<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>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<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 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"/>
<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" rotation="0" x="103" text="6" y="204" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" y="102"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" 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"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="179"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="208"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" 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" rotation="0" x="92" text="NET" y="102" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<text color="#000000" rotation="0" x="103" text="3" y="175" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" 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" rotation="0" x="103" text="1" y="155" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<text color="#000000" rotation="0" x="103" text="2" y="165" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="189"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="218"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="38"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="98"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="198"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="158"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" 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" 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" 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" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="26" height="1.5" rx="0" width="2" y="236"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="169"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="169"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="105"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="165"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="45"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="225"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="102"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="97"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="162"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="222"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" y="218"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" y="98"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="149"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" 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" 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" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="71" height="1.5" rx="0" width="2" y="236"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="75" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="76" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="76" 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"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="169"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" y="105"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" 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">
<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 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" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="7" y="214"/>
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="6" y="204"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="102"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="222"/>
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="0" y="145"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="179"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="208"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="42"/>
<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" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="92" rotation="0" text="NET" y="102"/>
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="3" y="175"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="162"/>
<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" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="1" y="155"/>
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="2" y="165"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="189"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="218"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="38"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="98"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="198"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="158"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="169"/>
<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" 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" 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" 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 antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="169"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="109"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="229"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="49"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="109"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="229"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="49"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="169"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="105"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="165"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="45"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="225"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="102"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="97"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="162"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="222"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="218"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="98"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="149"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="158"/>
<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" 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" 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 antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="75" diameter="2" y="109"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="76" diameter="2" y="229"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="76" diameter="2" y="169"/>
<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 antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="229"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="169"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="109"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="105"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="165"/>
<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>
</dynamic_text>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" y="225"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="42"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" 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" rotation="0" x="85" text="5" y="183" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<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" rotation="0" x="85" text="1" y="64" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<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"/>
<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">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="225"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="42"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="38"/>
<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" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="85" rotation="0" text="5" y="183"/>
<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" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="85" rotation="0" text="1" y="64"/>
<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 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>
<info_name>label</info_name>
</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"/>
<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">
<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 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>
</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>
</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"/>
<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"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="76" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" 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" 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" 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" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="54" height="18" rx="0" width="39" 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">
<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" 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 antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="76" diameter="2" y="49"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="49"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="45"/>
<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" 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" 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" 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 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>
</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"/>
<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">
<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 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>
</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>
</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 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">
<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}">
<text>I 50[0]:1</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>
</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>
</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 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">
<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}">
<text>I 50[0]:3</text>
</dynamic_text>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="159"/>
<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">
<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"/>
<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>
</dynamic_text>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" 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"/>
<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"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" 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"/>
<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 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"/>
<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"/>
<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"/>
<text color="#000000" rotation="0" x="92" text="MOD" y="94" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<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"/>
<terminal x="-5" y="110" orientation="w"/>
<terminal x="125" y="170" orientation="e"/>
<terminal x="-5" y="230" orientation="w"/>
<terminal x="-5" y="170" orientation="w"/>
<terminal x="125" y="230" orientation="e"/>
<terminal x="125" y="110" orientation="e"/>
<terminal x="125" y="50" orientation="e"/>
<terminal x="-5" y="50" orientation="w"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="139"/>
<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" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="4" width="39" rx="0" y="66"/>
<circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="87"/>
<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 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 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 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 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" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="92" rotation="0" text="MOD" y="94"/>
<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" orientation="w" y="110"/>
<terminal x="125" orientation="e" y="170"/>
<terminal x="-5" orientation="w" y="230"/>
<terminal x="-5" orientation="w" y="170"/>
<terminal x="125" orientation="e" y="230"/>
<terminal x="125" orientation="e" y="110"/>
<terminal x="125" orientation="e" y="50"/>
<terminal x="-5" orientation="w" y="50"/>
</description>
</definition>

View File

@@ -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">
<uuid uuid="{f81b112e-89ce-43cd-8fe6-2596e7a37be0}"/>
<definition hotspot_y="111" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="5">
<uuid uuid="{d8b58584-dbad-4ffe-88f5-cdbc138365c0}"/>
<names>
<name lang="hu">1756-IF16 1/4</name>
<name lang="en">1756-IF16 1/4</name>
</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>
<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>
</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"/>
<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">
<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 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>
</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"/>
<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"/>
<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">
<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 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 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>
</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"/>
<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">
<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 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>
</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>
</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"/>
<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">
<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>
</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"/>
<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">
<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 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>
</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"/>
<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"/>
<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"/>
<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 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"/>
<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">
<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 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"/>
<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 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 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"/>
<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>
</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>
</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 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">
<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>
</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"/>
<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">
<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 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>
</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 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"/>
<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"/>
<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 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"/>
<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 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"/>
<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 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 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 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"/>
<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"/>
<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 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"/>
<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"/>
<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="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"/>
<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 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"/>
<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"/>
<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 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 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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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 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"/>
<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>
</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 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">
<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>
<info_name>label</info_name>
</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 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 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 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"/>
<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 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"/>
<text y="-90" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="577" text="6" rotation="0"/>
<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"/>
<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 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"/>
<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">
<text>LOGICAL SLOT:_</text>
</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">
<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 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 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 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 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 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="577" rotation="0" text="6" y="-90"/>
<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 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 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 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>SUPPLY: 24V DC</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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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 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 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"/>
<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 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 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"/>
<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 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 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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<terminal y="-105" orientation="n" x="820"/>
<terminal y="-105" orientation="n" x="260"/>
<terminal y="-105" orientation="n" x="740"/>
<terminal y="-105" orientation="n" x="340"/>
<terminal y="-105" orientation="n" x="580"/>
<terminal y="-105" orientation="n" x="660"/>
<terminal y="-105" orientation="n" x="420"/>
<terminal y="-105" orientation="n" x="500"/>
<terminal y="-105" orientation="n" x="180"/>
<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}">
<text>LOGICAL SLOT:_</text>
</dynamic_text>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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"/>
<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 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 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"/>
<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 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 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 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"/>
<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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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"/>
<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 x="820" orientation="n" y="-105"/>
<terminal x="260" orientation="n" y="-105"/>
<terminal x="740" orientation="n" y="-105"/>
<terminal x="340" orientation="n" y="-105"/>
<terminal x="580" orientation="n" y="-105"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{255f2897-a4b0-40ed-ac93-6264be9b4fab}"/>
<definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="7">
<uuid uuid="{f2aa1814-eccb-4834-a566-fa05e3ab5b84}"/>
<names>
<name lang="hu">1756-IF16 2/4</name>
<name lang="en">1756-IF16 2/4</name>
</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>
<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>
</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"/>
<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">
<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 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>
</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 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"/>
<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">
<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 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 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>
</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 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 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">
<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 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>
</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>
</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>
</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"/>
<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">
<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>
</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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812.027" width="16" rx="0" y="-99.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 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 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" 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" 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>
</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 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">
<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>
</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"/>
<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">
<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 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>
</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 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">
<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}">
<text>IN-4</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 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 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"/>
<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 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 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"/>
<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"/>
<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 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"/>
<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"/>
<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 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"/>
<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 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"/>
<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">
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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"/>
<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 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 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"/>
<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>
</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>
<info_name>label</info_name>
</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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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"/>
<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">
<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">
<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 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" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.24" rotation="0" text="18" y="-88.7948"/>
<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" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="334.24" rotation="0" text="13" y="-88.7948"/>
<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 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 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" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574.027" rotation="0" text="16" y="-89.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 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 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>LOGICAL SLOT:_</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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<text y="-89" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="654" text="17" rotation="0"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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 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 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"/>
<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 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 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"/>
<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 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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<terminal y="-104.699" orientation="n" x="740.027"/>
<terminal y="-104.699" orientation="n" x="660.027"/>
<terminal y="-104.699" orientation="n" x="580.027"/>
<terminal y="-104.699" orientation="n" x="340.027"/>
<terminal y="-104.699" orientation="n" x="820.027"/>
<terminal y="-104.699" orientation="n" x="260.027"/>
<terminal y="-104.699" orientation="n" x="500.027"/>
<terminal y="-104.699" orientation="n" x="180.027"/>
<terminal y="-104.699" orientation="n" x="420.027"/>
<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>SUPPLY: 24V DC</text>
</dynamic_text>
<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 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"/>
<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"/>
<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"/>
<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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="654" rotation="0" text="17" y="-89"/>
<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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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="740.027" orientation="n" y="-104.699"/>
<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="820.027" orientation="n" y="-104.699"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{04e4e39d-d3b8-46af-8339-373c051f55ed}"/>
<definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="7">
<uuid uuid="{04dff288-b78c-48fd-b7f6-4cdce85a11d4}"/>
<names>
<name lang="hu">1756-IF16 3/4</name>
</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>
<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>
</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"/>
<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}">
<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 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>
</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 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"/>
<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}">
<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 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 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>
</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 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 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}">
<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 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-8</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>
</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>
</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"/>
<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}">
<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>
</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"/>
<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"/>
<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 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 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"/>
<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="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-99.9999"/>
<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 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 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 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 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>
</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 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-10</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"/>
<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}">
<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="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>
</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 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}">
<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-8</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 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 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"/>
<text y="-89.0958" x="254.213" size="8" text="20"/>
<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 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 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"/>
<text y="-89.0958" x="814.213" size="8" text="27"/>
<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"/>
<text y="-89.0958" x="414.213" size="8" text="22"/>
<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 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"/>
<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 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"/>
<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}">
<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 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 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 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 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 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 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 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 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 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="414.213" rotation="0" text="22" y="-89.0958"/>
<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 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 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>
</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>
<info_name>label</info_name>
</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 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"/>
<text y="-89.0958" x="734.213" size="8" text="26"/>
<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"/>
<text y="-89.0958" x="334.213" size="8" text="21"/>
<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 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 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"/>
<text y="-89.9999" x="574" size="8" text="24"/>
<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 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"/>
<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}">
<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}">
<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 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 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 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 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 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 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="24" y="-89.9999"/>
<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 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 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>LOGICAL SLOT:_</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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<text y="-89.301" x="653.973" size="8" text="25"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<text y="-89.0958" x="494.213" size="8" text="23"/>
<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 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 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"/>
<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 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 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"/>
<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 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"/>
<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"/>
<text y="-89.0958" x="174.213" size="8" text="19"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<terminal y="-105" x="740" orientation="n"/>
<terminal y="-105" x="660" orientation="n"/>
<terminal y="-105" x="580" orientation="n"/>
<terminal y="-105" x="340" orientation="n"/>
<terminal y="-105" x="820" orientation="n"/>
<terminal y="-105" x="260" orientation="n"/>
<terminal y="-105" x="500" orientation="n"/>
<terminal y="-105" x="180" orientation="n"/>
<terminal y="-105" x="420" orientation="n"/>
<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}">
<text>SUPPLY: 24V DC</text>
</dynamic_text>
<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 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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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 x="740" orientation="n" y="-105"/>
<terminal x="660" orientation="n" y="-105"/>
<terminal x="580" orientation="n" y="-105"/>
<terminal x="340" orientation="n" y="-105"/>
<terminal x="820" orientation="n" y="-105"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{7c2089b6-432d-4b94-9dc4-f396d00cd509}"/>
<definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="10">
<uuid uuid="{d34fb78b-13f6-4706-905a-af36bc788a9f}"/>
<names>
<name lang="hu">1756-IF16 4/4</name>
</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>
<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>
</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>
</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"/>
<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 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"/>
<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}">
<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 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 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 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>
</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"/>
<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}">
<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 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>
</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 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}">
<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}">
<text>/</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>
</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>
</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"/>
<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 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 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"/>
<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 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 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"/>
<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="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-99.9999"/>
<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 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 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 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 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-15</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>
</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 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-14</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>
</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 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"/>
<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 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 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"/>
<text y="-89.0958" x="254.213" size="8" text="30"/>
<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 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 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"/>
<text y="-89.0958" x="814.213" size="8" text="28"/>
<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"/>
<text y="-89.0958" x="414.213" size="8" text="32"/>
<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 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"/>
<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 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"/>
<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}">
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.0001" text_width="-1" rotation="0" frame="false" y="-89.9999" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF16 [IN 4/4]</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>
<info_name>label</info_name>
</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 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"/>
<text y="-89.0958" x="734.213" size="8" text="36"/>
<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"/>
<text y="-89.0958" x="334.213" size="8" text="31"/>
<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 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 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"/>
<text y="-89.9999" x="574" size="8" text="34"/>
<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 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"/>
<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}">
<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}">
<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 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 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 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 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 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 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="34" y="-89.9999"/>
<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 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 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>LOGICAL SLOT:_</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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<text y="-89.301" x="653.973" size="8" text="35"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<text y="-89.0958" x="494.213" size="8" text="33"/>
<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 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 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"/>
<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 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 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 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"/>
<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"/>
<text y="-89.0958" x="174.213" size="8" text="29"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<terminal y="-105" x="740" orientation="n"/>
<terminal y="-105" x="580" orientation="n"/>
<terminal y="-105" x="340" orientation="n"/>
<terminal y="-105" x="820" orientation="n"/>
<terminal y="-105" x="660" orientation="n"/>
<terminal y="-105" x="260" orientation="n"/>
<terminal y="-105" x="420" orientation="n"/>
<terminal y="-105" x="180" orientation="n"/>
<terminal y="-105" x="500" orientation="n"/>
<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}">
<text>SUPPLY: 24V DC</text>
</dynamic_text>
<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 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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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"/>
<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="740" orientation="n" y="-105"/>
<terminal x="580" orientation="n" y="-105"/>
<terminal x="340" orientation="n" y="-105"/>
<terminal x="820" orientation="n" y="-105"/>
<terminal x="660" orientation="n" y="-105"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{70889266-4010-416d-9496-60998df2f993}"/>
<definition hotspot_y="111" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="5">
<uuid uuid="{98b131a8-af00-45f3-9bde-2f15610e381f}"/>
<names>
<name lang="en">1756-IF8 1/2</name>
<name lang="hu">1756-IF8 1/2</name>
<name lang="en">1756-IF8 1/2</name>
</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>
<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>
</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>
</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 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"/>
<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"/>
<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">
<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 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 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 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>
</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"/>
<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">
<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 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>
</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>
</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>
</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 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">
<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>
</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"/>
<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 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"/>
<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"/>
<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 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"/>
<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="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-100"/>
<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 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"/>
<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 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 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"/>
<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>
</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"/>
<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">
<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="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>
</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>
</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 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">
<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>
</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"/>
<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 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"/>
<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"/>
<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 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"/>
<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 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"/>
<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 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 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 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"/>
<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"/>
<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 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"/>
<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"/>
<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="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"/>
<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"/>
<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 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"/>
<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"/>
<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 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 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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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 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"/>
<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>
</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>
<info_name>label</info_name>
</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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<text text="6" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="577" y="-90" color="#000000"/>
<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 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 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"/>
<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">
<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">
<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 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 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 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 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 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="577" rotation="0" text="6" y="-90"/>
<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 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 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 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>SUPPLY: 24V DC</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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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 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 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"/>
<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 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 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"/>
<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 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 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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<terminal orientation="n" x="820" y="-105"/>
<terminal orientation="n" x="260" y="-105"/>
<terminal orientation="n" x="740" y="-105"/>
<terminal orientation="n" x="580" y="-105"/>
<terminal orientation="n" x="660" y="-105"/>
<terminal orientation="n" x="500" y="-105"/>
<terminal orientation="n" x="340" y="-105"/>
<terminal orientation="n" x="180" y="-105"/>
<terminal orientation="n" x="420" y="-105"/>
<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}">
<text>LOGICAL SLOT:_</text>
</dynamic_text>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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"/>
<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 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 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"/>
<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 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 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 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"/>
<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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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"/>
<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 x="820" orientation="n" y="-105"/>
<terminal x="260" orientation="n" y="-105"/>
<terminal x="740" orientation="n" y="-105"/>
<terminal x="580" orientation="n" y="-105"/>
<terminal x="660" orientation="n" 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>
</definition>

View File

@@ -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">
<uuid uuid="{3282e00f-d353-4e1c-ab55-9ac24a2faf4b}"/>
<definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="10">
<uuid uuid="{82cc5055-77d5-4c25-8b5d-e29277b03f0a}"/>
<names>
<name lang="hu">1756-IF8 2/2</name>
<name lang="en">1756-IF8 2/2</name>
</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>
<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>
</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"/>
<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">
<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 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>
</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"/>
<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">
<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 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>
</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"/>
<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"/>
<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">
<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 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 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>
</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 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">
<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>
</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>
</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>
</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"/>
<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 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 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"/>
<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" 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"/>
<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">
<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 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 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 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" 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" 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 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>
</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"/>
<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">
<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="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>
</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>
</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 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">
<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}">
<text>IN-4</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"/>
<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"/>
<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 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"/>
<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"/>
<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 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"/>
<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 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"/>
<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 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" rotation="0" x="414.24" text="14" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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"/>
<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 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"/>
<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">
<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 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 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"/>
<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 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 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"/>
<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 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 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 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 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 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"/>
<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 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 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"/>
<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-IF8 [IN 2/2]</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>
<info_name>label</info_name>
</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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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"/>
<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">
<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">
<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 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" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.24" rotation="0" text="18" y="-88.7948"/>
<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" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="334.24" rotation="0" text="13" y="-88.7948"/>
<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 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 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" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574.027" rotation="0" text="16" y="-89.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 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 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>SUPPLY: 24V DC</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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<text color="#000000" rotation="0" x="654" text="17" y="-89" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<terminal x="500.027" y="-104.699" orientation="n"/>
<terminal x="420.027" y="-104.699" orientation="n"/>
<terminal x="820.027" y="-104.699" orientation="n"/>
<terminal x="260.027" y="-104.699" orientation="n"/>
<terminal x="740.027" y="-104.699" orientation="n"/>
<terminal x="660.027" y="-104.699" orientation="n"/>
<terminal x="580.027" y="-104.699" orientation="n"/>
<terminal x="340.027" y="-104.699" orientation="n"/>
<terminal x="180.027" y="-104.699" orientation="n"/>
<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}">
<text>LOGICAL SLOT:_</text>
</dynamic_text>
<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 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"/>
<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"/>
<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"/>
<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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="654" rotation="0" text="17" y="-89"/>
<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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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 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 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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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"/>
<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"/>
<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="500.027" orientation="n" y="-104.699"/>
<terminal x="420.027" orientation="n" y="-104.699"/>
<terminal x="820.027" orientation="n" y="-104.699"/>
<terminal x="260.027" orientation="n" y="-104.699"/>
<terminal x="740.027" orientation="n" y="-104.699"/>
<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>
</definition>

View File

@@ -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">
<uuid uuid="{7bae8d93-a8cb-470e-b975-ce6bbf24fa24}"/>
<definition hotspot_y="109" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="5">
<uuid uuid="{79dac3de-3a5b-458f-a1e6-58166e444118}"/>
<names>
<name lang="hu">1756-OF8 1/2</name>
<name lang="en">1756-OF8 1/2</name>
</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>
<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>
</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"/>
<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 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"/>
<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">
<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">
<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 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 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 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-3</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 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">
<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}">
<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>
</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>
</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 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">
<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>
</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>
</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>
</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>
</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>
</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"/>
<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 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 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"/>
<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"/>
<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"/>
<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">
<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 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 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 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 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 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 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>
</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 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">
<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}">
<text>IOUT-0</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 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"/>
<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"/>
<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 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"/>
<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 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"/>
<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 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"/>
<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 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"/>
<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 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 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 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 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"/>
<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">
<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 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"/>
<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 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 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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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 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 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 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 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"/>
<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>
</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 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">
<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>
<info_name>label</info_name>
</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 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 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"/>
<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 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"/>
<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 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 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 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 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"/>
<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="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 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 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"/>
<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"/>
<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 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 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 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 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 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"/>
<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>
</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>
</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 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 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 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 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 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"/>
<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"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"/>
<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 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 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"/>
<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"/>
<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 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 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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 y="-3" color="#000000" rotation="0" text="13" x="574" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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 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"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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 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 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"/>
<terminal y="5" x="100" orientation="s"/>
<terminal y="5" x="180" orientation="s"/>
<terminal y="5" x="260" orientation="s"/>
<terminal y="5" x="340" orientation="s"/>
<terminal y="5" x="740" orientation="s"/>
<terminal y="5" x="420" orientation="s"/>
<terminal y="5" x="500" orientation="s"/>
<terminal y="5" x="660" orientation="s"/>
<terminal y="5" x="580" orientation="s"/>
<terminal y="5" x="820" orientation="s"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="13" y="-3"/>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 x="100" orientation="s" y="5"/>
<terminal x="180" orientation="s" y="5"/>
<terminal x="260" orientation="s" y="5"/>
<terminal x="340" orientation="s" y="5"/>
<terminal x="740" orientation="s" y="5"/>
<terminal x="420" orientation="s" y="5"/>
<terminal x="500" orientation="s" y="5"/>
<terminal x="660" orientation="s" y="5"/>
<terminal x="580" orientation="s" y="5"/>
<terminal x="820" orientation="s" y="5"/>
</description>
</definition>

View File

@@ -1,171 +1,183 @@
<definition height="120" width="880" hotspot_x="9" hotspot_y="109" version="0.70" link_type="simple" orientation="dyyy" type="element">
<uuid uuid="{38beac05-bf37-40dd-9e3f-62a9979070f3}"/>
<definition hotspot_y="109" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="9">
<uuid uuid="{a6609462-c187-45e9-a870-4a2080e0a854}"/>
<names>
<name lang="hu">1756-OF8 2/2</name>
<name lang="en">1756-OF8 2/2</name>
</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>
<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 2 of 2</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"/>
<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 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"/>
<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">
<text>VOUT-5</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">
<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 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 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 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-7</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 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="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}">
<text>VOUT-5</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="78" text_width="-1" rotation="0" frame="false" y="-75" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>VOUT-4</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="478" 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="478" text_width="-1" rotation="0" frame="false" y="-75" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>VOUT-6</text>
</dynamic_text>
<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">
<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>
</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-5</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-7</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 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">
<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>
</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>
</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"/>
<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 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 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"/>
<text y="-3.0959" color="#000000" rotation="0" text="6" x="257.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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">
<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"/>
<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 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 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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="257.213" rotation="0" text="6" y="-3.0959"/>
<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"/>
<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}">
<text>IOUT-4</text>
</dynamic_text>
<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-6</text>
</dynamic_text>
<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 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"/>
<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 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"/>
<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"/>
<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 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"/>
<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 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"/>
<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 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"/>
<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 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"/>
<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 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 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"/>
<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">
<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"/>
<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 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"/>
<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 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 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"/>
<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"/>
<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 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 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"/>
<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"/>
<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 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 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 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 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"/>
<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 2/2]</text>
</dynamic_text>
<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"/>
<dynamic_text Halignment="AlignLeft" y="75" 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">
<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 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="75" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<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">
<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>
<info_name>label</info_name>
</dynamic_text>
<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 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"/>
<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 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 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"/>
<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 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"/>
<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 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 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"/>
<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="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"/>
<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 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 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"/>
<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"/>
<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 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 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 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 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"/>
<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>
</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>
</dynamic_text>
<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 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 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 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 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 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 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 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 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 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"/>
<text y="-3.0959" color="#000000" rotation="0" text="4" x="177.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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 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 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 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 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 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 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"/>
<text y="-3.0959" color="#000000" rotation="0" text="20" x="814.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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 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 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"/>
<text y="-3.0959" color="#000000" rotation="0" text="10" x="414.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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 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 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 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"/>
<text y="-3.0959" color="#000000" rotation="0" text="18" x="733.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<text y="-3.0959" color="#000000" rotation="0" text="8" x="337.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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 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"/>
<text y="-3" color="#000000" rotation="0" text="14" x="574" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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 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"/>
<text y="-3.0959" color="#000000" rotation="0" text="16" x="654.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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"/>
<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"/>
<text y="-3.0959" color="#000000" rotation="0" text="12" x="494.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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 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 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"/>
<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"/>
<polygon x3="-5" y2="-50" antialias="true" y4="-57" x1="0" x4="5" y3="-55" x6="0" x2="0" y6="-105" y1="5" closed="false" x5="0" y5="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="0" antialias="false" x1="866" x2="866" y1="-100" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<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"/>
<text y="-3.0959" color="#000000" rotation="0" text="2" x="97.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<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"/>
<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"/>
<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 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"/>
<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 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 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 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 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 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"/>
<terminal y="5" x="180" orientation="s"/>
<terminal y="5" x="260" orientation="s"/>
<terminal y="5" x="740" orientation="s"/>
<terminal y="5" x="420" orientation="s"/>
<terminal y="5" x="100" orientation="s"/>
<terminal y="5" x="340" orientation="s"/>
<terminal y="5" x="500" orientation="s"/>
<terminal y="5" x="660" orientation="s"/>
<terminal y="5" x="580" orientation="s"/>
<terminal y="5" x="820" orientation="s"/>
<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"/>
<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"/>
<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 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 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 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 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 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"/>
<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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="177.213" rotation="0" text="4" y="-3.0959"/>
<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 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 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 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 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 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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="814.213" rotation="0" text="20" y="-3.0959"/>
<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 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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="414.213" rotation="0" text="10" y="-3.0959"/>
<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 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 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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="733.213" rotation="0" text="18" y="-3.0959"/>
<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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="337.213" rotation="0" text="8" y="-3.0959"/>
<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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="14" y="-3"/>
<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 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 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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="654.213" rotation="0" text="16" y="-3.0959"/>
<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"/>
<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"/>
<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"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="494.213" rotation="0" text="12" y="-3.0959"/>
<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 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"/>
<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 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"/>
<polygon x2="0" closed="false" x1="0" antialias="true" y2="-50" x3="-5" x5="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="0" y4="-57" y6="-105" x4="5" y3="-55" y1="5" y5="-60"/>
<line x2="866" x1="866" 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 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 color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="97.213" rotation="0" text="2" y="-3.0959"/>
<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"/>
<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"/>
<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"/>
<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 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 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 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 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 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 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 x="180" orientation="s" y="5"/>
<terminal x="260" orientation="s" y="5"/>
<terminal x="740" orientation="s" y="5"/>
<terminal x="420" orientation="s" y="5"/>
<terminal x="100" orientation="s" y="5"/>
<terminal x="340" orientation="s" y="5"/>
<terminal x="500" orientation="s" y="5"/>
<terminal x="660" orientation="s" y="5"/>
<terminal x="580" orientation="s" y="5"/>
<terminal x="820" orientation="s" y="5"/>
</description>
</definition>

View File

@@ -1,69 +1,123 @@
<definition link_type="simple" hotspot_x="15" orientation="dyyy" hotspot_y="42" type="element" height="110" width="770" version="0.5">
<uuid uuid="{f3845073-93ec-4dc3-b227-1134a91f156f}"/>
<definition hotspot_y="42" type="element" height="110" link_type="simple" width="770" orientation="dyyy" version="0.80" hotspot_x="15">
<uuid uuid="{a13aa6bf-3a35-4b2f-bbfa-9afe04898bfc}"/>
<names>
<name lang="pl">1762-IT4</name>
<name lang="nl">1762-IT4</name>
<name lang="el">1762-IT4</name>
<name lang="fr">1762-IT4</name>
<name lang="en">1762-IT4</name>
<name lang="it">1762-IT4</name>
<name lang="cs">1762-IT4</name>
<name lang="ar">1762-IT4</name>
<name lang="nl">1762-IT4</name>
<name lang="pt">1762-IT4</name>
<name lang="cs">1762-IT4</name>
<name lang="es">1762-IT4</name>
<name lang="en">1762-IT4</name>
<name lang="el">1762-IT4</name>
</names>
<informations>Author: The QElectroTech team
<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>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<input size="7" text="IN4&#xa; -" rotate="true" y="28" tagg="none" x="720"/>
<input size="7" text="IN3&#xa; -" rotate="true" y="28" tagg="none" x="560"/>
<input size="7" text="IN2&#xa; +" rotate="true" y="28" tagg="none" x="320"/>
<input size="7" text="IN2&#xa; -" rotate="true" y="28" tagg="none" x="399"/>
<input size="7" text="IN1&#xa; -" rotate="true" y="28" tagg="none" x="239"/>
<input size="7" text="CJC&#xa; +" rotate="true" y="27" tagg="none" x="17"/>
<input size="7" text="CJC&#xa; -" rotate="true" y="27" tagg="none" x="78"/>
<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="48"/>
<input size="7" text="IN3&#xa; +" rotate="true" y="28" tagg="none" x="480"/>
<input size="7" text="IN4&#xa; +" rotate="true" y="27" tagg="none" x="640"/>
<ellipse style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="5" y="45.5" width="5.00431" x="27.4488"/>
<line y1="48" x1="-9.98307" x2="26.9744" 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"/>
<input size="7" text="IN1&#xa; +" rotate="true" y="28" tagg="none" x="179"/>
<input size="9" text="4-Channel Thermocouple/mV Input Module" rotate="true" y="-23" tagg="none" x="-6"/>
<input size="9" text="/" rotate="true" y="4" tagg="none" x="-55"/>
<line y1="-40" x1="-9.96268" x2="749.96" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-40"/>
<line y1="48" x1="32.3983" x2="87.5613" 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 y1="-40" x1="750" x2="750" 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 y1="48" x1="733" x2="750" 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="727.5"/>
<line y1="48" x1="653" x2="727" 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 y1="48" x1="573" x2="647" 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 y1="48" x1="493" x2="567" 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 y1="48" x1="413" x2="487" 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 y1="48" x1="333" x2="407" 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 y1="48" x1="253" 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="48"/>
<line y1="48" x1="173" x2="247" 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="647.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="567.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="487.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="407.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="327.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="247.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="167.5"/>
<line y1="48" x1="93" x2="167" 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.5" diameter="5" x="87.5001"/>
<input size="9" text="1762-IT4" rotate="true" y="-25" tagg="none" x="670"/>
<input size="9" text="_" rotate="true" y="-28" tagg="label" x="751"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="37" y="29" width="61" x="30" start="0"/>
<input size="6" text="CJC sensor" rotate="true" y="72" tagg="none" x="31"/>
<terminal orientation="s" y="51" x="170"/>
<terminal orientation="s" y="51" x="330"/>
<terminal orientation="s" y="51" x="730"/>
<terminal orientation="s" y="51" x="570"/>
<terminal orientation="s" y="51" x="490"/>
<terminal orientation="s" y="51" x="90"/>
<terminal orientation="s" y="51" x="410"/>
<terminal orientation="s" y="51" x="650"/>
<terminal orientation="s" y="51" x="30"/>
<terminal orientation="s" y="51" x="250"/>
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="720" text_width="-1" rotation="0" frame="false" y="13" uuid="{8ab409b3-f290-4e7f-b728-6a97fd9d245b}">
<text>IN4
-</text>
</dynamic_text>
<dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="560" text_width="-1" rotation="0" frame="false" y="13" uuid="{7bd10bb0-5cb0-40bd-b464-0c437b1367c0}">
<text>IN3
-</text>
</dynamic_text>
<dynamic_text z="3" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="320" text_width="-1" rotation="0" frame="false" y="13" uuid="{550730a6-06f7-4ed6-a480-97aa811b45c0}">
<text>IN2
+</text>
</dynamic_text>
<dynamic_text z="4" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="399" text_width="-1" rotation="0" frame="false" y="13" uuid="{a8cb7894-1691-41e0-b46a-2d370358bfc7}">
<text>IN2
-</text>
</dynamic_text>
<dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="239" text_width="-1" rotation="0" frame="false" y="13" uuid="{0567f7d8-e5e4-4463-81f2-f254e147dfd5}">
<text>IN1
-</text>
</dynamic_text>
<dynamic_text z="6" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="17" text_width="-1" rotation="0" frame="false" y="12" uuid="{dc6e2a71-52e2-4a5d-bf4c-f3ae79354a9f}">
<text>CJC
+</text>
</dynamic_text>
<dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="78" text_width="-1" rotation="0" frame="false" y="12" uuid="{5d8604cf-33b4-45a5-b19d-cbb719cee563}">
<text>CJC
-</text>
</dynamic_text>
<line x2="-10" x1="-10" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="480" text_width="-1" rotation="0" frame="false" y="13" uuid="{fde9872e-7d50-4d62-b624-e7485ad9cc21}">
<text>IN3
+</text>
</dynamic_text>
<dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="640" text_width="-1" rotation="0" frame="false" y="12" uuid="{23b6a656-0404-4f4b-8d4c-42ec9edcd895}">
<text>IN4
+</text>
</dynamic_text>
<ellipse antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.4488" width="5.00431" y="45.5"/>
<line x2="26.9744" x1="-9.98307" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="179" text_width="-1" rotation="0" frame="false" y="13" uuid="{aba51e0e-56a0-4cf8-95f9-d6947c9e4d90}">
<text>IN1
+</text>
</dynamic_text>
<dynamic_text z="14" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-6" text_width="-1" rotation="0" frame="false" y="-34" uuid="{142f6259-15ce-4283-91ec-5b93d79fdb34}">
<text>4-Channel Thermocouple/mV Input Module</text>
</dynamic_text>
<dynamic_text z="15" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-55" text_width="-1" rotation="0" frame="false" y="-7" uuid="{34bc15b7-e7e9-4f21-850f-1582de98b96c}">
<text>/</text>
</dynamic_text>
<line x2="749.96" x1="-9.96268" antialias="false" y2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x2="87.5613" x1="32.3983" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="750" x1="750" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x2="750" x1="733" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="727.5" diameter="5" y="45.5"/>
<line x2="727" x1="653" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="647" x1="573" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="567" x1="493" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="487" x1="413" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="407" x1="333" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="327" x1="253" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="247" x1="173" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="647.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="567.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="487.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="327.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="247.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="167.5" diameter="5" y="45.5"/>
<line x2="167" x1="93" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="87.5001" diameter="5" y="45.5"/>
<dynamic_text z="37" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="670" text_width="-1" rotation="0" frame="false" y="-36" uuid="{f0bad0c0-22ec-4b34-8977-f5d7674ac039}">
<text>1762-IT4</text>
</dynamic_text>
<dynamic_text z="38" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="751" text_width="-1" rotation="0" frame="false" y="-39" uuid="{07180dfa-79dd-497a-b754-a88d6b608a2f}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc antialias="true" height="37" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="30" width="61" angle="-180" y="29"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="31" text_width="-1" rotation="0" frame="false" y="63" uuid="{de451972-6d51-498d-b53d-e7fc36e51f5a}">
<text>CJC sensor</text>
</dynamic_text>
<terminal x="170" orientation="s" y="51"/>
<terminal x="330" orientation="s" y="51"/>
<terminal x="730" orientation="s" y="51"/>
<terminal x="570" orientation="s" y="51"/>
<terminal x="490" orientation="s" y="51"/>
<terminal x="90" orientation="s" y="51"/>
<terminal x="410" orientation="s" y="51"/>
<terminal x="650" orientation="s" y="51"/>
<terminal x="30" orientation="s" y="51"/>
<terminal x="250" orientation="s" y="51"/>
</description>
</definition>

View File

@@ -1,59 +1,94 @@
<definition width="340" version="0.3" hotspot_x="16" hotspot_y="39" height="110" type="element" ic="true" orientation="dyyy">
<uuid uuid="{0B819DFE-4ED4-4342-9C7C-68B9AD0970BA}"/><names>
<name lang="ar">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="pt">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="el">1762-L40BXB(R) - (Τροφοδοσία &amp; Επικοινωνία)</name>
<name lang="en">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<definition hotspot_y="39" type="element" height="110" link_type="simple" width="320" orientation="dyyy" version="0.80" hotspot_x="12">
<uuid uuid="{4987c9fb-eb4c-43d6-8869-ab10a9cdca87}"/>
<names>
<name lang="pl">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="it">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="fr">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="pl">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="ar">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="pt">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="nl">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="es">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="cs">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="nl">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="en">1762-L40BXB(R) - (PWR &amp; COMMS)</name>
<name lang="el">1762-L40BXB(R) - (Τροφοδοσία &amp; Επικοινωνία)</name>
</names>
<informations>Author: The QElectroTech team
<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>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<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="45" x1="68" y2="45" x2="72"/>
<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="60" x1="42.8233" y2="60" x2="67.1082"/>
<arc width="6" x="208" y="56" antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="-180"/>
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" x1="208" y2="56" x2="214"/>
<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="43" x1="69" y2="43" x2="71"/>
<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="47" x1="66" y2="47" x2="74"/>
<input x="24" y="45" size="6" rotate="true" text=" VDC&#xa;NEUT"/>
<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="57" x1="70" y2="47" x2="70"/>
<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="53" x1="211" y2="59" x2="211"/>
<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="53" x1="212" y2="59" x2="212"/>
<circle x="67.5" y="57.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" x1="214.045" y2="60" x2="277.034"/>
<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="53" x1="210" y2="59" x2="210"/>
<input x="191" y="37" size="6" rotate="true" text=" HMI&#xa;PORT 1"/>
<input x="305" y="15" size="9" rotate="true" text="/"/>
<text x="204" y="53" size="4" text="8"/>
<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="60" x1="73.374" y2="60" x2="207.678"/>
<polygon x4="305" y5="12" x5="300" y6="-33" x6="300" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" closed="false" y1="65" x1="300" y2="18" x2="300" y3="15" x3="295" y4="15"/>
<input x="260" y="37" size="6" rotate="true" text=" COMM&#xa;PORT 0"/>
<input x="301" y="-16" size="9" rotate="true" text="_" tagg="label"/>
<input x="-4" y="45" size="6" rotate="true" text=" 24&#xa;VDC"/>
<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="60" x1="283" y2="60" x2="300"/>
<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="53" x1="281" y2="59" x2="281"/>
<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="53" x1="279" y2="59" x2="279"/>
<input x="1" y="-13" size="9" text="MicroLogix 1200"/>
<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="53" x1="280" y2="59" x2="280"/>
<arc width="6" x="277" y="56" antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="-180"/>
<circle x="7.4999" y="57.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" x1="12.8217" y2="60" x2="37.1099"/>
<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="-28" x1="-10" y2="60" x2="-10"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" x1="-10" y2="60" x2="7"/>
<circle x="37.5" y="57.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<input x="1" y="8" size="9" rotate="true" text="1762-L40BXB(R) - PWR &amp; COMMS"/>
<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="-28" x1="-9" y2="-28" x2="301"/>
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" x1="277" y2="56" x2="283"/>
<text x="273" y="53" size="4" text="8"/>
<terminal x="280" y="54" nameHidden="0" number="" name="" orientation="n"/>
<terminal x="40" y="57" nameHidden="0" number="" name="" orientation="n"/>
<terminal x="10" y="57" nameHidden="0" number="" name="" orientation="n"/>
<terminal x="211" y="54" nameHidden="0" number="" name="" orientation="n"/>
<terminal x="70" y="63" nameHidden="0" number="" name="" orientation="s"/>
<line x2="72" x1="68" antialias="false" y2="45" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="45" length2="1.5"/>
<line x2="67.1082" x1="42.8233" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="60" length2="1.5"/>
<arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="208" width="6" angle="-180" y="56"/>
<line x2="214" x1="208" antialias="true" y2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="52" length2="1.5"/>
<line x2="71" x1="69" antialias="false" y2="43" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="43" length2="1.5"/>
<line x2="74" x1="66" antialias="false" y2="47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="47" length2="1.5"/>
<dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="24" text_width="-1" rotation="0" frame="false" y="31" uuid="{c47d7daf-bd06-4b21-8629-092845c171fe}">
<text> VDC
NEUT</text>
</dynamic_text>
<line x2="70" x1="70" antialias="false" y2="47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="57" length2="1.5"/>
<line x2="211" x1="211" antialias="false" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="53" length2="1.5"/>
<line x2="212" x1="212" antialias="false" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="53" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="67.5" diameter="5" y="57.5"/>
<line x2="277.034" x1="214.045" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="60" length2="1.5"/>
<line x2="210" x1="210" antialias="false" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="53" length2="1.5"/>
<dynamic_text z="14" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="191" text_width="-1" rotation="0" frame="false" y="23" uuid="{23356344-05dd-4e15-a15b-cf37fa6c19f4}">
<text> HMI
PORT 1</text>
</dynamic_text>
<dynamic_text z="15" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="305" text_width="-1" rotation="0" frame="false" y="4" uuid="{4ea380bf-067e-4c1c-b46f-c79d033a22c8}">
<text>/</text>
</dynamic_text>
<text color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="204" rotation="0" text="8" y="53"/>
<line x2="207.678" x1="73.374" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="60" length2="1.5"/>
<polygon x2="300" closed="false" x1="300" antialias="true" y2="18" x3="295" x5="300" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="300" y4="15" y6="-33" x4="305" y3="15" y1="65" y5="12"/>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="260" text_width="-1" rotation="0" frame="false" y="23" uuid="{92253220-7627-419a-99d0-0fa9b0e6d8d5}">
<text> COMM
PORT 0</text>
</dynamic_text>
<dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="301" text_width="-1" rotation="0" frame="false" y="-27" uuid="{a6e40663-4cc0-4452-be31-04a5708a6f22}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text z="21" 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="31" uuid="{dc242df5-27e8-4a4e-b285-cab608d3fdd3}">
<text> 24
VDC</text>
</dynamic_text>
<line x2="300" x1="283" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="60" length2="1.5"/>
<line x2="281" x1="281" antialias="false" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="53" length2="1.5"/>
<line x2="279" x1="279" antialias="false" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="53" length2="1.5"/>
<dynamic_text z="25" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="1" text_width="-1" rotation="0" frame="false" y="-24" uuid="{0d94b1c4-580b-4d36-a3d1-369205837452}">
<text>MicroLogix 1200</text>
</dynamic_text>
<line x2="280" x1="280" antialias="false" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="53" length2="1.5"/>
<arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="277" width="6" angle="-180" y="56"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.4999" diameter="5" y="57.5"/>
<line x2="37.1099" x1="12.8217" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="60" length2="1.5"/>
<line x2="-10" x1="-10" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-28" length2="1.5"/>
<line x2="7" x1="-10" antialias="false" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="60" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.5" diameter="5" y="57.5"/>
<dynamic_text z="33" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="1" text_width="-1" rotation="0" frame="false" y="-3" uuid="{1bf00990-f5b4-4c81-b12e-ae3f4976fe91}">
<text>1762-L40BXB(R) - PWR &amp; COMMS</text>
</dynamic_text>
<line x2="301" x1="-9" antialias="false" y2="-28" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-28" length2="1.5"/>
<line x2="283" x1="277" antialias="true" y2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="52" length2="1.5"/>
<text color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="273" rotation="0" text="8" y="53"/>
<terminal x="280" orientation="n" y="54"/>
<terminal x="40" orientation="n" y="57"/>
<terminal x="10" orientation="n" y="57"/>
<terminal x="211" orientation="n" y="54"/>
<terminal x="70" orientation="s" y="63"/>
</description>
</definition>

View File

@@ -1,70 +1,126 @@
<definition width="940" version="0.3" hotspot_x="60" hotspot_y="51" height="110" type="element" ic="true" orientation="dyyy">
<uuid uuid="{4E158889-F73B-4142-BC11-68D4CA619B37}"/><names>
<name lang="ar">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="pt">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="el">1762-L40BXB(R) - (Έξοδοι, μέρος 1/2)</name>
<name lang="en">1762-L40BXB(R) - (part OUT 1/2)</name>
<definition hotspot_y="51" type="element" height="110" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="20">
<uuid uuid="{eeb08051-a9db-4ecf-ae64-3f233bb93595}"/>
<names>
<name lang="pl">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="it">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="fr">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="pl">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="ar">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="pt">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="nl">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="es">1762-L40BXB(R) - (Salida parte 1/2)</name>
<name lang="cs">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="nl">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="en">1762-L40BXB(R) - (part OUT 1/2)</name>
<name lang="el">1762-L40BXB(R) - (Έξοδοι, μέρος 1/2)</name>
</names>
<informations>Author: The QElectroTech team
<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>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<input x="-6" y="-23" size="9" rotate="true" text="MicroLogix 1200 : DO 16 part 1 of 2"/>
<input x="715" y="27" size="7" rotate="true" text="OUT&#xa; 7"/>
<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="48" x1="-9.98307" y2="48" x2="26.9744"/>
<input x="15" y="27" size="7" rotate="true" text="VAC&#xa;DC 0"/>
<input x="315" y="27" size="7" rotate="true" text="VDC&#xa; 2"/>
<ellipse width="5.00431" x="27.4488" y="45.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input x="155" y="27" size="7" rotate="true" text="VAC&#xa;DC 1"/>
<input x="-55" y="4" size="9" rotate="true" text="/"/>
<input x="395" y="27" size="7" rotate="true" text="OUT&#xa; 2"/>
<input x="796.5" y="27" size="7" rotate="true" text="OUT&#xa; 8"/>
<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="48" x1="813.935" y2="48" x2="853.112"/>
<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="48" x1="734.5" y2="48" x2="808.5"/>
<polygon x4="-5" y5="0" x5="-10" y6="-45" x6="-10" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" closed="false" y1="53" x1="-10" y2="6" x2="-10" y3="3" x3="-15" y4="3"/>
<circle x="809" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" x1="-9.79003" y2="-40" x2="852.773"/>
<input x="76" y="27" size="7" rotate="true" text="OUT&#xa; 0"/>
<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="48" x1="32.3983" y2="48" x2="87.5613"/>
<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="-40" x1="854" y2="48" x2="854"/>
<input x="635" y="27" size="7" rotate="true" text="OUT&#xa; 5"/>
<input x="555" y="27" size="7" rotate="true" text="OUT&#xa; 4"/>
<input x="475" y="27" size="7" rotate="true" text="OUT&#xa; 3"/>
<input x="236" y="27" size="7" rotate="true" text="OUT&#xa; 1"/>
<circle x="727.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="653" y2="48" x2="727"/>
<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="48" x1="573" y2="48" x2="647"/>
<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="48" x1="493" y2="48" x2="567"/>
<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="48" x1="413" y2="48" x2="487"/>
<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="48" x1="333" y2="48" x2="407"/>
<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="48" x1="253" y2="48" x2="327"/>
<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="48" x1="173" y2="48" x2="247"/>
<circle x="647.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="567.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="487.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="407.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="327.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="247.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="167.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="93" y2="48" x2="167"/>
<circle x="87.5001" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<input x="667" y="-23" size="9" rotate="true" text="1762-L40BXB(R) - OUT 1/2"/>
<input x="859" y="-27" size="9" rotate="true" text="_" tagg="label"/>
<terminal x="90" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="170" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="250" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="330" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="410" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="490" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="570" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="650" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="730" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="30" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="811.5" y="51" nameHidden="0" number="" name="" orientation="s"/>
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-6" text_width="-1" rotation="0" frame="false" y="-34" uuid="{ff9e5246-c75f-4d37-a9f4-0d931354b196}">
<text>MicroLogix 1200 : DO 16 part 1 of 2</text>
</dynamic_text>
<dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="715" text_width="-1" rotation="0" frame="false" y="12" uuid="{9e0f276d-2a09-4fcd-8021-482bbb4c9baa}">
<text>OUT
7</text>
</dynamic_text>
<line x2="26.9744" x1="-9.98307" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<dynamic_text z="4" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="15" text_width="-1" rotation="0" frame="false" y="12" uuid="{27c9c84b-a16f-4c29-845b-e24562023797}">
<text>VAC
DC 0</text>
</dynamic_text>
<dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="315" text_width="-1" rotation="0" frame="false" y="12" uuid="{6fc3ec3f-4039-4c88-940b-4e673f7400f7}">
<text>VDC
2</text>
</dynamic_text>
<ellipse antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.4488" width="5.00431" y="45.5"/>
<dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="155" text_width="-1" rotation="0" frame="false" y="12" uuid="{b95b0777-cd2f-4018-b363-c02fc69f3ff7}">
<text>VAC
DC 1</text>
</dynamic_text>
<dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-55" text_width="-1" rotation="0" frame="false" y="-7" uuid="{efe2501a-198d-4705-b27a-c18ddb6f77cf}">
<text>/</text>
</dynamic_text>
<dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="395" text_width="-1" rotation="0" frame="false" y="12" uuid="{733db0da-c76f-4c0c-bee5-b8d7c9fabe9f}">
<text>OUT
2</text>
</dynamic_text>
<dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="796.5" text_width="-1" rotation="0" frame="false" y="12" uuid="{50522467-abde-4b56-af87-cd65e68faf01}">
<text>OUT
8</text>
</dynamic_text>
<line x2="853.112" x1="813.935" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="808.5" x1="734.5" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<polygon x2="-10" closed="false" x1="-10" antialias="true" y2="6" x3="-15" x5="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-10" y4="3" y6="-45" x4="-5" y3="3" y1="53" y5="0"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="809" diameter="5" y="45.5"/>
<line x2="852.773" x1="-9.79003" antialias="false" y2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<dynamic_text z="16" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="76" text_width="-1" rotation="0" frame="false" y="12" uuid="{0072d990-9607-4228-bd52-38be5f6fae56}">
<text>OUT
0</text>
</dynamic_text>
<line x2="87.5613" x1="32.3983" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="854" x1="854" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="635" text_width="-1" rotation="0" frame="false" y="12" uuid="{50819c88-4e61-4484-9e6c-a3dbe7eb32a9}">
<text>OUT
5</text>
</dynamic_text>
<dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="555" text_width="-1" rotation="0" frame="false" y="12" uuid="{f8e555a9-d47d-4c64-be57-12467695fcb8}">
<text>OUT
4</text>
</dynamic_text>
<dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="475" text_width="-1" rotation="0" frame="false" y="12" uuid="{d2fdb323-4d1c-4616-bfe6-0af49420c35e}">
<text>OUT
3</text>
</dynamic_text>
<dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="236" text_width="-1" rotation="0" frame="false" y="12" uuid="{0a04a7cf-66ce-44cb-845f-39e180dc8483}">
<text>OUT
1</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="727.5" diameter="5" y="45.5"/>
<line x2="727" x1="653" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="647" x1="573" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="567" x1="493" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="487" x1="413" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="407" x1="333" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="327" x1="253" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="247" x1="173" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="647.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="567.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="487.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="327.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="247.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="167.5" diameter="5" y="45.5"/>
<line x2="167" x1="93" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="87.5001" diameter="5" y="45.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="667" text_width="-1" rotation="0" frame="false" y="-34" uuid="{9e342cad-6b3c-443c-a905-c98c70a88b99}">
<text>1762-L40BXB(R) - OUT 1/2</text>
</dynamic_text>
<dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="859" text_width="-1" rotation="0" frame="false" y="-38" uuid="{548cb406-fcb3-4a98-9ca7-cfe07cb18597}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="90" orientation="s" y="51"/>
<terminal x="170" orientation="s" y="51"/>
<terminal x="250" orientation="s" y="51"/>
<terminal x="330" orientation="s" y="51"/>
<terminal x="410" orientation="s" y="51"/>
<terminal x="490" orientation="s" y="51"/>
<terminal x="570" orientation="s" y="51"/>
<terminal x="650" orientation="s" y="51"/>
<terminal x="730" orientation="s" y="51"/>
<terminal x="30" orientation="s" y="51"/>
<terminal x="811.5" orientation="s" y="51"/>
</description>
</definition>

View File

@@ -1,66 +1,119 @@
<definition width="830" version="0.3" hotspot_x="59" hotspot_y="51" height="110" type="element" ic="true" orientation="dyyy">
<uuid uuid="{9A0F7053-B7A7-4060-977F-F58D4BA0329B}"/><names>
<name lang="ar">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="pt">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="el">1762-L40BXB(R) - (Έξοδοι, μέρος 2/2)</name>
<name lang="en">1762-L40BXB(R) - (part OUT 2/2)</name>
<definition hotspot_y="51" type="element" height="110" link_type="simple" width="770" orientation="dyyy" version="0.80" hotspot_x="17">
<uuid uuid="{2be64ffe-cbf8-451c-acd1-a4d7113967e9}"/>
<names>
<name lang="pl">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="it">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="fr">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="pl">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="ar">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="pt">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="nl">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="es">1762-L40BXB(R) - (Salida parte 2/2)</name>
<name lang="cs">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="nl">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="en">1762-L40BXB(R) - (part OUT 2/2)</name>
<name lang="el">1762-L40BXB(R) - (Έξοδοι, μέρος 2/2)</name>
</names>
<informations>Author: The QElectroTech team
<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>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<input x="318" y="27" size="7" rotate="true" text="OUT&#xa; 11"/>
<input x="715" y="27" size="7" rotate="true" text="OUT&#xa; 15"/>
<input x="155" y="27" size="7" rotate="true" text="VAC&#xa;DC 3"/>
<ellipse width="5.00431" x="27.4488" y="45.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<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="48" x1="-9.98307" y2="48" x2="26.9744"/>
<input x="15" y="27" size="7" rotate="true" text="COM&#xa; 2"/>
<input x="-6" y="-23" size="9" rotate="true" text="MicroLogix 1200 : DO 16 part 2 of 2"/>
<input x="-55" y="4" size="9" rotate="true" text="/"/>
<polygon x4="-5" y5="0" x5="-10" y6="-45" x6="-10" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" closed="false" y1="53" x1="-10" y2="6" x2="-10" y3="3" x3="-15" y4="3"/>
<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="-40" x1="-9.96268" y2="-40" x2="749.96"/>
<input x="76" y="27" size="7" rotate="true" text="OUT&#xa; 9"/>
<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="48" x1="32.3983" y2="48" x2="87.5613"/>
<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="-40" x1="750" y2="48" x2="750"/>
<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="48" x1="733" y2="48" x2="750"/>
<input x="637" y="27" size="7" rotate="true" text="OUT&#xa; 14"/>
<input x="556" y="27" size="7" rotate="true" text="OUT&#xa; 13"/>
<input x="476" y="27" size="7" rotate="true" text="OUT&#xa; 12"/>
<input x="395" y="27" size="7" rotate="true" text="VAC&#xa;DC 4"/>
<input x="236" y="27" size="7" rotate="true" text="OUT&#xa; 10"/>
<circle x="727.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="653" y2="48" x2="727"/>
<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="48" x1="573" y2="48" x2="647"/>
<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="48" x1="493" y2="48" x2="567"/>
<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="48" x1="413" y2="48" x2="487"/>
<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="48" x1="333" y2="48" x2="407"/>
<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="48" x1="253" y2="48" x2="327"/>
<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="48" x1="173" y2="48" x2="247"/>
<circle x="647.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="567.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="487.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="407.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="327.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="247.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="167.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="93" y2="48" x2="167"/>
<circle x="87.5001" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<input x="566" y="-24" size="9" rotate="true" text="1762-L40BXB(R) - OUT 2/2"/>
<input x="751" y="-28" size="9" rotate="true" text="_" tagg="label"/>
<terminal x="90" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="170" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="250" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="330" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="410" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="490" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="570" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="650" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="730" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="30" y="51" nameHidden="0" number="" name="" orientation="s"/>
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="318" text_width="-1" rotation="0" frame="false" y="12" uuid="{3d5bb3e2-3cf3-4087-9d4c-0f221c20f19e}">
<text>OUT
11</text>
</dynamic_text>
<dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="715" text_width="-1" rotation="0" frame="false" y="12" uuid="{c5a9489c-aae4-4784-96c4-f8add7d73398}">
<text>OUT
15</text>
</dynamic_text>
<dynamic_text z="3" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="155" text_width="-1" rotation="0" frame="false" y="12" uuid="{740f91fa-8472-4282-882d-eb0040d59880}">
<text>VAC
DC 3</text>
</dynamic_text>
<ellipse antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.4488" width="5.00431" y="45.5"/>
<line x2="26.9744" x1="-9.98307" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<dynamic_text z="6" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="15" text_width="-1" rotation="0" frame="false" y="12" uuid="{d152b18a-6151-4217-8fbd-d6921f4d77d3}">
<text>COM
2</text>
</dynamic_text>
<dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-6" text_width="-1" rotation="0" frame="false" y="-34" uuid="{ba84cb99-38b8-4109-ab31-6397e8adcfaa}">
<text>MicroLogix 1200 : DO 16 part 2 of 2</text>
</dynamic_text>
<dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-55" text_width="-1" rotation="0" frame="false" y="-7" uuid="{65ca65b9-2513-42f3-bd8e-2d22ee1f881b}">
<text>/</text>
</dynamic_text>
<polygon x2="-10" closed="false" x1="-10" antialias="true" y2="6" x3="-15" x5="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-10" y4="3" y6="-45" x4="-5" y3="3" y1="53" y5="0"/>
<line x2="749.96" x1="-9.96268" antialias="false" y2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<dynamic_text z="11" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="76" text_width="-1" rotation="0" frame="false" y="12" uuid="{20132517-bfc6-4812-8cda-41670d3341d1}">
<text>OUT
9</text>
</dynamic_text>
<line x2="87.5613" x1="32.3983" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="750" x1="750" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x2="750" x1="733" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<dynamic_text z="15" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="637" text_width="-1" rotation="0" frame="false" y="12" uuid="{292b90bc-b034-49e9-bb28-ce82b764d417}">
<text>OUT
14</text>
</dynamic_text>
<dynamic_text z="16" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="556" text_width="-1" rotation="0" frame="false" y="12" uuid="{f8626333-66df-4eed-80ea-a492af345c7e}">
<text>OUT
13</text>
</dynamic_text>
<dynamic_text z="17" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="476" text_width="-1" rotation="0" frame="false" y="12" uuid="{c8664f07-7d65-46f6-bec8-84fb1f70257d}">
<text>OUT
12</text>
</dynamic_text>
<dynamic_text z="18" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="395" text_width="-1" rotation="0" frame="false" y="12" uuid="{85bce440-4d87-4c8a-83ee-c2880a714541}">
<text>VAC
DC 4</text>
</dynamic_text>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="236" text_width="-1" rotation="0" frame="false" y="12" uuid="{0202c666-91be-4421-af68-6dc309a0745c}">
<text>OUT
10</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="727.5" diameter="5" y="45.5"/>
<line x2="727" x1="653" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="647" x1="573" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="567" x1="493" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="487" x1="413" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="407" x1="333" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="327" x1="253" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="247" x1="173" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="647.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="567.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="487.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="327.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="247.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="167.5" diameter="5" y="45.5"/>
<line x2="167" x1="93" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="87.5001" diameter="5" y="45.5"/>
<dynamic_text z="37" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="566" text_width="-1" rotation="0" frame="false" y="-35" uuid="{a77cf53b-185a-484f-bf54-5c76f5431fcd}">
<text>1762-L40BXB(R) - OUT 2/2</text>
</dynamic_text>
<dynamic_text z="38" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="751" text_width="-1" rotation="0" frame="false" y="-39" uuid="{cf473eda-d633-4c73-a53c-e807ad11395a}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="90" orientation="s" y="51"/>
<terminal x="170" orientation="s" y="51"/>
<terminal x="250" orientation="s" y="51"/>
<terminal x="330" orientation="s" y="51"/>
<terminal x="410" orientation="s" y="51"/>
<terminal x="490" orientation="s" y="51"/>
<terminal x="570" orientation="s" y="51"/>
<terminal x="650" orientation="s" y="51"/>
<terminal x="730" orientation="s" y="51"/>
<terminal x="30" orientation="s" y="51"/>
</description>
</definition>

View File

@@ -1,66 +1,119 @@
<definition width="830" version="0.3" hotspot_x="59" hotspot_y="51" height="110" type="element" ic="true" orientation="dyyy">
<uuid uuid="{F84B2D86-1CF9-4A55-8772-F1F3EEAC9078}"/><names>
<name lang="ar">1762-OB8</name>
<name lang="pt">1762-OB8</name>
<name lang="el">1762-OB8</name>
<name lang="en">1762-OB8</name>
<definition hotspot_y="51" type="element" height="110" link_type="simple" width="770" orientation="dyyy" version="0.80" hotspot_x="17">
<uuid uuid="{56585ec7-ade0-45ec-83c4-d32c13fbe965}"/>
<names>
<name lang="pl">1762-OB8</name>
<name lang="it">1762-OB8</name>
<name lang="fr">1762-OB8</name>
<name lang="pl">1762-OB8</name>
<name lang="ar">1762-OB8</name>
<name lang="pt">1762-OB8</name>
<name lang="nl">1762-OB8</name>
<name lang="es">1762-OB8</name>
<name lang="cs">1762-OB8</name>
<name lang="nl">1762-OB8</name>
<name lang="en">1762-OB8</name>
<name lang="el">1762-OB8</name>
</names>
<informations>Author: The QElectroTech team
<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>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<input x="156" y="27" size="7" rotate="true" text="OUT&#xa; 1"/>
<input x="315" y="27" size="7" rotate="true" text="OUT&#xa; 3"/>
<input x="76" y="27" size="7" rotate="true" text="OUT&#xa; 0"/>
<ellipse width="5.00431" x="27.4488" y="45.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<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="48" x1="-9.98307" y2="48" x2="26.9744"/>
<input x="14" y="27" size="7" rotate="true" text="+24&#xa;VDC"/>
<input x="-6" y="-23" size="9" rotate="true" text="DO 8 - 24VDC"/>
<input x="-55" y="4" size="9" rotate="true" text="/"/>
<polygon x4="-5" y5="0" x5="-10" y6="-45" x6="-10" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" closed="false" y1="53" x1="-10" y2="6" x2="-10" y3="3" x3="-15" y4="3"/>
<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="-40" x1="-9.96268" y2="-40" x2="749.96"/>
<input x="714" y="27" size="7" rotate="true" text=" DC&#xa;COM"/>
<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="48" x1="32.3983" y2="48" x2="87.5613"/>
<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="-40" x1="750" y2="48" x2="750"/>
<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="48" x1="733" y2="48" x2="750"/>
<input x="637" y="27" size="7" rotate="true" text="OUT&#xa; 7"/>
<input x="556" y="27" size="7" rotate="true" text="OUT&#xa; 6"/>
<input x="476" y="27" size="7" rotate="true" text="OUT&#xa; 5"/>
<input x="395" y="27" size="7" rotate="true" text="OUT&#xa; 4"/>
<input x="236" y="27" size="7" rotate="true" text="OUT&#xa; 2"/>
<circle x="727.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="653" y2="48" x2="727"/>
<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="48" x1="573" y2="48" x2="647"/>
<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="48" x1="493" y2="48" x2="567"/>
<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="48" x1="413" y2="48" x2="487"/>
<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="48" x1="333" y2="48" x2="407"/>
<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="48" x1="253" y2="48" x2="327"/>
<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="48" x1="173" y2="48" x2="247"/>
<circle x="647.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="567.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="487.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="407.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="327.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="247.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<circle x="167.5" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="93" y2="48" x2="167"/>
<circle x="87.5001" y="45.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
<input x="670" y="-25" size="9" rotate="true" text="1762-OB8"/>
<input x="751" y="-28" size="9" rotate="true" text="_" tagg="label"/>
<terminal x="90" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="170" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="250" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="330" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="410" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="490" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="570" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="650" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="730" y="51" nameHidden="0" number="" name="" orientation="s"/>
<terminal x="30" y="51" nameHidden="0" number="" name="" orientation="s"/>
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="156" text_width="-1" rotation="0" frame="false" y="12" uuid="{f14516ba-dc2f-4cfe-9b49-b88ef22adfa6}">
<text>OUT
1</text>
</dynamic_text>
<dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="315" text_width="-1" rotation="0" frame="false" y="12" uuid="{cef5e5a5-dc66-43e9-a4bd-5472b076d4f9}">
<text>OUT
3</text>
</dynamic_text>
<dynamic_text z="3" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="76" text_width="-1" rotation="0" frame="false" y="12" uuid="{d1fafab1-772d-4f71-b54d-fd4ec986ce29}">
<text>OUT
0</text>
</dynamic_text>
<ellipse antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.4488" width="5.00431" y="45.5"/>
<line x2="26.9744" x1="-9.98307" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<dynamic_text z="6" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="14" text_width="-1" rotation="0" frame="false" y="12" uuid="{8090b2aa-aff1-4ad2-a1bb-2fd88dda6348}">
<text>+24
VDC</text>
</dynamic_text>
<dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-6" text_width="-1" rotation="0" frame="false" y="-34" uuid="{78ec1e50-598f-47d1-8f4b-939779dd9ef8}">
<text>DO 8 - 24VDC</text>
</dynamic_text>
<dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="-55" text_width="-1" rotation="0" frame="false" y="-7" uuid="{ccfe732b-be7e-4b49-b26b-c5b6b1126592}">
<text>/</text>
</dynamic_text>
<polygon x2="-10" closed="false" x1="-10" antialias="true" y2="6" x3="-15" x5="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-10" y4="3" y6="-45" x4="-5" y3="3" y1="53" y5="0"/>
<line x2="749.96" x1="-9.96268" antialias="false" y2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<dynamic_text z="11" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="714" text_width="-1" rotation="0" frame="false" y="12" uuid="{c7e03779-8021-4902-a561-32eda539cbd5}">
<text> DC
COM</text>
</dynamic_text>
<line x2="87.5613" x1="32.3983" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="750" x1="750" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x2="750" x1="733" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<dynamic_text z="15" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="637" text_width="-1" rotation="0" frame="false" y="12" uuid="{2ac811e3-6fbc-435d-afa1-e1bb5321b7e1}">
<text>OUT
7</text>
</dynamic_text>
<dynamic_text z="16" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="556" text_width="-1" rotation="0" frame="false" y="12" uuid="{b17f7f3b-366d-4367-ac02-173b8bd05b7a}">
<text>OUT
6</text>
</dynamic_text>
<dynamic_text z="17" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="476" text_width="-1" rotation="0" frame="false" y="12" uuid="{6cb19d52-abad-46ee-8d6e-cba2c2398e79}">
<text>OUT
5</text>
</dynamic_text>
<dynamic_text z="18" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="395" text_width="-1" rotation="0" frame="false" y="12" uuid="{5e8a21f0-40e5-4ffe-a38c-7a27a158c9d8}">
<text>OUT
4</text>
</dynamic_text>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="236" text_width="-1" rotation="0" frame="false" y="12" uuid="{6f54addc-3429-4a48-9cc6-a70c4c1b10cd}">
<text>OUT
2</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="727.5" diameter="5" y="45.5"/>
<line x2="727" x1="653" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="647" x1="573" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="567" x1="493" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="487" x1="413" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="407" x1="333" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="327" x1="253" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<line x2="247" x1="173" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="647.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="567.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="487.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="327.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="247.5" diameter="5" y="45.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="167.5" diameter="5" y="45.5"/>
<line x2="167" x1="93" antialias="false" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="48" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="87.5001" diameter="5" y="45.5"/>
<dynamic_text z="37" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="670" text_width="-1" rotation="0" frame="false" y="-36" uuid="{bf5dad33-ff54-4555-9969-506c976abb06}">
<text>1762-OB8</text>
</dynamic_text>
<dynamic_text z="38" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="751" text_width="-1" rotation="0" frame="false" y="-39" uuid="{96623e2f-9857-481a-9554-04cc259458a8}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="90" orientation="s" y="51"/>
<terminal x="170" orientation="s" y="51"/>
<terminal x="250" orientation="s" y="51"/>
<terminal x="330" orientation="s" y="51"/>
<terminal x="410" orientation="s" y="51"/>
<terminal x="490" orientation="s" y="51"/>
<terminal x="570" orientation="s" y="51"/>
<terminal x="650" orientation="s" y="51"/>
<terminal x="730" orientation="s" y="51"/>
<terminal x="30" orientation="s" y="51"/>
</description>
</definition>

View File

@@ -1,168 +1,180 @@
<definition type="element" width="980" version="0.70" orientation="dyyy" link_type="simple" hotspot_y="91" hotspot_x="345" height="100">
<uuid uuid="{b50d09ec-2bee-469c-af30-e43605479d7e}"/>
<definition hotspot_y="91" type="element" height="100" link_type="simple" width="980" orientation="dyyy" version="0.80" hotspot_x="345">
<uuid uuid="{fd6e5f69-933b-48fd-9c67-e2e6d5782ee3}"/>
<names>
<name lang="hu">1794-IE4X OE2 1/2</name>
<name lang="en">1794-IE4X OE2 1/2</name>
</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>
<description>
<dynamic_text y="-30" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="1" Halignment="AlignLeft" text_width="-1" frame="false" x="510" text_from="UserText" rotation="0" uuid="{6a53b387-92fb-4638-a054-10418842bd75}" Valignment="AlignTop">
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="510" text_width="-1" rotation="0" frame="false" y="-30" uuid="{6a53b387-92fb-4638-a054-10418842bd75}">
<text>C line V</text>
</dynamic_text>
<circle y="-2.5" x="327.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<dynamic_text y="-30" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="1" Halignment="AlignLeft" text_width="-1" frame="false" x="323" text_from="UserText" rotation="0" uuid="{6a53b387-92fb-4638-a054-10418842bd75}" Valignment="AlignTop">
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="323" text_width="-1" rotation="0" frame="false" y="-30" uuid="{6a53b387-92fb-4638-a054-10418842bd75}">
<text>B line Com</text>
</dynamic_text>
<line x1="503" y1="0" length2="1.5" x2="517" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="523" y1="0" length2="1.5" x2="537" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="483" y1="0" length2="1.5" x2="497" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="543" y1="0" length2="1.5" x2="557" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="603" y1="0" length2="1.5" x2="630" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="407.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="333" y1="0" length2="1.5" x2="347" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="353" y1="0" length2="1.5" x2="367" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="373" y1="0" length2="1.5" x2="387" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="44" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>IN3 (V)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-116" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>IN2 (V)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-176" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>IN2 (I)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-315" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="327.5" diameter="5" y="-2.5"/>
<line x2="517" x1="503" 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 x2="537" x1="523" 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 x2="497" x1="483" 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 x2="557" x1="543" 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 x2="630" x1="603" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.5" diameter="5" y="-2.5"/>
<line x2="347" x1="333" 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 x2="367" x1="353" 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 x2="387" x1="373" 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"/>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-315" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN1 (I)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-255" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>IN1 (V)
+</text>
</dynamic_text>
<dynamic_text y="-44" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="204" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>IN4 (V)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-16" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>IN3 (I)
+</text>
</dynamic_text>
<dynamic_text y="-44" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="144" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="144" text_width="-1" rotation="0" frame="false" y="-44" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN4 (I)
+</text>
</dynamic_text>
<circle y="-2.5" x="387.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="293" y1="0" length2="1.5" x2="307" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<dynamic_text y="-80" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="14" Halignment="AlignLeft" text_width="-1" frame="false" x="-271" text_from="UserText" rotation="0" uuid="{bf7d1c56-7aaa-4af4-88e1-615c1703a09b}" Valignment="AlignTop">
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-16" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN3 (I)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="204" text_width="-1" rotation="0" frame="false" y="-44" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN4 (V)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-255" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN1 (V)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-176" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN2 (I)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-116" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN2 (V)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="44" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>IN3 (V)
+</text>
</dynamic_text>
<dynamic_text z="14" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-271" text_width="-1" rotation="0" frame="false" y="-80" uuid="{bf7d1c56-7aaa-4af4-88e1-615c1703a09b}">
<text>4-channel input, 2- channel output</text>
</dynamic_text>
<dynamic_text y="-83" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="15" Halignment="AlignLeft" text_width="-1" frame="false" x="-333" text_from="UserText" rotation="0" uuid="{26149c7c-35a3-4721-b7a3-bd2d95f81ef8}" Valignment="AlignTop">
<dynamic_text z="15" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-333" text_width="-1" rotation="0" frame="false" y="-83" uuid="{26149c7c-35a3-4721-b7a3-bd2d95f81ef8}">
<text>1/2</text>
</dynamic_text>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="326" text="19" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="347" text="20" rotation="0"/>
<text y="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="306" text="18" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="386" text="22" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="426" text="24" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="366" text="21" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="406" text="23" rotation="0"/>
<circle y="-2.5" x="267.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="313" y1="0" length2="1.5" x2="327" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="583" y1="0" length2="1.5" x2="597" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="450" y1="-12" length2="1.5" x2="610" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-12" antialias="false"/>
<circle y="-2.5" x="347.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="287.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<dynamic_text y="-80" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="37" Halignment="AlignLeft" text_width="-1" frame="false" x="530" text_from="UserText" rotation="0" uuid="{a00d3e6a-b83a-42fe-9405-e3770afb65ab}" Valignment="AlignTop">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="387.5" diameter="5" y="-2.5"/>
<line x2="307" x1="293" 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"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="326" rotation="0" text="19" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="347" rotation="0" text="20" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="306" rotation="0" text="18" y="-4"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="386" rotation="0" text="22" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="426" rotation="0" text="24" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="366" rotation="0" text="21" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="406" rotation="0" text="23" y="-5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="267.5" diameter="5" y="-2.5"/>
<line x2="327" x1="313" 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 x2="597" x1="583" 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 x2="610" x1="450" antialias="false" y2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-12" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="347.5" diameter="5" y="-2.5"/>
<dynamic_text z="37" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="530" text_width="-1" rotation="0" frame="false" y="-80" uuid="{a00d3e6a-b83a-42fe-9405-e3770afb65ab}">
<text>1794-IE4X-OE2</text>
</dynamic_text>
<circle y="-2.5" x="557.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<text y="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="266" text="16" rotation="0"/>
<circle y="-2.5" x="577.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="367.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<text y="-9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="157" text="6" rotation="0"/>
<text y="-9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="217" text="7" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="496" text="36" rotation="0"/>
<circle y="-2.5" x="307.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="517" text="37" rotation="0"/>
<text y="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="476" text="35" rotation="0"/>
<circle y="-2.5" x="497.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-340" y1="-88" length2="1.5" x2="-340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="556" text="39" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="596" text="41" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="536" text="38" rotation="0"/>
<ellipse y="-2.5" width="5.00431" x="-302.551" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5" antialias="true"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="576" text="40" rotation="0"/>
<line x1="-339.983" y1="0" length2="1.5" x2="-303.026" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="457.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="517.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="537.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="477.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-340" y1="-88" length2="1.5" x2="630" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-88" antialias="false"/>
<circle y="-2.5" x="597.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-297.602" y1="0" length2="1.5" x2="-242.439" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="563" y1="0" length2="1.5" x2="577" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="630" y1="-88" length2="1.5" x2="630" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="463" y1="0" length2="1.5" x2="477" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="456" text="34" rotation="0"/>
<line x1="273" y1="0" length2="1.5" x2="287" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="260" y1="-12" length2="1.5" x2="440" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-12" antialias="false"/>
<line x1="223" y1="0" length2="1.5" x2="267" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="163" y1="0" length2="1.5" x2="217" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="63" y1="0" length2="1.5" x2="157" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="3" y1="0" length2="1.5" x2="57" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="-97" y1="0" length2="1.5" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="-157" y1="0" length2="1.5" x2="-103" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="427.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="217.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="157.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="57.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-2.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-102.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-162.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-237" y1="0" length2="1.5" x2="-163" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="-242.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<dynamic_text y="-114" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="85" Halignment="AlignLeft" text_width="-1" frame="false" x="562" text_from="ElementInfo" rotation="0" uuid="{b0d59a6d-ce45-4b2d-9019-982a3c4b6fa6}" Valignment="AlignTop">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="287.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="557.5" diameter="5" y="-2.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="266" rotation="0" text="16" y="-4"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="577.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="367.5" diameter="5" y="-2.5"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="157" rotation="0" text="6" y="-9"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="217" rotation="0" text="7" y="-9"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="496" rotation="0" text="36" y="-5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="307.5" diameter="5" y="-2.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="517" rotation="0" text="37" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="476" rotation="0" text="35" y="-4"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="497.5" diameter="5" y="-2.5"/>
<line x2="-340" x1="-340" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-88" length2="1.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="556" rotation="0" text="39" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="596" rotation="0" text="41" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="536" rotation="0" text="38" y="-5"/>
<ellipse antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-302.551" width="5.00431" y="-2.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="576" rotation="0" text="40" y="-5"/>
<line x2="-303.026" x1="-339.983" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="457.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="517.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="537.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="477.5" diameter="5" y="-2.5"/>
<line x2="630" x1="-340" antialias="false" y2="-88" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-88" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="597.5" diameter="5" y="-2.5"/>
<line x2="-242.439" x1="-297.602" 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 x2="577" x1="563" 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 x2="630" x1="630" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-88" length2="1.5"/>
<line x2="477" x1="463" 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"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="456" rotation="0" text="34" y="-4"/>
<line x2="287" x1="273" 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 x2="440" x1="260" antialias="false" y2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-12" length2="1.5"/>
<line x2="267" x1="223" 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 x2="217" x1="163" 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 x2="157" x1="63" 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 x2="57" x1="3" 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 x2="-3" x1="-97" 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 x2="-103" x1="-157" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="427.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-102.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-162.5" diameter="5" y="-2.5"/>
<line x2="-163" x1="-237" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-242.5" diameter="5" y="-2.5"/>
<dynamic_text z="85" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="562" text_width="-1" rotation="0" frame="false" y="-114" uuid="{b0d59a6d-ce45-4b2d-9019-982a3c4b6fa6}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-303" text="0" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-243" text="1" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-163" text="2" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-103" text="3" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-4" text="4" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="57" text="5" rotation="0"/>
<line x1="393" y1="0" length2="1.5" x2="407" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="413" y1="0" length2="1.5" x2="427" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="286" text="17" rotation="0"/>
<line x1="433" y1="0" length2="1.5" x2="457" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<terminal y="3" orientation="s" x="270"/>
<terminal y="3" orientation="s" x="580"/>
<terminal y="3" orientation="s" x="460"/>
<terminal y="3" orientation="s" x="600"/>
<terminal y="3" orientation="s" x="560"/>
<terminal y="3" orientation="s" x="480"/>
<terminal y="3" orientation="s" x="500"/>
<terminal y="3" orientation="s" x="540"/>
<terminal y="3" orientation="s" x="520"/>
<terminal y="3" orientation="s" x="220"/>
<terminal y="3" orientation="s" x="160"/>
<terminal y="3" orientation="s" x="0"/>
<terminal y="3" orientation="s" x="-240"/>
<terminal y="3" orientation="s" x="60"/>
<terminal y="3" orientation="s" x="-160"/>
<terminal y="3" orientation="s" x="-100"/>
<terminal y="3" orientation="s" x="430"/>
<terminal y="3" orientation="s" x="-300"/>
<terminal y="3" orientation="s" x="390"/>
<terminal y="3" orientation="s" x="410"/>
<terminal y="3" orientation="s" x="290"/>
<terminal y="3" orientation="s" x="310"/>
<terminal y="3" orientation="s" x="350"/>
<terminal y="3" orientation="s" x="330"/>
<terminal y="3" orientation="s" x="370"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-303" rotation="0" text="0" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-243" rotation="0" text="1" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-163" rotation="0" text="2" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-103" rotation="0" text="3" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-4" rotation="0" text="4" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="57" rotation="0" text="5" y="-10"/>
<line x2="407" x1="393" 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 x2="427" x1="413" 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"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="286" rotation="0" text="17" y="-4"/>
<line x2="457" x1="433" 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"/>
<terminal x="270" orientation="s" y="3"/>
<terminal x="580" orientation="s" y="3"/>
<terminal x="460" orientation="s" y="3"/>
<terminal x="600" orientation="s" y="3"/>
<terminal x="560" orientation="s" y="3"/>
<terminal x="480" orientation="s" y="3"/>
<terminal x="500" orientation="s" y="3"/>
<terminal x="540" orientation="s" y="3"/>
<terminal x="520" orientation="s" y="3"/>
<terminal x="220" orientation="s" y="3"/>
<terminal x="160" orientation="s" y="3"/>
<terminal x="0" orientation="s" y="3"/>
<terminal x="-240" orientation="s" y="3"/>
<terminal x="60" orientation="s" y="3"/>
<terminal x="-160" orientation="s" y="3"/>
<terminal x="-100" orientation="s" y="3"/>
<terminal x="430" orientation="s" y="3"/>
<terminal x="-300" orientation="s" y="3"/>
<terminal x="390" orientation="s" y="3"/>
<terminal x="410" orientation="s" y="3"/>
<terminal x="290" orientation="s" y="3"/>
<terminal x="310" orientation="s" y="3"/>
<terminal x="350" orientation="s" y="3"/>
<terminal x="330" orientation="s" y="3"/>
<terminal x="370" orientation="s" y="3"/>
</description>
</definition>

View File

@@ -1,168 +1,180 @@
<definition type="element" width="980" version="0.70" orientation="dyyy" link_type="simple" hotspot_y="91" hotspot_x="505" height="100">
<uuid uuid="{81ece55e-666a-47cb-b412-d980ae3bf49a}"/>
<definition hotspot_y="91" type="element" height="100" link_type="simple" width="980" orientation="dyyy" version="0.80" hotspot_x="505">
<uuid uuid="{e47733a5-5fe6-4e69-b32f-85d57c5520f6}"/>
<names>
<name lang="hu">1794 IE4X OE2 2/2</name>
<name lang="en">1794 IE4X OE2 2/2</name>
</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>
<description>
<dynamic_text y="-30" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="1" Halignment="AlignLeft" text_width="-1" frame="false" x="348" text_from="UserText" rotation="0" uuid="{6a53b387-92fb-4638-a054-10418842bd75}" Valignment="AlignTop">
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="348" text_width="-1" rotation="0" frame="false" y="-30" uuid="{6a53b387-92fb-4638-a054-10418842bd75}">
<text>C line V</text>
</dynamic_text>
<circle y="-2.5" x="167.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<dynamic_text y="-30" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="1" Halignment="AlignLeft" text_width="-1" frame="false" x="162" text_from="UserText" rotation="0" uuid="{6a53b387-92fb-4638-a054-10418842bd75}" Valignment="AlignTop">
<dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="162" text_width="-1" rotation="0" frame="false" y="-30" uuid="{6a53b387-92fb-4638-a054-10418842bd75}">
<text>B line Com</text>
</dynamic_text>
<line x1="343" y1="0" length2="1.5" x2="357" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="363" y1="0" length2="1.5" x2="377" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="323" y1="0" length2="1.5" x2="337" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="383" y1="0" length2="1.5" x2="397" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="443" y1="0" length2="1.5" x2="470" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="247.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="173" y1="0" length2="1.5" x2="187" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="193" y1="0" length2="1.5" x2="207" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="213" y1="0" length2="1.5" x2="227" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-175" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>OUT2 (I)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-475" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>OUT1 (I)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="42" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>OUT2 (R)
-</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-420" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="167.5" diameter="5" y="-2.5"/>
<line x2="357" x1="343" 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 x2="377" x1="363" 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 x2="337" x1="323" 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 x2="397" x1="383" 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 x2="470" x1="443" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="247.5" diameter="5" y="-2.5"/>
<line x2="187" x1="173" 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 x2="207" x1="193" 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 x2="227" x1="213" 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"/>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-420" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT1 (R)
-</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-336" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>OUT1 (V)
+</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-120" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>OUT2 (R)
-</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-278" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<text>OUT1 (R)
-</text>
</dynamic_text>
<dynamic_text y="-45" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="13" Halignment="AlignLeft" text_width="-1" frame="false" x="-13" text_from="UserText" rotation="0" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}" Valignment="AlignTop">
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-13" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT2 (V)
+</text>
</dynamic_text>
<dynamic_text y="-80" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="14" Halignment="AlignLeft" text_width="-1" frame="false" x="-431" text_from="UserText" rotation="0" uuid="{bf7d1c56-7aaa-4af4-88e1-615c1703a09b}" Valignment="AlignTop">
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-278" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT1 (R)
-</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-120" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT2 (R)
-</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-336" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT1 (V)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="42" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT2 (R)
-</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-475" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT1 (I)
+</text>
</dynamic_text>
<dynamic_text z="13" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-175" text_width="-1" rotation="0" frame="false" y="-45" uuid="{477c2a30-3b99-4248-ba1d-ebf45ae8973b}">
<text>OUT2 (I)
+</text>
</dynamic_text>
<dynamic_text z="14" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-431" text_width="-1" rotation="0" frame="false" y="-80" uuid="{bf7d1c56-7aaa-4af4-88e1-615c1703a09b}">
<text>4-channel input, 2- channel output</text>
</dynamic_text>
<dynamic_text y="-83" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="15" Halignment="AlignLeft" text_width="-1" frame="false" x="-493" text_from="UserText" rotation="0" uuid="{26149c7c-35a3-4721-b7a3-bd2d95f81ef8}" Valignment="AlignTop">
<dynamic_text z="15" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-493" text_width="-1" rotation="0" frame="false" y="-83" uuid="{26149c7c-35a3-4721-b7a3-bd2d95f81ef8}">
<text>2/2</text>
</dynamic_text>
<circle y="-2.5" x="227.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="133" y1="0" length2="1.5" x2="147" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="166" text="28" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="187" text="29" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="146" text="27" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="226" text="31" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="266" text="33" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="206" text="30" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="246" text="32" rotation="0"/>
<circle y="-2.5" x="107.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="153" y1="0" length2="1.5" x2="167" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="423" y1="0" length2="1.5" x2="437" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="290" y1="-12" length2="1.5" x2="450" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-12" antialias="false"/>
<circle y="-2.5" x="187.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<dynamic_text y="-80" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="37" Halignment="AlignLeft" text_width="-1" frame="false" x="370" text_from="UserText" rotation="0" uuid="{a00d3e6a-b83a-42fe-9405-e3770afb65ab}" Valignment="AlignTop">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="227.5" diameter="5" y="-2.5"/>
<line x2="147" x1="133" 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"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="166" rotation="0" text="28" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="187" rotation="0" text="29" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="146" rotation="0" text="27" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="226" rotation="0" text="31" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="266" rotation="0" text="33" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="206" rotation="0" text="30" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="246" rotation="0" text="32" y="-5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="107.5" diameter="5" y="-2.5"/>
<line x2="167" x1="153" 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 x2="437" x1="423" 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 x2="450" x1="290" antialias="false" y2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-12" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="187.5" diameter="5" y="-2.5"/>
<dynamic_text z="37" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="370" text_width="-1" rotation="0" frame="false" y="-80" uuid="{a00d3e6a-b83a-42fe-9405-e3770afb65ab}">
<text>1794-IE4X-OE2</text>
</dynamic_text>
<circle y="-2.5" x="127.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="397.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="106" text="25" rotation="0"/>
<circle y="-2.5" x="417.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="207.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<text y="-9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-3" text="14" rotation="0"/>
<text y="-9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="57" text="15" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="336" text="45" rotation="0"/>
<circle y="-2.5" x="147.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="357" text="46" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="316" text="44" rotation="0"/>
<circle y="-2.5" x="337.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-500" y1="-88" length2="1.5" x2="-500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="396" text="48" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="436" text="50" rotation="0"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="376" text="47" rotation="0"/>
<ellipse y="-2.5" width="5.00431" x="-462.551" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5" antialias="true"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="416" text="49" rotation="0"/>
<line x1="-499.983" y1="0" length2="1.5" x2="-463.026" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="297.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="357.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="377.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="317.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-500" y1="-88" length2="1.5" x2="470" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-88" antialias="false"/>
<circle y="-2.5" x="437.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-457.602" y1="0" length2="1.5" x2="-402.439" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="403" y1="0" length2="1.5" x2="417" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="470" y1="-88" length2="1.5" x2="470" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="303" y1="0" length2="1.5" x2="317" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="296" text="43" rotation="0"/>
<line x1="113" y1="0" length2="1.5" x2="127" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="100" y1="-12" length2="1.5" x2="280" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-12" antialias="false"/>
<line x1="63" y1="0" length2="1.5" x2="107" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="3" y1="0" length2="1.5" x2="57" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="-97" y1="0" length2="1.5" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="-157" y1="0" length2="1.5" x2="-103" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="-257" y1="0" length2="1.5" x2="-163" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="-317" y1="0" length2="1.5" x2="-263" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="267.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="57.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-2.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-102.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-162.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-262.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<circle y="-2.5" x="-322.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<line x1="-397" y1="0" length2="1.5" x2="-323" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<circle y="-2.5" x="-402.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true"/>
<dynamic_text y="-114" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="85" Halignment="AlignLeft" text_width="-1" frame="false" x="402" text_from="ElementInfo" rotation="0" uuid="{7a329b41-b900-4cc7-b259-bc84e2b78d3e}" Valignment="AlignTop">
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="397.5" diameter="5" y="-2.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="106" rotation="0" text="25" y="-5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="417.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="207.5" diameter="5" y="-2.5"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-3" rotation="0" text="14" y="-9"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="57" rotation="0" text="15" y="-9"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="336" rotation="0" text="45" y="-5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="147.5" diameter="5" y="-2.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="357" rotation="0" text="46" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="316" rotation="0" text="44" y="-5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="337.5" diameter="5" y="-2.5"/>
<line x2="-500" x1="-500" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-88" length2="1.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="396" rotation="0" text="48" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="436" rotation="0" text="50" y="-5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="376" rotation="0" text="47" y="-5"/>
<ellipse antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-462.551" width="5.00431" y="-2.5"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="416" rotation="0" text="49" y="-5"/>
<line x2="-463.026" x1="-499.983" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="357.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="377.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.5" diameter="5" y="-2.5"/>
<line x2="470" x1="-500" antialias="false" y2="-88" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-88" length2="1.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="437.5" diameter="5" y="-2.5"/>
<line x2="-402.439" x1="-457.602" 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 x2="417" x1="403" 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 x2="470" x1="470" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-88" length2="1.5"/>
<line x2="317" x1="303" 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"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="296" rotation="0" text="43" y="-5"/>
<line x2="127" x1="113" 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 x2="280" x1="100" antialias="false" y2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-12" length2="1.5"/>
<line x2="107" x1="63" 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 x2="57" x1="3" 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 x2="-3" x1="-97" 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 x2="-103" x1="-157" 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 x2="-163" x1="-257" 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 x2="-263" x1="-317" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="267.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-102.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-162.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-262.5" diameter="5" y="-2.5"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-322.5" diameter="5" y="-2.5"/>
<line x2="-323" x1="-397" 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"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-402.5" diameter="5" y="-2.5"/>
<dynamic_text z="85" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="402" text_width="-1" rotation="0" frame="false" y="-114" uuid="{7a329b41-b900-4cc7-b259-bc84e2b78d3e}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-463" text="8" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-403" text="9" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-326" text="10" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-267" text="11" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-164" text="12" rotation="0"/>
<text y="-10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-103" text="13" rotation="0"/>
<line x1="233" y1="0" length2="1.5" x2="247" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<line x1="253" y1="0" length2="1.5" x2="267" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<text y="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="126" text="26" rotation="0"/>
<line x1="273" y1="0" length2="1.5" x2="297" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/>
<terminal y="3" orientation="s" x="110"/>
<terminal y="3" orientation="s" x="440"/>
<terminal y="3" orientation="s" x="320"/>
<terminal y="3" orientation="s" x="340"/>
<terminal y="3" orientation="s" x="360"/>
<terminal y="3" orientation="s" x="0"/>
<terminal y="3" orientation="s" x="-160"/>
<terminal y="3" orientation="s" x="-400"/>
<terminal y="3" orientation="s" x="-100"/>
<terminal y="3" orientation="s" x="-320"/>
<terminal y="3" orientation="s" x="400"/>
<terminal y="3" orientation="s" x="380"/>
<terminal y="3" orientation="s" x="60"/>
<terminal y="3" orientation="s" x="300"/>
<terminal y="3" orientation="s" x="420"/>
<terminal y="3" orientation="s" x="250"/>
<terminal y="3" orientation="s" x="130"/>
<terminal y="3" orientation="s" x="190"/>
<terminal y="3" orientation="s" x="210"/>
<terminal y="3" orientation="s" x="-260"/>
<terminal y="3" orientation="s" x="150"/>
<terminal y="3" orientation="s" x="-460"/>
<terminal y="3" orientation="s" x="270"/>
<terminal y="3" orientation="s" x="170"/>
<terminal y="3" orientation="s" x="230"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-463" rotation="0" text="8" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-403" rotation="0" text="9" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-326" rotation="0" text="10" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-267" rotation="0" text="11" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-164" rotation="0" text="12" y="-10"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-103" rotation="0" text="13" y="-10"/>
<line x2="247" x1="233" 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 x2="267" x1="253" 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"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="126" rotation="0" text="26" y="-5"/>
<line x2="297" x1="273" 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"/>
<terminal x="110" orientation="s" y="3"/>
<terminal x="440" orientation="s" y="3"/>
<terminal x="320" orientation="s" y="3"/>
<terminal x="340" orientation="s" y="3"/>
<terminal x="360" orientation="s" y="3"/>
<terminal x="0" orientation="s" y="3"/>
<terminal x="-160" orientation="s" y="3"/>
<terminal x="-400" orientation="s" y="3"/>
<terminal x="-100" orientation="s" y="3"/>
<terminal x="-320" orientation="s" y="3"/>
<terminal x="400" orientation="s" y="3"/>
<terminal x="380" orientation="s" y="3"/>
<terminal x="60" orientation="s" y="3"/>
<terminal x="300" orientation="s" y="3"/>
<terminal x="420" orientation="s" y="3"/>
<terminal x="250" orientation="s" y="3"/>
<terminal x="130" orientation="s" y="3"/>
<terminal x="190" orientation="s" y="3"/>
<terminal x="210" orientation="s" y="3"/>
<terminal x="-260" orientation="s" y="3"/>
<terminal x="150" orientation="s" y="3"/>
<terminal x="-460" orientation="s" y="3"/>
<terminal x="270" orientation="s" y="3"/>
<terminal x="170" orientation="s" y="3"/>
<terminal x="230" orientation="s" y="3"/>
</description>
</definition>

View File

@@ -1,132 +1,186 @@
<definition width="980" version="0.4" hotspot_x="27" hotspot_y="45" height="130" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{5FF1113D-6940-41EC-9DED-AB96AC08F39E}"/><names>
<name lang="en">IDB3248_1</name>
<definition link_type="simple" type="element" hotspot_y="45" width="980" hotspot_x="27" height="130" orientation="dyyy" version="0.80">
<uuid uuid="{55289d6d-a13d-44ef-90b6-12970100dec2}"/>
<names>
<name lang="cs">IDB3248_1</name>
<name lang="en">IDB3248_1</name>
</names>
<informations>Author: The QElectroTech team
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">April</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<rect width="50" x="435" y="-21" antialias="false" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="60" x="-25" y="-21" antialias="false" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input x="-15.9896" y="57.0104" size="5" rotation="315" rotate="true" text="32 ENTREES T.O.R" tagg="none"/>
<text x="-5" y="70" size="5" text="21"/>
<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="-9.94117" x1="485.413" y2="-9.94117" x2="883.425"/>
<text x="457" y="70" size="5" text="1"/>
<circle x="-2.236" y="76.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="457.764" y="76.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<rect width="400" x="35" y="-21" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="400" x="485" y="-21" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="556.24" y="-27" size="5" text="27"/>
<text x="406.07" y="-27" size="5" text="25"/>
<text x="306" y="-27" size="5" text="24"/>
<text x="205.198" y="-27" size="5" text="23"/>
<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="-21" x1="285" y2="59" x2="285"/>
<text x="105" y="-27" size="5" text="22"/>
<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="-21" x1="335" y2="59" x2="335"/>
<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="-40" x1="62.9511" y2="-40" x2="106.053"/>
<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="-21" x1="385" y2="59" x2="385"/>
<text x="656.147" y="-27" size="5" text="28"/>
<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="-21" x1="235" y2="59" x2="235"/>
<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="-21" x1="185" y2="59" x2="185"/>
<text x="-18" y="78" size="3" text="0VDC"/>
<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="-21" x1="135" y2="59" x2="135"/>
<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="-21" x1="85" y2="59" x2="85"/>
<text x="-14" y="-8" size="3" text="48VDC"/>
<text x="256" y="-27" size="5" text="4"/>
<text x="157" y="-27" size="5" text="3"/>
<text x="57" y="-27" size="5" text="2"/>
<text x="-3" y="-27" size="5" text="1"/>
<text x="856" y="-27" size="5" text="30"/>
<text x="806" y="-27" size="5" text="10"/>
<text x="756" y="-27" size="5" text="29"/>
<text x="707" y="-27" size="5" text="9"/>
<text x="608" y="-27" size="5" text="8"/>
<text x="507" y="-27" size="5" text="7"/>
<text x="457" y="-27" size="5" text="6"/>
<text x="357" y="-27" size="5" text="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" x1="862.388" y2="-40" x2="949.246"/>
<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="-40" x1="262" y2="-40" x2="306"/>
<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="-40" x1="212" y2="-40" x2="256"/>
<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="-40" x1="163" y2="-40" x2="207"/>
<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="-40" x1="112" y2="-40" x2="157"/>
<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="-40" x1="812" y2="-40" x2="857"/>
<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="-40" x1="762" y2="-40" x2="807"/>
<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="-40" x1="712" y2="-40" x2="757"/>
<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="-40" x1="662" y2="-40" x2="707"/>
<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="-40" x1="612" y2="-40" x2="657"/>
<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="-40" x1="562" y2="-40" x2="606"/>
<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="-40" x1="512" y2="-40" x2="557"/>
<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="-40" x1="463" y2="-40" x2="507"/>
<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="-40" x1="412" y2="-40" x2="457"/>
<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="-40" x1="362" y2="-40" x2="407"/>
<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="-40" x1="312" y2="-40" x2="357"/>
<circle x="307.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="257.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="207.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="157.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="857.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="807.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="757.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="707.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="657.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="607.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="557.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="507.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="457.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="407.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="357.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="107.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="57.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<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="-40" x1="3.59069" y2="-40" x2="56.3601"/>
<circle x="-2.236" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<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="-21" x1="735" y2="59" x2="735"/>
<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="-21" x1="785" y2="59" x2="785"/>
<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="-21" x1="835" y2="59" x2="835"/>
<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="-21" x1="685" y2="59" x2="685"/>
<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="-21" x1="635" y2="59" x2="635"/>
<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="-21" x1="585" y2="59" x2="585"/>
<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="-21" x1="535" y2="59" x2="535"/>
<input x="-23.9896" y="45.0104" size="5" rotation="315" rotate="true" text="APRIL 5000 /IDB3248" tagg="label"/>
<polygon x4="-25" y5="-20" x5="-25" y6="-20" x6="-25" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-40.2283" x1="-2.54064" y2="-40.2283" x2="-25" y3="-20" x3="-25" y4="-20"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="35.9941" y2="-10" x2="434.006"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="79" x1="35.9986" y2="79" x2="894.001"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="79" x1="894" y2="-40" x2="950"/>
<input x="40" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="90" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="140" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="190" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="240" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="290" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="340" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="390" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="490" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="540" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="590" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="640" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="690" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="740" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="790" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="840" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="50" y="70" size="6" rotate="true" text="_" tagg="label"/>
<terminal x="0" y="-40" orientation="n"/>
<terminal x="60" y="-40" orientation="n"/>
<terminal x="110" y="-40" orientation="n"/>
<terminal x="160" y="-40" orientation="n"/>
<terminal x="210" y="-40" orientation="n"/>
<terminal x="260" y="-40" orientation="n"/>
<terminal x="310" y="-40" orientation="n"/>
<terminal x="360" y="-40" orientation="n"/>
<terminal x="410" y="-40" orientation="n"/>
<terminal x="460" y="-40" orientation="n"/>
<terminal x="510" y="-40" orientation="n"/>
<terminal x="560" y="-40" orientation="n"/>
<terminal x="610" y="-40" orientation="n"/>
<terminal x="660" y="-40" orientation="n"/>
<terminal x="710" y="-40" orientation="n"/>
<terminal x="760" y="-40" orientation="n"/>
<terminal x="810" y="-40" orientation="n"/>
<terminal x="860" y="-40" orientation="n"/>
<terminal x="0" y="79" orientation="s"/>
<terminal x="460" y="79" orientation="s"/>
<rect rx="0" width="50" x="435" height="100" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="60" x="-25" height="100" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="-21.6465" rotation="315" Valignment="AlignTop" z="3" text_width="-1" uuid="{0f128101-dcb0-4676-b395-b49f87e2dc73}" Halignment="AlignLeft" y="51.3535">
<text>32 ENTREES T.O.R</text>
</dynamic_text>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-5" rotation="0" text="21" y="70"/>
<line x2="883.425" x1="485.413" end1="none" end2="none" length1="1.5" length2="1.5" y2="-9.94117" y1="-9.94117" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="457" rotation="0" text="1" y="70"/>
<circle x="-2.236" diameter="4.4721" antialias="true" y="76.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="457.764" diameter="4.4721" antialias="true" y="76.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="400" x="35" height="80" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="400" x="485" height="80" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="556.24" rotation="0" text="27" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="406.07" rotation="0" text="25" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="306" rotation="0" text="24" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="205.198" rotation="0" text="23" y="-27"/>
<line x2="285" x1="285" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="105" rotation="0" text="22" y="-27"/>
<line x2="335" x1="335" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="106.053" x1="62.9511" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="385" x1="385" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="656.147" rotation="0" text="28" y="-27"/>
<line x2="235" x1="235" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="185" x1="185" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-18" rotation="0" text="0VDC" y="78"/>
<line x2="135" x1="135" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="85" x1="85" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-14" rotation="0" text="48VDC" y="-8"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="256" rotation="0" text="4" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="157" rotation="0" text="3" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="57" rotation="0" text="2" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="1" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="856" rotation="0" text="30" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="806" rotation="0" text="10" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="756" rotation="0" text="29" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="707" rotation="0" text="9" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="608" rotation="0" text="8" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="507" rotation="0" text="7" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="457" rotation="0" text="6" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="357" rotation="0" text="5" y="-27"/>
<line x2="949.246" x1="862.388" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="306" x1="262" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="256" x1="212" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="207" x1="163" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="157" x1="112" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="857" x1="812" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="807" x1="762" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="757" x1="712" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="707" x1="662" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="657" x1="612" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="606" x1="562" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="557" x1="512" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="507" x1="463" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="457" x1="412" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="407" x1="362" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="357" x1="312" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="307.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="257.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="207.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="157.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="857.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="807.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="757.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="707.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="657.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="607.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="557.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="507.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="457.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="407.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="357.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="107.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="57.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="56.3601" x1="3.59069" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-2.236" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="735" x1="735" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="785" x1="785" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="835" x1="835" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="685" x1="685" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="635" x1="635" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="585" x1="585" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="535" x1="535" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-29.6465" rotation="315" Valignment="AlignTop" z="81" text_width="-1" uuid="{26702420-4afc-420b-aed9-7731db628648}" Halignment="AlignLeft" y="39.3535">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x2="-25" x6="-25" y4="-20" x1="-2.54064" x5="-25" x4="-25" y5="-20" y2="-40.2283" x3="-25" y1="-40.2283" closed="false" y6="-20" antialias="false" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="434.006" x1="35.9941" end1="none" end2="none" length1="1.5" length2="1.5" y2="-10" y1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="894.001" x1="35.9986" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="79" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="950" x1="894" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="79" antialias="false" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="40" rotation="0" Valignment="AlignTop" z="86" text_width="-1" uuid="{9a653100-1c2a-4f0a-8176-ad6b72eebecd}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="90" rotation="0" Valignment="AlignTop" z="87" text_width="-1" uuid="{3264756d-e85f-40ab-a24a-7ece813a2fb5}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="140" rotation="0" Valignment="AlignTop" z="88" text_width="-1" uuid="{31aaa50b-e28b-4e28-8b16-72929d7d2977}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="190" rotation="0" Valignment="AlignTop" z="89" text_width="-1" uuid="{402c6be9-9ee8-45c3-b70b-0fa9ca5d2c93}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="240" rotation="0" Valignment="AlignTop" z="90" text_width="-1" uuid="{a86bed3b-39da-4500-ac1f-9f72ee74c631}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="290" rotation="0" Valignment="AlignTop" z="91" text_width="-1" uuid="{ec7fd9d5-0ef7-4081-a321-65d227fd34d2}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="340" rotation="0" Valignment="AlignTop" z="92" text_width="-1" uuid="{55b8f175-2a50-4ece-b485-8790aa64f06f}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="390" rotation="0" Valignment="AlignTop" z="93" text_width="-1" uuid="{03faee94-70e0-47d2-89d6-bf92ad306541}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="490" rotation="0" Valignment="AlignTop" z="94" text_width="-1" uuid="{98bf0171-8762-4a77-8345-8a6116cb13bf}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="540" rotation="0" Valignment="AlignTop" z="95" text_width="-1" uuid="{8bc5e8c6-80ad-439e-85ca-1330ac9cd6ec}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="590" rotation="0" Valignment="AlignTop" z="96" text_width="-1" uuid="{abf61656-8a62-4867-a517-43b9360f352e}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="640" rotation="0" Valignment="AlignTop" z="97" text_width="-1" uuid="{93da2284-c6dd-45e2-b46b-a377811c0ae5}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="690" rotation="0" Valignment="AlignTop" z="98" text_width="-1" uuid="{9374030d-4b44-4f3d-893c-7f75514dd32e}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="740" rotation="0" Valignment="AlignTop" z="99" text_width="-1" uuid="{947bda33-00f3-4386-99c8-de773badb5e9}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="790" rotation="0" Valignment="AlignTop" z="100" text_width="-1" uuid="{0a07c511-d41a-4a1e-86e2-71360eb3ac08}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="840" rotation="0" Valignment="AlignTop" z="101" text_width="-1" uuid="{6fe2aef2-bb61-4207-a297-43b7a33a9afa}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="50" rotation="0" Valignment="AlignTop" z="102" text_width="-1" uuid="{de8f6b95-647e-4397-9e9b-76c67b1519ff}" Halignment="AlignLeft" y="61">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" orientation="n" y="-40"/>
<terminal x="60" orientation="n" y="-40"/>
<terminal x="110" orientation="n" y="-40"/>
<terminal x="160" orientation="n" y="-40"/>
<terminal x="210" orientation="n" y="-40"/>
<terminal x="260" orientation="n" y="-40"/>
<terminal x="310" orientation="n" y="-40"/>
<terminal x="360" orientation="n" y="-40"/>
<terminal x="410" orientation="n" y="-40"/>
<terminal x="460" orientation="n" y="-40"/>
<terminal x="510" orientation="n" y="-40"/>
<terminal x="560" orientation="n" y="-40"/>
<terminal x="610" orientation="n" y="-40"/>
<terminal x="660" orientation="n" y="-40"/>
<terminal x="710" orientation="n" y="-40"/>
<terminal x="760" orientation="n" y="-40"/>
<terminal x="810" orientation="n" y="-40"/>
<terminal x="860" orientation="n" y="-40"/>
<terminal x="0" orientation="s" y="79"/>
<terminal x="460" orientation="s" y="79"/>
</description>
</definition>

View File

@@ -1,133 +1,187 @@
<definition width="970" version="0.4" hotspot_x="83" hotspot_y="45" height="130" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{B1124D26-DC79-41EA-8F23-D86B1D9E7260}"/><names>
<name lang="en">IDB3248_2</name>
<definition link_type="simple" type="element" hotspot_y="45" width="970" hotspot_x="83" height="130" orientation="dyyy" version="0.80">
<uuid uuid="{273cfa41-6f8e-4879-8a7b-76ee853653d5}"/>
<names>
<name lang="cs">IDB3248_2</name>
<name lang="en">IDB3248_2</name>
</names>
<informations>Author: The QElectroTech team
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">April</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<rect width="50" x="435" y="-21" antialias="false" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="400" x="485" y="-21" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="60" x="-25" y="-21" antialias="false" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input x="-16.9896" y="58.0104" size="5" rotation="315" rotate="true" text="32 ENTREES T.O.R" tagg="none"/>
<text x="-4" y="73" size="5" text="31"/>
<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="-9.94117" x1="484.779" y2="-9.94117" x2="885.106"/>
<text x="456" y="72" size="5" text="36"/>
<circle x="-2.236" y="76.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="457.764" y="76.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<rect width="400" x="35" y="-21" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="555.24" y="-27.0192" size="5" text="37"/>
<text x="406.07" y="-27" size="5" text="35"/>
<text x="305.48" y="-27" size="5" text="34"/>
<text x="205.198" y="-27.08" size="5" text="33"/>
<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="-21" x1="285" y2="59" x2="285"/>
<text x="105" y="-27" size="5" text="32"/>
<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="-21" x1="335" y2="59" x2="335"/>
<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="-40" x1="62.9511" y2="-40" x2="106.053"/>
<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="-21" x1="385" y2="59" x2="385"/>
<text x="655.15" y="-27" size="5" text="38"/>
<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="-21" x1="235" y2="59" x2="235"/>
<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="-21" x1="185" y2="59" x2="185"/>
<text x="-21" y="76" size="3" text="0VDC"/>
<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="-21" x1="135" y2="59" x2="135"/>
<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="-21" x1="85" y2="59" x2="85"/>
<text x="-20" y="-11" size="3" text="48VDC"/>
<text x="256" y="-27" size="5" text="14"/>
<text x="156" y="-27" size="5" text="13"/>
<text x="55" y="-27" size="5" text="12"/>
<text x="-4" y="-27" size="5" text="11"/>
<text x="855" y="-27" size="5" text="40"/>
<text x="805" y="-27" size="5" text="20"/>
<text x="755" y="-27" size="5" text="39"/>
<text x="705" y="-27" size="5" text="19"/>
<text x="606" y="-27" size="5" text="18"/>
<text x="505" y="-27" size="5" text="17"/>
<text x="455" y="-27" size="5" text="16"/>
<text x="356" y="-27" size="5" text="15"/>
<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="-40" x1="262" y2="-40" x2="306"/>
<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="-40" x1="212" y2="-40" x2="256"/>
<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="-40" x1="163" y2="-40" x2="207"/>
<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="-40" x1="112" y2="-40" x2="157"/>
<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="-40" x1="812" y2="-40" x2="857"/>
<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="-40" x1="762" y2="-40" x2="807"/>
<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="-40" x1="712" y2="-40" x2="757"/>
<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="-40" x1="662" y2="-40" x2="707"/>
<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="-40" x1="612" y2="-40" x2="657"/>
<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="-40" x1="562" y2="-40" x2="606"/>
<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="-40" x1="512" y2="-40" x2="557"/>
<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="-40" x1="463" y2="-40" x2="507"/>
<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="-40" x1="412" y2="-40" x2="457"/>
<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="-40" x1="362" y2="-40" x2="407"/>
<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="-40" x1="312" y2="-40" x2="357"/>
<circle x="307.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="257.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="207.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="157.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="857.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="807.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="757.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="707.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="657.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="607.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="557.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="507.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="457.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="407.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="357.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="107.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="57.764" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<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="-40" x1="3.59069" y2="-40" x2="56.3601"/>
<circle x="-2.236" y="-42.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<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="-21" x1="735" y2="59" x2="735"/>
<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="-21" x1="785" y2="59" x2="785"/>
<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="-21" x1="835" y2="59" x2="835"/>
<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="-21" x1="685" y2="59" x2="685"/>
<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="-21" x1="635" y2="59" x2="635"/>
<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="-21" x1="585" y2="59" x2="585"/>
<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="-21" x1="535" y2="59" x2="535"/>
<input x="-24.9896" y="36.0104" size="5" rotation="315" rotate="true" text="APRIL 5000 /IDB3248" tagg="label"/>
<polygon x4="-25" y5="-20" x5="-25" y6="-20" x6="-25" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-40.2283" x1="-2.54064" y2="-40.2283" x2="-25" y3="-20" x3="-25" y4="-20"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="35.9941" y2="-10" x2="434.006"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="79" x1="35.9861" y2="79" x2="885.015"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="79" x1="-81" y2="-40" x2="-25"/>
<polygon x4="885" y5="79" x5="885" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-40" x1="862.788" y2="-40" x2="885" y3="79" x3="885" y4="79"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="79" x1="-80.1152" y2="79" x2="-25.8752"/>
<input x="40" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="90" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="140" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="190" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="240" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="290" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="340" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="390" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="490" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="540" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="590" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="640" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="690" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="740" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="790" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="840" y="-14.5" size="9" rotate="true" text="IX" tagg="none"/>
<input x="60" y="70" size="6" rotate="true" text="_" tagg="label"/>
<terminal x="0" y="-40" orientation="n"/>
<terminal x="60" y="-40" orientation="n"/>
<terminal x="110" y="-40" orientation="n"/>
<terminal x="160" y="-40" orientation="n"/>
<terminal x="210" y="-40" orientation="n"/>
<terminal x="260" y="-40" orientation="n"/>
<terminal x="310" y="-40" orientation="n"/>
<terminal x="360" y="-40" orientation="n"/>
<terminal x="410" y="-40" orientation="n"/>
<terminal x="460" y="-40" orientation="n"/>
<terminal x="510" y="-40" orientation="n"/>
<terminal x="560" y="-40" orientation="n"/>
<terminal x="610" y="-40" orientation="n"/>
<terminal x="660" y="-40" orientation="n"/>
<terminal x="710" y="-40" orientation="n"/>
<terminal x="760" y="-40" orientation="n"/>
<terminal x="810" y="-40" orientation="n"/>
<terminal x="860" y="-40" orientation="n"/>
<terminal x="0" y="79" orientation="s"/>
<terminal x="460" y="79" orientation="s"/>
<rect rx="0" width="50" x="435" height="100" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="400" x="485" height="80" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="60" x="-25" height="100" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="-22.6465" rotation="315" Valignment="AlignTop" z="4" text_width="-1" uuid="{8f2385cd-99f2-4a02-a34a-78c889b08681}" Halignment="AlignLeft" y="52.3535">
<text>32 ENTREES T.O.R</text>
</dynamic_text>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-4" rotation="0" text="31" y="73"/>
<line x2="885.106" x1="484.779" end1="none" end2="none" length1="1.5" length2="1.5" y2="-9.94117" y1="-9.94117" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="456" rotation="0" text="36" y="72"/>
<circle x="-2.236" diameter="4.4721" antialias="true" y="76.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="457.764" diameter="4.4721" antialias="true" y="76.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="400" x="35" height="80" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="555.24" rotation="0" text="37" y="-27.0192"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="406.07" rotation="0" text="35" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="305.48" rotation="0" text="34" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="205.198" rotation="0" text="33" y="-27.08"/>
<line x2="285" x1="285" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="105" rotation="0" text="32" y="-27"/>
<line x2="335" x1="335" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="106.053" x1="62.9511" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="385" x1="385" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="655.15" rotation="0" text="38" y="-27"/>
<line x2="235" x1="235" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="185" x1="185" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-21" rotation="0" text="0VDC" y="76"/>
<line x2="135" x1="135" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="85" x1="85" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-20" rotation="0" text="48VDC" y="-11"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="256" rotation="0" text="14" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="156" rotation="0" text="13" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="55" rotation="0" text="12" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-4" rotation="0" text="11" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="855" rotation="0" text="40" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="805" rotation="0" text="20" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="755" rotation="0" text="39" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="705" rotation="0" text="19" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="606" rotation="0" text="18" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="505" rotation="0" text="17" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="455" rotation="0" text="16" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="356" rotation="0" text="15" y="-27"/>
<line x2="306" x1="262" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="256" x1="212" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="207" x1="163" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="157" x1="112" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="857" x1="812" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="807" x1="762" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="757" x1="712" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="707" x1="662" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="657" x1="612" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="606" x1="562" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="557" x1="512" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="507" x1="463" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="457" x1="412" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="407" x1="362" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="357" x1="312" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="307.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="257.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="207.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="157.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="857.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="807.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="757.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="707.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="657.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="607.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="557.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="507.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="457.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="407.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="357.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="107.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="57.764" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="56.3601" x1="3.59069" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-2.236" diameter="4.4721" antialias="true" y="-42.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="735" x1="735" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="785" x1="785" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="835" x1="835" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="685" x1="685" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="635" x1="635" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="585" x1="585" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="535" x1="535" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-30.6465" rotation="315" Valignment="AlignTop" z="80" text_width="-1" uuid="{067a5350-c0da-4af1-a576-bde252c60804}" Halignment="AlignLeft" y="30.3535">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x2="-25" x6="-25" y4="-20" x1="-2.54064" x5="-25" x4="-25" y5="-20" y2="-40.2283" x3="-25" y1="-40.2283" closed="false" y6="-20" antialias="false" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="434.006" x1="35.9941" end1="none" end2="none" length1="1.5" length2="1.5" y2="-10" y1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="885.015" x1="35.9861" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="79" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-25" x1="-81" end1="none" end2="none" length1="1.5" length2="1.5" y2="-40" y1="79" antialias="false" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<polygon x2="885" y4="79" x1="862.788" x5="885" x4="885" y5="79" y2="-40" x3="885" y1="-40" closed="false" antialias="false" y3="79" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-25.8752" x1="-80.1152" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="79" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="40" rotation="0" Valignment="AlignTop" z="87" text_width="-1" uuid="{01483067-e78b-4c2a-a896-842c7d2f2a50}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="90" rotation="0" Valignment="AlignTop" z="88" text_width="-1" uuid="{70760fb5-9724-4836-94c5-526491fa0560}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="140" rotation="0" Valignment="AlignTop" z="89" text_width="-1" uuid="{c931b650-918b-49ea-a202-1fcf680cc507}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="190" rotation="0" Valignment="AlignTop" z="90" text_width="-1" uuid="{946a37b6-2752-4cb7-aef3-96f2c4243e12}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="240" rotation="0" Valignment="AlignTop" z="91" text_width="-1" uuid="{9c633df3-e7fe-45c7-84f1-72ecadaf4c3a}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="290" rotation="0" Valignment="AlignTop" z="92" text_width="-1" uuid="{3180628b-75c7-4e8b-94cd-2510ce86c83d}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="340" rotation="0" Valignment="AlignTop" z="93" text_width="-1" uuid="{3ade5642-0ad6-4c6f-ad1e-d81090281edb}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="390" rotation="0" Valignment="AlignTop" z="94" text_width="-1" uuid="{0069172e-f7cc-42f3-9103-10fb1541c067}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="490" rotation="0" Valignment="AlignTop" z="95" text_width="-1" uuid="{d75b8693-ffbd-48b9-8dbb-b3bd8ab6fa9f}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="540" rotation="0" Valignment="AlignTop" z="96" text_width="-1" uuid="{6de62f50-afea-46b6-88bf-a5924c548da9}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="590" rotation="0" Valignment="AlignTop" z="97" text_width="-1" uuid="{2e068fd5-1a59-4331-8dca-893e8beb7812}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="640" rotation="0" Valignment="AlignTop" z="98" text_width="-1" uuid="{ecd1984e-6f79-4248-a5f6-a707af26634f}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="690" rotation="0" Valignment="AlignTop" z="99" text_width="-1" uuid="{6e9fe273-fec0-41ab-b504-b1d5b670d7ff}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="740" rotation="0" Valignment="AlignTop" z="100" text_width="-1" uuid="{4d85a9a8-92d9-43d1-80bf-674df5682d0d}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="790" rotation="0" Valignment="AlignTop" z="101" text_width="-1" uuid="{6250d980-9dab-4eb1-8b05-8c33cb1fa22a}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="840" rotation="0" Valignment="AlignTop" z="102" text_width="-1" uuid="{62471df9-aeb7-4802-b4df-3655b89089e2}" Halignment="AlignLeft" y="-25.5">
<text>IX</text>
</dynamic_text>
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="60" rotation="0" Valignment="AlignTop" z="103" text_width="-1" uuid="{7845b3c0-6e7f-462a-9457-3a8bcfe204f3}" Halignment="AlignLeft" y="61">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" orientation="n" y="-40"/>
<terminal x="60" orientation="n" y="-40"/>
<terminal x="110" orientation="n" y="-40"/>
<terminal x="160" orientation="n" y="-40"/>
<terminal x="210" orientation="n" y="-40"/>
<terminal x="260" orientation="n" y="-40"/>
<terminal x="310" orientation="n" y="-40"/>
<terminal x="360" orientation="n" y="-40"/>
<terminal x="410" orientation="n" y="-40"/>
<terminal x="460" orientation="n" y="-40"/>
<terminal x="510" orientation="n" y="-40"/>
<terminal x="560" orientation="n" y="-40"/>
<terminal x="610" orientation="n" y="-40"/>
<terminal x="660" orientation="n" y="-40"/>
<terminal x="710" orientation="n" y="-40"/>
<terminal x="760" orientation="n" y="-40"/>
<terminal x="810" orientation="n" y="-40"/>
<terminal x="860" orientation="n" y="-40"/>
<terminal x="0" orientation="s" y="79"/>
<terminal x="460" orientation="s" y="79"/>
</description>
</definition>

View File

@@ -1,132 +1,186 @@
<definition width="980" version="0.4" hotspot_x="28" hotspot_y="51" height="150" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{A414A9DA-0619-42BF-8F11-44EF9272A087}"/><names>
<name lang="en">QDB 3205_1</name>
<definition link_type="simple" type="element" hotspot_y="50" width="980" hotspot_x="28" height="150" orientation="dyyy" version="0.80">
<uuid uuid="{918bcb5c-370e-4add-b49a-959d32aef95e}"/>
<names>
<name lang="cs">QDB 3205_1</name>
<name lang="en">QDB 3205_1</name>
</names>
<informations>Author: The QElectroTech team
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">April</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<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="-21" x1="885" y2="78" x2="885"/>
<rect width="60" x="-25" y="-38" antialias="false" height="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="400" x="485" y="-21" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="3" y="-39" size="5" text="1"/>
<rect width="400" x="35" y="-21" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-2.236" y="-40.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<rect width="50" x="435" y="-38" antialias="false" height="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input x="-15.9896" y="57.0104" size="5" rotation="315" rotate="true" text="32 SORTIES T.O.R" tagg="none"/>
<text x="463" y="-39" size="5" text="6"/>
<circle x="457.764" y="-40.2361" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<text x="557" y="89" size="5" text="27"/>
<text x="406.83" y="89" size="5" text="25"/>
<text x="306.76" y="89" size="5" text="24"/>
<text x="205.958" y="89" size="5" text="23"/>
<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="-21" x1="285" y2="78" x2="285"/>
<text x="105.76" y="89" size="5" text="22"/>
<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="-21" x1="335" y2="78" x2="335"/>
<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="94" x1="62.7111" y2="94" x2="105.813"/>
<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="-21" x1="385" y2="78" x2="385"/>
<text x="656.907" y="89" size="5" text="28"/>
<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="-21" x1="235" y2="78" x2="235"/>
<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="-21" x1="185" y2="78" x2="185"/>
<text x="-19" y="89" size="3" text="0VDC"/>
<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.7091" x1="135" y2="78" x2="135"/>
<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.7236" x1="85" y2="78" x2="85"/>
<text x="-18" y="-27" size="3" text="48VDC"/>
<text x="256.76" y="89" size="5" text="4"/>
<text x="157.76" y="89" size="5" text="3"/>
<text x="57.76" y="89" size="5" text="2"/>
<text x="-2.24" y="89" size="5" text="21"/>
<text x="856.76" y="89" size="5" text="30"/>
<text x="806.76" y="89" size="5" text="10"/>
<text x="756.76" y="89" size="5" text="29"/>
<text x="707.76" y="89" size="5" text="9"/>
<text x="608.76" y="89" size="5" text="8"/>
<text x="507.76" y="89" size="5" text="7"/>
<text x="457.76" y="89" size="5" text="26"/>
<text x="357.76" y="89" size="5" text="5"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" x1="862.148" y2="94" x2="949.006"/>
<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="94" x1="261.76" y2="94" x2="305.76"/>
<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="94" x1="211.76" y2="94" x2="255.76"/>
<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="94" x1="162.76" y2="94" x2="206.76"/>
<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="94" x1="111.76" y2="94" x2="156.76"/>
<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="94" x1="811.76" y2="94" x2="856.76"/>
<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="94" x1="761.76" y2="94" x2="806.76"/>
<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="94" x1="711.76" y2="94" x2="756.76"/>
<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="94" x1="661.76" y2="94" x2="706.76"/>
<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="94" x1="611.76" y2="94" x2="656.76"/>
<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="94" x1="561.76" y2="94" x2="605.76"/>
<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="94" x1="511.76" y2="94" x2="556.76"/>
<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="94" x1="462.76" y2="94" x2="506.76"/>
<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="94" x1="411.76" y2="94" x2="456.76"/>
<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="94" x1="361.76" y2="94" x2="406.76"/>
<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="94" x1="311.76" y2="94" x2="356.76"/>
<circle x="307.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="257.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="207.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="157.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="857.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="807.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="757.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="707.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="657.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="607.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="557.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="507.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="457.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="407.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="357.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="107.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<circle x="57.524" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<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="94" x1="3.35069" y2="94" x2="56.1201"/>
<circle x="-2.476" y="91.7639" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721"/>
<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="-21" x1="735" y2="78" x2="735"/>
<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="-21" x1="785" y2="78" x2="785"/>
<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="-21" x1="835" y2="78" x2="835"/>
<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="-21" x1="685" y2="78" x2="685"/>
<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="-21" x1="635" y2="78" x2="635"/>
<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="-21" x1="585" y2="78" x2="585"/>
<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="-21" x1="535" y2="78" x2="535"/>
<input x="-23.9896" y="45.0104" size="5" rotation="315" rotate="true" text="APRIL 5000 /QDB 3205" tagg="label"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="79" x1="35.986" y2="79" x2="885.015"/>
<input x="35" y="68.5" size="9" rotate="true" text="QX7.00" tagg="none"/>
<input x="86" y="68.5" size="9" rotate="true" text="QX7.01" tagg="none"/>
<input x="136" y="68.5" size="9" rotate="true" text="QX7.02" tagg="none"/>
<input x="184" y="68.5" size="9" rotate="true" text="QX7.03" tagg="none"/>
<input x="234" y="68.5" size="9" rotate="true" text="QX7.04" tagg="none"/>
<input x="284" y="68.5" size="9" rotate="true" text="QX7.05" tagg="none"/>
<input x="335" y="68.5" size="9" rotate="true" text="QX7.06" tagg="none"/>
<input x="384" y="68.5" size="9" rotate="true" text="QX7.07" tagg="none"/>
<input x="483" y="68.5" size="9" rotate="true" text="QX7.08" tagg="none"/>
<input x="532" y="68.5" size="9" rotate="true" text="QX7.09" tagg="none"/>
<input x="584" y="68.5" size="9" rotate="true" text="QX7.10" tagg="none"/>
<input x="633" y="68.5" size="9" rotate="true" text="QX7.11" tagg="none"/>
<input x="683" y="68.5" size="9" rotate="true" text="QX7.12" tagg="none"/>
<input x="733" y="68.5" size="9" rotate="true" text="QX7.13" tagg="none"/>
<input x="785" y="68.5" size="9" rotate="true" text="QX7.14" tagg="none"/>
<input x="834" y="68.5" size="9" rotate="true" text="QX7.15" tagg="none"/>
<input x="44" y="-29.5" size="6" rotate="true" text="_" tagg="label"/>
<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="-38" x1="36" y2="-38" x2="886"/>
<polygon x4="-3.08829" y5="93.9942" x5="-3.08829" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="79.2867" x1="-24.9574" y2="93.9942" x2="-24.9574" y3="93.9942" x3="-3.08829" y4="93.9942"/>
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-38" x1="887" y2="93" x2="949"/>
<terminal x="-0.24" y="94" orientation="s"/>
<terminal x="59.76" y="94" orientation="s"/>
<terminal x="109.76" y="94" orientation="s"/>
<terminal x="159.76" y="94" orientation="s"/>
<terminal x="209.76" y="94" orientation="s"/>
<terminal x="259.76" y="94" orientation="s"/>
<terminal x="309.76" y="94" orientation="s"/>
<terminal x="359.76" y="94" orientation="s"/>
<terminal x="409.76" y="94" orientation="s"/>
<terminal x="459.76" y="94" orientation="s"/>
<terminal x="509.76" y="94" orientation="s"/>
<terminal x="559.76" y="94" orientation="s"/>
<terminal x="609.76" y="94" orientation="s"/>
<terminal x="659.76" y="94" orientation="s"/>
<terminal x="709.76" y="94" orientation="s"/>
<terminal x="759.76" y="94" orientation="s"/>
<terminal x="809.76" y="94" orientation="s"/>
<terminal x="859.76" y="94" orientation="s"/>
<terminal x="460" y="-38" orientation="n"/>
<terminal x="0" y="-38" orientation="n"/>
<line x2="885" x1="885" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="60" x="-25" height="117" ry="0" antialias="false" y="-38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="400" x="485" height="80" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="3" rotation="0" text="1" y="-39"/>
<rect rx="0" width="400" x="35" height="80" ry="0" antialias="false" y="-21" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-2.236" diameter="4.4721" antialias="true" y="-40.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="50" x="435" height="117" ry="0" antialias="false" y="-38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="-21.6465" rotation="315" Valignment="AlignTop" z="8" text_width="-1" uuid="{061b1170-4eea-4098-920f-de7daa9767ac}" Halignment="AlignLeft" y="51.3535">
<text>32 SORTIES T.O.R</text>
</dynamic_text>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="463" rotation="0" text="6" y="-39"/>
<circle x="457.764" diameter="4.4721" antialias="true" y="-40.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="557" rotation="0" text="27" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="406.83" rotation="0" text="25" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="306.76" rotation="0" text="24" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="205.958" rotation="0" text="23" y="89"/>
<line x2="285" x1="285" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="105.76" rotation="0" text="22" y="89"/>
<line x2="335" x1="335" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="105.813" x1="62.7111" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="385" x1="385" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="656.907" rotation="0" text="28" y="89"/>
<line x2="235" x1="235" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="185" x1="185" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-19" rotation="0" text="0VDC" y="89"/>
<line x2="135" x1="135" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-20.7091" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="85" x1="85" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-20.7236" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-18" rotation="0" text="48VDC" y="-27"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="256.76" rotation="0" text="4" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="157.76" rotation="0" text="3" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="57.76" rotation="0" text="2" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-2.24" rotation="0" text="21" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="856.76" rotation="0" text="30" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="806.76" rotation="0" text="10" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="756.76" rotation="0" text="29" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="707.76" rotation="0" text="9" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="608.76" rotation="0" text="8" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="507.76" rotation="0" text="7" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="457.76" rotation="0" text="26" y="89"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="357.76" rotation="0" text="5" y="89"/>
<line x2="949.006" x1="862.148" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="305.76" x1="261.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="255.76" x1="211.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="206.76" x1="162.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="156.76" x1="111.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="856.76" x1="811.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="806.76" x1="761.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="756.76" x1="711.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="706.76" x1="661.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="656.76" x1="611.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="605.76" x1="561.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="556.76" x1="511.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="506.76" x1="462.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="456.76" x1="411.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="406.76" x1="361.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="356.76" x1="311.76" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="307.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="257.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="207.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="157.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="857.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="807.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="757.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="707.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="657.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="607.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="557.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="507.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="457.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="407.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="357.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="107.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="57.524" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="56.1201" x1="3.35069" end1="none" end2="none" length1="1.5" length2="1.5" y2="94" y1="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-2.476" diameter="4.4721" antialias="true" y="91.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="735" x1="735" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="785" x1="785" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="835" x1="835" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="685" x1="685" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="635" x1="635" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="585" x1="585" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="535" x1="535" end1="none" end2="none" length1="1.5" length2="1.5" y2="78" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-29.6465" rotation="315" Valignment="AlignTop" z="81" text_width="-1" uuid="{77339cc8-2c29-4af0-b4c4-b8f202d90e6f}" Halignment="AlignLeft" y="39.3535">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x2="885.015" x1="35.986" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="79" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="35" rotation="0" Valignment="AlignTop" z="83" text_width="-1" uuid="{f903395f-7800-4010-9b20-f6b11b9bcd94}" Halignment="AlignLeft" y="57.5">
<text>QX7.00</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="86" rotation="0" Valignment="AlignTop" z="84" text_width="-1" uuid="{f8b9537b-13e3-4d0e-8c58-eb9b63fba2fd}" Halignment="AlignLeft" y="57.5">
<text>QX7.01</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="136" rotation="0" Valignment="AlignTop" z="85" text_width="-1" uuid="{1529bf5a-48d2-45da-8a76-6836ddcd4934}" Halignment="AlignLeft" y="57.5">
<text>QX7.02</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="184" rotation="0" Valignment="AlignTop" z="86" text_width="-1" uuid="{3e3b155d-018f-41bc-a943-cbb4544550cc}" Halignment="AlignLeft" y="57.5">
<text>QX7.03</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="234" rotation="0" Valignment="AlignTop" z="87" text_width="-1" uuid="{779d495e-7a5d-43f2-9aca-bbcd8cdef512}" Halignment="AlignLeft" y="57.5">
<text>QX7.04</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="284" rotation="0" Valignment="AlignTop" z="88" text_width="-1" uuid="{87e688ff-b74c-429e-8b77-7469fca2e38c}" Halignment="AlignLeft" y="57.5">
<text>QX7.05</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="335" rotation="0" Valignment="AlignTop" z="89" text_width="-1" uuid="{81c027f7-64d3-4894-9d01-8b3bc7392903}" Halignment="AlignLeft" y="57.5">
<text>QX7.06</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="384" rotation="0" Valignment="AlignTop" z="90" text_width="-1" uuid="{a17a577b-8b7d-4d5c-9554-e743564be059}" Halignment="AlignLeft" y="57.5">
<text>QX7.07</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="483" rotation="0" Valignment="AlignTop" z="91" text_width="-1" uuid="{8367999d-a881-4a5c-bb9b-01da804c25d0}" Halignment="AlignLeft" y="57.5">
<text>QX7.08</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="532" rotation="0" Valignment="AlignTop" z="92" text_width="-1" uuid="{a8e5cc9c-bb38-42da-9213-bc62b5e8ce81}" Halignment="AlignLeft" y="57.5">
<text>QX7.09</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="584" rotation="0" Valignment="AlignTop" z="93" text_width="-1" uuid="{25898ee7-f925-45c4-b5d0-90ee808768ae}" Halignment="AlignLeft" y="57.5">
<text>QX7.10</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="633" rotation="0" Valignment="AlignTop" z="94" text_width="-1" uuid="{67bb2fc7-a2dc-4792-9ef6-accda64a6171}" Halignment="AlignLeft" y="57.5">
<text>QX7.11</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="683" rotation="0" Valignment="AlignTop" z="95" text_width="-1" uuid="{36c22a89-0b7a-44a1-a857-d5a6cd401764}" Halignment="AlignLeft" y="57.5">
<text>QX7.12</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="733" rotation="0" Valignment="AlignTop" z="96" text_width="-1" uuid="{a9c0fd80-825f-43f6-b594-ad263cfbdf9c}" Halignment="AlignLeft" y="57.5">
<text>QX7.13</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="785" rotation="0" Valignment="AlignTop" z="97" text_width="-1" uuid="{22261776-3dde-4aef-a9cb-b673852ad33b}" Halignment="AlignLeft" y="57.5">
<text>QX7.14</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="834" rotation="0" Valignment="AlignTop" z="98" text_width="-1" uuid="{b4433a12-3068-4057-b481-b2903a22e774}" Halignment="AlignLeft" y="57.5">
<text>QX7.15</text>
</dynamic_text>
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="44" rotation="0" Valignment="AlignTop" z="99" text_width="-1" uuid="{5412ebe9-febd-4263-aca5-d92e41b281ad}" Halignment="AlignLeft" y="-38.5">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x2="886" x1="36" end1="none" end2="none" length1="1.5" length2="1.5" y2="-38" y1="-38" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-24.9574" y4="93.9942" x1="-24.9574" x5="-3.08829" x4="-3.08829" y5="93.9942" y2="93.9942" x3="-3.08829" y1="79.2867" closed="false" antialias="false" y3="93.9942" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="949" x1="887" end1="none" end2="none" length1="1.5" length2="1.5" y2="93" y1="-38" antialias="true" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<terminal x="-0.24" orientation="s" y="94"/>
<terminal x="59.76" orientation="s" y="94"/>
<terminal x="109.76" orientation="s" y="94"/>
<terminal x="159.76" orientation="s" y="94"/>
<terminal x="209.76" orientation="s" y="94"/>
<terminal x="259.76" orientation="s" y="94"/>
<terminal x="309.76" orientation="s" y="94"/>
<terminal x="359.76" orientation="s" y="94"/>
<terminal x="409.76" orientation="s" y="94"/>
<terminal x="459.76" orientation="s" y="94"/>
<terminal x="509.76" orientation="s" y="94"/>
<terminal x="559.76" orientation="s" y="94"/>
<terminal x="609.76" orientation="s" y="94"/>
<terminal x="659.76" orientation="s" y="94"/>
<terminal x="709.76" orientation="s" y="94"/>
<terminal x="759.76" orientation="s" y="94"/>
<terminal x="809.76" orientation="s" y="94"/>
<terminal x="859.76" orientation="s" y="94"/>
<terminal x="460" orientation="n" y="-38"/>
<terminal x="0" orientation="n" y="-38"/>
</description>
</definition>

View File

@@ -1,133 +1,187 @@
<definition width="1130" version="0.4" hotspot_x="56" hotspot_y="50" height="150" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{8D2879AB-B030-4027-8673-61E5C028B12A}"/><names>
<name lang="en">QDB 3205_2</name>
<definition link_type="simple" type="element" hotspot_y="49" width="1130" hotspot_x="56" height="150" orientation="dyyy" version="0.80">
<uuid uuid="{6d7f36f7-297f-4afc-8a3f-0f21624d2bfe}"/>
<names>
<name lang="cs">QDB 3205_2</name>
<name lang="en">QDB 3205_2</name>
</names>
<informations>Author: The QElectroTech team
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">April</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<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="-37" x1="1070.4" y2="94.6063" x2="1070.4"/>
<rect width="72" x="-21.6" y="-37" antialias="false" height="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="480" x="590.4" y="-20" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="14" y="-38" size="5" text="11"/>
<rect width="480" x="50.4" y="-20" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="7.7168" y="-39.2361" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="60" x="530.4" y="-37" antialias="false" height="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input x="-10.7875" y="58.0104" size="5" rotation="315" rotate="true" text="32 SORTIES T.O.R" tagg="none"/>
<text x="564" y="-38" size="5" text="16"/>
<ellipse width="5.36652" x="557.717" y="-39.2361" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="676.8" y="90" size="5" text="37"/>
<text x="496.596" y="90" size="5" text="35"/>
<text x="376.512" y="90" size="5" text="34"/>
<text x="255.55" y="90" size="5" text="33"/>
<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="350.4" y2="79" x2="350.4"/>
<text x="135.312" y="90" size="5" text="32"/>
<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="410.4" y2="79" x2="410.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="95" x1="83.6533" y2="95" x2="135.376"/>
<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="470.4" y2="79" x2="470.4"/>
<text x="796.688" y="90" size="5" text="38"/>
<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="290.4" y2="79" x2="290.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="230.4" y2="79" x2="230.4"/>
<text x="-14.4" y="90" size="3" text="0VDC"/>
<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.7091" x1="170.4" y2="79" x2="170.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19.7236" x1="110.4" y2="79" x2="110.4"/>
<text x="-13.2" y="-26" size="3" text="48VDC"/>
<text x="316.512" y="90" size="5" text="14"/>
<text x="197.712" y="90" size="5" text="13"/>
<text x="77.712" y="90" size="5" text="12"/>
<text x="8" y="90" size="5" text="31"/>
<text x="1036.51" y="90" size="5" text="40"/>
<text x="976.512" y="90" size="5" text="20"/>
<text x="916.512" y="90" size="5" text="39"/>
<text x="857.712" y="90" size="5" text="19"/>
<text x="738.912" y="90" size="5" text="18"/>
<text x="617.712" y="90" size="5" text="17"/>
<text x="557.712" y="90" size="5" text="36"/>
<text x="437.712" y="90" size="5" text="15"/>
<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="95" x1="1041.85" y2="95" x2="1070.43"/>
<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="95" x1="322.512" y2="95" x2="375.312"/>
<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="95" x1="262.512" y2="95" x2="315.312"/>
<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="95" x1="203.712" y2="95" x2="256.512"/>
<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="95" x1="142.512" y2="95" x2="196.512"/>
<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="95" x1="982.512" y2="95" x2="1036.51"/>
<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="95" x1="922.512" y2="95" x2="976.512"/>
<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="95" x1="862.512" y2="95" x2="916.512"/>
<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="95" x1="802.512" y2="95" x2="856.512"/>
<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="95" x1="742.512" y2="95" x2="796.512"/>
<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="95" x1="682.512" y2="95" x2="735.312"/>
<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="95" x1="622.512" y2="95" x2="676.512"/>
<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="95" x1="563.712" y2="95" x2="616.512"/>
<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="95" x1="502.512" y2="95" x2="556.512"/>
<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="95" x1="442.512" y2="95" x2="496.512"/>
<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="95" x1="382.512" y2="95" x2="436.512"/>
<ellipse width="5.36652" x="377.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="317.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="257.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="197.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="1037.43" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="977.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="917.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="857.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="797.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="737.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="677.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="617.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="557.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="497.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="437.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="137.429" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" x="77.4288" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<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="95" x1="12.4208" y2="95" x2="75.7441"/>
<ellipse width="5.36652" x="7.31674" y="92.7639" antialias="true" height="4.4721" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<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="890.4" y2="79" x2="890.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="950.4" y2="79" x2="950.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="1010.4" y2="79" x2="1010.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="830.4" y2="79" x2="830.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="770.4" y2="79" x2="770.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="710.4" y2="79" x2="710.4"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="650.4" y2="79" x2="650.4"/>
<input x="-20.3875" y="46.0104" size="5" rotation="315" rotate="true" text="APRIL 5000 /QDB 3205" tagg="label"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" x1="51.5832" y2="80" x2="1070.42"/>
<input x="50.4" y="69.5" size="9" rotate="true" text="QX7.16" tagg="none"/>
<input x="111.6" y="69.5" size="9" rotate="true" text="QX7.17" tagg="none"/>
<input x="171.6" y="69.5" size="9" rotate="true" text="QX7.18" tagg="none"/>
<input x="229.2" y="69.5" size="9" rotate="true" text="QX7.19" tagg="none"/>
<input x="289.2" y="69.5" size="9" rotate="true" text="QX7.20" tagg="none"/>
<input x="349.2" y="69.5" size="9" rotate="true" text="QX7.21" tagg="none"/>
<input x="410.4" y="69.5" size="9" rotate="true" text="QX7.22" tagg="none"/>
<input x="469.2" y="69.5" size="9" rotate="true" text="QX7.23" tagg="none"/>
<input x="588" y="69.5" size="9" rotate="true" text="QX7.24" tagg="none"/>
<input x="646.8" y="69.5" size="9" rotate="true" text="QX7.25" tagg="none"/>
<input x="709.2" y="69.5" size="9" rotate="true" text="QX7.26" tagg="none"/>
<input x="768" y="69.5" size="9" rotate="true" text="QX7.27" tagg="none"/>
<input x="828" y="69.5" size="9" rotate="true" text="QX7.28" tagg="none"/>
<input x="888" y="69.5" size="9" rotate="true" text="QX7.29" tagg="none"/>
<input x="950.4" y="69.5" size="9" rotate="true" text="QX7.30" tagg="none"/>
<input x="1009.2" y="69.5" size="9" rotate="true" text="QX7.31" tagg="none"/>
<input x="60" y="-31.5" size="6" rotate="true" text="_" tagg="label"/>
<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="-37" x1="51.5977" y2="-37" x2="1069.6"/>
<polygon x4="7.31835" y5="94.9942" x5="7.31835" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="80.2867" x1="-21.5489" y2="94.9942" x2="-21.5489" y3="94.9942" x3="7.31835" y4="94.9942"/>
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-37" x1="-22" y2="96" x2="-52"/>
<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="95" x1="-52" y2="95" x2="-22"/>
<terminal x="10" y="95" orientation="s"/>
<terminal x="80" y="95" orientation="s"/>
<terminal x="140" y="95" orientation="s"/>
<terminal x="200" y="95" orientation="s"/>
<terminal x="260" y="95" orientation="s"/>
<terminal x="320" y="95" orientation="s"/>
<terminal x="380" y="95" orientation="s"/>
<terminal x="440" y="95" orientation="s"/>
<terminal x="500" y="95" orientation="s"/>
<terminal x="560" y="95" orientation="s"/>
<terminal x="620" y="95" orientation="s"/>
<terminal x="680" y="95" orientation="s"/>
<terminal x="740" y="95" orientation="s"/>
<terminal x="800" y="95" orientation="s"/>
<terminal x="860" y="95" orientation="s"/>
<terminal x="920" y="95" orientation="s"/>
<terminal x="980" y="95" orientation="s"/>
<terminal x="1040.11" y="95" orientation="s"/>
<terminal x="560" y="-37" orientation="n"/>
<terminal x="10" y="-37" orientation="n"/>
<line x2="1070.4" x1="1070.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="94.6063" y1="-37" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="72" x="-21.6" height="117" ry="0" antialias="false" y="-37" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="480" x="590.4" height="80" ry="0" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="14" rotation="0" text="11" y="-38"/>
<rect rx="0" width="480" x="50.4" height="80" ry="0" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="7.7168" antialias="true" y="-39.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="60" x="530.4" height="117" ry="0" antialias="false" y="-37" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="-16.4444" rotation="315" Valignment="AlignTop" z="8" text_width="-1" uuid="{54508e05-5369-4a57-813d-065bcea9b182}" Halignment="AlignLeft" y="52.3535">
<text>32 SORTIES T.O.R</text>
</dynamic_text>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="564" rotation="0" text="16" y="-38"/>
<ellipse width="5.36652" height="4.4721" x="557.717" antialias="true" y="-39.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="676.8" rotation="0" text="37" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="496.596" rotation="0" text="35" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="376.512" rotation="0" text="34" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="255.55" rotation="0" text="33" y="90"/>
<line x2="350.4" x1="350.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="135.312" rotation="0" text="32" y="90"/>
<line x2="410.4" x1="410.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="135.376" x1="83.6533" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="470.4" x1="470.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="796.688" rotation="0" text="38" y="90"/>
<line x2="290.4" x1="290.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="230.4" x1="230.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-14.4" rotation="0" text="0VDC" y="90"/>
<line x2="170.4" x1="170.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-19.7091" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="110.4" x1="110.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-19.7236" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-13.2" rotation="0" text="48VDC" y="-26"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="316.512" rotation="0" text="14" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="197.712" rotation="0" text="13" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="77.712" rotation="0" text="12" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="8" rotation="0" text="31" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="1036.51" rotation="0" text="40" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="976.512" rotation="0" text="20" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="916.512" rotation="0" text="39" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="857.712" rotation="0" text="19" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="738.912" rotation="0" text="18" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="617.712" rotation="0" text="17" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="557.712" rotation="0" text="36" y="90"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="437.712" rotation="0" text="15" y="90"/>
<line x2="1070.43" x1="1041.85" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="375.312" x1="322.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="315.312" x1="262.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="256.512" x1="203.712" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="196.512" x1="142.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="1036.51" x1="982.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="976.512" x1="922.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="916.512" x1="862.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="856.512" x1="802.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="796.512" x1="742.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="735.312" x1="682.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="676.512" x1="622.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="616.512" x1="563.712" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="556.512" x1="502.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="496.512" x1="442.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="436.512" x1="382.512" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="377.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="317.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="257.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="197.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="1037.43" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="977.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="917.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="857.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="797.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="737.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="677.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="617.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="557.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="497.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="437.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="137.429" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="77.4288" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="75.7441" x1="12.4208" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="5.36652" height="4.4721" x="7.31674" antialias="true" y="92.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="890.4" x1="890.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="950.4" x1="950.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="1010.4" x1="1010.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="830.4" x1="830.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="770.4" x1="770.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="710.4" x1="710.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="650.4" x1="650.4" end1="none" end2="none" length1="1.5" length2="1.5" y2="79" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-26.0444" rotation="315" Valignment="AlignTop" z="81" text_width="-1" uuid="{725309c1-7395-4fa2-bf43-55cb70a42bba}" Halignment="AlignLeft" y="40.3535">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x2="1070.42" x1="51.5832" end1="none" end2="none" length1="1.5" length2="1.5" y2="80" y1="80" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="50.4" rotation="0" Valignment="AlignTop" z="83" text_width="-1" uuid="{104e40e9-f8ff-4582-be54-2278faacf136}" Halignment="AlignLeft" y="58.5">
<text>QX7.16</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="111.6" rotation="0" Valignment="AlignTop" z="84" text_width="-1" uuid="{283be895-9c8b-4ea4-8e69-a85ca640df8b}" Halignment="AlignLeft" y="58.5">
<text>QX7.17</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="171.6" rotation="0" Valignment="AlignTop" z="85" text_width="-1" uuid="{2db745af-8e2a-40ab-b1ef-976eb6a438a3}" Halignment="AlignLeft" y="58.5">
<text>QX7.18</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="229.2" rotation="0" Valignment="AlignTop" z="86" text_width="-1" uuid="{95bc3ba9-e077-41b5-a3be-32f71a92779a}" Halignment="AlignLeft" y="58.5">
<text>QX7.19</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="289.2" rotation="0" Valignment="AlignTop" z="87" text_width="-1" uuid="{d1ae82be-63f7-46e4-b846-f1b02475c335}" Halignment="AlignLeft" y="58.5">
<text>QX7.20</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="349.2" rotation="0" Valignment="AlignTop" z="88" text_width="-1" uuid="{ae68db9b-cc1f-4632-a21b-302049fe25b4}" Halignment="AlignLeft" y="58.5">
<text>QX7.21</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="410.4" rotation="0" Valignment="AlignTop" z="89" text_width="-1" uuid="{562a747a-2f91-4bd0-9c10-699677a1a168}" Halignment="AlignLeft" y="58.5">
<text>QX7.22</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="469.2" rotation="0" Valignment="AlignTop" z="90" text_width="-1" uuid="{bc66c670-6214-4e07-8bcb-2557f678cdcb}" Halignment="AlignLeft" y="58.5">
<text>QX7.23</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="588" rotation="0" Valignment="AlignTop" z="91" text_width="-1" uuid="{d8f74794-0268-4098-84e3-e88a7423fa65}" Halignment="AlignLeft" y="58.5">
<text>QX7.24</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="646.8" rotation="0" Valignment="AlignTop" z="92" text_width="-1" uuid="{b9a13b70-6927-4912-ad39-634cc6374dd6}" Halignment="AlignLeft" y="58.5">
<text>QX7.25</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="709.2" rotation="0" Valignment="AlignTop" z="93" text_width="-1" uuid="{28cb0b37-f28b-4448-8d1f-121fafc99c38}" Halignment="AlignLeft" y="58.5">
<text>QX7.26</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="768" rotation="0" Valignment="AlignTop" z="94" text_width="-1" uuid="{9e5047ef-5944-48dd-931f-f541df2bd222}" Halignment="AlignLeft" y="58.5">
<text>QX7.27</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="828" rotation="0" Valignment="AlignTop" z="95" text_width="-1" uuid="{367b567c-5777-4db8-89cb-3ce3a47724c1}" Halignment="AlignLeft" y="58.5">
<text>QX7.28</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="888" rotation="0" Valignment="AlignTop" z="96" text_width="-1" uuid="{4c868110-9cda-4f2d-b254-610ca1718db3}" Halignment="AlignLeft" y="58.5">
<text>QX7.29</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="950.4" rotation="0" Valignment="AlignTop" z="97" text_width="-1" uuid="{c4d54c46-9ef5-411b-bf5a-cee871f5324e}" Halignment="AlignLeft" y="58.5">
<text>QX7.30</text>
</dynamic_text>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="UserText" x="1009.2" rotation="0" Valignment="AlignTop" z="98" text_width="-1" uuid="{a14fd79e-5317-4a24-bf2b-156e2f5c0dd9}" Halignment="AlignLeft" y="58.5">
<text>QX7.31</text>
</dynamic_text>
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="60" rotation="0" Valignment="AlignTop" z="99" text_width="-1" uuid="{94f54178-3cb0-4293-b60e-9de9543c9b48}" Halignment="AlignLeft" y="-40.5">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x2="1069.6" x1="51.5977" end1="none" end2="none" length1="1.5" length2="1.5" y2="-37" y1="-37" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-21.5489" y4="94.9942" x1="-21.5489" x5="7.31835" x4="7.31835" y5="94.9942" y2="94.9942" x3="7.31835" y1="80.2867" closed="false" antialias="false" y3="94.9942" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-52" x1="-22" end1="none" end2="none" length1="1.5" length2="1.5" y2="96" y1="-37" antialias="true" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<line x2="-22" x1="-52" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal x="10" orientation="s" y="95"/>
<terminal x="80" orientation="s" y="95"/>
<terminal x="140" orientation="s" y="95"/>
<terminal x="200" orientation="s" y="95"/>
<terminal x="260" orientation="s" y="95"/>
<terminal x="320" orientation="s" y="95"/>
<terminal x="380" orientation="s" y="95"/>
<terminal x="440" orientation="s" y="95"/>
<terminal x="500" orientation="s" y="95"/>
<terminal x="560" orientation="s" y="95"/>
<terminal x="620" orientation="s" y="95"/>
<terminal x="680" orientation="s" y="95"/>
<terminal x="740" orientation="s" y="95"/>
<terminal x="800" orientation="s" y="95"/>
<terminal x="860" orientation="s" y="95"/>
<terminal x="920" orientation="s" y="95"/>
<terminal x="980" orientation="s" y="95"/>
<terminal x="1040.11" orientation="s" y="95"/>
<terminal x="560" orientation="n" y="-37"/>
<terminal x="10" orientation="n" y="-37"/>
</description>
</definition>

View File

@@ -1,40 +1,56 @@
<definition width="90" orientation="dyyy" version="0.51" type="element" hotspot_x="49" hotspot_y="59" link_type="simple" height="110">
<uuid uuid="{e3746578-7d8a-414e-9f97-a12472aa72d7}"/>
<definition link_type="simple" type="element" hotspot_y="60" width="90" hotspot_x="49" height="110" orientation="dyyy" version="0.80">
<uuid uuid="{1ef221cc-e862-451a-8b94-15319aad272d}"/>
<names>
<name lang="fr">ADS1115</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text size="5" y="-20" text="ADS1115" x="18" rotation="90"/>
<rect width="10" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="-50" x="0" height="5"/>
<text size="7" y="44" text="A3" x="-34"/>
<rect width="10" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="-40" x="0" height="5"/>
<rect width="10" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="-20" x="0" height="5"/>
<rect width="10" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="-10" x="0" height="5"/>
<rect width="10" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="-30" x="0" height="5"/>
<rect width="10" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="0" x="0" height="5"/>
<text size="7" y="-6" text="ADDR" x="-34"/>
<text size="7" y="34" text="A2" x="-34"/>
<text size="7" y="-16" text="SDA" x="-34"/>
<text size="7" y="4" text="ALRT" x="-34"/>
<text size="7" y="24" text="A1" x="-34"/>
<text size="7" y="14" text="A0" x="-34"/>
<text size="7" y="-26" text="SCL" x="-34"/>
<text size="7" y="-36" text="GND" x="-34"/>
<input tagg="label" size="9" y="63" text="_" x="-28"/>
<text size="7" y="-46" text="VDD" x="-34"/>
<rect width="21" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y="20" x="-11" height="20"/>
<text size="5" y="-39" text="16Bit I2C ADC+PGA" x="26" rotation="90"/>
<rect width="81" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-55" x="-45" height="100"/>
<terminal orientation="w" y="-50" x="-40"/>
<terminal orientation="w" y="-40" x="-40"/>
<terminal orientation="w" y="-30" x="-40"/>
<terminal orientation="w" y="-20" x="-40"/>
<terminal orientation="w" y="-10" x="-40"/>
<terminal orientation="w" y="0" x="-40"/>
<terminal orientation="w" y="10" x="-40"/>
<terminal orientation="w" y="20" x="-40"/>
<terminal orientation="w" y="40" x="-40"/>
<terminal orientation="w" y="30" x="-40"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="18" rotation="90" text="ADS1115" y="-20"/>
<rect rx="0" width="10" x="0" height="5" ry="0" antialias="false" y="-50" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="A3" y="44"/>
<rect rx="0" width="10" x="0" height="5" ry="0" antialias="false" y="-40" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="10" x="0" height="5" ry="0" antialias="false" y="-20" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="10" x="0" height="5" ry="0" antialias="false" y="-10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="10" x="0" height="5" ry="0" antialias="false" y="-30" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="10" x="0" height="5" ry="0" antialias="false" y="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="ADDR" y="-6"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="A2" y="34"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="SDA" y="-16"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="ALRT" y="4"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="A1" y="24"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="A0" y="14"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="SCL" y="-26"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="GND" y="-36"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-28" rotation="0" Valignment="AlignTop" z="17" text_width="-1" uuid="{60cb5979-df19-4628-b112-a638f9082cd4}" Halignment="AlignLeft" y="52">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-34" rotation="0" text="VDD" y="-46"/>
<rect rx="0" width="21" x="-11" height="20" ry="0" antialias="false" y="20" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="26" rotation="90" text="16Bit I2C ADC+PGA" y="-39"/>
<rect rx="0" width="81" x="-45" height="100" ry="0" antialias="false" y="-55" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal x="-40" orientation="w" y="-50"/>
<terminal x="-40" orientation="w" y="-40"/>
<terminal x="-40" orientation="w" y="-30"/>
<terminal x="-40" orientation="w" y="-20"/>
<terminal x="-40" orientation="w" y="-10"/>
<terminal x="-40" orientation="w" y="0"/>
<terminal x="-40" orientation="w" y="10"/>
<terminal x="-40" orientation="w" y="20"/>
<terminal x="-40" orientation="w" y="40"/>
<terminal x="-40" orientation="w" y="30"/>
</description>
</definition>

View File

@@ -1,198 +1,214 @@
<definition link_type="simple" hotspot_x="30" orientation="dyyy" hotspot_y="31" type="element" height="350" width="220" version="0.5">
<uuid uuid="{6803ed36-5281-45b7-84a4-294f7cef8006}"/>
<definition link_type="simple" type="element" hotspot_y="31" width="220" hotspot_x="30" height="350" orientation="dyyy" version="0.80">
<uuid uuid="{93ae8802-7e59-4f3b-97a1-8e88b2972003}"/>
<names>
<name lang="pl">Licznik geigera Libelium</name>
<name lang="nl">Geiger Libellium</name>
<name lang="fr">Compteur Geiger Libelium</name>
<name lang="en">Libeliums Geiger Counter</name>
<name lang="cs">Počítač Geiger Libelium</name>
<name lang="fr">Compteur Geiger Libelium</name>
<name lang="it">Contatore Geiger Libellium</name>
<name lang="pl">Licznik geigera Libelium</name>
<name lang="en">Libeliums Geiger Counter</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="252" diameter="4" x="52"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="212" diameter="4" x="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="242" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="222" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="232" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="172" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="82" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="182" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="102" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="142" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="152" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="202" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="242" diameter="4" x="52"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="192" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="242" diameter="4" x="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="222" diameter="4" x="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="232" diameter="4" x="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="242" diameter="4" x="62"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="162" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="242" diameter="4" x="72"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="202" diameter="4" x="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="252" diameter="4" x="72"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="252" diameter="4" x="62"/>
<arc angle="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="5" y="-9.5" width="5" x="45.5" start="-175"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-1" diameter="4" x="158"/>
<arc angle="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="5" y="-9.5" width="5" x="45.5" start="-55"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-11" diameter="4" x="158"/>
<line y1="123" x1="-21" 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="123"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="7" width="6" x="-13"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="142" width="19" x="32"/>
<line y1="300" x1="173" 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="300"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="164" width="19" x="33"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="298" width="12" x="174" start="0"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="192" width="19" x="60"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-12" diameter="4" x="-12"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2" diameter="4" x="-12"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-6.40312" diameter="12.8062" x="119.597"/>
<line y1="169" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="175"/>
<arc angle="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="18" y="-16" width="18" x="39" start="-55"/>
<arc angle="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="5" y="-9.5" width="5" x="45.5" start="60"/>
<arc angle="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="18" y="-16" width="18" x="39" start="-175"/>
<text size="4" text="GND" y="8" rotation="180" x="154"/>
<line y1="180" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="186"/>
<line y1="159" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="165"/>
<line y1="139" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="145"/>
<text size="4" text="GND" y="-1" rotation="180" x="154"/>
<line y1="149" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="155"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="212" diameter="4" x="142"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="298" width="12" x="-26" start="-90"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="147" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="7" width="6" x="157"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="293.586" diameter="2.82843" x="175.586"/>
<polygon y11="-12" y1="-12" y10="-12" x2="158" x10="162" y5="-5" x11="160" y2="-12" y7="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-10" x3="156" x1="160" y8="-7" x4="156" y3="-10" x8="164" y4="-7" x9="164" closed="false" y6="-5" x7="162" x6="161" x5="159" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" y="139" width="15" x="-23"/>
<polygon y11="-4" y1="-4" y10="-4" x2="-12" x10="-8" y5="3" x11="-10" y2="-4" y7="3" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-2" x3="-14" x1="-10" y8="1" x4="-14" y3="-2" x8="-6" y4="1" x9="-6" closed="false" y6="3" x7="-8" x6="-9" x5="-11" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" y="180" width="15" x="-23"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="122" diameter="4" x="142"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" y="169" width="15" x="-23"/>
<polygon y11="-3" y1="-3" y10="-3" x2="158" x10="162" y5="4" x11="160" y2="-3" y7="4" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-1" x3="156" x1="160" y8="2" x4="156" y3="-1" x8="164" y4="2" x9="164" closed="false" y6="4" x7="162" x6="161" x5="159" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" y="149" width="15" x="-23"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="157" width="6" x="167"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="72" diameter="4" x="142"/>
<line y1="139" 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="145"/>
<line y1="149" 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="155"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="132" diameter="4" x="142"/>
<line y1="169" 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="175"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="15" y="288" width="8" x="172"/>
<line y1="180" 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="186"/>
<line y1="290" x1="172" x2="179" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="290"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="171.586" diameter="2.82843" x="-16.4142"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="182.586" diameter="2.82843" x="-16.4142"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="141.586" diameter="2.82843" x="-16.4142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="112" diameter="4" x="142"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="116.586" diameter="2.82843" x="-18.4142"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="151.586" diameter="2.82843" x="-16.4142"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="92" diameter="4" x="142"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="137" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="37" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="127" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="117" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="177" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="107" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="187" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="87" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="167" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="97" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="57" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="77" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="67" width="6" x="167"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="47" width="6" x="167"/>
<line y1="115" x1="166" x2="174" style="line-style:dotted;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="115"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="252" width="4" x="62"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="242" width="4" x="72"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="252" width="4" x="52"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="242" width="4" x="62"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="252" width="4" x="72"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="201" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="211" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="81" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="191" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="91" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="71" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="201" width="6" x="-19"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="181" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="171" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="231" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="161" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="241" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="141" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="221" width="6" x="141"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="-26" width="12" x="-26" start="-180"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="-26" width="12" x="174" start="90"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="242" width="4" x="52"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="221" width="6" x="-19"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="151" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="111" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="231" width="6" x="-19"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="131" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="211" width="6" x="-19"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="121" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="101" width="6" x="141"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="191" width="6" x="-19"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="241" width="6" x="-19"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="192" diameter="4" x="-18"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="162" y="34" width="11" x="165"/>
<line y1="16" x1="157" x2="-19" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="16"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="14" y="16" width="17" x="161"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="17.6148" diameter="10.7703" x="163.615"/>
<line y1="21" x1="171" x2="167" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="25"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="18.6756" diameter="86.6487" x="-19.3244"/>
<circle style="line-style:dotted;line-weight:normal;filling:none;color:black" antialias="true" y="56.6148" diameter="10.7703" x="16.6148"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="53.9377" diameter="16.1245" x="13.9377"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" y="159" width="15" x="-23"/>
<line y1="159" 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="165"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="161.586" diameter="2.82843" x="-16.4142"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="15" y="111" width="8" x="-22"/>
<line y1="113" x1="-22" x2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="113"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="92" y="212" width="26" x="8"/>
<polygon y1="223" x3="-2" x1="8" x2="-2" x4="8" y4="295" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="288" closed="false" y2="228"/>
<polygon y1="223" x3="44" x1="35" x2="44" x4="34" y4="295" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="288" closed="false" y2="228"/>
<text size="5" text="TAMURA" y="220" rotation="90" x="24"/>
<text size="6" text="Libelium" y="264" rotation="180" x="97"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="121" width="19" x="59"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" y="301" width="15" x="106"/>
<rect style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" height="5" y="308" width="3" x="114"/>
<polygon y11="-14" y1="-14" y10="-14" x2="-12" x10="-8" y5="-7" x11="-10" y2="-14" y7="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-12" x3="-14" x1="-10" y8="-9" x4="-14" y3="-12" x8="-6" y4="-9" x9="-6" closed="false" y6="-7" x7="-8" x6="-9" x5="-11" antialias="false"/>
<line y1="-21" x1="-4" x2="-4" 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 y1="-18" x1="-7" x2="-2" 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 size="4" text="GND" y="-11" rotation="180" x="154"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-7.40312" diameter="12.8062" x="14.5969"/>
<text size="6" text="RADIATION SENSOR BOARD" y="8" rotation="180" x="129"/>
<arc angle="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="18" y="-16" width="18" x="39" start="60"/>
<line y1="-6" x1="39" x2="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="-7"/>
<line y1="-15" x1="52" x2="49" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-9"/>
<line y1="-7" x1="57" x2="51" 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 y1="1" x1="44" 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="-5"/>
<line y1="-14" x1="43" x2="46" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-10"/>
<line y1="0" x1="53" x2="50" 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"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-18" diameter="22" x="37"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-8" diameter="2" x="47"/>
<text size="4" text="CAUTION HIGH VOLTAGE ~ 500V" y="-22" rotation="180" x="150"/>
<line y1="-26" x1="-19" 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="-26"/>
<line y1="310" x1="-19" 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="310"/>
<line y1="-19" x1="186" 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="304"/>
<line y1="-19" x1="-26" x2="-26" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="304"/>
<input size="9" text="_" rotate="true" y="295" rotation="180" tagg="label" x="252"/>
<terminal orientation="e" y="190" x="170"/>
<terminal orientation="e" y="40" x="170"/>
<terminal orientation="e" y="50" x="170"/>
<terminal orientation="e" y="60" x="170"/>
<terminal orientation="e" y="70" x="170"/>
<terminal orientation="e" y="100" x="170"/>
<terminal orientation="e" y="90" x="170"/>
<terminal orientation="e" y="80" x="170"/>
<terminal orientation="e" y="110" x="170"/>
<terminal orientation="e" y="120" x="170"/>
<terminal orientation="e" y="130" x="170"/>
<terminal orientation="e" y="140" x="170"/>
<terminal orientation="e" y="150" x="170"/>
<terminal orientation="e" y="180" x="170"/>
<terminal orientation="e" y="170" x="170"/>
<terminal orientation="e" y="160" x="170"/>
<terminal orientation="n" y="10" x="-10"/>
<terminal orientation="n" y="10" x="160"/>
<circle x="52" diameter="4" antialias="true" y="252" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="-18" diameter="4" antialias="true" y="212" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="242" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="222" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="232" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="172" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="82" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="182" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="102" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="142" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="152" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="202" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="52" diameter="4" antialias="true" y="242" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="192" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="-18" diameter="4" antialias="true" y="242" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="-18" diameter="4" antialias="true" y="222" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="-18" diameter="4" antialias="true" y="232" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="62" diameter="4" antialias="true" y="242" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="142" diameter="4" antialias="true" y="162" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="72" diameter="4" antialias="true" y="242" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="-18" diameter="4" antialias="true" y="202" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="72" diameter="4" antialias="true" y="252" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="62" diameter="4" antialias="true" y="252" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<arc angle="-60" width="5" x="45.5" height="5" start="-175" antialias="true" y="-9.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="158" diameter="4" antialias="true" y="-1" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-60" width="5" x="45.5" height="5" start="-55" antialias="true" y="-9.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="158" diameter="4" antialias="true" y="-11" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-14" x1="-21" end1="none" end2="none" length1="1.5" length2="1.5" y2="123" y1="123" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="19" x="32" height="16" ry="0" antialias="false" y="142" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<line x2="180" x1="173" end1="none" end2="none" length1="1.5" length2="1.5" y2="300" y1="300" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="19" x="33" height="16" ry="0" antialias="false" y="164" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<arc angle="-90" width="12" x="174" height="12" start="0" antialias="false" y="298" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="19" x="60" height="16" ry="0" antialias="false" y="192" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<circle x="-12" diameter="4" antialias="true" y="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-12" diameter="4" antialias="true" y="-2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="119.597" diameter="12.8062" antialias="true" y="-6.40312" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-20" x1="-20" end1="none" end2="none" length1="1.5" length2="1.5" y2="175" y1="169" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-60" width="18" x="39" height="18" start="-55" antialias="true" y="-16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-60" width="5" x="45.5" height="5" start="60" antialias="true" y="-9.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-60" width="18" x="39" height="18" start="-175" antialias="true" y="-16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="154" rotation="180" text="GND" y="8"/>
<line x2="-20" x1="-20" end1="none" end2="none" length1="1.5" length2="1.5" y2="186" y1="180" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-20" x1="-20" end1="none" end2="none" length1="1.5" length2="1.5" y2="165" y1="159" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-20" x1="-20" end1="none" end2="none" length1="1.5" length2="1.5" y2="145" y1="139" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="154" rotation="180" text="GND" y="-1"/>
<line x2="-20" x1="-20" end1="none" end2="none" length1="1.5" length2="1.5" y2="155" y1="149" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="142" diameter="4" antialias="true" y="212" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<arc angle="-90" width="12" x="-26" height="12" start="-90" antialias="false" y="298" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="147" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="157" height="6" ry="0" antialias="false" y="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="175.586" diameter="2.82843" antialias="true" y="293.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon closed="false" y9="-10" y5="-5" y11="-12" y3="-10" x10="162" y10="-12" x3="156" x2="158" x6="161" x9="164" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="160" x5="159" x11="160" x4="156" x8="164" y1="-12" y8="-7" antialias="false" y7="-5" y6="-5" x7="162" y4="-7" y2="-12"/>
<rect rx="0" width="15" x="-23" height="7" ry="0" antialias="false" y="139" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon closed="false" y9="-2" y5="3" y11="-4" y3="-2" x10="-8" y10="-4" x3="-14" x2="-12" x6="-9" x9="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" x5="-11" x11="-10" x4="-14" x8="-6" y1="-4" y8="1" antialias="false" y7="3" y6="3" x7="-8" y4="1" y2="-4"/>
<rect rx="0" width="15" x="-23" height="7" ry="0" antialias="false" y="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="142" diameter="4" antialias="true" y="122" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect rx="0" width="15" x="-23" height="7" ry="0" antialias="false" y="169" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon closed="false" y9="-1" y5="4" y11="-3" y3="-1" x10="162" y10="-3" x3="156" x2="158" x6="161" x9="164" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="160" x5="159" x11="160" x4="156" x8="164" y1="-3" y8="2" antialias="false" y7="4" y6="4" x7="162" y4="2" y2="-3"/>
<rect rx="0" width="15" x="-23" height="7" ry="0" antialias="false" y="149" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="157" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="142" diameter="4" antialias="true" y="72" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="145" y1="139" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="155" y1="149" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="142" diameter="4" antialias="true" y="132" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="175" y1="169" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="8" x="172" height="15" ry="0" antialias="false" y="288" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="186" y1="180" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="179" x1="172" end1="none" end2="none" length1="1.5" length2="1.5" y2="290" y1="290" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-16.4142" diameter="2.82843" antialias="true" y="171.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="-16.4142" diameter="2.82843" antialias="true" y="182.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="-16.4142" diameter="2.82843" antialias="true" y="141.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="142" diameter="4" antialias="true" y="112" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle x="-18.4142" diameter="2.82843" antialias="true" y="116.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="-16.4142" diameter="2.82843" antialias="true" y="151.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="142" diameter="4" antialias="true" y="92" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="37" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="177" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="187" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="167" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="77" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="67" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="167" height="6" ry="0" antialias="false" y="47" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="174" x1="166" end1="none" end2="none" length1="1.5" length2="1.5" y2="115" y1="115" antialias="false" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="62" height="4" ry="0" antialias="false" y="252" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="72" height="4" ry="0" antialias="false" y="242" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="52" height="4" ry="0" antialias="false" y="252" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="62" height="4" ry="0" antialias="false" y="242" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="72" height="4" ry="0" antialias="false" y="252" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="201" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="211" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="81" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="191" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="91" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="71" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-19" height="6" ry="0" antialias="false" y="201" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="181" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="171" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="231" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="161" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="241" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="141" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="221" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-90" width="12" x="-26" height="12" start="-180" antialias="false" y="-26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-90" width="12" x="174" height="12" start="90" antialias="false" y="-26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="52" height="4" ry="0" antialias="false" y="242" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-19" height="6" ry="0" antialias="false" y="221" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="151" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="111" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-19" height="6" ry="0" antialias="false" y="231" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="131" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-19" height="6" ry="0" antialias="false" y="211" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="121" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="141" height="6" ry="0" antialias="false" y="101" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-19" height="6" ry="0" antialias="false" y="191" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-19" height="6" ry="0" antialias="false" y="241" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-18" diameter="4" antialias="true" y="192" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect rx="0" width="11" x="165" height="162" ry="0" antialias="false" y="34" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-19" x1="157" end1="none" end2="none" length1="1.5" length2="1.5" y2="16" y1="16" antialias="false" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="17" x="161" height="14" ry="0" antialias="false" y="16" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<circle x="163.615" diameter="10.7703" antialias="true" y="17.6148" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="167" x1="171" end1="none" end2="none" length1="1.5" length2="1.5" y2="25" y1="21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-19.3244" diameter="86.6487" antialias="true" y="18.6756" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<circle x="16.6148" diameter="10.7703" antialias="true" y="56.6148" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
<circle x="13.9377" diameter="16.1245" antialias="true" y="53.9377" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="15" x="-23" height="7" ry="0" antialias="false" y="159" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="165" y1="159" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-16.4142" diameter="2.82843" antialias="true" y="161.586" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="8" x="-22" height="15" ry="0" antialias="false" y="111" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-15" x1="-22" end1="none" end2="none" length1="1.5" length2="1.5" y2="113" y1="113" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="26" x="8" height="92" ry="0" antialias="false" y="212" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-2" y4="295" x1="8" x4="8" y2="228" x3="-2" y1="223" closed="false" antialias="false" y3="288" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="44" y4="295" x1="35" x4="34" y2="228" x3="44" y1="223" closed="false" antialias="false" y3="288" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="24" rotation="90" text="TAMURA" y="220"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="97" rotation="180" text="Libelium" y="264"/>
<rect rx="0" width="19" x="59" height="16" ry="0" antialias="false" y="121" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="15" x="106" height="7" ry="0" antialias="false" y="301" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3" x="114" height="5" ry="0" antialias="false" y="308" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<polygon closed="false" y9="-12" y5="-7" y11="-14" y3="-12" x10="-8" y10="-14" x3="-14" x2="-12" x6="-9" x9="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" x5="-11" x11="-10" x4="-14" x8="-6" y1="-14" y8="-9" antialias="false" y7="-7" y6="-7" x7="-8" y4="-9" y2="-14"/>
<line x2="-4" x1="-4" end1="none" end2="none" length1="1.5" length2="1.5" y2="-14" y1="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-2" x1="-7" end1="none" end2="none" length1="1.5" length2="1.5" y2="-18" y1="-18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="154" rotation="180" text="GND" y="-11"/>
<circle x="14.5969" diameter="12.8062" antialias="true" y="-7.40312" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="129" rotation="180" text="RADIATION SENSOR BOARD" y="8"/>
<arc angle="-60" width="18" x="39" height="18" start="60" antialias="true" y="-16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="45" x1="39" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="-6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="49" x1="52" end1="none" end2="none" length1="1.5" length2="1.5" y2="-9" y1="-15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="51" x1="57" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="-7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="47" x1="44" end1="none" end2="none" length1="1.5" length2="1.5" y2="-5" y1="1" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="46" x1="43" end1="none" end2="none" length1="1.5" length2="1.5" y2="-10" y1="-14" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="50" x1="53" end1="none" end2="none" length1="1.5" length2="1.5" y2="-4" y1="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="37" diameter="22" antialias="true" y="-18" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="47" diameter="2" antialias="true" y="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="150" rotation="180" text="CAUTION HIGH VOLTAGE ~ 500V" y="-22"/>
<line x2="180" x1="-19" end1="none" end2="none" length1="1.5" length2="1.5" y2="-26" y1="-26" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="180" x1="-19" end1="none" end2="none" length1="1.5" length2="1.5" y2="310" y1="310" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="186" x1="186" end1="none" end2="none" length1="1.5" length2="1.5" y2="304" y1="-19" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-26" x1="-26" end1="none" end2="none" length1="1.5" length2="1.5" y2="304" y1="-19" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="252" rotation="180" Valignment="AlignTop" z="166" text_width="-1" uuid="{3650d359-4bc3-4fa8-b684-3bd29b61fc24}" Halignment="AlignLeft" y="306">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="170" orientation="e" y="190"/>
<terminal x="170" orientation="e" y="40"/>
<terminal x="170" orientation="e" y="50"/>
<terminal x="170" orientation="e" y="60"/>
<terminal x="170" orientation="e" y="70"/>
<terminal x="170" orientation="e" y="100"/>
<terminal x="170" orientation="e" y="90"/>
<terminal x="170" orientation="e" y="80"/>
<terminal x="170" orientation="e" y="110"/>
<terminal x="170" orientation="e" y="120"/>
<terminal x="170" orientation="e" y="130"/>
<terminal x="170" orientation="e" y="140"/>
<terminal x="170" orientation="e" y="150"/>
<terminal x="170" orientation="e" y="180"/>
<terminal x="170" orientation="e" y="170"/>
<terminal x="170" orientation="e" y="160"/>
<terminal x="-10" orientation="n" y="10"/>
<terminal x="160" orientation="n" y="10"/>
</description>
</definition>

View File

@@ -1,364 +1,380 @@
<definition link_type="simple" hotspot_x="23" orientation="dyyy" hotspot_y="33" type="element" height="400" width="190" version="0.5">
<uuid uuid="{76d29056-2edb-4af2-937b-2121732501cc}"/>
<definition link_type="simple" type="element" hotspot_y="34" width="190" hotspot_x="23" height="400" orientation="dyyy" version="0.80">
<uuid uuid="{e7dabca8-4e75-477c-9056-39d2ad5c11ea}"/>
<names>
<name lang="pl">Arduino Mega 2560</name>
<name lang="nl">Arduino Mega 2560</name>
<name lang="fr">Arduino Mega 2560</name>
<name lang="en">Arduino Mega 2560</name>
<name lang="it">Arduino Mega 2560</name>
<name lang="cs">Arduino Mega 2560</name>
<name lang="fr">Arduino Mega 2560</name>
<name lang="it">Arduino Mega 2560</name>
<name lang="pl">Arduino Mega 2560</name>
<name lang="en">Arduino Mega 2560</name>
</names>
<informations>ezza
Modifié par Charles Ferrand
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>ezza&#xd;
Modifié par Charles Ferrand&#xd;
novembre 2013</informations>
<description>
<text size="6" text="25" y="347" rotation="90" x="132"/>
<text size="6" text="23" y="347" rotation="90" x="140"/>
<text size="6" text="27" y="347" rotation="90" x="124"/>
<text size="6" text="30" y="313" rotation="90" x="102"/>
<text size="6" text="32" y="313" rotation="90" x="93"/>
<text size="6" text="RX3 15" y="243" x="115"/>
<text size="6" text="34" y="313" rotation="90" x="84"/>
<text size="6" text="36" y="313" rotation="90" x="76"/>
<text size="6" text="42" y="313" rotation="90" x="50"/>
<text size="6" text="38" y="313" rotation="90" x="69"/>
<text size="6" text="40" y="313" rotation="90" x="59"/>
<text size="6" text="28" y="313" rotation="90" x="111"/>
<text size="6" text="TX2 16" y="254" x="116"/>
<text size="6" text="RX2 17" y="264" x="115"/>
<text size="6" text="26" y="313" rotation="90" x="119"/>
<text size="6" text="TX1 18" y="274" x="116"/>
<text size="6" text="RX1 19" y="284" x="115"/>
<text size="6" text="24" y="313" rotation="90" x="127"/>
<text size="6" text="SDA 20" y="294" x="114"/>
<text size="6" text="SCL 21" y="303" x="114"/>
<text size="6" text="44" y="313" rotation="90" x="42"/>
<text size="6" text="37" y="342" rotation="90" x="79"/>
<text size="6" text="35" y="342" rotation="90" x="88"/>
<text size="6" text="46" y="313" rotation="90" x="33"/>
<text size="6" text="33" y="342" rotation="90" x="96"/>
<text size="6" text="31" y="342" rotation="90" x="105"/>
<text size="5" text="ICSP" y="204" x="56"/>
<text size="7" text="MEGA" y="257" rotation="90" x="41"/>
<text size="5" text="DIGITAL" y="311" x="18"/>
<text size="6" text="39" y="342" rotation="90" x="71"/>
<text size="6" text="41" y="342" rotation="90" x="62"/>
<text size="6" text="52" y="313" rotation="90" x="9"/>
<text size="6" text="48" y="313" rotation="90" x="25"/>
<text size="6" text="50" y="313" rotation="90" x="17"/>
<text size="6" text="51" y="342" rotation="90" x="21"/>
<text size="6" text="49" y="342" rotation="90" x="29"/>
<text size="6" text="43" y="342" rotation="90" x="55"/>
<text size="6" text="47" y="342" rotation="90" x="38"/>
<text size="6" text="45" y="342" rotation="90" x="46"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="20" width="16" x="85"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="35.1"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="252" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="30.35"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="13.25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="4.7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="21.8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="38.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="59.8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="43.65"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="63.6"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="56"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="51.25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="47.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="26.55"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="302" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="18"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="292" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="272" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="262" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="282" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="312" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="9.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="297" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="247" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="287" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="267" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="257" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="277" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="69.3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="227" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="72.15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="217" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="144.35"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="139.6"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="148.15"/>
<text size="7" text="A6" y="223" x="-2"/>
<line y1="299.66" x1="106" x2="106" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="226.391"/>
<text size="6" text="TX3 14" y="233" x="116"/>
<text size="7" text="A7" y="233" x="-2"/>
<text size="7" text="A14" y="308" x="-2"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="307" diameter="12" x="144"/>
<text size="7" text="A12" y="288" x="-2"/>
<text size="5" text="A15" y="315" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="132"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="89.25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="123.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="94"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="102.55"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="76.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="97.8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="80.7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="111.1"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="135.8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="106.35"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="128.2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="114.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="85.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="119.65"/>
<text size="5" text="COMMUNICATION" y="226" rotation="90" x="107"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="80" y="240" width="12" x="-16"/>
<text size="7" text="A13" y="298" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="45" y="-30" width="35" x="95"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="328" diameter="12" x="-17"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="19" diameter="12" x="-17"/>
<text size="7" text="3.3V" y="104" x="-3"/>
<text size="7" text="A11" y="279" x="-2"/>
<text size="7" text="A10" y="269" x="-2"/>
<text size="6" text="GND" y="124" x="-3"/>
<text size="7" text="A9" y="259" x="-2"/>
<text size="7" text="A8" y="249" x="-2"/>
<text size="6" text="GND" y="133" x="-3"/>
<text size="7" text="Vin" y="144" x="-2"/>
<text size="5" text="ANALOG IN" y="169" rotation="90" x="17"/>
<text size="5" text="POWER" y="112" rotation="90" x="18"/>
<text size="6" text="RESET" y="93" x="-3"/>
<text size="7" text="5V" y="114" x="-3"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="34.7044" diameter="20.5913" x="-10.2956"/>
<polygon y1="-14" x2="-20" y5="361.253" y2="347.413" y7="345.874" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-14" x3="-10" x1="-20" y8="-14" x4="0" y3="350.488" x8="160" y4="361.253" closed="false" x9="160" y6="345.874" x7="160" x6="120" x5="105" antialias="false"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="76.75" diameter="2.5" x="97.75"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="76.75" diameter="2.5" x="108.75"/>
<text size="4" text="RX" y="66" rotation="90" x="90"/>
<text size="4" text="L" y="69" rotation="90" x="108"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="75" width="4" x="108"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="75" width="4" x="97"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="216" diameter="12" x="91"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="19" diameter="12" x="145"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="216" diameter="12" x="11"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="18" y="206" width="8" x="76"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="18" y="206" width="8" x="66"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="218" width="4" x="68"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="28" width="4" x="128"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="208" width="4" x="78"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="218" width="4" x="58"/>
<ellipse style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="15" y="227" width="11" x="39"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="182" y="34" width="12" x="144"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="208" width="4" x="68"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="218" width="4" x="78"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="38" width="4" x="128"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="8" y="36" width="18" x="116"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="8" y="231" width="1" x="44"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="48" width="4" x="128"/>
<text size="7" text="A5" y="214" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="8" y="26" width="18" x="116"/>
<text size="7" text="A4" y="204" x="-2"/>
<text size="7" text="A3" y="194" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="38" width="4" x="118"/>
<text size="7" text="A0" y="164" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="48" width="4" x="118"/>
<text size="7" text="A2" y="184" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="28" width="4" x="118"/>
<text size="7" text="A1" y="174" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="8" y="46" width="18" x="116"/>
<text size="7" text="9" y="123" x="136"/>
<text size="7" text="12" y="94" x="131"/>
<text size="7" text="10" y="114" x="132"/>
<text size="7" text="TX0->1" y="204" x="114"/>
<text size="7" text="RX0&lt;-0" y="214" x="114"/>
<text size="7" text="11" y="104" x="132"/>
<text size="7" text="8" y="133" x="136"/>
<text size="7" text="4" y="173" x="136"/>
<text size="7" text="7" y="144" x="136"/>
<text size="7" text="3" y="184" x="136"/>
<text size="7" text="2" y="193" x="136"/>
<text size="7" text="13" y="83" x="130"/>
<text size="5" text="PWM" y="84" rotation="90" x="122"/>
<text size="7" text="5" y="164" x="136"/>
<text size="7" text="6" y="153" x="136"/>
<text size="7" text="AREF" y="63" x="118"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="167" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="62" y="84" width="12" x="-16"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="177" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="47" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="157" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="57" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="37" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="167" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="147" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="137" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="197" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="127" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="207" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="97" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="107" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="187" width="6" x="147"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="-20" width="12" x="-20" start="-180"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="-20" width="12" x="148" start="90"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="208" width="4" x="58"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="187" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="87" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="117" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="77" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="197" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="97" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="177" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="107" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="87" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="67" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="157" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="207" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="127" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="137" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="117" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="82" y="154" width="12" x="-16"/>
<text size="7" text="GND" y="73" x="121"/>
<line y1="135" x1="146" x2="154" style="line-style:dotted;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="135"/>
<line y1="192.2" 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="78.8154"/>
<text size="7" text="ARDUINO" y="211" rotation="90" x="30"/>
<ellipse style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="15" y="212" width="11" x="39"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="8" y="216" width="1" x="44"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="1" y="234" width="7" x="41"/>
<ellipse style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="true" height="32" y="254" width="16" x="37"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="18" y="206" width="8" x="56"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="237" diameter="10" x="66"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="234" width="17" x="62"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="31" y="-29" width="20" x="1"/>
<line y1="-22" x1="1" x2="21" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-22"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="1" y="2" width="10" x="6"/>
<line y1="-20" x1="-13" x2="1" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="76.75" diameter="2.5" x="89.75"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="75" width="4" x="89"/>
<text size="4" text="TX" y="66" rotation="90" x="98"/>
<line y1="97" x1="26" 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="145"/>
<line y1="155" x1="26" 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="213"/>
<ellipse style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="true" height="22" y="19" width="9" x="68"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="59.7044" diameter="20.5913" x="-11.2956"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="8" y="-12" width="16" x="51"/>
<text size="2" text="MADE IN ITALY" y="-8" rotation="90" x="142"/>
<line y1="-20" x1="22" x2="94" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<line y1="-20" x1="154" x2="131" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="242" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="81" y="224" width="12" x="144"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="227" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="237" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="0.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="19" y="322" width="154.85" x="-1"/>
<text size="6" text="22" y="313" rotation="90" x="135"/>
<line y1="326" x1="1" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="326"/>
<line y1="335" x1="5" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="335"/>
<line y1="326" x1="-3" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="350"/>
<text size="5" text="GND" y="342" rotation="90" x="-2"/>
<text size="6" text="53" y="342" rotation="90" x="12"/>
<line y1="304" x1="18" x2="106" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="304"/>
<line y1="304" x1="106" x2="113" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="310"/>
<line y1="310" x1="113" x2="143" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="310"/>
<text size="5" text="2560" y="266" rotation="90" x="31"/>
<text size="5" text="Reset" y="232" x="61"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="54" y="138" width="54" x="47"/>
<text size="6" text="ATMega 328" y="170" x="53"/>
<line y1="327" x1="148" x2="156" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="327"/>
<line y1="336" x1="151" 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="336"/>
<line y1="336" x1="157" 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="324"/>
<text size="5" text="5v" y="316" rotation="90" x="155"/>
<text size="6" text="29" y="352" rotation="90" x="115"/>
<text size="9" text="USB" y="6" x="100"/>
<text size="5" text="7-12 V" y="-18" rotation="90" x="26"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="11" y="5" width="10" x="6" start="90"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="8" diameter="5" x="8"/>
<line y1="10" x1="8" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="10"/>
<line y1="10" x1="16" x2="26" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="10"/>
<text size="9" text="+" y="10" x="-2"/>
<text size="9" text="-" y="9" x="21"/>
<input size="9" text="_" rotate="true" y="10" tagg="label" x="-60"/>
<terminal orientation="e" y="40" x="150"/>
<terminal orientation="e" y="210" x="150"/>
<terminal orientation="e" y="50" x="150"/>
<terminal orientation="e" y="60" x="150"/>
<terminal orientation="e" y="70" x="150"/>
<terminal orientation="e" y="80" x="150"/>
<terminal orientation="e" y="90" x="150"/>
<terminal orientation="e" y="120" x="150"/>
<terminal orientation="e" y="110" x="150"/>
<terminal orientation="e" y="100" x="150"/>
<terminal orientation="e" y="130" x="150"/>
<terminal orientation="e" y="140" x="150"/>
<terminal orientation="e" y="150" x="150"/>
<terminal orientation="e" y="160" x="150"/>
<terminal orientation="e" y="170" x="150"/>
<terminal orientation="e" y="200" x="150"/>
<terminal orientation="e" y="190" x="150"/>
<terminal orientation="e" y="180" x="150"/>
<terminal orientation="w" y="160" x="-10"/>
<terminal orientation="w" y="170" x="-10"/>
<terminal orientation="w" y="180" x="-10"/>
<terminal orientation="w" y="190" x="-10"/>
<terminal orientation="w" y="200" x="-10"/>
<terminal orientation="w" y="210" x="-10"/>
<terminal orientation="w" y="90" x="-10"/>
<terminal orientation="w" y="100" x="-10"/>
<terminal orientation="w" y="110" x="-10"/>
<terminal orientation="w" y="120" x="-10"/>
<terminal orientation="w" y="130" x="-10"/>
<terminal orientation="w" y="140" x="-10"/>
<terminal orientation="n" y="-20" x="10"/>
<terminal orientation="n" y="-20" x="110"/>
<terminal orientation="w" y="245" x="-10"/>
<terminal orientation="w" y="265" x="-10"/>
<terminal orientation="w" y="275" x="-10"/>
<terminal orientation="w" y="285" x="-10"/>
<terminal orientation="w" y="295" x="-10"/>
<terminal orientation="w" y="255" x="-10"/>
<terminal orientation="w" y="305" x="-10"/>
<terminal orientation="w" y="315" x="-10"/>
<terminal orientation="e" y="230" x="151"/>
<terminal orientation="e" y="240" x="151"/>
<terminal orientation="e" y="250" x="151"/>
<terminal orientation="e" y="260" x="151"/>
<terminal orientation="e" y="270" x="151"/>
<terminal orientation="e" y="280" x="151"/>
<terminal orientation="e" y="290" x="151"/>
<terminal orientation="e" y="300" x="151"/>
<terminal orientation="s" y="327" x="2.895"/>
<terminal orientation="s" y="327" x="11.3595"/>
<terminal orientation="s" y="327" x="19.824"/>
<terminal orientation="s" y="327" x="28.2885"/>
<terminal orientation="s" y="327" x="36.753"/>
<terminal orientation="s" y="327" x="45.2175"/>
<terminal orientation="s" y="327" x="53.682"/>
<terminal orientation="s" y="327" x="62.1465"/>
<terminal orientation="s" y="327" x="70.611"/>
<terminal orientation="s" y="327" x="79.0755"/>
<terminal orientation="s" y="327" x="87.54"/>
<terminal orientation="s" y="327" x="96.0045"/>
<terminal orientation="s" y="327" x="104.469"/>
<terminal orientation="s" y="327" x="112.933"/>
<terminal orientation="s" y="327" x="121.398"/>
<terminal orientation="s" y="327" x="129.862"/>
<terminal orientation="s" y="327" x="137.558"/>
<terminal orientation="s" y="327" x="146.022"/>
<terminal orientation="s" y="335" x="6.6"/>
<terminal orientation="s" y="335" x="15.0645"/>
<terminal orientation="s" y="335" x="23.529"/>
<terminal orientation="s" y="335" x="31.9935"/>
<terminal orientation="s" y="335" x="40.458"/>
<terminal orientation="s" y="335" x="48.9225"/>
<terminal orientation="s" y="335" x="57.387"/>
<terminal orientation="s" y="335" x="65.8515"/>
<terminal orientation="s" y="335" x="74.316"/>
<terminal orientation="s" y="335" x="82.7805"/>
<terminal orientation="s" y="335" x="91.245"/>
<terminal orientation="s" y="335" x="99.7095"/>
<terminal orientation="s" y="335" x="108.174"/>
<terminal orientation="s" y="335" x="116.639"/>
<terminal orientation="s" y="335" x="125.103"/>
<terminal orientation="s" y="335" x="133.567"/>
<terminal orientation="s" y="335" x="141.262"/>
<terminal orientation="s" y="335" x="149.727"/>
<terminal orientation="w" y="220" x="-10"/>
<terminal orientation="w" y="230" x="-10"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="132" rotation="90" text="25" y="347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="140" rotation="90" text="23" y="347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="124" rotation="90" text="27" y="347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="102" rotation="90" text="30" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="93" rotation="90" text="32" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="0" text="RX3 15" y="243"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="84" rotation="90" text="34" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="76" rotation="90" text="36" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="50" rotation="90" text="42" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="69" rotation="90" text="38" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="59" rotation="90" text="40" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="111" rotation="90" text="28" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="116" rotation="0" text="TX2 16" y="254"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="0" text="RX2 17" y="264"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="119" rotation="90" text="26" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="116" rotation="0" text="TX1 18" y="274"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="0" text="RX1 19" y="284"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="127" rotation="90" text="24" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="SDA 20" y="294"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="SCL 21" y="303"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="42" rotation="90" text="44" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="79" rotation="90" text="37" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="88" rotation="90" text="35" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="33" rotation="90" text="46" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="96" rotation="90" text="33" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="105" rotation="90" text="31" y="342"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="56" rotation="0" text="ICSP" y="204"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="41" rotation="90" text="MEGA" y="257"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="18" rotation="0" text="DIGITAL" y="311"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="71" rotation="90" text="39" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="62" rotation="90" text="41" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="9" rotation="90" text="52" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="25" rotation="90" text="48" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="17" rotation="90" text="50" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="90" text="51" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="29" rotation="90" text="49" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="55" rotation="90" text="43" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="38" rotation="90" text="47" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="46" rotation="90" text="45" y="342"/>
<rect rx="0" width="16" x="85" height="16" ry="0" antialias="false" y="20" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="3.8" x="35.1" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="252" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="30.35" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="13.25" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="4.7" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="21.8" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="38.9" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="59.8" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="43.65" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="63.6" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="56" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="51.25" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="47.45" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="26.55" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="302" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="18" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="292" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="272" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="262" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="282" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="312" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="9.45" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="297" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="247" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="287" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="267" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="257" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="277" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="69.3" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="227" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="72.15" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="217" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="144.35" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="139.6" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="148.15" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A6" y="223"/>
<line x2="106" x1="106" end1="none" end2="none" length1="1.5" length2="1.5" y2="226.391" y1="299.66" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="116" rotation="0" text="TX3 14" y="233"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A7" y="233"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A14" y="308"/>
<circle x="144" diameter="12" antialias="true" y="307" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A12" y="288"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="A15" y="315"/>
<rect rx="0" width="3.8" x="132" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="89.25" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="123.45" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="94" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="102.55" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="76.9" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="97.8" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="80.7" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="111.1" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="135.8" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="106.35" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="128.2" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="114.9" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="85.45" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="119.65" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="107" rotation="90" text="COMMUNICATION" y="226"/>
<rect rx="0" width="12" x="-16" height="80" ry="0" antialias="false" y="240" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A13" y="298"/>
<rect rx="0" width="35" x="95" height="45" ry="0" antialias="false" y="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-17" diameter="12" antialias="true" y="328" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-17" diameter="12" antialias="true" y="19" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="3.3V" y="104"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A11" y="279"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A10" y="269"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="GND" y="124"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A9" y="259"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A8" y="249"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="GND" y="133"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="Vin" y="144"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="17" rotation="90" text="ANALOG IN" y="169"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="18" rotation="90" text="POWER" y="112"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="RESET" y="93"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="5V" y="114"/>
<circle x="-10.2956" diameter="20.5913" antialias="true" y="34.7044" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<polygon closed="false" y9="-14" y5="361.253" y3="350.488" x3="-10" x2="-20" x6="120" x9="160" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" x5="105" x4="0" x8="160" y1="-14" y8="-14" antialias="false" y7="345.874" y6="345.874" x7="160" y4="361.253" y2="347.413"/>
<circle x="97.75" diameter="2.5" antialias="true" y="76.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="108.75" diameter="2.5" antialias="true" y="76.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="90" rotation="90" text="RX" y="66"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="108" rotation="90" text="L" y="69"/>
<rect rx="0" width="4" x="108" height="6" ry="0" antialias="false" y="75" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="4" x="97" height="6" ry="0" antialias="false" y="75" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<circle x="91" diameter="12" antialias="true" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="145" diameter="12" antialias="true" y="19" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="11" diameter="12" antialias="true" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="8" x="76" height="18" ry="0" antialias="false" y="206" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="8" x="66" height="18" ry="0" antialias="false" y="206" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="68" height="4" ry="0" antialias="false" y="218" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="128" height="4" ry="0" antialias="false" y="28" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="78" height="4" ry="0" antialias="false" y="208" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="58" height="4" ry="0" antialias="false" y="218" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="11" height="15" x="39" antialias="true" y="227" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="144" height="182" ry="0" antialias="false" y="34" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="68" height="4" ry="0" antialias="false" y="208" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="78" height="4" ry="0" antialias="false" y="218" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="128" height="4" ry="0" antialias="false" y="38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="18" x="116" height="8" ry="0" antialias="false" y="36" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="1" x="44" height="8" ry="0" antialias="false" y="231" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="128" height="4" ry="0" antialias="false" y="48" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A5" y="214"/>
<rect rx="0" width="18" x="116" height="8" ry="0" antialias="false" y="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A4" y="204"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A3" y="194"/>
<rect rx="0" width="4" x="118" height="4" ry="0" antialias="false" y="38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A0" y="164"/>
<rect rx="0" width="4" x="118" height="4" ry="0" antialias="false" y="48" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A2" y="184"/>
<rect rx="0" width="4" x="118" height="4" ry="0" antialias="false" y="28" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A1" y="174"/>
<rect rx="0" width="18" x="116" height="8" ry="0" antialias="false" y="46" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="9" y="123"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="131" rotation="0" text="12" y="94"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="132" rotation="0" text="10" y="114"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="TX0->1" y="204"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="RX0&lt;-0" y="214"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="132" rotation="0" text="11" y="104"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="8" y="133"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="4" y="173"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="7" y="144"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="3" y="184"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="2" y="193"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="130" rotation="0" text="13" y="83"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="122" rotation="90" text="PWM" y="84"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="5" y="164"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="6" y="153"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="118" rotation="0" text="AREF" y="63"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="167" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="-16" height="62" ry="0" antialias="false" y="84" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="177" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="47" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="157" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="37" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="167" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="147" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="197" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="207" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="187" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-90" width="12" x="-20" height="12" start="-180" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-90" width="12" x="148" height="12" start="90" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="58" height="4" ry="0" antialias="false" y="208" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="187" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="77" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="197" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="177" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="67" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="157" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="207" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="-16" height="82" ry="0" antialias="false" y="154" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="121" rotation="0" text="GND" y="73"/>
<line x2="154" x1="146" end1="none" end2="none" length1="1.5" length2="1.5" y2="135" y1="135" antialias="false" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
<line x2="120" x1="120" end1="none" end2="none" length1="1.5" length2="1.5" y2="78.8154" y1="192.2" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="30" rotation="90" text="ARDUINO" y="211"/>
<ellipse width="11" height="15" x="39" antialias="true" y="212" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="1" x="44" height="8" ry="0" antialias="false" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="7" x="41" height="1" ry="0" antialias="false" y="234" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse width="16" height="32" x="37" antialias="true" y="254" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="8" x="56" height="18" ry="0" antialias="false" y="206" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="66" diameter="10" antialias="true" y="237" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="17" x="62" height="16" ry="0" antialias="false" y="234" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="20" x="1" height="31" ry="0" antialias="false" y="-29" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="21" x1="1" end1="none" end2="none" length1="1.5" length2="1.5" y2="-22" y1="-22" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="10" x="6" height="1" ry="0" antialias="false" y="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="1" x1="-13" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="89.75" diameter="2.5" antialias="true" y="76.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="89" height="6" ry="0" antialias="false" y="75" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="98" rotation="90" text="TX" y="66"/>
<line x2="26" x1="26" end1="none" end2="none" length1="1.5" length2="1.5" y2="145" y1="97" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="26" x1="26" end1="none" end2="none" length1="1.5" length2="1.5" y2="213" y1="155" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse width="9" height="22" x="68" antialias="true" y="19" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<circle x="-11.2956" diameter="20.5913" antialias="true" y="59.7044" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="16" x="51" height="8" ry="0" antialias="false" y="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" x="142" rotation="90" text="MADE IN ITALY" y="-8"/>
<line x2="94" x1="22" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="131" x1="154" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="242" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="144" height="81" ry="0" antialias="false" y="224" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="227" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="237" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="0.9" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="154.85" x="-1" height="19" ry="0" antialias="false" y="322" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="135" rotation="90" text="22" y="313"/>
<line x2="-3" x1="1" end1="none" end2="none" length1="1.5" length2="1.5" y2="326" y1="326" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-3" x1="5" end1="none" end2="none" length1="1.5" length2="1.5" y2="335" y1="335" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-3" x1="-3" end1="none" end2="none" length1="1.5" length2="1.5" y2="350" y1="326" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="90" text="GND" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="12" rotation="90" text="53" y="342"/>
<line x2="106" x1="18" end1="none" end2="none" length1="1.5" length2="1.5" y2="304" y1="304" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="113" x1="106" end1="none" end2="none" length1="1.5" length2="1.5" y2="310" y1="304" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="143" x1="113" end1="none" end2="none" length1="1.5" length2="1.5" y2="310" y1="310" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="31" rotation="90" text="2560" y="266"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="61" rotation="0" text="Reset" y="232"/>
<rect rx="0" width="54" x="47" height="54" ry="0" antialias="false" y="138" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="53" rotation="0" text="ATMega 328" y="170"/>
<line x2="156" x1="148" end1="none" end2="none" length1="1.5" length2="1.5" y2="327" y1="327" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="157" x1="151" end1="none" end2="none" length1="1.5" length2="1.5" y2="336" y1="336" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="157" x1="157" end1="none" end2="none" length1="1.5" length2="1.5" y2="324" y1="336" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="155" rotation="90" text="5v" y="316"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="90" text="29" y="352"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="100" rotation="0" text="USB" y="6"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="26" rotation="90" text="7-12 V" y="-18"/>
<arc angle="-180" width="10" x="6" height="11" start="90" antialias="true" y="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="8" diameter="5" antialias="true" y="8" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line x2="-3" x1="8" end1="none" end2="none" length1="1.5" length2="1.5" y2="10" y1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="26" x1="16" end1="none" end2="none" length1="1.5" length2="1.5" y2="10" y1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="+" y="10"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="0" text="-" y="9"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-60" rotation="0" Valignment="AlignTop" z="262" text_width="-1" uuid="{caf75580-b70d-442e-9754-9fcb522f64de}" Halignment="AlignLeft" y="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="150" orientation="e" y="40"/>
<terminal x="150" orientation="e" y="210"/>
<terminal x="150" orientation="e" y="50"/>
<terminal x="150" orientation="e" y="60"/>
<terminal x="150" orientation="e" y="70"/>
<terminal x="150" orientation="e" y="80"/>
<terminal x="150" orientation="e" y="90"/>
<terminal x="150" orientation="e" y="120"/>
<terminal x="150" orientation="e" y="110"/>
<terminal x="150" orientation="e" y="100"/>
<terminal x="150" orientation="e" y="130"/>
<terminal x="150" orientation="e" y="140"/>
<terminal x="150" orientation="e" y="150"/>
<terminal x="150" orientation="e" y="160"/>
<terminal x="150" orientation="e" y="170"/>
<terminal x="150" orientation="e" y="200"/>
<terminal x="150" orientation="e" y="190"/>
<terminal x="150" orientation="e" y="180"/>
<terminal x="-10" orientation="w" y="160"/>
<terminal x="-10" orientation="w" y="170"/>
<terminal x="-10" orientation="w" y="180"/>
<terminal x="-10" orientation="w" y="190"/>
<terminal x="-10" orientation="w" y="200"/>
<terminal x="-10" orientation="w" y="210"/>
<terminal x="-10" orientation="w" y="90"/>
<terminal x="-10" orientation="w" y="100"/>
<terminal x="-10" orientation="w" y="110"/>
<terminal x="-10" orientation="w" y="120"/>
<terminal x="-10" orientation="w" y="130"/>
<terminal x="-10" orientation="w" y="140"/>
<terminal x="10" orientation="n" y="-20"/>
<terminal x="110" orientation="n" y="-20"/>
<terminal x="-10" orientation="w" y="245"/>
<terminal x="-10" orientation="w" y="265"/>
<terminal x="-10" orientation="w" y="275"/>
<terminal x="-10" orientation="w" y="285"/>
<terminal x="-10" orientation="w" y="295"/>
<terminal x="-10" orientation="w" y="255"/>
<terminal x="-10" orientation="w" y="305"/>
<terminal x="-10" orientation="w" y="315"/>
<terminal x="151" orientation="e" y="230"/>
<terminal x="151" orientation="e" y="240"/>
<terminal x="151" orientation="e" y="250"/>
<terminal x="151" orientation="e" y="260"/>
<terminal x="151" orientation="e" y="270"/>
<terminal x="151" orientation="e" y="280"/>
<terminal x="151" orientation="e" y="290"/>
<terminal x="151" orientation="e" y="300"/>
<terminal x="2.895" orientation="s" y="327"/>
<terminal x="11.3595" orientation="s" y="327"/>
<terminal x="19.824" orientation="s" y="327"/>
<terminal x="28.2885" orientation="s" y="327"/>
<terminal x="36.753" orientation="s" y="327"/>
<terminal x="45.2175" orientation="s" y="327"/>
<terminal x="53.682" orientation="s" y="327"/>
<terminal x="62.1465" orientation="s" y="327"/>
<terminal x="70.611" orientation="s" y="327"/>
<terminal x="79.0755" orientation="s" y="327"/>
<terminal x="87.54" orientation="s" y="327"/>
<terminal x="96.0045" orientation="s" y="327"/>
<terminal x="104.469" orientation="s" y="327"/>
<terminal x="112.933" orientation="s" y="327"/>
<terminal x="121.398" orientation="s" y="327"/>
<terminal x="129.862" orientation="s" y="327"/>
<terminal x="137.558" orientation="s" y="327"/>
<terminal x="146.022" orientation="s" y="327"/>
<terminal x="6.6" orientation="s" y="335"/>
<terminal x="15.0645" orientation="s" y="335"/>
<terminal x="23.529" orientation="s" y="335"/>
<terminal x="31.9935" orientation="s" y="335"/>
<terminal x="40.458" orientation="s" y="335"/>
<terminal x="48.9225" orientation="s" y="335"/>
<terminal x="57.387" orientation="s" y="335"/>
<terminal x="65.8515" orientation="s" y="335"/>
<terminal x="74.316" orientation="s" y="335"/>
<terminal x="82.7805" orientation="s" y="335"/>
<terminal x="91.245" orientation="s" y="335"/>
<terminal x="99.7095" orientation="s" y="335"/>
<terminal x="108.174" orientation="s" y="335"/>
<terminal x="116.639" orientation="s" y="335"/>
<terminal x="125.103" orientation="s" y="335"/>
<terminal x="133.567" orientation="s" y="335"/>
<terminal x="141.262" orientation="s" y="335"/>
<terminal x="149.727" orientation="s" y="335"/>
<terminal x="-10" orientation="w" y="220"/>
<terminal x="-10" orientation="w" y="230"/>
</description>
</definition>

View File

@@ -1,351 +1,367 @@
<definition link_type="simple" hotspot_x="23" orientation="dyyy" hotspot_y="33" type="element" height="400" width="190" version="0.5">
<uuid uuid="{c3e0511e-5592-46c7-a92a-9a9c7627d70c}"/>
<definition link_type="simple" type="element" hotspot_y="34" width="190" hotspot_x="23" height="400" orientation="dyyy" version="0.80">
<uuid uuid="{31bcd13a-8b64-4fab-a2a6-4608f67519f4}"/>
<names>
<name lang="pl">Arduino Mega 2560 Ethernet</name>
<name lang="nl">Arduino Mega 2560 Ethernet</name>
<name lang="fr"> Arduino Mega 2560 Ethernet</name>
<name lang="en">Arduino Mega 2560 Ethernet</name>
<name lang="it">Arduino Mega 2560 Ethernet</name>
<name lang="cs">Arduino Mega 2560 Ethernet</name>
<name lang="fr"> Arduino Mega 2560 Ethernet</name>
<name lang="it">Arduino Mega 2560 Ethernet</name>
<name lang="pl">Arduino Mega 2560 Ethernet</name>
<name lang="en">Arduino Mega 2560 Ethernet</name>
</names>
<informations>ezza
Modifié par Charles Ferrand
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>ezza&#xd;
Modifié par Charles Ferrand&#xd;
novembre 2013</informations>
<description>
<rect style="line-style:normal;line-weight:none;filling:green;color:black" antialias="false" height="250" y="-20" width="180" x="-20"/>
<line y1="95" x1="129" x2="143" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="95"/>
<line y1="115" x1="129" x2="143" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="115"/>
<text size="7" text="SD" y="212" x="35"/>
<text size="5" text="ICSP" y="204" x="56"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="-2" diameter="10" x="-11"/>
<line y1="105" x1="129" x2="143" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105"/>
<text size="5" text="Reset" y="-7" rotation="90" x="5"/>
<polygon y1="-13" x2="-20" y5="230.305" y2="221.331" y7="220.333" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-13" x3="-10" x1="-20" y8="-13" x4="0" y3="223.325" x8="160" y4="230.305" closed="false" x9="160" y6="220.333" x7="160" x6="120" x5="105" antialias="false"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="-5" width="17" x="-15"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="31" y="62" width="28" x="54"/>
<text size="6" text="25" y="347" rotation="90" x="132"/>
<text size="6" text="23" y="347" rotation="90" x="140"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="62" y="-30" width="48" x="89"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="19" diameter="12" x="-17"/>
<text size="6" text="27" y="347" rotation="90" x="124"/>
<text size="7" text="3.3V" y="104" x="-3"/>
<text size="6" text="30" y="313" rotation="90" x="102"/>
<text size="6" text="32" y="313" rotation="90" x="93"/>
<text size="6" text="GND" y="124" x="-3"/>
<text size="6" text="GND" y="133" x="-3"/>
<text size="6" text="RX3 15" y="243" x="115"/>
<text size="7" text="Vin" y="144" x="-2"/>
<text size="6" text="34" y="313" rotation="90" x="84"/>
<text size="5" text="ANALOG IN" y="169" rotation="90" x="17"/>
<text size="6" text="36" y="313" rotation="90" x="76"/>
<text size="6" text="42" y="313" rotation="90" x="50"/>
<text size="5" text="POWER" y="112" rotation="90" x="18"/>
<text size="6" text="RESET" y="93" x="-3"/>
<text size="6" text="38" y="313" rotation="90" x="69"/>
<text size="6" text="40" y="313" rotation="90" x="59"/>
<text size="7" text="5V" y="114" x="-3"/>
<text size="6" text="28" y="313" rotation="90" x="111"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="-11.2956" diameter="20.5913" x="30.7044"/>
<text size="6" text="TX2 16" y="254" x="116"/>
<text size="6" text="RX2 17" y="264" x="115"/>
<text size="6" text="26" y="313" rotation="90" x="119"/>
<text size="6" text="TX1 18" y="274" x="116"/>
<text size="6" text="RX1 19" y="284" x="115"/>
<text size="6" text="24" y="313" rotation="90" x="127"/>
<text size="6" text="SDA 20" y="294" x="114"/>
<text size="6" text="SCL 21" y="303" x="114"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="216" diameter="12" x="91"/>
<text size="6" text="44" y="313" rotation="90" x="42"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="19" diameter="12" x="145"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="216" diameter="12" x="11"/>
<text size="6" text="37" y="342" rotation="90" x="79"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="18" y="206" width="8" x="76"/>
<text size="6" text="35" y="342" rotation="90" x="88"/>
<text size="6" text="46" y="313" rotation="90" x="33"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="18" y="206" width="8" x="66"/>
<text size="6" text="33" y="342" rotation="90" x="96"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="218" width="4" x="68"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="208" width="4" x="78"/>
<text size="6" text="31" y="342" rotation="90" x="105"/>
<text size="7" text="MEGA" y="257" rotation="90" x="41"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="218" width="4" x="58"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="162" y="54" width="12" x="144"/>
<text size="5" text="DIGITAL" y="311" x="18"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="208" width="4" x="68"/>
<text size="6" text="39" y="342" rotation="90" x="71"/>
<text size="6" text="41" y="342" rotation="90" x="62"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="218" width="4" x="78"/>
<text size="6" text="52" y="313" rotation="90" x="9"/>
<text size="6" text="48" y="313" rotation="90" x="25"/>
<text size="6" text="50" y="313" rotation="90" x="17"/>
<text size="7" text="A5" y="214" x="-2"/>
<text size="6" text="51" y="342" rotation="90" x="21"/>
<text size="6" text="49" y="342" rotation="90" x="29"/>
<text size="7" text="A4" y="204" x="-2"/>
<text size="6" text="43" y="342" rotation="90" x="55"/>
<text size="6" text="47" y="342" rotation="90" x="38"/>
<text size="7" text="A3" y="194" x="-2"/>
<text size="6" text="45" y="342" rotation="90" x="46"/>
<text size="7" text="A0" y="164" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="35.1"/>
<text size="7" text="A2" y="184" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="252" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="30.35"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="13.25"/>
<text size="7" text="A1" y="174" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="4.7"/>
<text size="7" text="9" y="123" x="136"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="21.8"/>
<text size="7" text="12" y="94" x="131"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="38.9"/>
<text size="7" text="10" y="114" x="132"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="59.8"/>
<text size="7" text="TX0->1" y="204" x="114"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="43.65"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="63.6"/>
<text size="7" text="RX0&lt;-0" y="214" x="114"/>
<text size="7" text="11" y="104" x="132"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="56"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="51.25"/>
<text size="7" text="8" y="133" x="136"/>
<text size="7" text="4" y="173" x="136"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="47.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="26.55"/>
<text size="7" text="7" y="144" x="136"/>
<text size="7" text="3" y="184" x="136"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="302" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="18"/>
<text size="7" text="2" y="193" x="136"/>
<text size="7" text="13" y="83" x="130"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="292" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="272" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="262" width="6" x="-13"/>
<text size="7" text="5" y="164" x="136"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="282" width="6" x="-13"/>
<text size="7" text="6" y="153" x="136"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="312" width="6" x="-13"/>
<text size="7" text="AREF" y="63" x="118"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="167" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="9.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="62" y="84" width="12" x="-16"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="297" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="177" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="247" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="287" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="267" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="157" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="57" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="257" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="277" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="69.3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="167" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="147" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="227" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="217" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="137" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="197" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="72.15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="127" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="144.35"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="207" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="139.6"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="97" width="6" x="-13"/>
<text size="7" text="A6" y="223" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="107" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="148.15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="187" width="6" x="147"/>
<line y1="299.66" x1="106" x2="106" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="226.391"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="-20" width="12" x="-20" start="-180"/>
<text size="6" text="TX3 14" y="233" x="116"/>
<arc angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="12" y="-20" width="12" x="148" start="90"/>
<text size="7" text="A7" y="233" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="208" width="4" x="58"/>
<text size="7" text="A14" y="308" x="-2"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="307" diameter="12" x="144"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="187" width="6" x="-13"/>
<text size="7" text="A12" y="288" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="87" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="117" width="6" x="147"/>
<text size="5" text="A15" y="315" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="77" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="132"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="197" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="89.25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="123.45"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="97" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="177" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="94"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="107" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="102.55"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="76.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="87" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="67" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="97.8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="157" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="80.7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="207" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="111.1"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="135.8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="127" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="137" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="106.35"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="117" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="128.2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="64" y="154" width="12" x="-16"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="333" width="3.8" x="114.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="85.45"/>
<text size="7" text="GND" y="73" x="121"/>
<line y1="135" x1="146" x2="154" style="line-style:dotted;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="135"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="119.65"/>
<text size="5" text="COMMUNICATION" y="226" rotation="90" x="107"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="80" y="240" width="12" x="-16"/>
<text size="7" text="A13" y="298" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="18" y="206" width="8" x="56"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="19" diameter="12" x="-17"/>
<line y1="-20" x1="1" x2="21" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="328" diameter="12" x="-17"/>
<text size="7" text="A11" y="279" x="-2"/>
<line y1="-20" x1="-13" x2="1" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<text size="7" text="A10" y="269" x="-2"/>
<text size="7" text="A9" y="259" x="-2"/>
<line y1="97" x1="26" 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="145"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="26.7044" diameter="20.5913" x="30.7044"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="13" y="12" width="16" x="33"/>
<polygon y1="-10" x2="-20" y5="359.645" y2="346.012" y7="344.496" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="-10" x3="-10" x1="-20" y8="-10" x4="0" y3="349.041" x8="160" y4="359.645" closed="false" x9="160" y6="344.496" x7="160" x6="120" x5="105" antialias="false"/>
<line y1="-20" x1="21.9195" x2="89.0872" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<line y1="-20" x1="153.384" x2="137.646" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<text size="9" text="RJ 45" y="8" x="97"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="216" diameter="12" x="91"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="19" diameter="12" x="145"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="216" diameter="12" x="11"/>
<text size="7" text="A8" y="249" x="-2"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="21" y="215" width="12" x="-16"/>
<text size="7" text="UINO" y="231" rotation="90" x="29"/>
<ellipse style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="true" height="32" y="254" width="16" x="37"/>
<circle style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" y="237" diameter="10" x="66"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="31" y="-29" width="20" x="1"/>
<line y1="-22" x1="1" x2="21" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-22"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="1" y="2" width="10" x="6"/>
<line y1="-20" x1="22" x2="94" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<rect style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" height="16" y="234" width="17" x="62"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="242" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="81" y="224" width="12" x="144"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="227" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="237" width="5" x="148"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="5" y="324" width="3.8" x="0.9"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="19" y="322" width="154.85" x="-1"/>
<text size="6" text="22" y="313" rotation="90" x="135"/>
<line y1="326" x1="1" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="326"/>
<line y1="335" x1="5" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="335"/>
<line y1="326" x1="-3" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="350"/>
<text size="5" text="GND" y="342" rotation="90" x="-2"/>
<text size="6" text="53" y="342" rotation="90" x="12"/>
<line y1="304" x1="18" x2="106" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="304"/>
<line y1="304" x1="106" x2="113" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="310"/>
<line y1="310" x1="113" x2="143" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="310"/>
<text size="5" text="2560" y="266" rotation="90" x="31"/>
<text size="5" text="Reset" y="232" x="61"/>
<line y1="327" x1="148" x2="156" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="327"/>
<line y1="336" x1="151" 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="336"/>
<line y1="336" x1="157" 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="324"/>
<text size="5" text="5v" y="316" rotation="90" x="155"/>
<text size="5" text="7-12 V" y="-18" rotation="90" x="26"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="11" y="5" width="10" x="6" start="90"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="8" diameter="5" x="8"/>
<line y1="10" x1="8" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="10"/>
<line y1="10" x1="16" x2="26" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="10"/>
<text size="9" text="+" y="10" x="-2"/>
<text size="9" text="-" y="9" x="21"/>
<text size="6" text="29" y="352" rotation="90" x="115"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="38" y="194" width="27" x="27"/>
<text size="7" text="Carte" y="203" x="28"/>
<line y1="84" x1="128" x2="142" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="84"/>
<text size="9" text="Shield" y="130" x="62"/>
<text size="9" text="Ethernet" y="150" x="59"/>
<input size="9" text="_" rotate="true" y="10" tagg="label" x="-60"/>
<terminal orientation="w" y="255" x="-10"/>
<terminal orientation="w" y="305" x="-10"/>
<terminal orientation="w" y="315" x="-10"/>
<terminal orientation="w" y="295" x="-10"/>
<terminal orientation="e" y="230" x="151"/>
<terminal orientation="n" y="-20" x="10"/>
<terminal orientation="w" y="245" x="-10"/>
<terminal orientation="w" y="265" x="-10"/>
<terminal orientation="w" y="275" x="-10"/>
<terminal orientation="w" y="285" x="-10"/>
<terminal orientation="e" y="240" x="151"/>
<terminal orientation="e" y="250" x="151"/>
<terminal orientation="e" y="260" x="151"/>
<terminal orientation="e" y="270" x="151"/>
<terminal orientation="e" y="280" x="151"/>
<terminal orientation="e" y="290" x="151"/>
<terminal orientation="e" y="300" x="151"/>
<terminal orientation="s" y="327" x="2.895"/>
<terminal orientation="s" y="327" x="11.3595"/>
<terminal orientation="s" y="327" x="19.824"/>
<terminal orientation="s" y="327" x="28.2885"/>
<terminal orientation="s" y="327" x="36.753"/>
<terminal orientation="s" y="327" x="45.2175"/>
<terminal orientation="s" y="327" x="53.682"/>
<terminal orientation="s" y="327" x="62.1465"/>
<terminal orientation="s" y="327" x="70.611"/>
<terminal orientation="s" y="327" x="79.0755"/>
<terminal orientation="s" y="327" x="87.54"/>
<terminal orientation="s" y="327" x="96.0045"/>
<terminal orientation="s" y="327" x="104.469"/>
<terminal orientation="s" y="327" x="112.933"/>
<terminal orientation="s" y="327" x="121.398"/>
<terminal orientation="s" y="327" x="129.862"/>
<terminal orientation="s" y="327" x="137.558"/>
<terminal orientation="s" y="327" x="146.022"/>
<terminal orientation="s" y="335" x="6.6"/>
<terminal orientation="s" y="335" x="15.0645"/>
<terminal orientation="s" y="335" x="23.529"/>
<terminal orientation="s" y="335" x="31.9935"/>
<terminal orientation="s" y="335" x="40.458"/>
<terminal orientation="s" y="335" x="48.9225"/>
<terminal orientation="s" y="335" x="57.387"/>
<terminal orientation="s" y="335" x="65.8515"/>
<terminal orientation="s" y="335" x="74.316"/>
<terminal orientation="s" y="335" x="82.7805"/>
<terminal orientation="s" y="335" x="91.245"/>
<terminal orientation="s" y="335" x="99.7095"/>
<terminal orientation="s" y="335" x="108.174"/>
<terminal orientation="s" y="335" x="116.639"/>
<terminal orientation="s" y="335" x="125.103"/>
<terminal orientation="s" y="335" x="133.567"/>
<terminal orientation="s" y="335" x="141.262"/>
<terminal orientation="s" y="335" x="149.727"/>
<terminal orientation="w" y="220" x="-10"/>
<terminal orientation="w" y="230" x="-10"/>
<terminal orientation="e" y="210" x="150"/>
<terminal orientation="e" y="60" x="150"/>
<terminal orientation="e" y="70" x="150"/>
<terminal orientation="e" y="80" x="150"/>
<terminal orientation="e" y="90" x="150"/>
<terminal orientation="e" y="120" x="150"/>
<terminal orientation="e" y="110" x="150"/>
<terminal orientation="e" y="100" x="150"/>
<terminal orientation="e" y="130" x="150"/>
<terminal orientation="e" y="140" x="150"/>
<terminal orientation="e" y="150" x="150"/>
<terminal orientation="e" y="160" x="150"/>
<terminal orientation="e" y="170" x="150"/>
<terminal orientation="e" y="200" x="150"/>
<terminal orientation="e" y="190" x="150"/>
<terminal orientation="e" y="180" x="150"/>
<terminal orientation="w" y="160" x="-10"/>
<terminal orientation="w" y="170" x="-10"/>
<terminal orientation="w" y="180" x="-10"/>
<terminal orientation="w" y="190" x="-10"/>
<terminal orientation="w" y="200" x="-10"/>
<terminal orientation="w" y="210" x="-10"/>
<terminal orientation="w" y="90" x="-10"/>
<terminal orientation="w" y="100" x="-10"/>
<terminal orientation="w" y="110" x="-10"/>
<terminal orientation="w" y="120" x="-10"/>
<terminal orientation="w" y="130" x="-10"/>
<terminal orientation="w" y="140" x="-10"/>
<terminal orientation="n" y="-20" x="110"/>
<rect rx="0" width="180" x="-20" height="250" ry="0" antialias="false" y="-20" style="line-style:normal;line-weight:none;filling:green;color:black"/>
<line x2="143" x1="129" end1="none" end2="none" length1="1.5" length2="1.5" y2="95" y1="95" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="143" x1="129" end1="none" end2="none" length1="1.5" length2="1.5" y2="115" y1="115" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="35" rotation="0" text="SD" y="212"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="56" rotation="0" text="ICSP" y="204"/>
<circle x="-11" diameter="10" antialias="true" y="-2" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<line x2="143" x1="129" end1="none" end2="none" length1="1.5" length2="1.5" y2="105" y1="105" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="5" rotation="90" text="Reset" y="-7"/>
<polygon closed="false" y9="-13" y5="230.305" y3="223.325" x3="-10" x2="-20" x6="120" x9="160" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" x5="105" x4="0" x8="160" y1="-13" y8="-13" antialias="false" y7="220.333" y6="220.333" x7="160" y4="230.305" y2="221.331"/>
<rect rx="0" width="17" x="-15" height="16" ry="0" antialias="false" y="-5" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="28" x="54" height="31" ry="0" antialias="false" y="62" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="132" rotation="90" text="25" y="347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="140" rotation="90" text="23" y="347"/>
<rect rx="0" width="48" x="89" height="62" ry="0" antialias="false" y="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-17" diameter="12" antialias="true" y="19" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="124" rotation="90" text="27" y="347"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="3.3V" y="104"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="102" rotation="90" text="30" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="93" rotation="90" text="32" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="GND" y="124"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="GND" y="133"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="0" text="RX3 15" y="243"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="Vin" y="144"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="84" rotation="90" text="34" y="313"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="17" rotation="90" text="ANALOG IN" y="169"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="76" rotation="90" text="36" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="50" rotation="90" text="42" y="313"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="18" rotation="90" text="POWER" y="112"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="RESET" y="93"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="69" rotation="90" text="38" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="59" rotation="90" text="40" y="313"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="5V" y="114"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="111" rotation="90" text="28" y="313"/>
<circle x="30.7044" diameter="20.5913" antialias="true" y="-11.2956" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="116" rotation="0" text="TX2 16" y="254"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="0" text="RX2 17" y="264"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="119" rotation="90" text="26" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="116" rotation="0" text="TX1 18" y="274"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="0" text="RX1 19" y="284"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="127" rotation="90" text="24" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="SDA 20" y="294"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="SCL 21" y="303"/>
<circle x="91" diameter="12" antialias="true" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="42" rotation="90" text="44" y="313"/>
<circle x="145" diameter="12" antialias="true" y="19" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="11" diameter="12" antialias="true" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="79" rotation="90" text="37" y="342"/>
<rect rx="0" width="8" x="76" height="18" ry="0" antialias="false" y="206" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="88" rotation="90" text="35" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="33" rotation="90" text="46" y="313"/>
<rect rx="0" width="8" x="66" height="18" ry="0" antialias="false" y="206" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="96" rotation="90" text="33" y="342"/>
<rect rx="0" width="4" x="68" height="4" ry="0" antialias="false" y="218" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="78" height="4" ry="0" antialias="false" y="208" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="105" rotation="90" text="31" y="342"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="41" rotation="90" text="MEGA" y="257"/>
<rect rx="0" width="4" x="58" height="4" ry="0" antialias="false" y="218" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="144" height="162" ry="0" antialias="false" y="54" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="18" rotation="0" text="DIGITAL" y="311"/>
<rect rx="0" width="4" x="68" height="4" ry="0" antialias="false" y="208" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="71" rotation="90" text="39" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="62" rotation="90" text="41" y="342"/>
<rect rx="0" width="4" x="78" height="4" ry="0" antialias="false" y="218" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="9" rotation="90" text="52" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="25" rotation="90" text="48" y="313"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="17" rotation="90" text="50" y="313"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A5" y="214"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="90" text="51" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="29" rotation="90" text="49" y="342"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A4" y="204"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="55" rotation="90" text="43" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="38" rotation="90" text="47" y="342"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A3" y="194"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="46" rotation="90" text="45" y="342"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A0" y="164"/>
<rect rx="0" width="3.8" x="35.1" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A2" y="184"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="252" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="30.35" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="13.25" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A1" y="174"/>
<rect rx="0" width="3.8" x="4.7" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="9" y="123"/>
<rect rx="0" width="3.8" x="21.8" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="131" rotation="0" text="12" y="94"/>
<rect rx="0" width="3.8" x="38.9" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="132" rotation="0" text="10" y="114"/>
<rect rx="0" width="3.8" x="59.8" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="TX0->1" y="204"/>
<rect rx="0" width="3.8" x="43.65" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="63.6" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="114" rotation="0" text="RX0&lt;-0" y="214"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="132" rotation="0" text="11" y="104"/>
<rect rx="0" width="3.8" x="56" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="51.25" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="8" y="133"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="4" y="173"/>
<rect rx="0" width="3.8" x="47.45" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="26.55" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="7" y="144"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="3" y="184"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="302" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="18" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="2" y="193"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="130" rotation="0" text="13" y="83"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="292" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="272" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="262" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="5" y="164"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="282" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="136" rotation="0" text="6" y="153"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="312" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="118" rotation="0" text="AREF" y="63"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="167" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="9.45" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="-16" height="62" ry="0" antialias="false" y="84" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="297" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="177" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="247" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="287" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="267" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="157" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="257" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="277" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="69.3" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="167" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="147" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="227" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="217" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="197" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="72.15" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="144.35" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="207" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="139.6" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A6" y="223"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="148.15" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="187" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="106" x1="106" end1="none" end2="none" length1="1.5" length2="1.5" y2="226.391" y1="299.66" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<arc angle="-90" width="12" x="-20" height="12" start="-180" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="116" rotation="0" text="TX3 14" y="233"/>
<arc angle="-90" width="12" x="148" height="12" start="90" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A7" y="233"/>
<rect rx="0" width="4" x="58" height="4" ry="0" antialias="false" y="208" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A14" y="308"/>
<circle x="144" diameter="12" antialias="true" y="307" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="187" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A12" y="288"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="0" text="A15" y="315"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="77" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="132" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="197" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="89.25" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="123.45" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="177" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="94" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="102.55" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="76.9" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="147" height="6" ry="0" antialias="false" y="67" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="97.8" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="157" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="80.7" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="207" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="111.1" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="135.8" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="106.35" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="128.2" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="-16" height="64" ry="0" antialias="false" y="154" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="114.9" height="5" ry="0" antialias="false" y="333" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="85.45" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="121" rotation="0" text="GND" y="73"/>
<line x2="154" x1="146" end1="none" end2="none" length1="1.5" length2="1.5" y2="135" y1="135" antialias="false" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="119.65" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="107" rotation="90" text="COMMUNICATION" y="226"/>
<rect rx="0" width="12" x="-16" height="80" ry="0" antialias="false" y="240" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A13" y="298"/>
<rect rx="0" width="8" x="56" height="18" ry="0" antialias="false" y="206" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-17" diameter="12" antialias="true" y="19" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="21" x1="1" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-17" diameter="12" antialias="true" y="328" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A11" y="279"/>
<line x2="1" x1="-13" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A10" y="269"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A9" y="259"/>
<line x2="26" x1="26" end1="none" end2="none" length1="1.5" length2="1.5" y2="145" y1="97" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="30.7044" diameter="20.5913" antialias="true" y="26.7044" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="16" x="33" height="13" ry="0" antialias="false" y="12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<polygon closed="false" y9="-10" y5="359.645" y3="349.041" x3="-10" x2="-20" x6="120" x9="160" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" x5="105" x4="0" x8="160" y1="-10" y8="-10" antialias="false" y7="344.496" y6="344.496" x7="160" y4="359.645" y2="346.012"/>
<line x2="89.0872" x1="21.9195" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="137.646" x1="153.384" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="97" rotation="0" text="RJ 45" y="8"/>
<circle x="91" diameter="12" antialias="true" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="145" diameter="12" antialias="true" y="19" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="11" diameter="12" antialias="true" y="216" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="A8" y="249"/>
<rect rx="0" width="12" x="-16" height="21" ry="0" antialias="false" y="215" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="29" rotation="90" text="UINO" y="231"/>
<ellipse width="16" height="32" x="37" antialias="true" y="254" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<circle x="66" diameter="10" antialias="true" y="237" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="20" x="1" height="31" ry="0" antialias="false" y="-29" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="21" x1="1" end1="none" end2="none" length1="1.5" length2="1.5" y2="-22" y1="-22" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="10" x="6" height="1" ry="0" antialias="false" y="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="94" x1="22" end1="none" end2="none" length1="1.5" length2="1.5" y2="-20" y1="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="17" x="62" height="16" ry="0" antialias="false" y="234" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="242" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="12" x="144" height="81" ry="0" antialias="false" y="224" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="227" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="5" x="148" height="6" ry="0" antialias="false" y="237" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3.8" x="0.9" height="5" ry="0" antialias="false" y="324" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="154.85" x="-1" height="19" ry="0" antialias="false" y="322" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="135" rotation="90" text="22" y="313"/>
<line x2="-3" x1="1" end1="none" end2="none" length1="1.5" length2="1.5" y2="326" y1="326" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-3" x1="5" end1="none" end2="none" length1="1.5" length2="1.5" y2="335" y1="335" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-3" x1="-3" end1="none" end2="none" length1="1.5" length2="1.5" y2="350" y1="326" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="90" text="GND" y="342"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="12" rotation="90" text="53" y="342"/>
<line x2="106" x1="18" end1="none" end2="none" length1="1.5" length2="1.5" y2="304" y1="304" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="113" x1="106" end1="none" end2="none" length1="1.5" length2="1.5" y2="310" y1="304" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="143" x1="113" end1="none" end2="none" length1="1.5" length2="1.5" y2="310" y1="310" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="31" rotation="90" text="2560" y="266"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="61" rotation="0" text="Reset" y="232"/>
<line x2="156" x1="148" end1="none" end2="none" length1="1.5" length2="1.5" y2="327" y1="327" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="157" x1="151" end1="none" end2="none" length1="1.5" length2="1.5" y2="336" y1="336" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="157" x1="157" end1="none" end2="none" length1="1.5" length2="1.5" y2="324" y1="336" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="155" rotation="90" text="5v" y="316"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="26" rotation="90" text="7-12 V" y="-18"/>
<arc angle="-180" width="10" x="6" height="11" start="90" antialias="true" y="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="8" diameter="5" antialias="true" y="8" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line x2="-3" x1="8" end1="none" end2="none" length1="1.5" length2="1.5" y2="10" y1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="26" x1="16" end1="none" end2="none" length1="1.5" length2="1.5" y2="10" y1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="-2" rotation="0" text="+" y="10"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="0" text="-" y="9"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="115" rotation="90" text="29" y="352"/>
<rect rx="0" width="27" x="27" height="38" ry="0" antialias="false" y="194" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="28" rotation="0" text="Carte" y="203"/>
<line x2="142" x1="128" end1="none" end2="none" length1="1.5" length2="1.5" y2="84" y1="84" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="62" rotation="0" text="Shield" y="130"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" x="59" rotation="0" text="Ethernet" y="150"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-60" rotation="0" Valignment="AlignTop" z="251" text_width="-1" uuid="{f89c32cb-c322-4cb1-88d4-def5e1d9172e}" Halignment="AlignLeft" y="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="-10" orientation="w" y="255"/>
<terminal x="-10" orientation="w" y="305"/>
<terminal x="-10" orientation="w" y="315"/>
<terminal x="-10" orientation="w" y="295"/>
<terminal x="151" orientation="e" y="230"/>
<terminal x="10" orientation="n" y="-20"/>
<terminal x="-10" orientation="w" y="245"/>
<terminal x="-10" orientation="w" y="265"/>
<terminal x="-10" orientation="w" y="275"/>
<terminal x="-10" orientation="w" y="285"/>
<terminal x="151" orientation="e" y="240"/>
<terminal x="151" orientation="e" y="250"/>
<terminal x="151" orientation="e" y="260"/>
<terminal x="151" orientation="e" y="270"/>
<terminal x="151" orientation="e" y="280"/>
<terminal x="151" orientation="e" y="290"/>
<terminal x="151" orientation="e" y="300"/>
<terminal x="2.895" orientation="s" y="327"/>
<terminal x="11.3595" orientation="s" y="327"/>
<terminal x="19.824" orientation="s" y="327"/>
<terminal x="28.2885" orientation="s" y="327"/>
<terminal x="36.753" orientation="s" y="327"/>
<terminal x="45.2175" orientation="s" y="327"/>
<terminal x="53.682" orientation="s" y="327"/>
<terminal x="62.1465" orientation="s" y="327"/>
<terminal x="70.611" orientation="s" y="327"/>
<terminal x="79.0755" orientation="s" y="327"/>
<terminal x="87.54" orientation="s" y="327"/>
<terminal x="96.0045" orientation="s" y="327"/>
<terminal x="104.469" orientation="s" y="327"/>
<terminal x="112.933" orientation="s" y="327"/>
<terminal x="121.398" orientation="s" y="327"/>
<terminal x="129.862" orientation="s" y="327"/>
<terminal x="137.558" orientation="s" y="327"/>
<terminal x="146.022" orientation="s" y="327"/>
<terminal x="6.6" orientation="s" y="335"/>
<terminal x="15.0645" orientation="s" y="335"/>
<terminal x="23.529" orientation="s" y="335"/>
<terminal x="31.9935" orientation="s" y="335"/>
<terminal x="40.458" orientation="s" y="335"/>
<terminal x="48.9225" orientation="s" y="335"/>
<terminal x="57.387" orientation="s" y="335"/>
<terminal x="65.8515" orientation="s" y="335"/>
<terminal x="74.316" orientation="s" y="335"/>
<terminal x="82.7805" orientation="s" y="335"/>
<terminal x="91.245" orientation="s" y="335"/>
<terminal x="99.7095" orientation="s" y="335"/>
<terminal x="108.174" orientation="s" y="335"/>
<terminal x="116.639" orientation="s" y="335"/>
<terminal x="125.103" orientation="s" y="335"/>
<terminal x="133.567" orientation="s" y="335"/>
<terminal x="141.262" orientation="s" y="335"/>
<terminal x="149.727" orientation="s" y="335"/>
<terminal x="-10" orientation="w" y="220"/>
<terminal x="-10" orientation="w" y="230"/>
<terminal x="150" orientation="e" y="210"/>
<terminal x="150" orientation="e" y="60"/>
<terminal x="150" orientation="e" y="70"/>
<terminal x="150" orientation="e" y="80"/>
<terminal x="150" orientation="e" y="90"/>
<terminal x="150" orientation="e" y="120"/>
<terminal x="150" orientation="e" y="110"/>
<terminal x="150" orientation="e" y="100"/>
<terminal x="150" orientation="e" y="130"/>
<terminal x="150" orientation="e" y="140"/>
<terminal x="150" orientation="e" y="150"/>
<terminal x="150" orientation="e" y="160"/>
<terminal x="150" orientation="e" y="170"/>
<terminal x="150" orientation="e" y="200"/>
<terminal x="150" orientation="e" y="190"/>
<terminal x="150" orientation="e" y="180"/>
<terminal x="-10" orientation="w" y="160"/>
<terminal x="-10" orientation="w" y="170"/>
<terminal x="-10" orientation="w" y="180"/>
<terminal x="-10" orientation="w" y="190"/>
<terminal x="-10" orientation="w" y="200"/>
<terminal x="-10" orientation="w" y="210"/>
<terminal x="-10" orientation="w" y="90"/>
<terminal x="-10" orientation="w" y="100"/>
<terminal x="-10" orientation="w" y="110"/>
<terminal x="-10" orientation="w" y="120"/>
<terminal x="-10" orientation="w" y="130"/>
<terminal x="-10" orientation="w" y="140"/>
<terminal x="110" orientation="n" y="-20"/>
</description>
</definition>

View File

@@ -1,166 +1,182 @@
<definition height="180" orientation="dyyy" link_type="simple" type="element" hotspot_x="55" hotspot_y="32" version="0.5" width="110">
<uuid uuid="{75011552-db4c-4a82-9e7d-a04155fa77bd}"/>
<definition link_type="simple" type="element" hotspot_y="32" width="110" hotspot_x="55" height="180" orientation="dyyy" version="0.80">
<uuid uuid="{2b2d1d62-af0b-497a-9b30-5e64641dc5b3}"/>
<names>
<name lang="en">Arduino Nano</name>
<name lang="fr">Arduino Nano</name>
<name lang="nl">Arduino Nano</name>
<name lang="cs">Arduino Nano</name>
<name lang="fr">Arduino Nano</name>
<name lang="it">Arduino Nano</name>
<name lang="pl">Arduino Nano</name>
<name lang="en">Arduino Nano</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Nikus : nlcf@free.fr</informations>
<description>
<circle x="44" y="139" diameter="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="44" y="-23" diameter="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-48" y="139" diameter="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon y3="14" x1="7" y4="15" x2="6" y5="15" x3="5" x4="6" x5="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="14" y2="13"/>
<polygon y3="36" x1="17" y4="37" x2="16" y5="37" x3="15" x4="16" x5="16" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" y2="35"/>
<polygon y3="14" x1="-5" y4="15" x2="-6" y5="15" x3="-7" x4="-6" x5="-6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="14" y2="13"/>
<polygon y3="12" x1="5" y4="13" x2="4" y5="13" x3="3" x4="4" x5="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="12" y2="11"/>
<polygon y3="18" x1="-9" y4="19" x2="-10" y5="19" x3="-11" x4="-10" x5="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="18" y2="17"/>
<polygon y3="16" x1="-7" y4="17" x2="-8" y5="17" x3="-9" x4="-8" x5="-8" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="16" y2="15"/>
<polygon y3="24" x1="-15" y4="25" x2="-16" y5="25" x3="-17" x4="-16" x5="-16" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" y2="23"/>
<polygon y3="16" x1="9" y4="17" x2="8" y5="17" x3="7" x4="8" x5="8" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="16" y2="15"/>
<text x="2" y="78" text="Rx" size="4"/>
<polygon y3="36" x1="-15" y4="37" x2="-16" y5="37" x3="-17" x4="-16" x5="-16" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" y2="35"/>
<polygon y3="42" x1="-9" y4="43" x2="-10" y5="43" x3="-11" x4="-10" x5="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="42" y2="41"/>
<polygon y3="38" x1="-13" y4="39" x2="-14" y5="39" x3="-15" x4="-14" x5="-14" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" y2="37"/>
<polygon y3="20" x1="13" y4="21" x2="12" y5="21" x3="11" x4="12" x5="12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" y2="19"/>
<polygon y3="22" x1="15" y4="23" x2="14" y5="23" x3="13" x4="14" x5="14" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" y2="21"/>
<polygon y3="38" x1="15" y4="39" x2="14" y5="39" x3="13" x4="14" x5="14" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" y2="37"/>
<polygon y3="40" x1="-11" y4="41" x2="-12" y5="41" x3="-13" x4="-12" x5="-12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" y2="39"/>
<polygon y3="18" x1="11" y4="19" x2="10" y5="19" x3="9" x4="10" x5="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="18" y2="17"/>
<polygon y3="44" x1="-7" y4="45" x2="-8" y5="45" x3="-9" x4="-8" x5="-8" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="44" y2="43"/>
<polygon y3="22" x1="-13" y4="23" x2="-14" y5="23" x3="-15" x4="-14" x5="-14" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" y2="21"/>
<polygon y3="34" x1="-17" y4="35" x2="-18" y5="35" x3="-19" x4="-18" x5="-18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="34" y2="33"/>
<text x="23" y="53" text="D6~" size="5"/>
<polygon y3="24" x1="17" y4="25" x2="16" y5="25" x3="15" x4="16" x5="16" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" y2="23"/>
<polygon y3="46" x1="-5" y4="47" x2="-6" y5="47" x3="-7" x4="-6" x5="-6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="46" y2="45"/>
<polygon y3="26" x1="-17" y4="27" x2="-18" y5="27" x3="-19" x4="-18" x5="-18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="26" y2="25"/>
<polygon y3="46" x1="7" y4="47" x2="6" y5="47" x3="5" x4="6" x5="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="46" y2="45"/>
<text x="-18" y="78" text="L" size="4"/>
<polygon y3="40" x1="13" y4="41" x2="12" y5="41" x3="11" x4="12" x5="12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" y2="39"/>
<polygon y3="20" x1="-11" y4="21" x2="-12" y5="21" x3="-13" x4="-12" x5="-12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" y2="19"/>
<polygon y3="26" x1="19" y4="27" x2="18" y5="27" x3="17" x4="18" x5="18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="26" y2="25"/>
<text x="23" y="83" text="D3~" size="5"/>
<polygon y3="48" x1="-3" y4="49" x2="-4" y5="49" x3="-5" x4="-4" x5="-4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="47"/>
<polygon y3="44" x1="9" y4="45" x2="8" y5="45" x3="7" x4="8" x5="8" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="44" y2="43"/>
<text x="23" y="113" text="RST" size="5"/>
<polygon y3="48" x1="5" y4="49" x2="4" y5="49" x3="3" x4="4" x5="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="47"/>
<rect x="14" y="80" height="13" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<polygon y3="42" x1="11" y4="43" x2="10" y5="43" x3="9" x4="10" x5="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="42" y2="41"/>
<text x="-38" y="83" text="A6" size="5"/>
<polygon y3="34" x1="19" y4="35" x2="18" y5="35" x3="17" x4="18" x5="18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="34" y2="33"/>
<rect x="3" y="80" height="13" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<text x="-38" y="23" text="A0" size="5"/>
<rect x="-7" y="80" height="13" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<text x="-38" y="-7" text="D13" size="5"/>
<text x="-10" y="78" text="Pwr" size="4"/>
<text x="21" y="-7" text="D12" size="5"/>
<text x="23" y="93" text="D2" size="5"/>
<text x="-38" y="93" text="A7" size="5"/>
<text x="21" y="3" text="D11~" size="5"/>
<text x="18" y="123" text="RX&lt;-0" size="5"/>
<text x="-38" y="3" text="3V3" size="5"/>
<text x="-38" y="113" text="RST" size="5"/>
<text x="23" y="23" text="D9~" size="5"/>
<text x="-38" y="53" text="A3" size="5"/>
<text x="21" y="13" text="D10~" size="5"/>
<text x="-38" y="33" text="A1" size="5"/>
<text x="19" y="133" text="TX->1" size="5"/>
<text x="23" y="33" text="D8" size="5"/>
<text x="-39" y="14" text="AREF" size="5"/>
<text x="23" y="103" text="GND" size="5"/>
<text x="-38" y="123" text="GND" size="5"/>
<text x="-38" y="103" text="5v" size="5"/>
<text x="-37" y="134" text="Vin" size="5"/>
<rect x="-48" y="87" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<text x="-38" y="63" text="A4/SDA" size="5"/>
<text x="23" y="63" text="D5~" size="5"/>
<rect x="42" y="117" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="-3" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="87" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="-3" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="97" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<text x="23" y="43" text="D7" size="5"/>
<rect x="-48" y="97" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="7" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="127" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<text x="-38" y="43" text="A2" size="5"/>
<rect x="42" y="7" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="107" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="77" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="-13" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="27" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<text x="23" y="73" text="D4" size="5"/>
<rect x="-48" y="77" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="-13" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="27" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<text x="-38" y="73" text="A5/SCL" size="5"/>
<rect x="-48" y="37" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="57" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="17" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="67" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="57" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="37" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="67" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="47" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="42" y="17" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="47" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="117" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="127" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="-48" y="107" height="6" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6"/>
<rect x="6" y="125" height="18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8"/>
<rect x="-4" y="125" height="18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8"/>
<rect x="-2" y="137" height="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<rect x="8" y="127" height="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<rect x="-12" y="137" height="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<rect x="-2" y="127" height="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<rect x="8" y="137" height="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<rect x="-12" y="127" height="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<text x="-19" y="101" text="ARDUINO" size="6"/>
<text x="-13" y="109" text="NANO" size="7"/>
<rect x="-14" y="125" height="18" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8"/>
<input x="-16" y="118" text="_" rotate="true" tagg="label" size="6"/>
<rect x="-50" y="-25" height="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="100"/>
<rect x="-10" y="-30" height="32" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20"/>
<polygon y3="30" x1="-20" y4="50" x2="0" y5="30" x3="20" x4="0" x5="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" y1="30" y2="10"/>
<rect x="-10" y="60" height="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20"/>
<circle x="-3.5" y="61.5" diameter="7" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect x="-18" y="80" height="13" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4"/>
<text x="13" y="78" text="Tx" size="4"/>
<polygon y3="12" x1="-3" y4="13" x2="-4" y5="13" x3="-5" x4="-4" x5="-4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="12" y2="11"/>
<circle x="-48" y="-23" diameter="4" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal x="0" y="-25" orientation="n"/>
<terminal x="-45" y="110" orientation="w"/>
<terminal x="-45" y="120" orientation="w"/>
<terminal x="-45" y="130" orientation="w"/>
<terminal x="-45" y="80" orientation="w"/>
<terminal x="-45" y="90" orientation="w"/>
<terminal x="-45" y="100" orientation="w"/>
<terminal x="-45" y="50" orientation="w"/>
<terminal x="-45" y="60" orientation="w"/>
<terminal x="-45" y="70" orientation="w"/>
<terminal x="-45" y="20" orientation="w"/>
<terminal x="-45" y="30" orientation="w"/>
<terminal x="-45" y="40" orientation="w"/>
<terminal x="-45" y="-10" orientation="w"/>
<terminal x="-45" y="0" orientation="w"/>
<terminal x="-45" y="10" orientation="w"/>
<terminal x="45" y="110" orientation="e"/>
<terminal x="45" y="120" orientation="e"/>
<terminal x="45" y="130" orientation="e"/>
<terminal x="45" y="80" orientation="e"/>
<terminal x="45" y="90" orientation="e"/>
<terminal x="45" y="100" orientation="e"/>
<terminal x="45" y="50" orientation="e"/>
<terminal x="45" y="60" orientation="e"/>
<terminal x="45" y="70" orientation="e"/>
<terminal x="45" y="20" orientation="e"/>
<terminal x="45" y="30" orientation="e"/>
<terminal x="45" y="40" orientation="e"/>
<terminal x="45" y="-10" orientation="e"/>
<terminal x="45" y="0" orientation="e"/>
<terminal x="45" y="10" orientation="e"/>
<circle x="44" diameter="4" antialias="false" y="139" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="44" diameter="4" antialias="false" y="-23" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-48" diameter="4" antialias="false" y="139" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="6" y4="15" x1="7" x5="6" x4="6" y5="15" y2="13" x3="5" y1="14" antialias="false" y3="14" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="16" y4="37" x1="17" x5="16" x4="16" y5="37" y2="35" x3="15" y1="36" antialias="false" y3="36" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-6" y4="15" x1="-5" x5="-6" x4="-6" y5="15" y2="13" x3="-7" y1="14" antialias="false" y3="14" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="4" y4="13" x1="5" x5="4" x4="4" y5="13" y2="11" x3="3" y1="12" antialias="false" y3="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-10" y4="19" x1="-9" x5="-10" x4="-10" y5="19" y2="17" x3="-11" y1="18" antialias="false" y3="18" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-8" y4="17" x1="-7" x5="-8" x4="-8" y5="17" y2="15" x3="-9" y1="16" antialias="false" y3="16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-16" y4="25" x1="-15" x5="-16" x4="-16" y5="25" y2="23" x3="-17" y1="24" antialias="false" y3="24" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="8" y4="17" x1="9" x5="8" x4="8" y5="17" y2="15" x3="7" y1="16" antialias="false" y3="16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="2" rotation="0" text="Rx" y="78"/>
<polygon x2="-16" y4="37" x1="-15" x5="-16" x4="-16" y5="37" y2="35" x3="-17" y1="36" antialias="false" y3="36" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-10" y4="43" x1="-9" x5="-10" x4="-10" y5="43" y2="41" x3="-11" y1="42" antialias="false" y3="42" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-14" y4="39" x1="-13" x5="-14" x4="-14" y5="39" y2="37" x3="-15" y1="38" antialias="false" y3="38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="12" y4="21" x1="13" x5="12" x4="12" y5="21" y2="19" x3="11" y1="20" antialias="false" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="14" y4="23" x1="15" x5="14" x4="14" y5="23" y2="21" x3="13" y1="22" antialias="false" y3="22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="14" y4="39" x1="15" x5="14" x4="14" y5="39" y2="37" x3="13" y1="38" antialias="false" y3="38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-12" y4="41" x1="-11" x5="-12" x4="-12" y5="41" y2="39" x3="-13" y1="40" antialias="false" y3="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="10" y4="19" x1="11" x5="10" x4="10" y5="19" y2="17" x3="9" y1="18" antialias="false" y3="18" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-8" y4="45" x1="-7" x5="-8" x4="-8" y5="45" y2="43" x3="-9" y1="44" antialias="false" y3="44" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-14" y4="23" x1="-13" x5="-14" x4="-14" y5="23" y2="21" x3="-15" y1="22" antialias="false" y3="22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-18" y4="35" x1="-17" x5="-18" x4="-18" y5="35" y2="33" x3="-19" y1="34" antialias="false" y3="34" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D6~" y="53"/>
<polygon x2="16" y4="25" x1="17" x5="16" x4="16" y5="25" y2="23" x3="15" y1="24" antialias="false" y3="24" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-6" y4="47" x1="-5" x5="-6" x4="-6" y5="47" y2="45" x3="-7" y1="46" antialias="false" y3="46" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-18" y4="27" x1="-17" x5="-18" x4="-18" y5="27" y2="25" x3="-19" y1="26" antialias="false" y3="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="6" y4="47" x1="7" x5="6" x4="6" y5="47" y2="45" x3="5" y1="46" antialias="false" y3="46" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="-18" rotation="0" text="L" y="78"/>
<polygon x2="12" y4="41" x1="13" x5="12" x4="12" y5="41" y2="39" x3="11" y1="40" antialias="false" y3="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-12" y4="21" x1="-11" x5="-12" x4="-12" y5="21" y2="19" x3="-13" y1="20" antialias="false" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="18" y4="27" x1="19" x5="18" x4="18" y5="27" y2="25" x3="17" y1="26" antialias="false" y3="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D3~" y="83"/>
<polygon x2="-4" y4="49" x1="-3" x5="-4" x4="-4" y5="49" y2="47" x3="-5" y1="48" antialias="false" y3="48" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="8" y4="45" x1="9" x5="8" x4="8" y5="45" y2="43" x3="7" y1="44" antialias="false" y3="44" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="RST" y="113"/>
<polygon x2="4" y4="49" x1="5" x5="4" x4="4" y5="49" y2="47" x3="3" y1="48" antialias="false" y3="48" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="14" height="13" ry="0" antialias="false" y="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="10" y4="43" x1="11" x5="10" x4="10" y5="43" y2="41" x3="9" y1="42" antialias="false" y3="42" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A6" y="83"/>
<polygon x2="18" y4="35" x1="19" x5="18" x4="18" y5="35" y2="33" x3="17" y1="34" antialias="false" y3="34" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="3" height="13" ry="0" antialias="false" y="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A0" y="23"/>
<rect rx="0" width="4" x="-7" height="13" ry="0" antialias="false" y="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="D13" y="-7"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="-10" rotation="0" text="Pwr" y="78"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="0" text="D12" y="-7"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D2" y="93"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A7" y="93"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="0" text="D11~" y="3"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="18" rotation="0" text="RX&lt;-0" y="123"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="3V3" y="3"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="RST" y="113"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D9~" y="23"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A3" y="53"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="21" rotation="0" text="D10~" y="13"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A1" y="33"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="19" rotation="0" text="TX->1" y="133"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D8" y="33"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-39" rotation="0" text="AREF" y="14"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="GND" y="103"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="GND" y="123"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="5v" y="103"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-37" rotation="0" text="Vin" y="134"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A4/SDA" y="63"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D5~" y="63"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="87" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D7" y="43"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A2" y="43"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="77" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="27" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="23" rotation="0" text="D4" y="73"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="77" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="27" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="-38" rotation="0" text="A5/SCL" y="73"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="37" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="17" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="67" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="37" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="67" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="47" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="42" height="6" ry="0" antialias="false" y="17" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="47" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="117" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-48" height="6" ry="0" antialias="false" y="107" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="8" x="6" height="18" ry="0" antialias="false" y="125" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="8" x="-4" height="18" ry="0" antialias="false" y="125" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="-2" height="4" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="8" height="4" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="-12" height="4" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="-2" height="4" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="8" height="4" ry="0" antialias="false" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="4" x="-12" height="4" ry="0" antialias="false" y="127" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-19" rotation="0" text="ARDUINO" y="101"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-13" rotation="0" text="NANO" y="109"/>
<rect rx="0" width="8" x="-14" height="18" ry="0" antialias="false" y="125" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-16" rotation="0" Valignment="AlignTop" z="112" text_width="-1" uuid="{4dcebfbb-a025-4898-9a22-09b63cab5ae0}" Halignment="AlignLeft" y="109">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<rect rx="0" width="100" x="-50" height="170" ry="0" antialias="false" y="-25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="20" x="-10" height="32" ry="0" antialias="false" y="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="0" y4="50" x1="-20" x5="-20" x4="0" y5="30" y2="10" x3="20" y1="30" antialias="false" y3="30" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect rx="0" width="20" x="-10" height="10" ry="0" antialias="false" y="60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-3.5" diameter="7" antialias="false" y="61.5" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect rx="0" width="4" x="-18" height="13" ry="0" antialias="false" y="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="13" rotation="0" text="Tx" y="78"/>
<polygon x2="-4" y4="13" x1="-3" x5="-4" x4="-4" y5="13" y2="11" x3="-5" y1="12" antialias="false" y3="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-48" diameter="4" antialias="false" y="-23" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal x="0" orientation="n" y="-25"/>
<terminal x="-45" orientation="w" y="110"/>
<terminal x="-45" orientation="w" y="120"/>
<terminal x="-45" orientation="w" y="130"/>
<terminal x="-45" orientation="w" y="80"/>
<terminal x="-45" orientation="w" y="90"/>
<terminal x="-45" orientation="w" y="100"/>
<terminal x="-45" orientation="w" y="50"/>
<terminal x="-45" orientation="w" y="60"/>
<terminal x="-45" orientation="w" y="70"/>
<terminal x="-45" orientation="w" y="20"/>
<terminal x="-45" orientation="w" y="30"/>
<terminal x="-45" orientation="w" y="40"/>
<terminal x="-45" orientation="w" y="-10"/>
<terminal x="-45" orientation="w" y="0"/>
<terminal x="-45" orientation="w" y="10"/>
<terminal x="45" orientation="e" y="110"/>
<terminal x="45" orientation="e" y="120"/>
<terminal x="45" orientation="e" y="130"/>
<terminal x="45" orientation="e" y="80"/>
<terminal x="45" orientation="e" y="90"/>
<terminal x="45" orientation="e" y="100"/>
<terminal x="45" orientation="e" y="50"/>
<terminal x="45" orientation="e" y="60"/>
<terminal x="45" orientation="e" y="70"/>
<terminal x="45" orientation="e" y="20"/>
<terminal x="45" orientation="e" y="30"/>
<terminal x="45" orientation="e" y="40"/>
<terminal x="45" orientation="e" y="-10"/>
<terminal x="45" orientation="e" y="0"/>
<terminal x="45" orientation="e" y="10"/>
</description>
</definition>

View File

@@ -1,194 +1,210 @@
<definition link_type="simple" hotspot_x="23" orientation="dyyy" hotspot_y="34" type="element" height="300" width="190" version="0.5">
<uuid uuid="{35ef95c7-1315-42ed-af46-dca7a8c0ea40}"/>
<definition link_type="simple" type="element" hotspot_y="34" width="190" hotspot_x="23" height="300" orientation="dyyy" version="0.80">
<uuid uuid="{2c179810-2ef5-46e3-9fb1-98f2cc01e4b0}"/>
<names>
<name lang="pl">Przewód wstążkowy LCD Arduino</name>
<name lang="nl">platte kabel LCD Arduino</name>
<name lang="cs">Plochý převod LCD Arduino</name>
<name lang="el">Καλωδιοταινία LCD Arduino</name>
<name lang="fr">cable plat LCD Arduino</name>
<name lang="en">Arduino LCD Ribbon cable</name>
<name lang="it">Cavo piatto arduino LCD</name>
<name lang="cs">Plochý převod LCD Arduino</name>
<name lang="pl">Przewód wstążkowy LCD Arduino</name>
<name lang="en">Arduino LCD Ribbon cable</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<rect style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" height="292" y="-30" width="166" x="-18"/>
<line y1="118" x1="125" x2="125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="135"/>
<text size="6" text="10K" y="123" rotation="270" x="28"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="2" y="128" width="10" x="125"/>
<text size="7" text="ARDUINO" y="249" rotation="270" x="158"/>
<line y1="118" x1="135" x2="135" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="135"/>
<text size="6" text="Cable Plat et Connecteur IDE" y="167" rotation="270" x="157"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="2" y="133" width="10" x="125"/>
<line y1="232" x1="120" x2="120" 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"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="2" y="120" width="10" x="125"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="169.25" diameter="1.5" x="-10.75"/>
<line y1="136" x1="127" x2="133" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="136"/>
<line y1="231" x1="110" x2="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<line y1="129" x1="127" x2="133" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="129"/>
<polygon y1="260" x3="-3.9" y5="232" x1="0.1" x2="0.1" x4="-3.9" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="4.1" y7="254" x7="0.1" closed="false" y2="254" y6="250" x5="4.1"/>
<line y1="121" x1="127" x2="133" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="121"/>
<line y1="232" x1="100" x2="100" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="44"/>
<text size="6" text="+5V" y="250" rotation="270" x="3"/>
<line y1="134" x1="127" x2="133" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="134"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="3" y="137" width="10" x="125" start="0"/>
<line y1="46" 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="231"/>
<line y1="139" x1="130" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="231"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="3" y="114" width="10" x="125" start="-180"/>
<polygon y1="136" x3="124" y5="136" x1="125" x2="124" x4="136" y4="138" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="138" x6="135" closed="false" y2="136" y6="136" x5="136"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="169.25" diameter="1.5" x="59.25"/>
<polygon y1="118" x3="124" y5="118" x1="125" x2="124" x4="136" y4="116" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="116" x6="135" closed="false" y2="118" y6="118" x5="136"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="169.25" diameter="1.5" x="29.25"/>
<line y1="118" x1="127" x2="133" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="118"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="2" y="124" width="10" x="125"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="169.25" diameter="1.5" x="69.25"/>
<polygon y1="260" x3="136" y5="232" x1="140" x2="140" x4="136" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="144" y7="254" x7="140" closed="false" y2="254" y6="250" x5="144"/>
<line y1="125" x1="127" x2="133" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="125"/>
<line y1="112" x1="130" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="113"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="169.25" diameter="1.5" x="79.25"/>
<polygon y1="260" x3="16.3" y5="232" x1="20.3" x2="20.3" x4="16.3" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="24.3" y7="254" x7="20.3" closed="false" y2="254" y6="250" x5="24.3"/>
<polygon y1="260" x3="106" y5="232" x1="110" x2="110" x4="106" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="114" y7="254" x7="110" closed="false" y2="254" y6="250" x5="114"/>
<polygon y1="260" x3="126.1" y5="232" x1="130.1" x2="130.1" x4="126.1" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="134.1" y7="254" x7="130.1" closed="false" y2="254" y6="250" x5="134.1"/>
<polygon y1="260" x3="-14" y5="232" x1="-10" x2="-10" x4="-14" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="-6" y7="254" x7="-10" closed="false" y2="254" y6="250" x5="-6"/>
<polygon y1="260" x3="36" y5="232" x1="40" x2="40" x4="36" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="44" y7="254" x7="40" closed="false" y2="254" y6="250" x5="44"/>
<text size="6" text="DI12" y="251" rotation="270" x="23.5"/>
<text size="6" text="GND" y="251" rotation="270" x="142.8"/>
<text size="6" text="DI11" y="251" rotation="270" x="42.7"/>
<text size="6" text="GND" y="251" rotation="270" x="-7.2"/>
<text size="6" text="+5V" y="250" rotation="270" x="133"/>
<text size="6" text="12R" y="157" rotation="270" x="137"/>
<polygon y1="260" x3="96" y5="232" x1="100" x2="100" x4="96" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="104" y7="254" x7="100" closed="false" y2="254" y6="250" x5="104"/>
<polygon y1="260" x3="116" y5="232" x1="120" x2="120" x4="116" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="124" y7="254" x7="120" closed="false" y2="254" y6="250" x5="124"/>
<text size="6" text="D6" y="247" rotation="270" x="113"/>
<text size="6" text="D5" y="247" rotation="270" x="103"/>
<text size="6" text="D7" y="247" rotation="270" x="123"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="-13"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="7"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="17"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="-3"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="27"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="137"/>
<polygon y1="60" x2="5" y5="52" y2="53" y7="46" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="43" x3="25" x1="-15" y8="42" x4="48" y3="57" x8="133" y4="49" closed="false" x9="146" y6="43" x7="116" x6="96" x5="76" antialias="true"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="37"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="109.586" diameter="2.82843" x="14.5858"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="109.586" diameter="2.82843" x="3.5858"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="98.25" diameter="1.5" x="-0.75"/>
<arc angle="-260" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="12" y="109" width="12" x="4.5" start="40"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="104.25" diameter="1.5" x="-10.75"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="127"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="47"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="57"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="117"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="67"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="77"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="107"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="87"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="97"/>
<text size="7" text="7" y="-19" rotation="270" x="53"/>
<text size="7" text="8" y="-19" rotation="270" x="63"/>
<text size="7" text="16" y="-17" rotation="270" x="143"/>
<text size="7" text="9" y="-19" rotation="270" x="73"/>
<text size="7" text="14" y="-17" rotation="270" x="123"/>
<text size="7" text="15" y="-17" rotation="270" x="133"/>
<text size="7" text="13" y="-17" rotation="270" x="112"/>
<text size="7" text="6" y="-19" rotation="270" x="43"/>
<text size="7" text="5" y="-19" rotation="270" x="32"/>
<text size="7" text="2" y="-19" rotation="270" x="3"/>
<text size="7" text="3" y="-19" rotation="270" x="13"/>
<text size="7" text="1" y="-19" rotation="270" x="-7"/>
<text size="7" text="4" y="-19" rotation="270" x="22"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="37"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="117"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="47"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="127"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="27"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="107"/>
<text size="7" text="12" y="-17" rotation="270" x="103"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="137"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="57"/>
<text size="7" text="10" y="-16" rotation="270" x="83"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="77"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="87"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="67"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="97"/>
<text size="7" text="11" y="-17" rotation="270" x="92"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="-13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="17"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="20" y="-15" width="160" x="-15"/>
<polygon y1="47" x2="4" y5="39" y2="40" y7="33" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="30" x3="24" x1="-16" y8="29" x4="47" y3="44" x8="132" y4="36" closed="false" x9="145" y6="30" x7="115" x6="95" x5="75" antialias="true"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="109.586" diameter="2.82843" x="8.58579"/>
<arc angle="-260" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="11" y="109.5" width="11" x="5" start="40"/>
<polygon y1="113" x3="13" y5="119" x1="10" x2="10" x4="13" y4="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="119" x6="13" closed="false" y2="116" y6="119" x5="11"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="13" y="110" width="15" x="3"/>
<line y1="54" 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="109"/>
<polygon y1="110" x3="2" x1="5" x2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="105" closed="false" y2="105"/>
<polygon y1="110" x3="12" x1="16" x2="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="99" closed="false" y2="99"/>
<line y1="99" x1="8" 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="99"/>
<line y1="105" x1="-2" 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="105"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="169.25" diameter="1.5" x="49.25"/>
<line y1="41" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<polygon y1="260" x3="86" y5="232" x1="90" x2="90" x4="86" y4="232" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="250" x6="94" y7="254" x7="90" closed="false" y2="254" y6="250" x5="94"/>
<line y1="202" 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="231"/>
<text size="6" text="D4" y="247" rotation="270" x="93"/>
<line y1="170" x1="-10" x2="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="170"/>
<line y1="170" x1="2" 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="170"/>
<line y1="170" x1="22" x2="31" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="170"/>
<line y1="114" x1="130" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="43"/>
<line y1="170" x1="30" x2="38" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="170"/>
<line y1="170" x1="42" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="170"/>
<line y1="50" x1="80" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="169"/>
<line y1="52" 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="169"/>
<line y1="51" x1="60" x2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="170"/>
<line y1="50" x1="50" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="170"/>
<line y1="36" x1="50" x2="50" 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 y1="37" x1="60" x2="60" 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 y1="38" 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="-7"/>
<line y1="37" x1="80" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line y1="232" x1="140" x2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="43"/>
<line y1="32" 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="-7"/>
<line y1="30" x1="100" x2="100" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line y1="32" x1="110" x2="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line y1="31" x1="120" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line y1="29" x1="130" x2="130" 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 y1="29" x1="140" x2="140" 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 y1="38" x1="40" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line y1="41" 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="-6"/>
<line y1="43" x1="20" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line y1="41" 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="-6"/>
<line y1="45" x1="-10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-7"/>
<line y1="232" 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="59"/>
<line y1="232" 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="56"/>
<line y1="232" x1="20" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="57"/>
<line y1="232" x1="40" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/>
<text size="7" text="LCD" y="12" rotation="270" x="158"/>
<line y1="170" 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="56"/>
<input size="9" text="_" rotate="true" y="0" tagg="label" x="-40"/>
<terminal orientation="n" y="-10" x="-10"/>
<terminal orientation="n" y="-10" x="0"/>
<terminal orientation="n" y="-10" x="10"/>
<terminal orientation="n" y="-10" x="20"/>
<terminal orientation="n" y="-10" x="30"/>
<terminal orientation="n" y="-10" x="40"/>
<terminal orientation="n" y="-10" x="50"/>
<terminal orientation="n" y="-10" x="60"/>
<terminal orientation="n" y="-10" x="70"/>
<terminal orientation="n" y="-10" x="80"/>
<terminal orientation="n" y="-10" x="90"/>
<terminal orientation="n" y="-10" x="100"/>
<terminal orientation="n" y="-10" x="110"/>
<terminal orientation="n" y="-10" x="120"/>
<terminal orientation="n" y="-10" x="130"/>
<terminal orientation="n" y="-10" x="140"/>
<terminal orientation="s" y="260" x="-10"/>
<terminal orientation="s" y="260" x="0"/>
<terminal orientation="s" y="260" x="40"/>
<terminal orientation="s" y="260" x="20"/>
<terminal orientation="s" y="260" x="100"/>
<terminal orientation="s" y="260" x="90"/>
<terminal orientation="s" y="260" x="120"/>
<terminal orientation="s" y="260" x="110"/>
<terminal orientation="s" y="260" x="140"/>
<terminal orientation="s" y="260" x="130"/>
<rect rx="0" width="166" x="-18" height="292" ry="0" antialias="false" y="-30" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<line x2="125" x1="125" end1="none" end2="none" length1="1.5" length2="1.5" y2="135" y1="118" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="28" rotation="270" text="10K" y="123"/>
<rect rx="0" width="10" x="125" height="2" ry="0" antialias="false" y="128" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="158" rotation="270" text="ARDUINO" y="249"/>
<line x2="135" x1="135" end1="none" end2="none" length1="1.5" length2="1.5" y2="135" y1="118" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="157" rotation="270" text="Cable Plat et Connecteur IDE" y="167"/>
<rect rx="0" width="10" x="125" height="2" ry="0" antialias="false" y="133" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="120" x1="120" end1="none" end2="none" length1="1.5" length2="1.5" y2="46" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="10" x="125" height="2" ry="0" antialias="false" y="120" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="-10.75" diameter="1.5" antialias="true" y="169.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="133" x1="127" end1="none" end2="none" length1="1.5" length2="1.5" y2="136" y1="136" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="110" x1="110" end1="none" end2="none" length1="1.5" length2="1.5" y2="45" y1="231" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="133" x1="127" end1="none" end2="none" length1="1.5" length2="1.5" y2="129" y1="129" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<polygon x2="0.1" x6="4.1" y4="232" x1="0.1" x5="4.1" y7="254" x4="-3.9" y5="232" y2="254" x7="0.1" x3="-3.9" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="133" x1="127" end1="none" end2="none" length1="1.5" length2="1.5" y2="121" y1="121" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<line x2="100" x1="100" end1="none" end2="none" length1="1.5" length2="1.5" y2="44" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="3" rotation="270" text="+5V" y="250"/>
<line x2="133" x1="127" end1="none" end2="none" length1="1.5" length2="1.5" y2="134" y1="134" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<arc angle="-180" width="10" x="125" height="3" start="0" antialias="true" y="137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="90" x1="90" end1="none" end2="none" length1="1.5" length2="1.5" y2="231" y1="46" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="130" x1="130" end1="none" end2="none" length1="1.5" length2="1.5" y2="231" y1="139" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-180" width="10" x="125" height="3" start="-180" antialias="true" y="114" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="124" x6="135" y4="138" x1="125" x5="136" x4="136" y5="136" y2="136" x3="124" y1="136" closed="false" y6="136" antialias="false" y3="138" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="59.25" diameter="1.5" antialias="true" y="169.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="124" x6="135" y4="116" x1="125" x5="136" x4="136" y5="118" y2="118" x3="124" y1="118" closed="false" y6="118" antialias="false" y3="116" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="29.25" diameter="1.5" antialias="true" y="169.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="133" x1="127" end1="none" end2="none" length1="1.5" length2="1.5" y2="118" y1="118" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="10" x="125" height="2" ry="0" antialias="false" y="124" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<circle x="69.25" diameter="1.5" antialias="true" y="169.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="140" x6="144" y4="232" x1="140" x5="144" y7="254" x4="136" y5="232" y2="254" x7="140" x3="136" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="133" x1="127" end1="none" end2="none" length1="1.5" length2="1.5" y2="125" y1="125" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<line x2="130" x1="130" end1="none" end2="none" length1="1.5" length2="1.5" y2="113" y1="112" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="79.25" diameter="1.5" antialias="true" y="169.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="20.3" x6="24.3" y4="232" x1="20.3" x5="24.3" y7="254" x4="16.3" y5="232" y2="254" x7="20.3" x3="16.3" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="110" x6="114" y4="232" x1="110" x5="114" y7="254" x4="106" y5="232" y2="254" x7="110" x3="106" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="130.1" x6="134.1" y4="232" x1="130.1" x5="134.1" y7="254" x4="126.1" y5="232" y2="254" x7="130.1" x3="126.1" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="-10" x6="-6" y4="232" x1="-10" x5="-6" y7="254" x4="-14" y5="232" y2="254" x7="-10" x3="-14" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="40" x6="44" y4="232" x1="40" x5="44" y7="254" x4="36" y5="232" y2="254" x7="40" x3="36" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="23.5" rotation="270" text="DI12" y="251"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="142.8" rotation="270" text="GND" y="251"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="42.7" rotation="270" text="DI11" y="251"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-7.2" rotation="270" text="GND" y="251"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="133" rotation="270" text="+5V" y="250"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="137" rotation="270" text="12R" y="157"/>
<polygon x2="100" x6="104" y4="232" x1="100" x5="104" y7="254" x4="96" y5="232" y2="254" x7="100" x3="96" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="120" x6="124" y4="232" x1="120" x5="124" y7="254" x4="116" y5="232" y2="254" x7="120" x3="116" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="113" rotation="270" text="D6" y="247"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="103" rotation="270" text="D5" y="247"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="123" rotation="270" text="D7" y="247"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="7" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="17" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="-3" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="27" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="137" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<polygon closed="false" y9="43" y5="52" y3="57" x3="25" x2="5" x6="96" x9="146" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" x5="76" x4="48" x8="133" y1="60" y8="42" antialias="true" y7="46" y6="43" x7="116" y4="49" y2="53"/>
<rect rx="0" width="6" x="37" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<circle x="14.5858" diameter="2.82843" antialias="true" y="109.586" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="3.5858" diameter="2.82843" antialias="true" y="109.586" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-0.75" diameter="1.5" antialias="true" y="98.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-260" width="12" x="4.5" height="12" start="40" antialias="true" y="109" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-10.75" diameter="1.5" antialias="true" y="104.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="127" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="47" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="57" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="117" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="67" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="77" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="107" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="87" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<rect rx="0" width="6" x="97" height="6" ry="0" antialias="false" y="-3" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="53" rotation="270" text="7" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="63" rotation="270" text="8" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="143" rotation="270" text="16" y="-17"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="73" rotation="270" text="9" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="123" rotation="270" text="14" y="-17"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="133" rotation="270" text="15" y="-17"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="112" rotation="270" text="13" y="-17"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="43" rotation="270" text="6" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="32" rotation="270" text="5" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="3" rotation="270" text="2" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="13" rotation="270" text="3" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-7" rotation="270" text="1" y="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="22" rotation="270" text="4" y="-19"/>
<rect rx="0" width="6" x="37" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="117" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="47" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="127" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="27" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="107" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="103" rotation="270" text="12" y="-17"/>
<rect rx="0" width="6" x="137" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="57" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="83" rotation="270" text="10" y="-16"/>
<rect rx="0" width="6" x="77" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="87" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="67" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="97" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="92" rotation="270" text="11" y="-17"/>
<rect rx="0" width="6" x="-3" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="7" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-13" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="17" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="160" x="-15" height="20" ry="0" antialias="false" y="-15" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<polygon closed="false" y9="30" y5="39" y3="44" x3="24" x2="4" x6="95" x9="145" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-16" x5="75" x4="47" x8="132" y1="47" y8="29" antialias="true" y7="33" y6="30" x7="115" y4="36" y2="40"/>
<circle x="8.58579" diameter="2.82843" antialias="true" y="109.586" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="-260" width="11" x="5" height="11" start="40" antialias="true" y="109.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="10" x6="13" y4="117" x1="10" x5="11" x4="13" y5="119" y2="116" x3="13" y1="113" closed="false" y6="119" antialias="false" y3="119" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="15" x="3" height="13" ry="0" antialias="false" y="110" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="10" x1="10" end1="none" end2="none" length1="1.5" length2="1.5" y2="109" y1="54" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="5" x1="5" y2="105" x3="2" y1="110" closed="false" antialias="false" y3="105" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="16" x1="16" y2="99" x3="12" y1="110" closed="false" antialias="false" y3="99" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="0" x1="8" end1="none" end2="none" length1="1.5" length2="1.5" y2="99" y1="99" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-10" x1="-2" end1="none" end2="none" length1="1.5" length2="1.5" y2="105" y1="105" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="49.25" diameter="1.5" antialias="true" y="169.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="10" x1="10" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="41" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="90" x6="94" y4="232" x1="90" x5="94" y7="254" x4="86" y5="232" y2="254" x7="90" x3="86" y1="260" closed="false" y6="250" antialias="false" y3="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="90" x1="90" end1="none" end2="none" length1="1.5" length2="1.5" y2="231" y1="202" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="93" rotation="270" text="D4" y="247"/>
<line x2="-2" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="18" x1="2" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="31" x1="22" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="130" x1="130" end1="none" end2="none" length1="1.5" length2="1.5" y2="43" y1="114" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="38" x1="30" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="80" x1="42" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="80" x1="80" end1="none" end2="none" length1="1.5" length2="1.5" y2="169" y1="50" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="70" x1="70" end1="none" end2="none" length1="1.5" length2="1.5" y2="169" y1="52" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="60" x1="60" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="51" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="50" x1="50" end1="none" end2="none" length1="1.5" length2="1.5" y2="170" y1="50" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="50" x1="50" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="36" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="60" x1="60" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="37" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="70" x1="70" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="38" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="80" x1="80" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="37" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="140" x1="140" end1="none" end2="none" length1="1.5" length2="1.5" y2="43" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="90" x1="90" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="32" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="100" x1="100" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="30" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="110" x1="110" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="32" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="120" x1="120" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="31" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="130" x1="130" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="29" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="140" x1="140" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="29" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="40" x1="40" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="38" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="30" x1="30" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="41" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="20" x1="20" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="43" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="0" x1="0" end1="none" end2="none" length1="1.5" length2="1.5" y2="-6" y1="41" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="-7" y1="45" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-10" x1="-10" end1="none" end2="none" length1="1.5" length2="1.5" y2="59" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="0" x1="0" end1="none" end2="none" length1="1.5" length2="1.5" y2="56" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="20" x1="20" end1="none" end2="none" length1="1.5" length2="1.5" y2="57" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="40" x1="40" end1="none" end2="none" length1="1.5" length2="1.5" y2="52" y1="232" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="158" rotation="270" text="LCD" y="12"/>
<line x2="30" x1="30" end1="none" end2="none" length1="1.5" length2="1.5" y2="56" y1="170" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-40" rotation="0" Valignment="AlignTop" z="153" text_width="-1" uuid="{8a62e445-5d4f-442e-a681-30ab1622e57d}" Halignment="AlignLeft" y="-11">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="-10" orientation="n" y="-10"/>
<terminal x="0" orientation="n" y="-10"/>
<terminal x="10" orientation="n" y="-10"/>
<terminal x="20" orientation="n" y="-10"/>
<terminal x="30" orientation="n" y="-10"/>
<terminal x="40" orientation="n" y="-10"/>
<terminal x="50" orientation="n" y="-10"/>
<terminal x="60" orientation="n" y="-10"/>
<terminal x="70" orientation="n" y="-10"/>
<terminal x="80" orientation="n" y="-10"/>
<terminal x="90" orientation="n" y="-10"/>
<terminal x="100" orientation="n" y="-10"/>
<terminal x="110" orientation="n" y="-10"/>
<terminal x="120" orientation="n" y="-10"/>
<terminal x="130" orientation="n" y="-10"/>
<terminal x="140" orientation="n" y="-10"/>
<terminal x="-10" orientation="s" y="260"/>
<terminal x="0" orientation="s" y="260"/>
<terminal x="40" orientation="s" y="260"/>
<terminal x="20" orientation="s" y="260"/>
<terminal x="100" orientation="s" y="260"/>
<terminal x="90" orientation="s" y="260"/>
<terminal x="120" orientation="s" y="260"/>
<terminal x="110" orientation="s" y="260"/>
<terminal x="140" orientation="s" y="260"/>
<terminal x="130" orientation="s" y="260"/>
</description>
</definition>

View File

@@ -1,28 +1,44 @@
<definition link_type="simple" hotspot_x="34" orientation="dyyy" hotspot_y="19" type="element" height="50" width="70" version="0.5">
<uuid uuid="{0a5fde32-7588-4b45-be21-08bed0809e57}"/>
<definition link_type="simple" type="element" hotspot_y="19" width="70" hotspot_x="34" height="50" orientation="dyyy" version="0.80">
<uuid uuid="{f2cd8537-b764-45ed-a3a5-d68887ed2681}"/>
<names>
<name lang="pl">Ultradźwiękowy czujnik odległości HC-SR04</name>
<name lang="nl">Ultrasoon afstandsensor HC-SR04</name>
<name lang="fr">Capteur HC-SR04</name>
<name lang="en">Ultrasonic module HC-SR04</name>
<name lang="it">Sensore ultrasonico HC-SR04</name>
<name lang="cs">Ultrazvukové vzdálenostní čidlo HC-SR04</name>
<name lang="fr">Capteur HC-SR04</name>
<name lang="it">Sensore ultrasonico HC-SR04</name>
<name lang="pl">Ultradźwiękowy czujnik odległości HC-SR04</name>
<name lang="en">Ultrasonic module HC-SR04</name>
</names>
<informations>Author: The QElectroTech team
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="-9" diameter="22" x="7"/>
<text size="6" text="Gnd" y="2" rotation="90" x="11"/>
<text size="6" text="Trig" y="2" rotation="90" x="-4"/>
<text size="6" text="Echo" y="-1" rotation="90" x="3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="36" y="-12" width="61" x="-30"/>
<circle style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" y="-8" diameter="22" x="-28"/>
<text size="6" text="Vcc" y="3" rotation="90" x="-11"/>
<text size="3" text="HC-SR04" y="-8" x="-7"/>
<input size="9" text="_" rotate="true" y="-23" tagg="label" x="-31"/>
<terminal orientation="s" y="22" x="5.6"/>
<terminal orientation="s" y="22" x="11.9"/>
<terminal orientation="s" y="22" x="-1.7"/>
<terminal orientation="s" y="22" x="-9"/>
<circle x="7" diameter="22" antialias="true" y="-9" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="11" rotation="90" text="Gnd" y="2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-4" rotation="90" text="Trig" y="2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="3" rotation="90" text="Echo" y="-1"/>
<rect rx="0" width="61" x="-30" height="36" ry="0" antialias="false" y="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-28" diameter="22" antialias="true" y="-8" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" x="-11" rotation="90" text="Vcc" y="3"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" x="-7" rotation="0" text="HC-SR04" y="-8"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-31" rotation="0" Valignment="AlignTop" z="9" text_width="-1" uuid="{451bd3b1-5d30-4add-b04b-bc91d01a9bbe}" Halignment="AlignLeft" y="-34">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="5.6" orientation="s" y="22"/>
<terminal x="11.9" orientation="s" y="22"/>
<terminal x="-1.7" orientation="s" y="22"/>
<terminal x="-9" orientation="s" y="22"/>
</description>
</definition>

View File

@@ -1,38 +1,54 @@
<definition link_type="simple" hotspot_x="30" orientation="dyyy" hotspot_y="30" type="element" height="110" width="60" version="0.5">
<uuid uuid="{ec505321-1d56-4992-895a-4ae0a60ab4e2}"/>
<definition link_type="simple" type="element" hotspot_y="30" width="60" hotspot_x="30" height="110" orientation="dyyy" version="0.80">
<uuid uuid="{dfc77f95-af11-44ad-b42c-420c58453e7c}"/>
<names>
<name lang="fr">DHT 11/22</name>
<name lang="en">DHT 11/22</name>
<name lang="it">Sensore DHT 11/22</name>
<name lang="cs">Čidlo DHT 11/22</name>
<name lang="fr">DHT 11/22</name>
<name lang="it">Sensore DHT 11/22</name>
<name lang="en">DHT 11/22</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="-3"/>
<text size="4" text="DATA" y="31" rotation="270" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="8" width="6" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="11"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="65" y="-28" width="50" x="-25"/>
<text size="4" text="N.C." y="31" rotation="270" x="8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="44" y="33" width="3" x="15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="44" y="33" width="3" x="4"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="44" y="33" width="3" x="-7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="8" width="6" x="11"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="11"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="11"/>
<input size="7" text="DHT" rotate="true" y="-40" tagg="label" x="-14"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="8" width="6" x="-17"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-13" width="6" x="-17"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="-17"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="44" y="33" width="3" x="-18"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="-17"/>
<text size="4" text="VCC" y="31" rotation="270" x="-14"/>
<text size="4" text="GND" y="30" rotation="270" x="19"/>
<terminal orientation="n" y="70" x="-16.5"/>
<terminal orientation="n" y="70" x="-5.5"/>
<terminal orientation="n" y="70" x="5.5"/>
<terminal orientation="n" y="70" x="16.5"/>
<rect rx="0" width="6" x="-3" height="6" ry="0" antialias="false" y="-23" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="-3" rotation="270" text="DATA" y="31"/>
<rect rx="0" width="6" x="-3" height="6" ry="0" antialias="false" y="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-3" height="6" ry="0" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-3" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="11" height="6" ry="0" antialias="false" y="-23" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="50" x="-25" height="65" ry="0" antialias="false" y="-28" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="8" rotation="270" text="N.C." y="31"/>
<rect rx="0" width="3" x="15" height="44" ry="0" antialias="false" y="33" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3" x="4" height="44" ry="0" antialias="false" y="33" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3" x="-7" height="44" ry="0" antialias="false" y="33" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="11" height="6" ry="0" antialias="false" y="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="11" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="11" height="6" ry="0" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" x="-14" rotation="0" Valignment="AlignTop" z="15" text_width="-1" uuid="{c0e7988f-413d-41df-a6aa-9caacdb10fe5}" Halignment="AlignLeft" y="-49.5">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<rect rx="0" width="6" x="-17" height="6" ry="0" antialias="false" y="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-17" height="6" ry="0" antialias="false" y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-17" height="6" ry="0" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="3" x="-18" height="44" ry="0" antialias="false" y="33" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" width="6" x="-17" height="6" ry="0" antialias="false" y="-23" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="-14" rotation="270" text="VCC" y="31"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" x="19" rotation="270" text="GND" y="30"/>
<terminal x="-16.5" orientation="n" y="70"/>
<terminal x="-5.5" orientation="n" y="70"/>
<terminal x="5.5" orientation="n" y="70"/>
<terminal x="16.5" orientation="n" y="70"/>
</description>
</definition>

View File

@@ -1,18 +1,34 @@
<definition link_type="simple" hotspot_x="11" orientation="dyyy" hotspot_y="5" type="element" height="10" width="20" version="0.5">
<uuid uuid="{80855484-020b-429c-9f5c-4bfad9df2586}"/>
<definition version="0.80" type="element" hotspot_y="5" hotspot_x="11" height="10" link_type="simple" orientation="dyyy" width="20">
<uuid uuid="{8ffa69c3-1f67-49e7-a17e-74a0b90c589b}"/>
<names>
<name lang="pl">Masa</name>
<name lang="nl">Nul</name>
<name lang="el">Γείωση</name>
<name lang="fr">groupement masse</name>
<name lang="en">ground</name>
<name lang="el">Γείωση</name>
<name lang="it">Massa</name>
<name lang="cs">Masa</name>
<name lang="nl">Nul</name>
<name lang="pl">Masa</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-3" width="6" x="-3"/>
<input size="9" text="_" rotate="true" y="-12" tagg="label" x="-7"/>
<terminal orientation="e" y="0" x="0"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-3" rx="0" height="6" width="6" antialias="false" y="-3"/>
<dynamic_text rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="2" text_width="-1" text_from="ElementInfo" x="-7" frame="false" Valignment="AlignTop" uuid="{ae46d66f-6fc8-4679-893e-a2d390fc0090}" Halignment="AlignLeft" y="-23">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" orientation="e" y="0"/>
</description>
</definition>

View File

@@ -1,28 +1,44 @@
<definition type="element" hotspot_y="29" orientation="dyyy" height="50" link_type="simple" version="0.51" hotspot_x="49" width="110">
<uuid uuid="{b0cd6f79-143e-4367-8a6e-f96fbf4124e0}"/>
<definition height="50" width="110" type="element" hotspot_x="49" orientation="dyyy" version="0.80" link_type="simple" hotspot_y="30">
<uuid uuid="{6ca0178d-d766-44a5-aeb0-f4f42a98bf4f}"/>
<names>
<name lang="en">I2C Level Shifter</name>
</names>
<elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text y="-16" size="7" text="BVCC" x="-34"/>
<text y="-6" size="7" text="BSCL" x="-34"/>
<text y="4" size="7" text="BSDA" x="-34"/>
<text y="14" size="7" text="BGND" x="-34"/>
<text y="-16" size="7" text="AVCC" x="19"/>
<text y="-6" size="7" text="ASCL" x="19"/>
<text y="4" size="7" text="ASDA" x="18"/>
<text y="14" size="7" text="AGND" x="17"/>
<input y="42" size="9" text="_" rotation="-1" x="-24" tagg="label"/>
<rect y="-25" antialias="false" height="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="101" x="-45"/>
<text y="-20" size="5" text="I2C Level&#xa;shifter" rotation="90" x="7"/>
<terminal y="10" orientation="w" x="-40"/>
<terminal y="0" orientation="w" x="-40"/>
<terminal y="-10" orientation="w" x="-40"/>
<terminal y="-20" orientation="w" x="-40"/>
<terminal y="10" orientation="e" x="50"/>
<terminal y="-20" orientation="e" x="50"/>
<terminal y="-10" orientation="e" x="50"/>
<terminal y="0" orientation="e" x="50"/>
<text x="-34" rotation="0" text="BVCC" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-16"/>
<text x="-34" rotation="0" text="BSCL" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-6"/>
<text x="-34" rotation="0" text="BSDA" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="4"/>
<text x="-34" rotation="0" text="BGND" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="14"/>
<text x="19" rotation="0" text="AVCC" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-16"/>
<text x="19" rotation="0" text="ASCL" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-6"/>
<text x="18" rotation="0" text="ASDA" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="4"/>
<text x="17" rotation="0" text="AGND" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="14"/>
<dynamic_text text_width="-1" uuid="{e8e5ef34-1584-4062-a83a-d8e6abc9700a}" Valignment="AlignTop" x="-24.192" rotation="-1" text_from="ElementInfo" z="9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" Halignment="AlignLeft" y="31.0017">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<rect antialias="false" height="41" width="101" x="-45" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-25" rx="0"/>
<text x="7" rotation="90" text="I2C Level&#xa;shifter" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="-20"/>
<terminal x="-40" orientation="w" y="10"/>
<terminal x="-40" orientation="w" y="0"/>
<terminal x="-40" orientation="w" y="-10"/>
<terminal x="-40" orientation="w" y="-20"/>
<terminal x="50" orientation="e" y="10"/>
<terminal x="50" orientation="e" y="-20"/>
<terminal x="50" orientation="e" y="-10"/>
<terminal x="50" orientation="e" y="0"/>
</description>
</definition>

View File

@@ -1,62 +1,78 @@
<definition link_type="simple" hotspot_x="24" orientation="dyyy" hotspot_y="30" type="element" height="120" width="260" version="0.5">
<uuid uuid="{7a167458-086b-4346-9956-2aa3abcb38a1}"/>
<definition type="element" height="120" hotspot_x="24" width="260" orientation="dyyy" link_type="simple" hotspot_y="30" version="0.80">
<uuid uuid="{b2924a85-657c-49f3-aca2-e364ceb7478e}"/>
<names>
<name lang="pl">Wyświetlacz LCD 2x16</name>
<name lang="cs">Ukazatel LCD 2x16</name>
<name lang="nl">Display LCD 2x16</name>
<name lang="fr">Afficheur LCD 2X16</name>
<name lang="en">LCD 2X16</name>
<name lang="cs">Ukazatel LCD 2x16</name>
<name lang="pl">Wyświetlacz LCD 2x16</name>
<name lang="it">Display LCD 2x16</name>
</names>
<elementInformations>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="97"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="127"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="107"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="117"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="137"/>
<text size="14" text="LCD" y="53" x="82"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="78" diameter="6" x="223"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="79" diameter="6" x="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-24" diameter="6" x="223"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="147"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="37"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="27"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="25.5858" diameter="2.82843" x="224.586"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="17"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="87"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="77"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="67"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="57"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="47"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="-3"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="6" y="-23" width="6" x="7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-25" width="161" x="-6"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="114" y="-27" width="253" x="-21"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="82" y="-9" width="230" x="-10"/>
<line y1="-4" x1="-6" x2="214" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-4"/>
<line y1="70" x1="-5" x2="214" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="70"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="62" y="3" width="215" x="-3"/>
<text size="14" text="QElectroTech" y="27" x="46"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-24" diameter="6" x="-19"/>
<rect style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" height="18" y="22" width="8" x="222"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="34.5858" diameter="2.82843" x="224.586"/>
<input size="9" text="_" rotate="true" y="-50" tagg="label" x="-20"/>
<terminal orientation="n" y="-20" x="110"/>
<terminal orientation="n" y="-20" x="100"/>
<terminal orientation="n" y="-20" x="40"/>
<terminal orientation="n" y="-20" x="80"/>
<terminal orientation="n" y="-20" x="0"/>
<terminal orientation="n" y="-20" x="140"/>
<terminal orientation="n" y="-20" x="150"/>
<terminal orientation="n" y="-20" x="50"/>
<terminal orientation="n" y="-20" x="60"/>
<terminal orientation="n" y="-20" x="20"/>
<terminal orientation="n" y="-20" x="120"/>
<terminal orientation="n" y="-20" x="130"/>
<terminal orientation="n" y="-20" x="90"/>
<terminal orientation="n" y="-20" x="10"/>
<terminal orientation="n" y="-20" x="70"/>
<terminal orientation="n" y="-20" x="30"/>
<rect height="6" x="97" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="127" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="107" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="117" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="137" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="82" y="53" text="LCD" rotation="0" font="Sans Serif,14,-1,5,50,0,0,0,0,0" color="#000000"/>
<circle x="223" y="78" antialias="true" diameter="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="-18" y="79" antialias="true" diameter="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="223" y="-24" antialias="true" diameter="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="147" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="37" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="27" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle x="224.586" y="25.5858" antialias="true" diameter="2.82843" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="17" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="87" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="77" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="67" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="57" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="47" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="-3" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="7" y="-23" rx="0" antialias="false" width="6" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" x="-6" y="-25" rx="0" antialias="false" width="161" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="114" x="-21" y="-27" rx="0" antialias="false" width="253" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="82" x="-10" y="-9" rx="0" antialias="false" width="230" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="-4" y2="-4" antialias="false" x1="-6" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="214"/>
<line y1="70" y2="70" antialias="false" x1="-5" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="214"/>
<rect height="62" x="-3" y="3" rx="0" antialias="false" width="215" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="46" y="27" text="QElectroTech" rotation="0" font="Sans Serif,14,-1,5,50,0,0,0,0,0" color="#000000"/>
<circle x="-19" y="-24" antialias="true" diameter="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="18" x="222" y="22" rx="0" antialias="false" width="8" ry="0" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<circle x="224.586" y="34.5858" antialias="true" diameter="2.82843" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text text_from="ElementInfo" x="-20" y="-61" text_width="-1" uuid="{c9cf42bc-322b-41c7-8010-308b2a7193c5}" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" z="32" frame="false" Valignment="AlignTop">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="110" y="-20" orientation="n"/>
<terminal x="100" y="-20" orientation="n"/>
<terminal x="40" y="-20" orientation="n"/>
<terminal x="80" y="-20" orientation="n"/>
<terminal x="0" y="-20" orientation="n"/>
<terminal x="140" y="-20" orientation="n"/>
<terminal x="150" y="-20" orientation="n"/>
<terminal x="50" y="-20" orientation="n"/>
<terminal x="60" y="-20" orientation="n"/>
<terminal x="20" y="-20" orientation="n"/>
<terminal x="120" y="-20" orientation="n"/>
<terminal x="130" y="-20" orientation="n"/>
<terminal x="90" y="-20" orientation="n"/>
<terminal x="10" y="-20" orientation="n"/>
<terminal x="70" y="-20" orientation="n"/>
<terminal x="30" y="-20" orientation="n"/>
</description>
</definition>

View File

@@ -1,56 +1,72 @@
<definition version="0.51" link_type="simple" hotspot_x="70" width="80" orientation="dyyy" height="90" type="element" hotspot_y="70">
<uuid uuid="{63dedf3e-52bc-4461-8dc6-ce8d62b15cf0}"/>
<definition orientation="dyyy" height="90" hotspot_y="70" version="0.80" width="80" hotspot_x="70" type="element" link_type="simple">
<uuid uuid="{c20f51db-8047-4654-be14-3e5b9808220a}"/>
<names>
<name lang="it">Modulo 2 relais</name>
<name lang="fr">Module 2 relais</name>
<name lang="en">2 relays module</name>
<name lang="cs">Reléový modul (2)</name>
<name lang="it">Modulo 2 relais</name>
<name lang="pl">Moduł przekaźnikowy</name>
<name lang="fr">Module 2 relais</name>
<name lang="cs">Reléový modul (2)</name>
<name lang="nl">relais module (2)</name>
</names>
<informations>Charles Ferrand
<elementInformations>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
</elementInformations>
<informations>Charles Ferrand&#xd;
novembre 2013</informations>
<description>
<text size="5" text="JD-Vcc" y="-18" x="-29"/>
<text size="5" text="Vcc" y="-8" x="-19"/>
<circle diameter="2" y="-49" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="-17"/>
<circle diameter="2" y="-49" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="-47"/>
<line y1="-58.5543" antialias="false" y2="-48.5662" x1="-30" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-30" end2="none" length2="1.5"/>
<line y1="-58.5543" antialias="false" y2="-48.5662" x1="-60" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-60" end2="none" length2="1.5"/>
<line y1="-48" antialias="false" y2="-48" x1="-60" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-55" end2="none" length2="1.5"/>
<line y1="-48" antialias="false" y2="-48" x1="-30" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-25" end2="none" length2="1.5"/>
<line y1="-48" antialias="false" y2="-48" x1="-45" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-40" end2="none" length2="1.5"/>
<line y1="-48" antialias="false" y2="-48" x1="-15" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" end2="none" length2="1.5"/>
<line y1="-48.5203" antialias="false" y2="-57.5967" x1="-10" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" end2="none" length2="1.5"/>
<line y1="-48.5203" antialias="false" y2="-57.5967" x1="-40" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-40" end2="none" length2="1.5"/>
<circle diameter="2" y="-49" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="-25"/>
<circle diameter="2" y="-49" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="-55"/>
<line y1="-52" antialias="false" y2="-47" x1="-50" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-53" end2="none" length2="1.5"/>
<line y1="-52" antialias="false" y2="-47" x1="-20" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-23" end2="none" length2="1.5"/>
<line y1="-60" antialias="false" y2="-52" x1="-50" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-50" end2="none" length2="1.5"/>
<line y1="-60" antialias="false" y2="-52" x1="-20" length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" end2="none" length2="1.5"/>
<rect width="20" y="-45" antialias="false" height="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30"/>
<text size="7" text="R2" y="-36" x="-26"/>
<text size="5" text="Vcc" y="-9" x="-32" rotation="90"/>
<text size="5" text="In1" y="-6" x="-53" rotation="90"/>
<text size="5" text="In2" y="-6" x="-43" rotation="90"/>
<rect width="20" y="-45" antialias="false" height="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-60"/>
<text size="6" text="2 Relays" y="-25" x="1" rotation="270"/>
<text size="5" text="GND" y="-11" x="-63" rotation="90"/>
<text size="7" text="R1" y="-36" x="-56"/>
<input size="9" text="_" y="23" tagg="label" x="-58"/>
<rect width="70" y="-65" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-65"/>
<terminal y="10" orientation="s" x="-60"/>
<terminal y="10" orientation="s" x="-50"/>
<terminal y="10" orientation="s" x="-40"/>
<terminal y="10" orientation="s" x="-30"/>
<terminal y="-60" orientation="n" x="-50"/>
<terminal y="-60" orientation="n" x="-40"/>
<terminal y="-60" orientation="n" x="-60"/>
<terminal y="-60" orientation="n" x="-20"/>
<terminal y="-60" orientation="n" x="-10"/>
<terminal y="-60" orientation="n" x="-30"/>
<terminal y="-20" orientation="e" x="0"/>
<terminal y="-10" orientation="e" x="0"/>
<text color="#000000" rotation="0" y="-18" x="-29" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="JD-Vcc"/>
<text color="#000000" rotation="0" y="-8" x="-19" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="Vcc"/>
<circle diameter="2" antialias="true" y="-49" x="-17" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle diameter="2" antialias="true" y="-49" x="-47" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line x1="-30" length2="1.5" y1="-58.5543" antialias="false" y2="-48.5662" x2="-30" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-60" length2="1.5" y1="-58.5543" antialias="false" y2="-48.5662" x2="-60" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-60" length2="1.5" y1="-48" antialias="false" y2="-48" x2="-55" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-30" length2="1.5" y1="-48" antialias="false" y2="-48" x2="-25" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-45" length2="1.5" y1="-48" antialias="false" y2="-48" x2="-40" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-15" length2="1.5" y1="-48" antialias="false" y2="-48" x2="-10" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-10" length2="1.5" y1="-48.5203" antialias="false" y2="-57.5967" x2="-10" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-40" length2="1.5" y1="-48.5203" antialias="false" y2="-57.5967" x2="-40" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<circle diameter="2" antialias="true" y="-49" x="-25" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle diameter="2" antialias="true" y="-49" x="-55" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line x1="-50" length2="1.5" y1="-52" antialias="false" y2="-47" x2="-53" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-20" length2="1.5" y1="-52" antialias="false" y2="-47" x2="-23" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-50" length2="1.5" y1="-60" antialias="false" y2="-52" x2="-50" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<line x1="-20" length2="1.5" y1="-60" antialias="false" y2="-52" x2="-20" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none"/>
<rect height="16" rx="0" ry="0" width="20" antialias="false" y="-45" x="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" rotation="0" y="-36" x="-26" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="R2"/>
<text color="#000000" rotation="90" y="-9" x="-32" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="Vcc"/>
<text color="#000000" rotation="90" y="-6" x="-53" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="In1"/>
<text color="#000000" rotation="90" y="-6" x="-43" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="In2"/>
<rect height="16" rx="0" ry="0" width="20" antialias="false" y="-45" x="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" rotation="270" y="-25" x="1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="2 Relays"/>
<text color="#000000" rotation="90" y="-11" x="-63" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="GND"/>
<text color="#000000" rotation="0" y="-36" x="-56" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="R1"/>
<dynamic_text frame="false" rotation="0" Halignment="AlignLeft" uuid="{0f7c2e52-9756-4bb5-9572-bc617d1a72b6}" text_from="ElementInfo" y="12" x="-58" z="28" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<rect height="80" rx="0" ry="0" width="70" antialias="false" y="-65" x="-65" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal orientation="s" y="10" x="-60"/>
<terminal orientation="s" y="10" x="-50"/>
<terminal orientation="s" y="10" x="-40"/>
<terminal orientation="s" y="10" x="-30"/>
<terminal orientation="n" y="-60" x="-50"/>
<terminal orientation="n" y="-60" x="-40"/>
<terminal orientation="n" y="-60" x="-60"/>
<terminal orientation="n" y="-60" x="-20"/>
<terminal orientation="n" y="-60" x="-10"/>
<terminal orientation="n" y="-60" x="-30"/>
<terminal orientation="e" y="-20" x="0"/>
<terminal orientation="e" y="-10" x="0"/>
</description>
</definition>

View File

@@ -1,125 +1,141 @@
<definition link_type="simple" hotspot_x="130" orientation="dyyy" hotspot_y="56" type="element" height="70" width="250" version="0.5">
<uuid uuid="{6a44ecbf-119e-45af-a119-4007d2d8d458}"/>
<definition height="70" hotspot_x="130" orientation="dyyy" version="0.80" width="250" type="element" hotspot_y="56" link_type="simple">
<uuid uuid="{8bc323da-901b-4499-ab66-1feb0fb8d144}"/>
<names>
<name lang="pl">Moduł przekaźnikowy</name>
<name lang="nl">relais module (8)</name>
<name lang="fr">Module 8 relais</name>
<name lang="en">8 relais module</name>
<name lang="it">Modulo 8 relais</name>
<name lang="cs">Reléový modul (8)</name>
<name lang="it">Modulo 8 relais</name>
<name lang="pl">Moduł przekaźnikowy</name>
<name lang="en">8 relais module</name>
</names>
<informations>Charles Ferrand
<elementInformations>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Arduino</elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
</elementInformations>
<informations>Charles Ferrand&#xd;
novembre 2013</informations>
<description>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="43"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="73"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="13"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-47"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-77"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-17"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-107"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="103"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="90"/>
<text size="4" text="Gnd Vcc Jd-Vcc" y="6" x="71"/>
<line y1="-49.5543" x1="-60" x2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39.5662"/>
<line y1="-49.5543" 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="-39.5662"/>
<line y1="-49.5543" x1="-120" x2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39.5662"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="-75"/>
<line y1="-49.5543" 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="-39.5662"/>
<line y1="-49.5543" 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="-39.5662"/>
<line y1="-49.5543" 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="-39.5662"/>
<line y1="-49.5543" 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="-39.5662"/>
<line y1="-49.5543" x1="60" x2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39.5662"/>
<line y1="-39" x1="30" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="-120" x2="-115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="-90" x2="-85" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="90" x2="95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="-30" x2="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="0" x2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="60" x2="65" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="-60" x2="-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="-39"/>
<line y1="-39" x1="75" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="105" x2="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="-105" x2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="15" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="45" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<line y1="-39" x1="-15" 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="-39"/>
<line y1="-39" x1="-45" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-39"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="-45"/>
<line y1="-39" x1="-75" 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="-39"/>
<line y1="-39.5203" x1="110" x2="110" 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.5967"/>
<line y1="-39.5203" x1="50" x2="50" 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.5967"/>
<line y1="-39.5203" 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="-48.5967"/>
<line y1="-39.5203" x1="-40" x2="-40" 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.5967"/>
<line y1="-39.5203" x1="20" x2="20" 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.5967"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="14"/>
<line y1="-39.5203" 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="-48.5967"/>
<line y1="-39.5203" x1="80" x2="80" 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.5967"/>
<line y1="-39.5203" x1="-100" x2="-100" 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.5967"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-25"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="45"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-55"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-85"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="65"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="-115"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="35"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="95"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="-40" diameter="2" x="5"/>
<line y1="-43" x1="-50" 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 y1="-43" x1="70" 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="-38"/>
<line y1="-43" x1="100" 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 y1="-43" x1="-110" 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 y1="-43" x1="40" 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="-38"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="-15"/>
<line y1="-43" x1="10" 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="-38"/>
<line y1="-43" x1="-20" x2="-23" 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 y1="-43" x1="-80" 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="-38"/>
<line y1="-51" x1="40" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-43"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="60"/>
<line y1="-51" 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="-43"/>
<line y1="-51" 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="-43"/>
<line y1="-51" x1="-50" x2="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-43"/>
<line y1="-51" x1="-110" x2="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-43"/>
<line y1="-51" x1="100" x2="100" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-43"/>
<line y1="-51" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-43"/>
<line y1="-51" x1="-80" x2="-80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-43"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="30"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="-90"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="-30"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="-60"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="75"/>
<text size="7" text="R2" y="-27" x="-86"/>
<text size="7" text="R3" y="-27" x="-57"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="105"/>
<text size="7" text="R4" y="-27" x="-25"/>
<text size="7" text="R6" y="-27" x="34"/>
<text size="7" text="R7" y="-27" x="64"/>
<text size="7" text="R5" y="-27" x="4"/>
<text size="5" text="Vcc" y="-11" rotation="90" x="38"/>
<text size="5" text="In1" y="-8" rotation="90" x="-26"/>
<text size="5" text="In2" y="-8" rotation="90" x="-19"/>
<text size="5" text="In8" y="-8" rotation="90" x="29"/>
<text size="5" text="In3" y="-8" rotation="90" x="-11"/>
<text size="5" text="In4" y="-8" rotation="90" x="-2"/>
<text size="5" text="In7" y="-8" rotation="90" x="21"/>
<text size="5" text="In5" y="-8" rotation="90" x="6"/>
<text size="5" text="In6" y="-8" rotation="90" x="14"/>
<text size="7" text="R8" y="-27" x="94"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="63" y="-53" width="238" x="-124"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="16" y="-36" width="20" x="-120"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="10" y="-15" width="5" x="-105"/>
<text size="7" text="8 Relay Module" y="7" x="-109"/>
<text size="5" text="GND" y="-13" rotation="90" x="-35"/>
<text size="7" text="R1" y="-27" x="-116"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="3" y="-1" width="9" x="85"/>
<line y1="-1" x1="88" x2="88" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="2"/>
<line y1="-1" x1="91" x2="91" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="2"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="0" diameter="1" x="86"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="0" diameter="1" x="89"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="0" diameter="1" x="92"/>
<line y1="-3" x1="89" x2="92" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-3"/>
<input size="9" text="_" rotate="true" y="-70" tagg="label" x="-120"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="43"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="73"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="13"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-47"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-77"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-17"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-107"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="103"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="90"/>
<text y="6" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="71" text="Gnd Vcc Jd-Vcc" rotation="0"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-60" x1="-60" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-90" x1="-90" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-120" x1="-120" end1="none"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="-75"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-30" x1="-30" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" x1="90" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" x1="0" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" x1="30" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-49.5543" y2="-39.5662" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" x1="60" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="35" x1="30" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-115" x1="-120" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-85" x1="-90" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="95" x1="90" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-25" x1="-30" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" x1="0" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="65" x1="60" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-55" x1="-60" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="80" x1="75" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110" x1="105" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-100" x1="-105" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" x1="15" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="50" x1="45" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" x1="-15" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-40" x1="-45" end1="none"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="-45"/>
<line end2="none" antialias="false" length2="1.5" y1="-39" y2="-39" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-70" x1="-75" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110" x1="110" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="50" x1="50" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-70" x1="-70" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-40" x1="-40" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" x1="20" end1="none"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="14"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" x1="-10" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="80" x1="80" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-39.5203" y2="-48.5967" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-100" x1="-100" end1="none"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-25"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="45"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-55"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-85"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="65"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="-115"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="35"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="95"/>
<circle antialias="true" y="-40" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" x="5"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-53" x1="-50" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="67" x1="70" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="97" x1="100" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-113" x1="-110" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="37" x1="40" end1="none"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="-15"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="7" x1="10" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-23" x1="-20" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-43" y2="-38" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-83" x1="-80" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" x1="40" end1="none"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="60"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="70" x1="70" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" x1="10" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-50" x1="-50" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-110" x1="-110" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" x1="100" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" x1="-20" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-51" y2="-43" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-80" x1="-80" end1="none"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="30"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="-90"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="-30"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="0"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="-60"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="75"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-86" text="R2" rotation="0"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-57" text="R3" rotation="0"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="105"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-25" text="R4" rotation="0"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="34" text="R6" rotation="0"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="64" text="R7" rotation="0"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="4" text="R5" rotation="0"/>
<text y="-11" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="38" text="Vcc" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-26" text="In1" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-19" text="In2" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="29" text="In8" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-11" text="In3" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-2" text="In4" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="21" text="In7" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="6" text="In5" rotation="90"/>
<text y="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="14" text="In6" rotation="90"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="94" text="R8" rotation="0"/>
<rect height="63" antialias="false" y="-53" width="238" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="-124"/>
<rect height="16" antialias="false" y="-36" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" x="-120"/>
<rect height="10" antialias="false" y="-15" width="5" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="-105"/>
<text y="7" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-109" text="8 Relay Module" rotation="0"/>
<text y="-13" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-35" text="GND" rotation="90"/>
<text y="-27" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-116" text="R1" rotation="0"/>
<rect height="3" antialias="false" y="-1" width="9" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" x="85"/>
<line end2="none" antialias="false" length2="1.5" y1="-1" y2="2" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="88" x1="88" end1="none"/>
<line end2="none" antialias="false" length2="1.5" y1="-1" y2="2" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="91" x1="91" end1="none"/>
<circle antialias="true" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" x="86"/>
<circle antialias="true" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" x="89"/>
<circle antialias="true" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" x="92"/>
<line end2="none" antialias="false" length2="1.5" y1="-3" y2="-3" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="92" x1="89" end1="none"/>
<dynamic_text uuid="{0ffb0a67-777d-4ac6-91be-b4dbe2e6abd1}" frame="false" z="109" y="-81" text_width="-1" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" x="-120" rotation="0" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal orientation="n" y="-51" x="-10"/>
<terminal orientation="n" y="-51" x="-30"/>
<terminal orientation="n" y="-51" x="-20"/>

View File

@@ -1,122 +1,140 @@
<definition type="element" hotspot_x="25" height="260" orientation="dyyy" link_type="simple" hotspot_y="37" version="0.5" width="190">
<uuid uuid="{104cafe4-6d85-4a11-bde4-65de3bdba952}"/>
<definition version="0.80" hotspot_x="25" height="260" type="element" hotspot_y="37" link_type="simple" width="190" orientation="dyyy">
<uuid uuid="{241832b7-c9e1-4a9e-bf49-961bd2074811}"/>
<names>
<name lang="en">Arduino Uno</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Arduino</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="197" width="6" x="148"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="42" x2="42" y2="-15" length1="1.5" end2="none" length2="1.5" y1="-20"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="207" width="6" x="148"/>
<text size="7" text="DIO6" y="204" x="115"/>
<text size="7" text="DI0" y="34" x="123"/>
<text size="7" text="DIO7" y="215" x="115"/>
<text size="7" text="COM0" y="22" x="112"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="42" x2="52" y2="-15" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="52" x2="52" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="67" x2="77" y2="-15" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="77" x2="77" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="67" x2="67" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="72" x2="72" y2="0" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="72" x2="47" y2="0" length1="1.5" end2="none" length2="1.5" y1="0"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="47" x2="47" y2="-15" length1="1.5" end2="none" length2="1.5" y1="0"/>
<polygon x3="-10" y3="220" y8="-14" x8="160" antialias="false" closed="false" x1="-20" y2="220" x7="160" x9="160" x5="100" y1="-14" y6="220" x4="0" y9="-14" y7="220" x6="120" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" y5="220" y4="220"/>
<text size="4" text="RESET" y="194" rotation="90" x="-13"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="18" y="-34" width="8" x="116"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="18" y="-34" width="8" x="106"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" y="-22" width="4" x="108"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" y="-32" width="4" x="118"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" y="-22" width="4" x="98"/>
<ellipse antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" height="15" y="93" width="11" x="71"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="201" y="14" width="12" x="145"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" y="-32" width="4" x="108"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" y="-22" width="4" x="118"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8" y="97" width="1" x="76"/>
<text size="7" text="DI6" y="103" x="124"/>
<text size="7" text="GND" y="75" x="119"/>
<text size="7" text="DI5" y="94" x="123"/>
<text size="7" text="DIO4" y="184" x="116"/>
<text size="7" text="DIO5" y="193" x="115"/>
<text size="7" text="D14" y="84" x="122"/>
<text size="7" text="DI7" y="112" x="124"/>
<text size="7" text="DIO2" y="153" x="116"/>
<text size="7" text="COM1" y="124" x="113"/>
<text size="7" text="DIO3" y="163" x="116"/>
<text size="7" text="GND" y="172" x="121"/>
<text size="7" text="DI3" y="63" x="122"/>
<text size="5" text="I/O CHANNELS" y="73" rotation="90" x="96"/>
<text size="7" text="DIO1" y="144" x="116"/>
<text size="7" text="DIO0" y="134" x="117"/>
<text size="7" text="DI1" y="43" x="123"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="147" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="157" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="27" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="137" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="37" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="17" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="127" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="117" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="177" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="107" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="187" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="87" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="167" width="6" x="148"/>
<arc antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="12" angle="-90" y="-20" width="12" start="-180" x="-20"/>
<arc antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="12" angle="-90" y="-20" width="12" start="90" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" y="-32" width="4" x="98"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="97" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="57" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="77" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="67" width="6" x="148"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="47" width="6" x="148"/>
<text size="7" text="DI2" y="53" x="122"/>
<line antialias="false" style="line-style:dotted;line-weight:normal;filling:none;color:black" end1="none" x1="147" x2="155" y2="135" length1="1.5" end2="none" length2="1.5" y1="135"/>
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="90" x2="90" y2="10" length1="1.5" end2="none" length2="1.5" y1="210"/>
<text size="7" text="MOXA" y="78" rotation="90" x="60"/>
<ellipse antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" height="15" y="78" width="11" x="71"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8" y="82" width="1" x="76"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1" y="100" width="7" x="73"/>
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="18" y="-34" width="8" x="96"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-15" x2="4" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-20"/>
<ellipse antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5" y="212" width="4.25" x="-13"/>
<rect antialias="false" style="line-style:dotted;line-weight:thin;filling:none;color:black" height="9" y="210" width="6" x="-14"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="5" x2="95" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-20"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="155" x2="126" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-20"/>
<input tagg="label" size="9" rotate="true" text="_" y="10" x="-40"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-8" x2="-8" y2="-15" length1="1.5" end2="none" length2="1.5" y1="-20"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-8" x2="2" y2="-15" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="2" x2="2" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="17" x2="27" y2="-15" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="27" x2="27" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="17" x2="17" y2="-20" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="22" x2="22" y2="0" length1="1.5" end2="none" length2="1.5" y1="-15"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="22" x2="-3" y2="0" length1="1.5" end2="none" length2="1.5" y1="0"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-3" x2="-3" y2="-15" length1="1.5" end2="none" length2="1.5" y1="0"/>
<input tagg="none" size="5" rotate="true" text="12-24 VDC POWER" y="-6" x="84"/>
<terminal orientation="e" y="200" x="151"/>
<terminal orientation="e" y="210" x="151"/>
<terminal orientation="n" y="-30" x="120"/>
<terminal orientation="n" y="-30" x="110"/>
<terminal orientation="e" y="150" x="151"/>
<terminal orientation="e" y="40" x="151"/>
<terminal orientation="e" y="30" x="151"/>
<terminal orientation="e" y="20" x="151"/>
<terminal orientation="e" y="100" x="151"/>
<terminal orientation="e" y="60" x="151"/>
<terminal orientation="e" y="70" x="151"/>
<terminal orientation="e" y="170" x="151"/>
<terminal orientation="e" y="140" x="151"/>
<terminal orientation="e" y="130" x="151"/>
<terminal orientation="e" y="190" x="151"/>
<terminal orientation="e" y="90" x="151"/>
<terminal orientation="e" y="50" x="151"/>
<terminal orientation="e" y="110" x="151"/>
<terminal orientation="e" y="160" x="151"/>
<terminal orientation="e" y="120" x="151"/>
<terminal orientation="e" y="180" x="151"/>
<terminal orientation="e" y="80" x="151"/>
<terminal orientation="n" y="-30" x="100"/>
<terminal orientation="n" y="-20" x="10"/>
<terminal orientation="n" y="-20" x="60"/>
<rect rx="0" y="197" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<line y2="-15" end2="none" length2="1.5" x1="42" antialias="false" end1="none" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="42" length1="1.5"/>
<rect rx="0" y="207" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="204" text="DIO6" color="#000000" x="115" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="34" text="DI0" color="#000000" x="123" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="215" text="DIO7" color="#000000" x="115" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="22" text="COM0" color="#000000" x="112" rotation="0"/>
<line y2="-15" end2="none" length2="1.5" x1="42" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="52" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="52" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="52" length1="1.5"/>
<line y2="-15" end2="none" length2="1.5" x1="67" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="77" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="77" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="77" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="67" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="67" length1="1.5"/>
<line y2="0" end2="none" length2="1.5" x1="72" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="72" length1="1.5"/>
<line y2="0" end2="none" length2="1.5" x1="72" antialias="false" end1="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="47" length1="1.5"/>
<line y2="-15" end2="none" length2="1.5" x1="47" antialias="false" end1="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="47" length1="1.5"/>
<polygon y7="220" y9="-14" x9="160" y8="-14" x7="160" x5="100" y5="220" x8="160" closed="false" x6="120" x3="-10" antialias="false" x2="-20" x4="0" x1="-20" y3="220" y2="220" y1="-14" y6="220" y4="220" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="194" text="RESET" color="#000000" x="-13" rotation="90"/>
<rect rx="0" y="-34" height="18" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="116"/>
<rect rx="0" y="-34" height="18" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="106"/>
<rect rx="0" y="-22" height="4" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" x="108"/>
<rect rx="0" y="-32" height="4" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" x="118"/>
<rect rx="0" y="-22" height="4" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" x="98"/>
<ellipse y="93" height="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="11" x="71"/>
<rect rx="0" y="14" height="201" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" x="145"/>
<rect rx="0" y="-32" height="4" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" x="108"/>
<rect rx="0" y="-22" height="4" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" x="118"/>
<rect rx="0" y="97" height="8" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="1" x="76"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="103" text="DI6" color="#000000" x="124" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="75" text="GND" color="#000000" x="119" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="94" text="DI5" color="#000000" x="123" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="184" text="DIO4" color="#000000" x="116" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="193" text="DIO5" color="#000000" x="115" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="84" text="D14" color="#000000" x="122" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="112" text="DI7" color="#000000" x="124" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="153" text="DIO2" color="#000000" x="116" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="124" text="COM1" color="#000000" x="113" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="163" text="DIO3" color="#000000" x="116" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="172" text="GND" color="#000000" x="121" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="63" text="DI3" color="#000000" x="122" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="73" text="I/O CHANNELS" color="#000000" x="96" rotation="90"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="144" text="DIO1" color="#000000" x="116" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="134" text="DIO0" color="#000000" x="117" rotation="0"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="43" text="DI1" color="#000000" x="123" rotation="0"/>
<rect rx="0" y="147" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="157" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="27" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="137" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="37" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="17" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="127" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="117" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="177" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="107" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="187" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="87" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="167" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<arc y="-20" height="12" antialias="false" start="-180" angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" x="-20"/>
<arc y="-20" height="12" antialias="false" start="90" angle="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" x="148"/>
<rect rx="0" y="-32" height="4" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" x="98"/>
<rect rx="0" y="97" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="57" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="77" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="67" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<rect rx="0" y="47" height="6" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" x="148"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="53" text="DI2" color="#000000" x="122" rotation="0"/>
<line y2="135" end2="none" length2="1.5" x1="147" antialias="false" end1="none" y1="135" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="155" length1="1.5"/>
<line y2="10" end2="none" length2="1.5" x1="90" antialias="false" end1="none" y1="210" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="90" length1="1.5"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="78" text="MOXA" color="#000000" x="60" rotation="90"/>
<ellipse y="78" height="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="11" x="71"/>
<rect rx="0" y="82" height="8" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="1" x="76"/>
<rect rx="0" y="100" height="1" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="7" x="73"/>
<rect rx="0" y="-34" height="18" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="96"/>
<line y2="-20" end2="none" length2="1.5" x1="-15" antialias="false" end1="none" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="4" length1="1.5"/>
<ellipse y="212" height="5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4.25" x="-13"/>
<rect rx="0" y="210" height="9" antialias="false" ry="0" style="line-style:dotted;line-weight:thin;filling:none;color:black" width="6" x="-14"/>
<line y2="-20" end2="none" length2="1.5" x1="5" antialias="false" end1="none" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="95" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="155" antialias="false" end1="none" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="126" length1="1.5"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" z="78" Halignment="AlignLeft" y="-1" uuid="{12dbb3b7-a20c-4ab9-8e2e-8720da996606}" text_from="ElementInfo" frame="false" text_width="-1" x="-40" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="-15" end2="none" length2="1.5" x1="-8" antialias="false" end1="none" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-8" length1="1.5"/>
<line y2="-15" end2="none" length2="1.5" x1="-8" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="2" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="2" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="2" length1="1.5"/>
<line y2="-15" end2="none" length2="1.5" x1="17" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="27" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="27" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="27" length1="1.5"/>
<line y2="-20" end2="none" length2="1.5" x1="17" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" length1="1.5"/>
<line y2="0" end2="none" length2="1.5" x1="22" antialias="false" end1="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="22" length1="1.5"/>
<line y2="0" end2="none" length2="1.5" x1="22" antialias="false" end1="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" length1="1.5"/>
<line y2="-15" end2="none" length2="1.5" x1="-3" antialias="false" end1="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" length1="1.5"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" z="88" Halignment="AlignLeft" y="-14" uuid="{74977415-9946-4026-8cea-c6e1f0bcc382}" text_from="UserText" frame="false" text_width="-1" x="84" rotation="0">
<text>12-24 VDC POWER</text>
</dynamic_text>
<terminal y="200" x="151" orientation="e"/>
<terminal y="210" x="151" orientation="e"/>
<terminal y="-30" x="120" orientation="n"/>
<terminal y="-30" x="110" orientation="n"/>
<terminal y="150" x="151" orientation="e"/>
<terminal y="40" x="151" orientation="e"/>
<terminal y="30" x="151" orientation="e"/>
<terminal y="20" x="151" orientation="e"/>
<terminal y="100" x="151" orientation="e"/>
<terminal y="60" x="151" orientation="e"/>
<terminal y="70" x="151" orientation="e"/>
<terminal y="170" x="151" orientation="e"/>
<terminal y="140" x="151" orientation="e"/>
<terminal y="130" x="151" orientation="e"/>
<terminal y="190" x="151" orientation="e"/>
<terminal y="90" x="151" orientation="e"/>
<terminal y="50" x="151" orientation="e"/>
<terminal y="110" x="151" orientation="e"/>
<terminal y="160" x="151" orientation="e"/>
<terminal y="120" x="151" orientation="e"/>
<terminal y="180" x="151" orientation="e"/>
<terminal y="80" x="151" orientation="e"/>
<terminal y="-30" x="100" orientation="n"/>
<terminal y="-20" x="10" orientation="n"/>
<terminal y="-20" x="60" orientation="n"/>
</description>
</definition>

View File

@@ -1,21 +1,37 @@
<definition link_type="simple" width="90" hotspot_x="49" orientation="dyyy" height="40" type="element" hotspot_y="21" version="0.51">
<uuid uuid="{ac234fc9-5705-4410-aedd-fe36fe2d3ea2}"/>
<definition hotspot_x="49" orientation="dyyy" version="0.80" width="90" hotspot_y="21" type="element" height="40" link_type="simple">
<uuid uuid="{b61ce9f5-d6b3-4d27-9a5d-135143b90f9e}"/>
<names>
<name lang="en">pH/ORP adapter phidget 1130</name>
<name lang="fr">Adaptateur pH/ORP phidget 1130</name>
<name lang="en">pH/ORP adapter phidget 1130</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text size="7" y="-7" text="A0" x="12"/>
<text size="7" y="13" text="GND" x="3"/>
<text size="7" y="3" text="BNC" x="-34"/>
<text size="7" y="3" text="VDD" x="4"/>
<input size="9" y="23" rotate="true" text="_" x="-20" tagg="label"/>
<rect y="-7" width="22" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="13" x="-34"/>
<rect y="-18" width="81" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="34" x="-45"/>
<terminal y="-10" orientation="e" x="30"/>
<terminal y="0" orientation="e" x="30"/>
<terminal y="10" orientation="e" x="30"/>
<terminal y="0" orientation="w" x="-40"/>
<text x="12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-7" color="#000000" rotation="0" text="A0"/>
<text x="3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="13" color="#000000" rotation="0" text="GND"/>
<text x="-34" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="3" color="#000000" rotation="0" text="BNC"/>
<text x="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="3" color="#000000" rotation="0" text="VDD"/>
<dynamic_text x="-20" uuid="{2ba968bd-3cfd-4643-a505-e510cb3fa15a}" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" y="12" text_from="ElementInfo" Halignment="AlignLeft" rotation="0" frame="false" z="5" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<rect x="-34" width="22" ry="0" y="-7" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" height="13" antialias="false"/>
<rect x="-45" width="81" ry="0" y="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" height="34" antialias="false"/>
<terminal x="30" orientation="e" y="-10"/>
<terminal x="30" orientation="e" y="0"/>
<terminal x="30" orientation="e" y="10"/>
<terminal x="-40" orientation="w" y="0"/>
</description>
</definition>

View File

@@ -1,33 +1,51 @@
<definition link_type="simple" hotspot_x="15" orientation="dyyy" hotspot_y="34" type="element" height="70" width="30" version="0.5">
<uuid uuid="{083b34d0-32b9-43b5-86a8-710acf7afc96}"/>
<definition height="70" hotspot_y="34" link_type="simple" orientation="dyyy" version="0.80" type="element" hotspot_x="15" width="30">
<uuid uuid="{2a5fc5b8-3b61-4845-9994-4eecd7a7696d}"/>
<names>
<name lang="pl">Rezystor 1/4W</name>
<name lang="nl">Weerstand 1/4W</name>
<name lang="el">Αντίσταση 1/4w</name>
<name lang="fr">Resistance 1/4w</name>
<name lang="en">Resistor 1/4w </name>
<name lang="it">Resistenza</name>
<name lang="cs">Rezistor 1/4W</name>
<name lang="nl">Weerstand 1/4W</name>
<name lang="pl">Rezystor 1/4W</name>
<name lang="fr">Resistance 1/4w</name>
<name lang="en">Resistor 1/4w </name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="manufacturer">Arduino</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<line y1="0" x1="-6" x2="8" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/>
<line y1="-6" x1="-7" x2="7" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<polygon y1="-2" x3="9" y5="-2" x1="-9" x2="9" x4="-9" y4="2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="2" y2="-2" x5="-9"/>
<polygon y1="-8" x3="9" y5="-8" x1="-9" x2="9" x4="-9" y4="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="-4" y2="-8" x5="-9"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="10" y="18.5" width="18" x="-9" start="0"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="10" y="-27.5" width="18" x="-9" start="-180"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="19" width="20" x="-10"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="-22" width="20" x="-10"/>
<line y1="-18" x1="-9" x2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="18"/>
<line y1="-18" x1="9" x2="9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="18"/>
<polygon y1="-14" x3="9" y5="-14" x1="-9" x2="9" x4="-9" y4="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="-10" y2="-14" x5="-9"/>
<line y1="-12" x1="-7" x2="7" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-12"/>
<line y1="-30" 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="-28"/>
<line y1="30" 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="29"/>
<input size="7" text="12" rotate="true" y="10" tagg="none" x="-11"/>
<input size="9" text="_" rotate="true" y="-25" tagg="label" x="-25"/>
<terminal orientation="n" y="-30" x="0"/>
<terminal orientation="s" y="30" x="0"/>
<line y2="0" y1="0" x2="8" end1="none" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="-6"/>
<line y2="-6" y1="-6" x2="7" end1="none" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="-7"/>
<polygon y2="-2" y1="-2" y5="-2" x2="9" x3="9" x4="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-9" y4="2" y3="2" x5="-9"/>
<polygon y2="-8" y1="-8" y5="-8" x2="9" x3="9" x4="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-9" y4="-4" y3="-4" x5="-9"/>
<arc height="10" x="-9" start="0" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="18.5" width="18"/>
<arc height="10" x="-9" start="-180" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-27.5" width="18"/>
<rect height="4" rx="0" x="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="19" ry="0" width="20"/>
<rect height="4" rx="0" x="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-22" ry="0" width="20"/>
<line y2="18" y1="-18" x2="-9" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="-9"/>
<line y2="18" y1="-18" x2="9" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="9"/>
<polygon y2="-14" y1="-14" y5="-14" x2="9" x3="9" x4="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-9" y4="-10" y3="-10" x5="-9"/>
<line y2="-12" y1="-12" x2="7" end1="none" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="-7"/>
<line y2="-28" y1="-30" x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="0"/>
<line y2="29" y1="30" x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" length2="1.5" end2="none" x1="0"/>
<dynamic_text Valignment="AlignTop" x="-11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1" z="15" y="0.5" frame="false" text_from="UserText" Halignment="AlignLeft" rotation="0" uuid="{20fb02bc-93fc-4ec9-9e1b-b8757900c00b}">
<text>12</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" x="-25" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" z="16" y="-36" frame="false" text_from="ElementInfo" Halignment="AlignLeft" rotation="0" uuid="{3126bee3-6c51-407a-8094-a0c42a4ce0d7}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" orientation="n" y="-30"/>
<terminal x="0" orientation="s" y="30"/>
</description>
</definition>

View File

@@ -1,37 +1,55 @@
<definition link_type="simple" hotspot_x="13" orientation="dyyy" hotspot_y="38" type="element" height="70" width="30" version="0.5">
<uuid uuid="{5d77e080-19f0-441a-b5f2-41d63cad67ca}"/>
<definition width="30" orientation="dyyy" link_type="simple" hotspot_x="13" version="0.80" type="element" height="70" hotspot_y="38">
<uuid uuid="{3c707647-dce1-49f3-8c39-0e468ce1a771}"/>
<names>
<name lang="pl">Rezystor 1W</name>
<name lang="nl">Weerstand 1W</name>
<name lang="el">Αντίσταση 1w</name>
<name lang="fr">Resistance 1w</name>
<name lang="en">1W resistor</name>
<name lang="it">Resistenza 1W</name>
<name lang="cs">Rezistor 1W</name>
<name lang="pl">Rezystor 1W</name>
<name lang="el">Αντίσταση 1w</name>
<name lang="it">Resistenza 1W</name>
<name lang="nl">Weerstand 1W</name>
<name lang="en">1W resistor</name>
</names>
<elementInformations>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Arduino</elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="2" y="-13" width="14" x="-7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="2" y="-6" width="14" x="-7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="2" y="-21" width="14" x="-7"/>
<line y1="4" x1="-6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="4"/>
<line y1="-5" x1="-5" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-5"/>
<line y1="-20" x1="-5" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-20"/>
<line y1="-12" x1="-5" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-12"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="4" y="5.5" width="14" x="-7" start="0"/>
<arc angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="4" y="-29.5" width="14" x="-7" start="-180"/>
<input size="7" text="12" rotate="true" y="23" tagg="none" x="-14"/>
<polygon y1="4" x3="-8" y5="4" x1="-7" x2="-8" x4="8" y4="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="7" x6="7" closed="false" y2="4" y6="4" x5="8"/>
<polygon y1="-24" x3="8" y5="-24" x1="7" x2="8" x4="-8" y4="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="-27" x6="-7" y7="-24" x7="-7" closed="false" y2="-24" y6="-24" x5="-8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="2" y="-17" width="14" x="-7"/>
<line y1="-16" x1="-5" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-16"/>
<arc angle="-280" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="7.9" y="17.05" width="7.6" x="4.7" start="-130"/>
<polygon y1="24" x3="7" x1="6" x2="7" x4="5" y4="26" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y3="26" closed="false" y2="25"/>
<polygon y1="24" x3="10" x1="11" x2="10" x4="12" y4="26" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y3="26" closed="false" y2="25"/>
<line y1="-24" x1="-7" 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="3"/>
<line y1="-24" x1="7" 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="4"/>
<line y1="-24" x1="-6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-24"/>
<input size="9" text="_" rotate="true" y="-25" tagg="label" x="-25"/>
<rect width="14" antialias="false" y="-13" ry="0" x="-7" rx="0" height="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="14" antialias="false" y="-6" ry="0" x="-7" rx="0" height="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="14" antialias="false" y="-21" ry="0" x="-7" rx="0" height="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" y1="4" length1="1.5" x1="-6" y2="4" length2="1.5" end2="none" end1="none" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line antialias="false" y1="-5" length1="1.5" x1="-5" y2="-5" length2="1.5" end2="none" end1="none" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<line antialias="false" y1="-20" length1="1.5" x1="-5" y2="-20" length2="1.5" end2="none" end1="none" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<line antialias="false" y1="-12" length1="1.5" x1="-5" y2="-12" length2="1.5" end2="none" end1="none" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<arc width="14" antialias="true" y="5.5" x="-7" start="0" height="4" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc width="14" antialias="true" y="-29.5" x="-7" start="-180" height="4" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" frame="false" Valignment="AlignTop" y="13.5" x="-14" Halignment="AlignLeft" uuid="{d84af1b7-0b43-441a-a0ec-22cb7b521797}" text_width="-1" text_from="UserText" rotation="0" z="10">
<text>12</text>
</dynamic_text>
<polygon antialias="false" y1="4" y6="4" x1="-7" x3="-8" y2="4" x4="8" y4="7" x5="8" y5="4" closed="false" x6="7" x2="-8" y3="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x7="-7" antialias="false" y1="-24" y6="-24" y7="-24" x1="7" x3="8" y2="-24" x4="-8" y4="-27" x5="-8" y5="-24" closed="false" x6="-7" x2="8" y3="-27" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect width="14" antialias="false" y="-17" ry="0" x="-7" rx="0" height="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" y1="-16" length1="1.5" x1="-5" y2="-16" length2="1.5" end2="none" end1="none" x2="2" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<arc width="7.6" antialias="true" y="17.05" x="4.7" start="-130" height="7.9" angle="-280" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon antialias="true" y1="24" x1="6" x3="7" y2="25" x4="5" y4="26" closed="false" x2="7" y3="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon antialias="true" y1="24" x1="11" x3="10" y2="25" x4="12" y4="26" closed="false" x2="10" y3="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" y1="-24" length1="1.5" x1="-7" y2="3" length2="1.5" end2="none" end1="none" x2="-7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" y1="-24" length1="1.5" x1="7" y2="4" length2="1.5" end2="none" end1="none" x2="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" y1="-24" length1="1.5" x1="-6" y2="-24" length2="1.5" end2="none" end1="none" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" Valignment="AlignTop" y="-36" x="-25" Halignment="AlignLeft" uuid="{e46653d7-bf72-4fc1-96ec-768543683ff3}" text_width="-1" text_from="ElementInfo" rotation="0" z="21">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal orientation="n" y="-30" x="0"/>
<terminal orientation="s" y="10" x="0"/>
</description>

View File

@@ -1,37 +1,55 @@
<definition link_type="simple" hotspot_x="11" orientation="dyyy" hotspot_y="25" type="element" height="50" width="50" version="0.5">
<uuid uuid="{cace88b9-c1ab-41f3-9858-249832873e22}"/>
<definition orientation="dyyy" version="0.80" width="50" height="50" type="element" link_type="simple" hotspot_y="25" hotspot_x="11">
<uuid uuid="{70806232-d519-4125-867d-48a87754e64b}"/>
<names>
<name lang="pl">Rezystor regulacyjny</name>
<name lang="nl">Potentiometer</name>
<name lang="el">Μεταβλητή αντίσταση</name>
<name lang="fr">Potar</name>
<name lang="en">Adjustable resistance</name>
<name lang="it">Resistenza variabile</name>
<name lang="cs">Rezistor regulační</name>
<name lang="nl">Potentiometer</name>
<name lang="en">Adjustable resistance</name>
<name lang="pl">Rezystor regulacyjny</name>
<name lang="el">Μεταβλητή αντίσταση</name>
</names>
<elementInformations>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Arduino</elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
</elementInformations>
<informations>ezza</informations>
<description>
<arc angle="-300" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" height="30" y="-15" width="30" x="0" start="-30"/>
<rect style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" height="46" y="-23" width="43" x="-8"/>
<arc angle="-300" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" y="-20" width="40" x="-5" start="-30"/>
<arc angle="-300" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" y="-20" width="40" x="-5" start="-30"/>
<arc angle="-300" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" height="37" y="-18.5" width="37" x="-3.5" start="-30"/>
<arc angle="-300" style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" height="34" y="-17" width="34" x="-2" start="-30"/>
<arc angle="-300" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="26" y="-13" width="26" x="2" start="-30"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-11" diameter="2" x="29"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="9" diameter="2" x="29"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-1" diameter="2" x="29"/>
<input size="7" text="10K" y="23" tagg="none" x="-8"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="-2" width="12" x="20"/>
<line y1="-6" x1="27" x2="32" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-9"/>
<line y1="6" x1="27" x2="32" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="9"/>
<polygon y11="3" y1="0" y10="3" y14="1" x2="-3" x10="1" y5="-2" x15="-4" x11="-3" x13="-3" y2="-1" y7="0" style="line-style:normal;line-weight:normal;filling:black;color:black" y15="1" y9="2" x3="-3" x1="-4" y8="2" y13="2" x4="1" y3="-3" x8="4" y4="-3" x9="1" x12="-3" x14="-4" y12="2" y6="-2" x7="6" x6="4" x5="1" antialias="false"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-7.2111" diameter="14.4222" x="7.7889"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-5" width="4" x="13"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="4" y="-2" width="3" x="5"/>
<input size="9" text="_" rotate="true" y="-34" tagg="label" x="-20"/>
<terminal orientation="e" y="10" x="30"/>
<terminal orientation="e" y="0" x="30"/>
<terminal orientation="e" y="-10" x="30"/>
<arc y="-15" style="line-style:dotted;line-weight:thin;filling:none;color:black" width="30" height="30" angle="-300" antialias="true" start="-30" x="0"/>
<rect y="-23" style="line-style:dashed;line-weight:normal;filling:none;color:black" width="43" height="46" antialias="false" rx="0" ry="0" x="-8"/>
<arc y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="40" height="40" angle="-300" antialias="true" start="-30" x="-5"/>
<arc y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="40" height="40" angle="-300" antialias="true" start="-30" x="-5"/>
<arc y="-18.5" style="line-style:dotted;line-weight:thin;filling:none;color:black" width="37" height="37" angle="-300" antialias="true" start="-30" x="-3.5"/>
<arc y="-17" style="line-style:dotted;line-weight:thin;filling:none;color:black" width="34" height="34" angle="-300" antialias="true" start="-30" x="-2"/>
<arc y="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" width="26" height="26" angle="-300" antialias="true" start="-30" x="2"/>
<circle y="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="2" antialias="true" x="29"/>
<circle y="9" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="2" antialias="true" x="29"/>
<circle y="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="2" antialias="true" x="29"/>
<dynamic_text y="13.5" z="11" text_width="-1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" Halignment="AlignLeft" uuid="{70f5e19e-7e62-4208-b9dc-4c55bd8c52c3}" x="-8" rotation="0" Valignment="AlignTop" frame="false">
<text>10K</text>
</dynamic_text>
<rect y="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" height="4" antialias="false" rx="0" ry="0" x="20"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="-6" x1="27" end2="none" antialias="false" y2="-9" length1="1.5" x2="32" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="6" x1="27" end2="none" antialias="false" y2="9" length1="1.5" x2="32" length2="1.5"/>
<polygon x2="-3" y9="2" x10="1" y12="2" y3="-3" x4="1" y13="2" y14="1" style="line-style:normal;line-weight:normal;filling:black;color:black" y6="-2" y10="3" y15="1" x7="6" x15="-4" y5="-2" y4="-3" antialias="false" x11="-3" y1="0" y2="-1" x3="-3" x1="-4" x8="4" x14="-4" y11="3" y7="0" x13="-3" x5="1" x6="4" x9="1" x12="-3" y8="2"/>
<circle y="-7.2111" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="14.4222" antialias="true" x="7.7889"/>
<rect y="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" height="10" antialias="false" rx="0" ry="0" x="13"/>
<rect y="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" width="3" height="4" antialias="false" rx="0" ry="0" x="5"/>
<dynamic_text y="-45" z="19" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" Halignment="AlignLeft" uuid="{8c28b10f-548b-4fe2-a0f4-839142ccf1da}" x="-20" rotation="0" Valignment="AlignTop" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="10" orientation="e" x="30"/>
<terminal y="0" orientation="e" x="30"/>
<terminal y="-10" orientation="e" x="30"/>
</description>
</definition>

View File

@@ -1,52 +1,68 @@
<definition link_type="simple" hotspot_x="50" orientation="dyyy" hotspot_y="57" type="element" height="80" width="90" version="0.5">
<uuid uuid="{11811a10-ef65-4682-883d-bd4b0aef4580}"/>
<definition type="element" hotspot_y="57" height="80" hotspot_x="50" link_type="simple" width="90" version="0.80" orientation="dyyy">
<uuid uuid="{cad0711a-d6b0-475d-aa7f-6f82c5987d99}"/>
<names>
<name lang="pl">Tiny RTC</name>
<name lang="nl">Tiny RTC Tijdklok</name>
<name lang="fr">Tiny RTC (horloge temps réel)</name>
<name lang="en">Tiny RTC real time clock)</name>
<name lang="it">Tiny RTC (orologio e calendario)</name>
<name lang="cs">Tiny RTC (hodiny a kalendář)</name>
<name lang="nl">Tiny RTC Tijdklok</name>
<name lang="en">Tiny RTC real time clock)</name>
<name lang="pl">Tiny RTC</name>
<name lang="it">Tiny RTC (orologio e calendario)</name>
</names>
<informations>Charles Ferrand
<elementInformations>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Arduino</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
</elementInformations>
<informations>Charles Ferrand &#xd;
novembre 2013</informations>
<description>
<text size="6" text="SCL" y="-8" rotation="90" x="6"/>
<text size="6" text="DS" y="-6" rotation="90" x="15"/>
<text size="6" text="P1" y="13" x="-42"/>
<line y1="14" x1="35.8432" x2="30.2216" 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"/>
<text size="6" text="SQ" y="-6" rotation="90" x="23"/>
<text size="6" text="Bat" y="-6" rotation="90" x="-30"/>
<text size="6" text="SDA" y="-9" rotation="90" x="-2"/>
<text size="6" text="GND" y="-10" rotation="90" x="-21"/>
<text size="6" text="Vcc" y="-7" rotation="90" x="-11"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="7" y="8" width="62" x="-31"/>
<text size="6" text="DS" y="-42" rotation="90" x="15"/>
<text size="6" text="P2" y="-40" x="-33"/>
<text size="6" text="SCL" y="-42" rotation="90" x="6"/>
<text size="6" text="SDA" y="-42" rotation="90" x="-3"/>
<text size="6" text="Vcc" y="-41" rotation="90" x="-12"/>
<text size="6" text="GND" y="-42" rotation="90" x="-21"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="7" y="-49" width="42" x="-21"/>
<line y1="14" x1="-31" 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="14"/>
<line y1="14" x1="-47" 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="-47"/>
<line y1="-47" x1="-47" x2="-21" 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"/>
<line y1="-47" x1="21" x2="36" 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"/>
<line y1="-47" x1="36" x2="36" 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"/>
<text size="7" text="Tiny RTC" y="-38" rotation="90" x="-44"/>
<ellipse style="line-style:dotted;line-weight:thin;filling:none;color:black" antialias="true" height="42" y="-40" width="41" x="-21"/>
<input size="9" text="_" rotate="true" y="-60" tagg="label" x="-55"/>
<terminal orientation="s" y="13" x="-9"/>
<terminal orientation="s" y="13" x="0"/>
<terminal orientation="n" y="-48" x="-18"/>
<terminal orientation="s" y="13" x="-18"/>
<terminal orientation="s" y="13" x="-27"/>
<terminal orientation="s" y="13" x="27"/>
<terminal orientation="n" y="-48" x="-9"/>
<terminal orientation="n" y="-48" x="0"/>
<terminal orientation="n" y="-48" x="9"/>
<terminal orientation="n" y="-48" x="18"/>
<terminal orientation="s" y="13" x="9"/>
<terminal orientation="s" y="13" x="18"/>
<text y="-8" text="SCL" rotation="90" x="6" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-6" text="DS" rotation="90" x="15" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="13" text="P1" rotation="0" x="-42" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line end1="none" length1="1.5" antialias="false" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="14" x2="30.2216" x1="35.8432"/>
<text y="-6" text="SQ" rotation="90" x="23" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-6" text="Bat" rotation="90" x="-30" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-9" text="SDA" rotation="90" x="-2" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-10" text="GND" rotation="90" x="-21" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-7" text="Vcc" rotation="90" x="-11" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect y="8" height="7" width="62" antialias="false" x="-31" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" ry="0"/>
<text y="-42" text="DS" rotation="90" x="15" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-40" text="P2" rotation="0" x="-33" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-42" text="SCL" rotation="90" x="6" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-42" text="SDA" rotation="90" x="-3" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-41" text="Vcc" rotation="90" x="-12" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text y="-42" text="GND" rotation="90" x="-21" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect y="-49" height="7" width="42" antialias="false" x="-21" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" ry="0"/>
<line end1="none" length1="1.5" antialias="false" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="14" x2="-47" x1="-31"/>
<line end1="none" length1="1.5" antialias="false" y2="-47" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="14" x2="-47" x1="-47"/>
<line end1="none" length1="1.5" antialias="false" y2="-47" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-47" x2="-21" x1="-47"/>
<line end1="none" length1="1.5" antialias="false" y2="-47" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-47" x2="36" x1="21"/>
<line end1="none" length1="1.5" antialias="false" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-47" x2="36" x1="36"/>
<text y="-38" text="Tiny RTC" rotation="90" x="-44" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<ellipse y="-40" height="42" width="41" antialias="true" x="-21" style="line-style:dotted;line-weight:thin;filling:none;color:black"/>
<dynamic_text text_width="-1" y="-71" rotation="0" z="25" Halignment="AlignLeft" x="-55" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" uuid="{6ed3866d-4969-4549-b724-04009ad2fe7f}" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="13" x="-9" orientation="s"/>
<terminal y="13" x="0" orientation="s"/>
<terminal y="-48" x="-18" orientation="n"/>
<terminal y="13" x="-18" orientation="s"/>
<terminal y="13" x="-27" orientation="s"/>
<terminal y="13" x="27" orientation="s"/>
<terminal y="-48" x="-9" orientation="n"/>
<terminal y="-48" x="0" orientation="n"/>
<terminal y="-48" x="9" orientation="n"/>
<terminal y="-48" x="18" orientation="n"/>
<terminal y="13" x="9" orientation="s"/>
<terminal y="13" x="18" orientation="s"/>
</description>
</definition>

View File

@@ -1,48 +1,64 @@
<definition type="element" hotspot_y="75" version="0.51" width="100" height="130" orientation="dyyy" link_type="simple" hotspot_x="50">
<uuid uuid="{23f969a0-ff71-4b33-a60c-ba9665972e15}"/>
<definition height="130" orientation="dyyy" version="0.80" width="100" hotspot_x="50" type="element" hotspot_y="75" link_type="simple">
<uuid uuid="{ed13c43c-b6c4-4317-9545-47ac8386778e}"/>
<names>
<name lang="fr">Wemos D1 Mini</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Arduino</elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text text="D2" x="-34" y="14" size="7"/>
<text text="D3" x="-34" y="4" size="7"/>
<text text="D1" x="-34" y="24" size="7"/>
<text text="Tx" x="-34" y="44" size="7"/>
<text text="Rx" x="-34" y="34" size="7"/>
<text text="D6" x="21" y="4" size="7"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-16" y="-70" width="32" height="30" antialias="false"/>
<text text="D4" x="-34" y="-6" size="7"/>
<text text="GND" x="-34" y="-16" size="7"/>
<text text="USB" x="-13" y="-47" size="9"/>
<text text="RST" x="16" y="44" size="7"/>
<text text="D5" x="21" y="14" size="7"/>
<input tagg="label" text="_" x="-28" y="63" size="9"/>
<text text="A0" x="22" y="34" size="7"/>
<text text="+5V" x="-34" y="-26" size="7"/>
<text text="D0" x="21" y="24" size="7"/>
<text text="D7" x="21" y="-6" size="7"/>
<text text="D8" x="21" y="-16" size="7"/>
<text text="+3.3V" x="5" y="-26" size="7"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" x="-20" y="-10" width="40" height="40" antialias="false"/>
<text text="ESP&#xa;12F" x="-7" y="8" size="5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-45" y="-60" width="90" height="110" antialias="false"/>
<terminal x="-1" y="-65" orientation="n"/>
<terminal x="-40" y="-30" orientation="w"/>
<terminal x="-40" y="-20" orientation="w"/>
<terminal x="-40" y="-10" orientation="w"/>
<terminal x="-40" y="0" orientation="w"/>
<terminal x="-40" y="10" orientation="w"/>
<terminal x="-40" y="20" orientation="w"/>
<terminal x="-40" y="30" orientation="w"/>
<terminal x="-40" y="40" orientation="w"/>
<terminal x="40" y="-30" orientation="e"/>
<terminal x="40" y="-20" orientation="e"/>
<terminal x="40" y="-10" orientation="e"/>
<terminal x="40" y="0" orientation="e"/>
<terminal x="40" y="10" orientation="e"/>
<terminal x="40" y="20" orientation="e"/>
<terminal x="40" y="30" orientation="e"/>
<terminal x="40" y="40" orientation="e"/>
<text x="-34" text="D2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="14" rotation="0" color="#000000"/>
<text x="-34" text="D3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="4" rotation="0" color="#000000"/>
<text x="-34" text="D1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="24" rotation="0" color="#000000"/>
<text x="-34" text="Tx" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="44" rotation="0" color="#000000"/>
<text x="-34" text="Rx" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="34" rotation="0" color="#000000"/>
<text x="21" text="D6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="4" rotation="0" color="#000000"/>
<rect antialias="false" x="-16" height="30" rx="0" y="-70" width="32" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="-34" text="D4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-6" rotation="0" color="#000000"/>
<text x="-34" text="GND" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-16" rotation="0" color="#000000"/>
<text x="-13" text="USB" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-47" rotation="0" color="#000000"/>
<text x="16" text="RST" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="44" rotation="0" color="#000000"/>
<text x="21" text="D5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="14" rotation="0" color="#000000"/>
<dynamic_text x="-28" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="13" y="52" frame="false" text_from="ElementInfo" Valignment="AlignTop" rotation="0" text_width="-1" uuid="{3e7530d6-656b-4fa3-a498-4ed000369dcc}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="22" text="A0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="34" rotation="0" color="#000000"/>
<text x="-34" text="+5V" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-26" rotation="0" color="#000000"/>
<text x="21" text="D0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="24" rotation="0" color="#000000"/>
<text x="21" text="D7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-6" rotation="0" color="#000000"/>
<text x="21" text="D8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-16" rotation="0" color="#000000"/>
<text x="5" text="+3.3V" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="-26" rotation="0" color="#000000"/>
<rect antialias="false" x="-20" height="40" rx="0" y="-10" width="40" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text x="-7" text="ESP&#xa;12F" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="8" rotation="0" color="#000000"/>
<rect antialias="false" x="-45" height="110" rx="0" y="-60" width="90" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal x="-1" orientation="n" y="-65"/>
<terminal x="-40" orientation="w" y="-30"/>
<terminal x="-40" orientation="w" y="-20"/>
<terminal x="-40" orientation="w" y="-10"/>
<terminal x="-40" orientation="w" y="0"/>
<terminal x="-40" orientation="w" y="10"/>
<terminal x="-40" orientation="w" y="20"/>
<terminal x="-40" orientation="w" y="30"/>
<terminal x="-40" orientation="w" y="40"/>
<terminal x="40" orientation="e" y="-30"/>
<terminal x="40" orientation="e" y="-20"/>
<terminal x="40" orientation="e" y="-10"/>
<terminal x="40" orientation="e" y="0"/>
<terminal x="40" orientation="e" y="10"/>
<terminal x="40" orientation="e" y="20"/>
<terminal x="40" orientation="e" y="30"/>
<terminal x="40" orientation="e" y="40"/>
</description>
</definition>

View File

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

View File

@@ -0,0 +1,55 @@
<definition height="80" hotspot_x="65" version="0.70" width="140" hotspot_y="45" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{73433f26-bfe7-459f-87cc-b2de76b5e735}"/>
<names>
<name lang="en">One solenoid directional spool valve</name>
<name lang="es">Válvula direccional de corredera de una solenoide</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect height="16" rx="0" y="-1.52539" x="-34.1328" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="28" antialias="false"/>
<line length2="1.5" x2="-20.13" end2="none" y2="-1.53" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-20.13" y1="-9.53" length1="1.5"/>
<line length2="1.5" x2="-20.13" end2="none" y2="22.47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-20.13" y1="14.47" length1="1.5"/>
<dynamic_text y="-28" x="-46" uuid="{c4516490-9eca-4797-866d-8846ff6377ef}" z="4" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>1</text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-28" x="14" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>2</text>
</dynamic_text>
<polygon x5="1" x2="11" y2="-1" x4="11" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="14" x3="1" y5="-1" antialias="false" y4="14" x1="1" y1="-1"/>
<line length2="1.5" x2="5.8672" end2="none" y2="6.47461" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-5.13281" y1="6.47461" length1="1.5"/>
<rect height="70" rx="0" y="-40" x="-60" ry="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" width="130" antialias="false"/>
<circle y="-30" x="-42" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="48" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<dynamic_text y="-28" x="43" uuid="{84c72113-3acb-4ac3-a1cc-73d9b5016521}" z="13" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>PE</text>
</dynamic_text>
<dynamic_text y="-41" x="-72.4688" uuid="{ded49a61-9ad6-46de-8e84-9cd550ebfeea}" z="14" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignVCenter" Halignment="AlignRight" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-20" x="-53" uuid="{a5c4d062-ed7d-4f13-aed3-4f0c7734696e}" z="15" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>24 VDC</text>
</dynamic_text>
<dynamic_text y="-20" x="10" uuid="{6d748961-550e-49ce-9a1c-ffb529599d1b}" z="16" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<terminal y="-35" x="20" orientation="n"/>
<terminal y="-35" x="-40" orientation="n"/>
<terminal y="-35" x="50" orientation="n"/>
</description>
</definition>

View File

@@ -0,0 +1,76 @@
<definition height="80" hotspot_x="115" version="0.70" width="230" hotspot_y="45" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{cf14cc07-b065-4d03-a08e-db6dde2ec7e9}"/>
<names>
<name lang="en">Proportional directional valve with OBE</name>
<name lang="es">Válvula direccional proporcional con OBE</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect height="16" rx="0" y="-1.52539" x="30.836" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="28" antialias="false"/>
<rect height="16" rx="0" y="-1.52539" x="-29.1328" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="28" antialias="false"/>
<line length2="1.5" x2="44.8388" end2="none" y2="-1.53" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="44.8388" y1="-9.53" length1="1.5"/>
<dynamic_text y="-28" x="82.9688" uuid="{c4516490-9eca-4797-866d-8846ff6377ef}" z="4" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>PE</text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-28" x="-96" uuid="{c4516490-9eca-4797-866d-8846ff6377ef}" z="4" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>A</text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-28" x="-6.0312" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>D</text>
</dynamic_text>
<dynamic_text y="-28" x="-66" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>B</text>
</dynamic_text>
<line length2="1.5" x2="-15.13" end2="none" y2="-1.53" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-15.13" y1="-9.53" length1="1.5"/>
<line length2="1.5" x2="44.8388" end2="none" y2="22.47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="44.8388" y1="14.47" length1="1.5"/>
<line length2="1.5" x2="-15.13" end2="none" y2="22.47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-15.13" y1="14.47" length1="1.5"/>
<polygon x5="10" x2="20" y2="-1" x4="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="14" x3="10" y5="-1" antialias="false" y4="14" x1="10" y1="-1"/>
<line length2="1.5" x2="15" end2="none" y2="6.47" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="0" y1="6.47" length1="1.5"/>
<dynamic_text y="-28" x="23.9688" uuid="{84c72113-3acb-4ac3-a1cc-73d9b5016521}" z="13" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>E</text>
</dynamic_text>
<dynamic_text y="-41" x="-122.469" uuid="{ded49a61-9ad6-46de-8e84-9cd550ebfeea}" z="14" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignVCenter" Halignment="AlignRight" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line length2="1.5" x2="30" end2="none" y2="6.47" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="15" y1="6.47" length1="1.5"/>
<rect height="70" rx="0" y="-40" x="-110" ry="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" width="220" antialias="false"/>
<circle y="-30" x="-92" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="87.9688" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="27.9688" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="-2.0312" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="-62" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<dynamic_text y="-20" x="-104" uuid="{5b828044-cf66-44a1-adfc-2ddcbdd0a86e}" z="26" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>24 VDC</text>
</dynamic_text>
<dynamic_text y="-20" x="-70" uuid="{15ccb026-9adb-4dfc-8ab6-283f708fb656}" z="27" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<dynamic_text y="-20" x="-13" uuid="{b88fc94e-a5b1-4d8e-b080-bd1f62297961}" z="28" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>4-20mA</text>
</dynamic_text>
<dynamic_text y="-20" x="20" uuid="{c81d4553-b57b-47c7-964f-84e437769e7f}" z="29" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<terminal y="-35" x="-0.0312" orientation="n"/>
<terminal y="-35" x="29.9688" orientation="n"/>
<terminal y="-35" x="-90" orientation="n"/>
<terminal y="-35" x="89.9688" orientation="n"/>
<terminal y="-35" x="-60" orientation="n"/>
</description>
</definition>

View File

@@ -0,0 +1,81 @@
<definition height="80" hotspot_x="115" version="0.70" width="230" hotspot_y="45" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{54ee6788-c890-4841-8e7c-b702cf27f488}"/>
<names>
<name lang="en">Proportional pressure reducing valve with OBE</name>
<name lang="es">Válvula proporcional reductora de presión con OBE</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<circle y="-30" x="57.9219" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="27.875" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="-31.7344" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<rect height="16" rx="0" y="-0.52539" x="-8.1328" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="28" antialias="false"/>
<dynamic_text y="-28" x="-96" uuid="{c4516490-9eca-4797-866d-8846ff6377ef}" z="4" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>A</text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-28" x="-66" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>B</text>
</dynamic_text>
<dynamic_text y="-28" x="-35.7344" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>C</text>
</dynamic_text>
<dynamic_text y="-28" x="23.875" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>E</text>
</dynamic_text>
<dynamic_text y="-28" x="-6.125" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>D</text>
</dynamic_text>
<dynamic_text y="-28" x="53.9219" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>F</text>
</dynamic_text>
<line length2="1.5" x2="5.87" end2="none" y2="-0.53" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="5.87" y1="-8.53" length1="1.5"/>
<circle y="-30" x="-2.125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<line length2="1.5" x2="5.87" end2="none" y2="23.47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="5.87" y1="15.47" length1="1.5"/>
<dynamic_text y="-28" x="83" uuid="{84c72113-3acb-4ac3-a1cc-73d9b5016521}" z="13" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>PE</text>
</dynamic_text>
<dynamic_text y="-41" x="-122.031" uuid="{ded49a61-9ad6-46de-8e84-9cd550ebfeea}" z="14" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignVCenter" Halignment="AlignRight" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-20" x="-103" uuid="{a5c4d062-ed7d-4f13-aed3-4f0c7734696e}" z="15" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>24 VDC</text>
</dynamic_text>
<dynamic_text y="-20" x="-70" uuid="{6d748961-550e-49ce-9a1c-ffb529599d1b}" z="16" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<dynamic_text y="-20" x="-13.125" uuid="{6d748961-550e-49ce-9a1c-ffb529599d1b}" z="16" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>4-20mA</text>
</dynamic_text>
<dynamic_text y="-20" x="19.875" uuid="{6d748961-550e-49ce-9a1c-ffb529599d1b}" z="16" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<polygon x5="27" x2="37" y2="0" x4="37" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="15" x3="27" y5="0" antialias="false" y4="15" x1="27" y1="0"/>
<line length2="1.5" x2="31.8672" end2="none" y2="7.47461" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="20.8672" y1="7.47461" length1="1.5"/>
<rect height="70" rx="0" y="-40" x="-110" ry="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" width="220" antialias="false"/>
<circle y="-30" x="-92" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="88" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="-62" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<terminal y="-35" x="-90" orientation="n"/>
<terminal y="-35" x="-60" orientation="n"/>
<terminal y="-35" x="-0.125" orientation="n"/>
<terminal y="-35" x="90" orientation="n"/>
<terminal y="-35" x="59.9219" orientation="n"/>
<terminal y="-35" x="29.875" orientation="n"/>
<terminal y="-35" x="-29.7344" orientation="n"/>
</description>
</definition>

View File

@@ -0,0 +1,87 @@
<definition height="80" hotspot_x="135" version="0.70" width="260" hotspot_y="45" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{1182b89e-0e42-4d83-9ec8-d04a5fd19967}"/>
<names>
<name lang="en">Two solenoid directional spool valve</name>
<name lang="es">Válvula direccional de corredera de dos solenoides</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect height="16" rx="0" y="-1.52539" x="25.8672" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="28" antialias="false"/>
<rect height="16" rx="0" y="-1.52539" x="-94.1328" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="28" antialias="false"/>
<line length2="1.5" x2="39.87" end2="none" y2="-1.53" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="39.87" y1="-9.53" length1="1.5"/>
<dynamic_text y="-28" x="4" uuid="{c4516490-9eca-4797-866d-8846ff6377ef}" z="4" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>3</text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-28" x="-116" uuid="{c4516490-9eca-4797-866d-8846ff6377ef}" z="4" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>1</text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-28" x="64" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>4</text>
</dynamic_text>
<dynamic_text y="-28" x="-56" uuid="{cb70ebe0-be5c-4093-bfe4-6f80733db5f7}" z="5" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>2</text>
</dynamic_text>
<line length2="1.5" x2="-80.13" end2="none" y2="-1.53" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-80.13" y1="-9.53" length1="1.5"/>
<line length2="1.5" x2="39.87" end2="none" y2="22.47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="39.87" y1="14.47" length1="1.5"/>
<line length2="1.5" x2="-80.13" end2="none" y2="22.47" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-80.13" y1="14.47" length1="1.5"/>
<polygon x5="-25" x2="-15" y2="-1" x4="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="14" x3="-25" y5="-1" antialias="false" y4="14" x1="-25" y1="-1"/>
<line length2="1.5" x2="26" end2="none" y2="6.47" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-20" y1="6.47" length1="1.5"/>
<dynamic_text y="-28" x="-27" uuid="{84c72113-3acb-4ac3-a1cc-73d9b5016521}" z="13" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>PE</text>
</dynamic_text>
<dynamic_text y="-28" x="93" uuid="{84c72113-3acb-4ac3-a1cc-73d9b5016521}" z="13" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>PE</text>
</dynamic_text>
<line length2="1.5" x2="-20" end2="none" y2="6.47" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" x1="-65.13" y1="6.47" length1="1.5"/>
<dynamic_text y="-41" x="-142.469" uuid="{ded49a61-9ad6-46de-8e84-9cd550ebfeea}" z="14" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignVCenter" Halignment="AlignRight" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-20" x="-3" uuid="{a5c4d062-ed7d-4f13-aed3-4f0c7734696e}" z="15" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>24 VDC</text>
</dynamic_text>
<dynamic_text y="-20" x="-123" uuid="{a5c4d062-ed7d-4f13-aed3-4f0c7734696e}" z="15" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>24 VDC</text>
</dynamic_text>
<rect height="70" rx="0" y="-40" x="-130" ry="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" width="250" antialias="false"/>
<dynamic_text y="-20" x="-60" uuid="{6d748961-550e-49ce-9a1c-ffb529599d1b}" z="16" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<dynamic_text y="-20" x="60" uuid="{6d748961-550e-49ce-9a1c-ffb529599d1b}" z="16" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>GND</text>
</dynamic_text>
<dynamic_text y="-5" x="-111" uuid="{71da48cc-fc45-4577-a2fa-c5d819de9fd6}" z="17" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>a</text>
</dynamic_text>
<circle y="-30" x="-112" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<dynamic_text y="-5" x="55" uuid="{c88df7cf-458a-4448-945d-782502d2693d}" z="18" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false">
<text>b</text>
</dynamic_text>
<circle y="-30" x="8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="98" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="-52" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<circle y="-30" x="68" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="4"/>
<terminal y="-35" x="-110" orientation="n"/>
<terminal y="-35" x="-50" orientation="n"/>
<terminal y="-35" x="-20" orientation="n"/>
<terminal y="-35" x="100" orientation="n"/>
<terminal y="-35" x="10" orientation="n"/>
<terminal y="-35" x="70" orientation="n"/>
</description>
</definition>

View File

@@ -0,0 +1,202 @@
<definition hotspot_y="104" version="0.80" type="element" width="300" height="220" hotspot_x="142" orientation="dyyy" link_type="master">
<uuid uuid="{b4fec800-7d80-4da1-96ed-98ae0c3ea6d6}"/>
<names>
<name lang="de">SPS-Steuerung Eaton Easy E4-AC-12RC1(P)</name>
<name lang="en">PLC Eaton Easy E4-AC-12RC1(P)</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation name="label" show="1">A</elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1">197508</elementInformation>
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="description" show="1">Easy E4-AC-12RC1(P)</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: Lars Biskupek</informations>
<description>
<text x="117" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="2" rotation="0"/>
<line length2="1.5" x1="129" x2="139" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39" end2="none" antialias="false" end1="none" length1="1.5" y2="-39"/>
<rect x="86" style="line-style:normal;line-weight:normal;filling:white;color:black" rx="0" antialias="false" y="48" ry="0" width="28" height="20"/>
<text x="-73" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="2" rotation="0"/>
<text x="-13" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="2" rotation="0"/>
<text x="47" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="2" rotation="0"/>
<polygon y12="63" y9="63" x1="95" x7="105" y13="63" x2="95" y14="63" x4="89" x10="103" y6="61" y2="61" y10="65" x13="96" x5="111" y1="63" y8="63" x9="103" x14="96" x6="111" x12="97" y11="65" x3="89" x8="105" y5="51" y3="61" x11="97" y7="61" antialias="false" y4="51" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
<text x="78" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="1" rotation="0"/>
<line length2="1.5" x1="-100" x2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-61" end2="none" antialias="false" end1="none" length1="1.5" y2="70"/>
<text x="-52" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="1" rotation="0"/>
<text x="8" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="1" rotation="0"/>
<circle x="139" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="75"/>
<line length2="1.5" x1="99" x2="99" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="130" x2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="41" end2="none" antialias="false" end1="none" length1="1.5" y2="41"/>
<line length2="1.5" x1="97" x2="97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<rect x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-101" ry="0" width="295" height="211"/>
<line length2="1.5" x1="95" x2="95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="93" x2="93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<circle x="92.4564" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-24.2372"/>
<line length2="1.5" x1="101" x2="101" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<circle x="114.456" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-3.2372"/>
<circle x="70.4564" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-3.2372"/>
<line length2="1.5" x1="103" x2="103" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="105" x2="105" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="64" x2="74" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="41" end2="none" antialias="false" end1="none" length1="1.5" y2="41"/>
<circle x="92.4564" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="17.7628"/>
<line length2="1.5" x1="107" x2="107" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<dynamic_text x="-91" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="28" text_from="UserText" Halignment="AlignLeft" y="47" uuid="{ceec33a6-f176-42e1-90f4-c2046da071d1}" frame="false" Valignment="AlignTop" rotation="0" text_width="-1">
<text>EASY E4-AC-12RC1(P)</text>
</dynamic_text>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="0" angle="90" width="10" height="10"/>
<rect x="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-40" ry="0" width="130" height="89"/>
<line length2="1.5" x1="141" x2="148" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="84" end2="none" antialias="true" end1="none" length1="1.5" y2="77"/>
<arc x="135" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="0" angle="90" width="10" height="10"/>
<arc x="134" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="0" angle="90" width="10" height="10"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="270" angle="90" width="10" height="10"/>
<arc x="135" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="270" angle="90" width="10" height="10"/>
<line length2="1.5" x1="140" x2="147" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="83" end2="none" antialias="true" end1="none" length1="1.5" y2="76"/>
<arc x="134" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="270" angle="90" width="10" height="10"/>
<line length2="1.5" x1="139" x2="129" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" end2="none" antialias="false" end1="none" length1="1.5" y2="-29"/>
<rect x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-79" ry="0" width="295" height="169"/>
<line length2="1.5" x1="74" x2="64" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="51"/>
<line length2="1.5" x1="140" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="51"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="180" angle="90" width="10" height="10"/>
<arc x="125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="180" angle="90" width="10" height="10"/>
<arc x="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="180" angle="90" width="10" height="10"/>
<line length2="1.5" x1="-40" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-100" end2="none" antialias="false" end1="none" length1="1.5" y2="-79"/>
<arc x="125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="90" angle="90" width="10" height="10"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="90" angle="90" width="10" height="10"/>
<arc x="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="90" angle="90" width="10" height="10"/>
<rect x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-61.5021" ry="0" width="295" height="131.502"/>
<text x="129" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="49" text="OK" rotation="0"/>
<text x="62" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="49" text="ESC" rotation="0"/>
<text x="127" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-31" text="ALT" rotation="0"/>
<text x="95" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="86.05" text="Q4" rotation="0"/>
<text x="-35" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="87.05" text="Q2" rotation="0"/>
<text x="25" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="86" text="Q3" rotation="0"/>
<text x="-95" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="87" text="Q1" rotation="0"/>
<text x="116" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I8" rotation="0"/>
<text x="97" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I7" rotation="0"/>
<text x="77" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I6" rotation="0"/>
<text x="57" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I5" rotation="0"/>
<text x="-73" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="N" rotation="0"/>
<text x="36" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I4" rotation="0"/>
<text x="-93" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="N" rotation="0"/>
<text x="15" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I3" rotation="0"/>
<text x="-6" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I2" rotation="0"/>
<text x="-22" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I1" rotation="0"/>
<line length2="1.5" x1="50" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-61" end2="none" antialias="false" end1="none" length1="1.5" y2="70"/>
<circle x="105" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="35" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-25" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-85" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="115" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="35" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="-75" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="85" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="15" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-45" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-105" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="95" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="15" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="-73" x2="-66" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<text x="-112" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="L" rotation="0"/>
<line length2="1.5" x1="107" x2="114" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="37" x2="44" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-23" x2="-16" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-83" x2="-76" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="117" x2="124" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="37" x2="44" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-74" x2="-67" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="87" x2="94" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="17" x2="24" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-43" x2="-36" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-103" x2="-96" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="97" x2="104" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="17" x2="24" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<circle x="-95" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="106" x2="113" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="36" x2="43" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-24" x2="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-84" x2="-77" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="116" x2="123" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="36" x2="43" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<circle x="-115" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="86" x2="93" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="16" x2="23" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-44" x2="-37" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-104" x2="-97" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="96" x2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="16" x2="23" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-93" x2="-86" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<circle x="75" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="-5" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="-113" x2="-106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<circle x="55" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="-25" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="-94" x2="-87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="77" x2="84" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-3" x2="4" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-114" x2="-107" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="57" x2="64" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-23" x2="-16" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="76" x2="83" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-4" x2="3" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="56" x2="63" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-24" x2="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-125.8" x2="-115.6" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-43.4279" end2="none" antialias="false" end1="none" length1="1.5" y2="-43.4279"/>
<line length2="1.5" x1="-125.8" x2="-115.6" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="54.5893" end2="none" antialias="false" end1="none" length1="1.5" y2="54.5893"/>
<arc x="-125.8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-43.4279" start="0" angle="90" width="20.4" height="106.928"/>
<arc x="-125.8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-34.5173" start="270" angle="90" width="20.4" height="89.1066"/>
<arc x="-136" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-52.3386" start="180" angle="90" width="20.4" height="106.928"/>
<arc x="-136" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-43.4279" start="90" angle="90" width="20.4" height="89.1066"/>
<text x="94.3141" font="DIN 1451 Mittelschrift,9,-1,5,50,0,0,0,0,0,Regular" color="#000000" y="-14.1154" text="▲" rotation="0"/>
<text x="70.8141" font="DINosaur Medium,9,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="9.00641" text="◄" rotation="0"/>
<text x="94.3141" font="DINPro-Medium,9,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="30.2286" text="▼" rotation="0"/>
<text x="117.485" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="8.62821" text="►" rotation="0"/>
<line length2="1.5" x1="64" x2="74" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39" end2="none" antialias="false" end1="none" length1="1.5" y2="-39"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="0" angle="90" width="10" height="10"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="270" angle="90" width="10" height="10"/>
<line length2="1.5" x1="74" x2="64" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" end2="none" antialias="false" end1="none" length1="1.5" y2="-29"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="180" angle="90" width="10" height="10"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="90" angle="90" width="10" height="10"/>
<text x="61" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-31" text="DEL" rotation="0"/>
<arc x="123" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="78.7074" start="90" angle="90" width="12" height="13.2926"/>
<arc x="123" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="78.7074" start="0" angle="90" width="12" height="13.2926"/>
<line length2="1.5" x1="127" x2="131" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="83.4" end2="none" antialias="false" end1="none" length1="1.5" y2="83.4"/>
<line length2="1.5" x1="126" x2="132" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="81.4" end2="none" antialias="false" end1="none" length1="1.5" y2="81.4"/>
<line length2="1.5" x1="128" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85.4" end2="none" antialias="false" end1="none" length1="1.5" y2="85.4"/>
<line length2="1.5" x1="129" x2="129" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="78" end2="none" antialias="false" end1="none" length1="1.5" y2="74"/>
<dynamic_text x="-175" font="DINPro-Bold,10,-1,5,75,0,0,0,0,0,Bold" z="150" text_from="ElementInfo" Halignment="AlignLeft" y="-109" uuid="{e1f7fa5f-7cc7-4c08-9393-c08dc415dc1d}" frame="false" Valignment="AlignTop" rotation="0" text_width="-1">
<text>A</text>
<info_name>label</info_name>
</dynamic_text>
<text x="-112" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="103" text="1" rotation="0"/>
<terminal x="20" y="110" orientation="s"/>
<terminal x="110" y="110" orientation="s"/>
<terminal x="40" y="110" orientation="s"/>
<terminal x="90" y="110" orientation="s"/>
<terminal x="-40" y="110" orientation="s"/>
<terminal x="-110" y="-100" orientation="n"/>
<terminal x="40" y="-100" orientation="n"/>
<terminal x="120" y="-100" orientation="n"/>
<terminal x="-20" y="110" orientation="s"/>
<terminal x="20" y="-100" orientation="n"/>
<terminal x="114" y="58" orientation="e"/>
<terminal x="80" y="-100" orientation="n"/>
<terminal x="-20" y="-100" orientation="n"/>
<terminal x="-100" y="110" orientation="s"/>
<terminal x="-70" y="-100" orientation="n"/>
<terminal x="100" y="-100" orientation="n"/>
<terminal x="-80" y="110" orientation="s"/>
<terminal x="60" y="-100" orientation="n"/>
<terminal x="0" y="-100" orientation="n"/>
<terminal x="-90" y="-100" orientation="n"/>
<terminal x="149" y="80" orientation="e"/>
</description>
</definition>

View File

@@ -0,0 +1,196 @@
<definition hotspot_y="104" version="0.80" type="element" width="300" height="220" hotspot_x="142" orientation="dyyy" link_type="master">
<uuid uuid="{85095ea3-7ce0-47b7-8089-ed716470e8eb}"/>
<names>
<name lang="de">SPS-Steuerung Eaton Easy E4-DC-12TC1(P)</name>
<name lang="en">PLC Eaton Easy E4-DC-12TC1(P)</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation name="label" show="1">A</elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="description" show="1">Easy E4-DC-12TC1(P)</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: Lars Biskupek</informations>
<description>
<text x="105" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="86.05" text="Q4" rotation="0"/>
<text x="34" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="86" text="Q2" rotation="0"/>
<line length2="1.5" x1="129" x2="139" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39" end2="none" antialias="false" end1="none" length1="1.5" y2="-39"/>
<rect x="86" style="line-style:normal;line-weight:normal;filling:white;color:black" rx="0" antialias="false" y="48" ry="0" width="28" height="20"/>
<polygon y12="63" y9="63" x1="95" x7="105" y13="63" x2="95" y14="63" x4="89" x10="103" y6="61" y2="61" y10="65" x13="96" x5="111" y1="63" y8="63" x9="103" x14="96" x6="111" x12="97" y11="65" x3="89" x8="105" y5="51" y3="61" x11="97" y7="61" antialias="false" y4="51" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
<line length2="1.5" x1="-100" x2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-61" end2="none" antialias="false" end1="none" length1="1.5" y2="70"/>
<circle x="140" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="75"/>
<line length2="1.5" x1="99" x2="99" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="130" x2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="41" end2="none" antialias="false" end1="none" length1="1.5" y2="41"/>
<line length2="1.5" x1="97" x2="97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<rect x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-101" ry="0" width="295" height="211"/>
<line length2="1.5" x1="95" x2="95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="93" x2="93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<circle x="92.4564" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-24.2372"/>
<line length2="1.5" x1="101" x2="101" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<circle x="114.456" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-3.2372"/>
<circle x="70.4564" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-3.2372"/>
<line length2="1.5" x1="103" x2="103" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="105" x2="105" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<line length2="1.5" x1="64" x2="74" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="41" end2="none" antialias="false" end1="none" length1="1.5" y2="41"/>
<circle x="92.4564" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="17.7628"/>
<line length2="1.5" x1="107" x2="107" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="53"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="0" angle="90" width="10" height="10"/>
<dynamic_text x="-91" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="28" text_from="UserText" Halignment="AlignLeft" y="47" uuid="{ceec33a6-f176-42e1-90f4-c2046da071d1}" frame="false" Valignment="AlignTop" rotation="0" text_width="-1">
<text>EASY E4-DC-12TC1(P)</text>
</dynamic_text>
<rect x="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-40" ry="0" width="130" height="89"/>
<line length2="1.5" x1="142" x2="149" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="84" end2="none" antialias="true" end1="none" length1="1.5" y2="77"/>
<arc x="135" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="0" angle="90" width="10" height="10"/>
<arc x="134" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="0" angle="90" width="10" height="10"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="270" angle="90" width="10" height="10"/>
<arc x="135" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="270" angle="90" width="10" height="10"/>
<line length2="1.5" x1="141" x2="148" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="83" end2="none" antialias="true" end1="none" length1="1.5" y2="76"/>
<arc x="134" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="270" angle="90" width="10" height="10"/>
<line length2="1.5" x1="139" x2="129" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" end2="none" antialias="false" end1="none" length1="1.5" y2="-29"/>
<rect x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-79" ry="0" width="295" height="169"/>
<line length2="1.5" x1="74" x2="64" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="51"/>
<line length2="1.5" x1="140" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="51" end2="none" antialias="false" end1="none" length1="1.5" y2="51"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="180" angle="90" width="10" height="10"/>
<arc x="125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="180" angle="90" width="10" height="10"/>
<arc x="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="180" angle="90" width="10" height="10"/>
<line length2="1.5" x1="-40" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-100" end2="none" antialias="false" end1="none" length1="1.5" y2="-79"/>
<arc x="125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="90" angle="90" width="10" height="10"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="41" start="90" angle="90" width="10" height="10"/>
<arc x="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="90" angle="90" width="10" height="10"/>
<rect x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" y="-61.5021" ry="0" width="295" height="131.502"/>
<text x="129" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="49" text="OK" rotation="0"/>
<text x="62" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="49" text="ESC" rotation="0"/>
<text x="127" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-31" text="ALT" rotation="0"/>
<text x="85" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="86.05" text="Q3" rotation="0"/>
<text x="-35" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="87.05" text="0V" rotation="0"/>
<text x="15" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="86" text="Q1" rotation="0"/>
<text x="-100" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="87" text="+24V" rotation="0"/>
<text x="116" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I8" rotation="0"/>
<text x="97" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I7" rotation="0"/>
<text x="77" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I6" rotation="0"/>
<text x="57" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I5" rotation="0"/>
<text x="-75" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="OV" rotation="0"/>
<text x="36" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I4" rotation="0"/>
<text x="-95" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="0V" rotation="0"/>
<text x="15" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I3" rotation="0"/>
<text x="-6" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I2" rotation="0"/>
<text x="-22" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="I1" rotation="0"/>
<line length2="1.5" x1="50" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-61" end2="none" antialias="false" end1="none" length1="1.5" y2="70"/>
<circle x="105" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="35" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-25" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-85" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="115" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="35" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="-75" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="85" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="15" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-45" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="-105" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="95"/>
<circle x="95" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="15" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="-73" x2="-66" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<text x="-121" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-69" text="+24V" rotation="0"/>
<line length2="1.5" x1="107" x2="114" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="37" x2="44" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-23" x2="-16" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-83" x2="-76" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="117" x2="124" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="37" x2="44" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-74" x2="-67" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="87" x2="94" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="17" x2="24" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-43" x2="-36" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="-103" x2="-96" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="104" end2="none" antialias="true" end1="none" length1="1.5" y2="97"/>
<line length2="1.5" x1="97" x2="104" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="17" x2="24" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<circle x="-95" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="106" x2="113" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="36" x2="43" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-24" x2="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-84" x2="-77" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="116" x2="123" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="36" x2="43" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<circle x="-115" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="86" x2="93" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="16" x2="23" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-44" x2="-37" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="-104" x2="-97" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="103" end2="none" antialias="true" end1="none" length1="1.5" y2="96"/>
<line length2="1.5" x1="96" x2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="16" x2="23" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-93" x2="-86" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<circle x="75" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="-5" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="-113" x2="-106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<circle x="55" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<circle x="-25" diameter="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-95"/>
<line length2="1.5" x1="-94" x2="-87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="77" x2="84" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-3" x2="4" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-114" x2="-107" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="57" x2="64" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="-23" x2="-16" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" end2="none" antialias="true" end1="none" length1="1.5" y2="-93"/>
<line length2="1.5" x1="76" x2="83" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-4" x2="3" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="56" x2="63" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-24" x2="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-87" end2="none" antialias="true" end1="none" length1="1.5" y2="-94"/>
<line length2="1.5" x1="-125.8" x2="-115.6" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-43.4279" end2="none" antialias="false" end1="none" length1="1.5" y2="-43.4279"/>
<line length2="1.5" x1="-125.8" x2="-115.6" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="54.5893" end2="none" antialias="false" end1="none" length1="1.5" y2="54.5893"/>
<arc x="-125.8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-43.4279" start="0" angle="90" width="20.4" height="106.928"/>
<arc x="-125.8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-34.5173" start="270" angle="90" width="20.4" height="89.1066"/>
<arc x="-136" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-52.3386" start="180" angle="90" width="20.4" height="106.928"/>
<arc x="-136" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-43.4279" start="90" angle="90" width="20.4" height="89.1066"/>
<text x="94.3141" font="DIN 1451 Mittelschrift,9,-1,5,50,0,0,0,0,0,Regular" color="#000000" y="-14.1154" text="▲" rotation="0"/>
<text x="70.8141" font="DINosaur Medium,9,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="9.00641" text="◄" rotation="0"/>
<text x="94.3141" font="DINPro-Medium,9,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="30.2286" text="▼" rotation="0"/>
<text x="117.485" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="8.62821" text="►" rotation="0"/>
<line length2="1.5" x1="64" x2="74" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39" end2="none" antialias="false" end1="none" length1="1.5" y2="-39"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="0" angle="90" width="10" height="10"/>
<arc x="69" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="270" angle="90" width="10" height="10"/>
<line length2="1.5" x1="74" x2="64" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" end2="none" antialias="false" end1="none" length1="1.5" y2="-29"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="180" angle="90" width="10" height="10"/>
<arc x="59" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-39" start="90" angle="90" width="10" height="10"/>
<text x="61" font="DINPro-Medium,6,-1,5,57,0,0,0,0,0,Medium" color="#000000" y="-31" text="DEL" rotation="0"/>
<arc x="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="78.7074" start="90" angle="90" width="12" height="13.2926"/>
<arc x="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="78.7074" start="0" angle="90" width="12" height="13.2926"/>
<line length2="1.5" x1="128" x2="132" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="83.4" end2="none" antialias="false" end1="none" length1="1.5" y2="83.4"/>
<line length2="1.5" x1="127" x2="133" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="81.4" end2="none" antialias="false" end1="none" length1="1.5" y2="81.4"/>
<line length2="1.5" x1="129" x2="131" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85.4" end2="none" antialias="false" end1="none" length1="1.5" y2="85.4"/>
<line length2="1.5" x1="130" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="78" end2="none" antialias="false" end1="none" length1="1.5" y2="74"/>
<dynamic_text x="-175" font="DINPro-Bold,10,-1,5,75,0,0,0,0,0,Bold" z="150" text_from="ElementInfo" Halignment="AlignLeft" y="-109" uuid="{e1f7fa5f-7cc7-4c08-9393-c08dc415dc1d}" frame="false" Valignment="AlignTop" rotation="0" text_width="-1">
<text>A</text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="20" y="-100" orientation="n"/>
<terminal x="-40" y="110" orientation="s"/>
<terminal x="-100" y="110" orientation="s"/>
<terminal x="40" y="-100" orientation="n"/>
<terminal x="60" y="-100" orientation="n"/>
<terminal x="110" y="110" orientation="s"/>
<terminal x="-80" y="110" orientation="s"/>
<terminal x="120" y="-100" orientation="n"/>
<terminal x="-110" y="-100" orientation="n"/>
<terminal x="-70" y="-100" orientation="n"/>
<terminal x="-20" y="110" orientation="s"/>
<terminal x="100" y="-100" orientation="n"/>
<terminal x="-20" y="-100" orientation="n"/>
<terminal x="114" y="58" orientation="e"/>
<terminal x="90" y="110" orientation="s"/>
<terminal x="80" y="-100" orientation="n"/>
<terminal x="150" y="80" orientation="e"/>
<terminal x="0" y="-100" orientation="n"/>
<terminal x="20" y="110" orientation="s"/>
<terminal x="40" y="110" orientation="s"/>
<terminal x="-90" y="-100" orientation="n"/>
</description>
</definition>

View File

@@ -1,50 +1,66 @@
<definition orientation="dyyy" version="0.51" height="70" link_type="simple" type="element" hotspot_x="55" hotspot_y="36" width="110">
<uuid uuid="{bb693d5c-fdc6-4c98-b77a-de5f0ac848f6}"/>
<definition height="70" width="110" link_type="simple" hotspot_x="55" version="0.80" orientation="dyyy" type="element" hotspot_y="36">
<uuid uuid="{a99db29b-c987-4ef9-846f-9d21c621ce06}"/>
<names>
<name lang="en">PEV-1/4-B-M12 (395540)</name>
</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">Festo</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>
<description>
<arc height="6" x="6.985" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="2" x="28" y="-9" size="6"/>
<arc height="6" x="26.985" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="26.985" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon y4="-5" x2="30" y2="-3" x4="33" x1="27" x3="30" antialias="false" closed="false" y3="-5" y1="-3" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text text="n.c." x="-14" y="-2" size="4"/>
<rect height="6" x="29" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line length2="1.5" end1="none" x2="29.985" y2="-25.8018" x1="29.985" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="+" x="-31" y="-2" size="4"/>
<rect height="50" x="-50" y="-20" antialias="false" width="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" x="-10" y="5" antialias="false" width="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text text="P" x="-8" y="13" size="6"/>
<text text="4" x="8" y="-9" size="6"/>
<input rotate="true" text="_" tagg="label" x="-80" y="-13" size="9"/>
<arc height="6" x="6.985" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon y4="-5" x2="10" y2="-3" x4="13" x1="7" x3="10" antialias="false" closed="false" y3="-5" y1="-3" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="6" x="9" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line length2="1.5" end1="none" x2="0" y2="10" x1="31" length1="1.5" end2="none" antialias="false" y1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" end1="none" x2="9.985" y2="-25.8018" x1="9.985" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="-13.015" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="-13.015" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="-11" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line length2="1.5" end1="none" x2="-10.015" y2="-25.8018" x1="-10.015" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="M12" x="-43" y="-14" size="4"/>
<text text="1" x="-32" y="-9" size="6"/>
<text text="3" x="-12" y="-9" size="6"/>
<arc height="6" x="-33.015" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="-33.015" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="-31" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle diameter="2" x="9" y="22" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line length2="1.5" end1="none" x2="-30.015" y2="-25.8018" x1="-30.015" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="10" y2="15" x1="7" x3="10" antialias="false" closed="false" y3="23" y1="5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x2="30" y2="15" x1="30" x3="33" antialias="false" closed="false" y3="5" y1="23" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" end1="none" x2="10" y2="5" x1="10" length1="1.5" end2="none" antialias="false" y1="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x2="30" y2="5" x1="30" x3="34" antialias="false" closed="false" y3="5" y1="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x2="-30" y2="23" x1="-30" x3="30" antialias="false" closed="false" y3="23" y1="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<terminal orientation="n" x="-30" y="-30"/>
<terminal orientation="n" x="-10" y="-30"/>
<terminal orientation="n" x="10" y="-30"/>
<terminal orientation="n" x="30" y="-30"/>
<arc height="6" width="6" angle="-84" x="6.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<text color="#000000" x="28" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="2" rotation="0"/>
<arc height="6" width="6" angle="-84" x="26.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="26.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<polygon x3="30" y1="-3" x1="27" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-5" y4="-5" x4="33" closed="false" y2="-3" x2="30" antialias="false"/>
<text color="#000000" x="-14" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="n.c." rotation="0"/>
<rect height="6" ry="0" width="2" x="29" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="29.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="29.985" end1="none" antialias="false"/>
<text color="#000000" x="-31" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+" rotation="0"/>
<rect height="50" ry="0" width="100" x="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" rx="0" antialias="false"/>
<rect height="10" ry="0" width="10" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" y="5" rx="0" antialias="false"/>
<text color="#000000" x="-8" y="13" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="P" rotation="0"/>
<text color="#000000" x="8" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="4" rotation="0"/>
<dynamic_text uuid="{e5a2eace-b83b-4b5d-ae6b-6ff514fb6d99}" Halignment="AlignLeft" frame="false" x="-80" Valignment="AlignTop" text_from="ElementInfo" y="-24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="14" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="6" width="6" angle="-84" x="6.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<polygon x3="10" y1="-3" x1="7" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-5" y4="-5" x4="13" closed="false" y2="-3" x2="10" antialias="false"/>
<rect height="6" ry="0" width="2" x="9" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="10" x1="31" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="10" length2="1.5" length1="1.5" x2="0" end1="none" antialias="false"/>
<line y1="-29.8018" x1="9.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="9.985" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-13.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-13.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-11" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-10.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-10.015" end1="none" antialias="false"/>
<text color="#000000" x="-43" y="-14" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="M12" rotation="0"/>
<text color="#000000" x="-32" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="1" rotation="0"/>
<text color="#000000" x="-12" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="3" rotation="0"/>
<arc height="6" width="6" angle="-84" x="-33.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-33.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-31" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<circle x="9" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2" y="22" antialias="false"/>
<line y1="-29.8018" x1="-30.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-30.015" end1="none" antialias="false"/>
<polygon x3="10" y1="5" x1="7" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="23" closed="false" y2="15" x2="10" antialias="false"/>
<polygon x3="33" y1="23" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="5" closed="false" y2="15" x2="30" antialias="false"/>
<line y1="0" x1="10" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="5" length2="1.5" length1="1.5" x2="10" end1="none" antialias="false"/>
<polygon x3="34" y1="0" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="5" closed="false" y2="5" x2="30" antialias="false"/>
<polygon x3="30" y1="0" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="23" closed="false" y2="23" x2="-30" antialias="false"/>
<terminal x="-30" y="-30" orientation="n"/>
<terminal x="-10" y="-30" orientation="n"/>
<terminal x="10" y="-30" orientation="n"/>
<terminal x="30" y="-30" orientation="n"/>
</description>
</definition>

View File

@@ -1,38 +1,54 @@
<definition height="70" version="0.51" type="element" hotspot_x="39" hotspot_y="36" width="80" orientation="dyyy" link_type="simple">
<uuid uuid="{4b620e6a-032f-46fd-9216-9b6087e9b36d}"/>
<definition height="70" width="80" link_type="simple" hotspot_x="39" version="0.80" orientation="dyyy" type="element" hotspot_y="36">
<uuid uuid="{298128b2-783e-4a55-9886-ad0cffb6b98c}"/>
<names>
<name lang="en">SME-8M-DS-24V-K-0,3-M8D (543861)</name>
<name lang="en">SME-8M-DS-24V-K-0,3-M8D (543861)</name>
</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">Festo</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>
<description>
<arc x="16.985" height="6" y="-25.8018" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" start="-180" width="6"/>
<text x="-1" size="4" text="-" y="-2"/>
<text x="-21" size="4" text="+" y="-2"/>
<rect x="-35" height="50" y="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="71"/>
<polygon y4="16" y1="10" y2="4" y3="10" antialias="false" x3="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-14" x1="-20" x4="-14" x5="-20" y5="10" closed="false"/>
<line end2="none" length1="1.5" y1="6" y2="14" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-12" x1="-12" length2="1.5" end1="none"/>
<text x="18" size="6" text="4" y="-9"/>
<line end2="none" length1="1.5" y1="6" y2="14" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-16" x1="-16" length2="1.5" end1="none"/>
<input x="-60" size="9" text="_" y="-13" rotate="true" tagg="label"/>
<line end2="none" length1="1.5" y1="10" y2="10" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="5" x1="0" length2="1.5" end1="none"/>
<polygon y1="7" y2="10" y3="10" antialias="false" x3="20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="15" x1="5" closed="false"/>
<arc x="16.985" height="6" y="-25.8018" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" start="83" width="6"/>
<polygon y4="-5" y1="-2" y2="-2" y3="-5" antialias="false" x3="20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="20" x1="16" x4="24" closed="false"/>
<rect x="19" height="6" y="-23" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2"/>
<line end2="none" length1="1.5" y1="-29.8018" y2="-25.8018" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="19.985" x1="19.985" length2="1.5" end1="none"/>
<arc x="-3.015" height="6" y="-25.8018" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" start="-180" width="6"/>
<arc x="-3.015" height="6" y="-25.8018" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" start="83" width="6"/>
<rect x="-1" height="6" y="-23" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2"/>
<line end2="none" length1="1.5" y1="-29.8018" y2="-25.8018" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-0.015" x1="-0.015" length2="1.5" end1="none"/>
<text x="-31" size="4" text="M8" y="-14"/>
<text x="-22" size="6" text="1" y="-9"/>
<text x="-2" size="6" text="3" y="-9"/>
<arc x="-23.015" height="6" y="-25.8018" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" start="-180" width="6"/>
<arc x="-23.015" height="6" y="-25.8018" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" start="83" width="6"/>
<rect x="-21" height="6" y="-23" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2"/>
<line end2="none" length1="1.5" y1="-29.8018" y2="-25.8018" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20.015" x1="-20.015" length2="1.5" end1="none"/>
<polygon y3="22" y4="18" antialias="false" x5="-7" y8="18" x9="-19" style="line-style:normal;line-weight:thin;filling:black;color:black" x4="-9" y9="18" x1="-19" y2="22" x2="-19" y1="18" y7="24" x6="-7" y6="24" x7="-21" x3="-9" x8="-21" y5="18"/>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<text color="#000000" x="-1" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="-" rotation="0"/>
<text color="#000000" x="-21" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+" rotation="0"/>
<rect height="50" ry="0" width="71" x="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" rx="0" antialias="false"/>
<polygon x3="-8" y1="10" x1="-20" y5="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="10" x5="-20" y4="16" x4="-14" closed="false" y2="4" x2="-14" antialias="false"/>
<line y1="6" x1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="14" length2="1.5" length1="1.5" x2="-12" end1="none" antialias="false"/>
<text color="#000000" x="18" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="4" rotation="0"/>
<line y1="6" x1="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="14" length2="1.5" length1="1.5" x2="-16" end1="none" antialias="false"/>
<dynamic_text uuid="{7951639c-580f-41a2-b74c-d91ca339fc31}" Halignment="AlignLeft" frame="false" x="-60" Valignment="AlignTop" text_from="ElementInfo" y="-24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="9" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="10" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="10" length2="1.5" length1="1.5" x2="5" end1="none" antialias="false"/>
<polygon x3="20" y1="7" x1="5" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="10" closed="false" y2="10" x2="15" antialias="false"/>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<polygon x3="20" y1="-2" x1="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-5" y4="-5" x4="24" closed="false" y2="-2" x2="20" antialias="false"/>
<rect height="6" ry="0" width="2" x="19" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="19.985" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-1" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-0.015" end1="none" antialias="false"/>
<text color="#000000" x="-31" y="-14" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="M8" rotation="0"/>
<text color="#000000" x="-22" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="1" rotation="0"/>
<text color="#000000" x="-2" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="3" rotation="0"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-21" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-20.015" end1="none" antialias="false"/>
<polygon y7="24" y5="18" x9="-19" x2="-19" x5="-7" y3="22" x8="-21" x1="-19" y8="18" y2="22" x3="-9" style="line-style:normal;line-weight:thin;filling:black;color:black" x6="-7" y9="18" y1="18" x4="-9" x7="-21" y6="24" y4="18" antialias="false"/>
<terminal x="-20" y="-30" orientation="n"/>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="20" y="-30" orientation="n"/>

View File

@@ -1,40 +1,56 @@
<definition width="80" hotspot_x="39" orientation="dyyy" type="element" link_type="simple" height="70" hotspot_y="36" version="0.51">
<uuid uuid="{2e243396-efba-4bb7-9f53-0ca9b1bfb934}"/>
<definition height="70" width="80" link_type="simple" hotspot_x="39" version="0.80" orientation="dyyy" type="element" hotspot_y="36">
<uuid uuid="{24715dd0-67ac-49ee-8ff3-f1edd00b83be}"/>
<names>
<name lang="en">VUVG-L18-B52-T-G14-1R8L (8031533)</name>
</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">Festo</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>
<description>
<text y="8" size="4" x="17" text="+/-"/>
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="16.985"/>
<text y="8" size="4" x="-3" text="+/-"/>
<text y="-2" size="4" x="-24" text="n.c."/>
<rect width="71" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" antialias="false" x="-35"/>
<text y="-9" size="6" x="18" text="4"/>
<input rotate="true" y="-13" tagg="label" size="9" x="-60" text="_"/>
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="16.985"/>
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="19"/>
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="19.985"/>
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-3.015"/>
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-3.015"/>
<polygon y1="15" x4="18" y3="15" x1="2" y4="23" x5="2" x7="2" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="18" y5="15" x6="2" antialias="false" y2="23" x2="2" y6="15" y7="15"/>
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="-1"/>
<rect width="8" y="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" height="14" antialias="false" x="6"/>
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="-0.015"/>
<line y1="-1" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="7" length2="1.5" x2="6"/>
<text y="-14" size="4" x="-31" text="M8"/>
<text y="-9" size="6" x="-22" text="1"/>
<text y="-9" size="6" x="-2" text="3"/>
<line y1="10" x1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="19" length2="1.5" x2="10"/>
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-23.015"/>
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-23.015"/>
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="-21"/>
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="-20.015"/>
<polygon y1="-7" y3="3" x1="0" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="6" antialias="false" y2="3" x2="0"/>
<polygon y1="3" y3="-7" x1="14" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="20" antialias="false" y2="3" x2="20"/>
<terminal orientation="n" y="-30" x="0"/>
<terminal orientation="n" y="-30" x="20"/>
<terminal orientation="n" y="-30" x="-20"/>
<text color="#000000" x="17" y="8" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+/-" rotation="0"/>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<text color="#000000" x="-3" y="8" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+/-" rotation="0"/>
<text color="#000000" x="-24" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="n.c." rotation="0"/>
<rect height="50" ry="0" width="71" x="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" rx="0" antialias="false"/>
<text color="#000000" x="18" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="4" rotation="0"/>
<dynamic_text uuid="{473e43f0-b6d5-4aca-8f65-70b7c1bb2a2e}" Halignment="AlignLeft" frame="false" x="-60" Valignment="AlignTop" text_from="ElementInfo" y="-24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="7" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="19" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="19.985" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<polygon x3="18" y7="15" x7="2" y1="15" x1="2" y5="15" y6="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="15" x5="2" y4="23" x4="18" closed="false" y2="23" x6="2" x2="2" antialias="false"/>
<rect height="6" ry="0" width="2" x="-1" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<rect height="14" ry="0" width="8" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-4" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-0.015" end1="none" antialias="false"/>
<line y1="-1" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="7" length2="1.5" length1="1.5" x2="6" end1="none" antialias="false"/>
<text color="#000000" x="-31" y="-14" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="M8" rotation="0"/>
<text color="#000000" x="-22" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="1" rotation="0"/>
<text color="#000000" x="-2" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="3" rotation="0"/>
<line y1="10" x1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="19" length2="1.5" length1="1.5" x2="10" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-21" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-20.015" end1="none" antialias="false"/>
<polygon x3="6" y1="-7" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="3" closed="false" y2="3" x2="0" antialias="false"/>
<polygon x3="20" y1="3" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-7" closed="false" y2="3" x2="20" antialias="false"/>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="20" y="-30" orientation="n"/>
<terminal x="-20" y="-30" orientation="n"/>
</description>
</definition>

View File

@@ -1,40 +1,56 @@
<definition orientation="dyyy" version="0.51" height="70" link_type="simple" type="element" hotspot_x="39" hotspot_y="36" width="80">
<uuid uuid="{be9f4d1a-49aa-4f78-866b-406a785661f6}"/>
<definition height="70" width="80" link_type="simple" hotspot_x="39" version="0.80" orientation="dyyy" type="element" hotspot_y="36">
<uuid uuid="{217fa30d-58a7-4d80-bd42-fa9f567a2437}"/>
<names>
<name lang="en">VUVG-L18-M52-MT-G14-1R8L (8031532)</name>
</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">Festo</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>
<description>
<text text="+/-" x="17" y="8" size="4"/>
<arc height="6" x="16.985" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="+/-" x="-3" y="8" size="4"/>
<text text="n.c." x="-24" y="-2" size="4"/>
<rect height="50" x="-35" y="-20" antialias="false" width="71" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="4" x="18" y="-9" size="6"/>
<input rotate="true" text="_" tagg="label" x="-60" y="-13" size="9"/>
<arc height="6" x="16.985" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="19" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line length2="1.5" end1="none" x2="19.985" y2="-25.8018" x1="19.985" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="-3.015" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="-3.015" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon y5="15" y4="23" y7="15" y6="15" x2="2" y2="23" x4="18" x6="2" x1="2" x3="18" antialias="false" x5="2" closed="false" y3="15" x7="2" y1="15" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="6" x="-1" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect height="14" x="6" y="-4" antialias="false" width="8" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" end1="none" x2="-0.015" y2="-25.8018" x1="-0.015" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" end1="none" x2="6" y2="7" x1="14" length1="1.5" end2="none" antialias="false" y1="-1" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text text="M8" x="-31" y="-14" size="4"/>
<text text="1" x="-22" y="-9" size="6"/>
<text text="3" x="-2" y="-9" size="6"/>
<line length2="1.5" end1="none" x2="10" y2="19" x1="10" length1="1.5" end2="none" antialias="false" y1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<arc height="6" x="-23.015" y="-25.8018" angle="-84" antialias="true" width="6" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc height="6" x="-23.015" y="-25.8018" angle="-84" antialias="true" width="6" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="6" x="-21" y="-23" antialias="false" width="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line length2="1.5" end1="none" x2="-20.015" y2="-25.8018" x1="-20.015" length1="1.5" end2="none" antialias="false" y1="-29.8018" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="0" y2="3" x1="0" x3="6" antialias="false" closed="false" y3="3" y1="-7" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x2="20" y2="3" x1="14" x3="20" antialias="false" closed="false" y3="-7" y1="3" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<terminal orientation="n" x="0" y="-30"/>
<terminal orientation="n" x="20" y="-30"/>
<terminal orientation="n" x="-20" y="-30"/>
<text color="#000000" x="17" y="8" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+/-" rotation="0"/>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<text color="#000000" x="-3" y="8" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+/-" rotation="0"/>
<text color="#000000" x="-24" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="n.c." rotation="0"/>
<rect height="50" ry="0" width="71" x="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" rx="0" antialias="false"/>
<text color="#000000" x="18" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="4" rotation="0"/>
<dynamic_text uuid="{95efb529-0082-476d-b7f9-04f9e8e9b00e}" Halignment="AlignLeft" frame="false" x="-60" Valignment="AlignTop" text_from="ElementInfo" y="-24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="7" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="19" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="19.985" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<polygon x3="18" y7="15" x7="2" y1="15" x1="2" y5="15" y6="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="15" x5="2" y4="23" x4="18" closed="false" y2="23" x6="2" x2="2" antialias="false"/>
<rect height="6" ry="0" width="2" x="-1" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<rect height="14" ry="0" width="8" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-4" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-0.015" end1="none" antialias="false"/>
<line y1="-1" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="7" length2="1.5" length1="1.5" x2="6" end1="none" antialias="false"/>
<text color="#000000" x="-31" y="-14" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="M8" rotation="0"/>
<text color="#000000" x="-22" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="1" rotation="0"/>
<text color="#000000" x="-2" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="3" rotation="0"/>
<line y1="10" x1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="19" length2="1.5" length1="1.5" x2="10" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-21" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-20.015" end1="none" antialias="false"/>
<polygon x3="6" y1="-7" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="3" closed="false" y2="3" x2="0" antialias="false"/>
<polygon x3="20" y1="3" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-7" closed="false" y2="3" x2="20" antialias="false"/>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="20" y="-30" orientation="n"/>
<terminal x="-20" y="-30" orientation="n"/>
</description>
</definition>

View File

@@ -1,40 +1,56 @@
<definition width="80" hotspot_x="39" orientation="dyyy" type="element" link_type="simple" height="70" hotspot_y="36" version="0.51">
<uuid uuid="{35b662e3-6938-4937-bec2-7485244daeae}"/>
<definition height="70" width="80" link_type="simple" hotspot_x="39" version="0.80" orientation="dyyy" type="element" hotspot_y="36">
<uuid uuid="{24317b52-97b4-4bf1-915b-a6c6bce1d093}"/>
<names>
<name lang="en">VUVG-L18-P53C-T-G14-1R8L (8031534)</name>
</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">Festo</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>
<description>
<text y="8" size="4" x="17" text="+/-"/>
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="16.985"/>
<text y="8" size="4" x="-3" text="+/-"/>
<text y="-2" size="4" x="-24" text="n.c."/>
<rect width="71" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" antialias="false" x="-35"/>
<text y="-9" size="6" x="18" text="4"/>
<input rotate="true" y="-13" tagg="label" size="9" x="-60" text="_"/>
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="16.985"/>
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="19"/>
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="19.985"/>
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-3.015"/>
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-3.015"/>
<polygon y1="15" x4="18" y3="15" x1="2" y4="23" x5="2" x7="2" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="18" y5="15" x6="2" antialias="false" y2="23" x2="2" y6="15" y7="15"/>
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="-1"/>
<rect width="8" y="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" height="14" antialias="false" x="6"/>
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="-0.015"/>
<line y1="-1" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="7" length2="1.5" x2="6"/>
<text y="-14" size="4" x="-31" text="M8"/>
<text y="-9" size="6" x="-22" text="1"/>
<text y="-9" size="6" x="-2" text="3"/>
<line y1="10" x1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="19" length2="1.5" x2="10"/>
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-23.015"/>
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-23.015"/>
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="-21"/>
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="-20.015"/>
<polygon y1="-7" y3="3" x1="0" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="6" antialias="false" y2="3" x2="0"/>
<polygon y1="3" y3="-7" x1="14" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="20" antialias="false" y2="3" x2="20"/>
<terminal orientation="n" y="-30" x="0"/>
<terminal orientation="n" y="-30" x="20"/>
<terminal orientation="n" y="-30" x="-20"/>
<text color="#000000" x="17" y="8" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+/-" rotation="0"/>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<text color="#000000" x="-3" y="8" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+/-" rotation="0"/>
<text color="#000000" x="-24" y="-2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="n.c." rotation="0"/>
<rect height="50" ry="0" width="71" x="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" rx="0" antialias="false"/>
<text color="#000000" x="18" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="4" rotation="0"/>
<dynamic_text uuid="{d2f03e8b-5349-402a-8730-cbb402c537a0}" Halignment="AlignLeft" frame="false" x="-60" Valignment="AlignTop" text_from="ElementInfo" y="-24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="7" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="6" width="6" angle="-84" x="16.985" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="19" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="19.985" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-3.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<polygon x3="18" y7="15" x7="2" y1="15" x1="2" y5="15" y6="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="15" x5="2" y4="23" x4="18" closed="false" y2="23" x6="2" x2="2" antialias="false"/>
<rect height="6" ry="0" width="2" x="-1" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<rect height="14" ry="0" width="8" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-4" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-0.015" end1="none" antialias="false"/>
<line y1="-1" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" y2="7" length2="1.5" length1="1.5" x2="6" end1="none" antialias="false"/>
<text color="#000000" x="-31" y="-14" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="M8" rotation="0"/>
<text color="#000000" x="-22" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="1" rotation="0"/>
<text color="#000000" x="-2" y="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="3" rotation="0"/>
<line y1="10" x1="10" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="19" length2="1.5" length1="1.5" x2="10" end1="none" antialias="false"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" y="-25.8018" antialias="true"/>
<arc height="6" width="6" angle="-84" x="-23.015" style="line-style:normal;line-weight:normal;filling:none;color:black" start="83" y="-25.8018" antialias="true"/>
<rect height="6" ry="0" width="2" x="-21" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-23" rx="0" antialias="false"/>
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-25.8018" length2="1.5" length1="1.5" x2="-20.015" end1="none" antialias="false"/>
<polygon x3="6" y1="-7" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="3" closed="false" y2="3" x2="0" antialias="false"/>
<polygon x3="20" y1="3" x1="14" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-7" closed="false" y2="3" x2="20" antialias="false"/>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="20" y="-30" orientation="n"/>
<terminal x="-20" y="-30" orientation="n"/>
</description>
</definition>

View File

@@ -1,27 +1,43 @@
<definition link_type="simple" hotspot_x="10" orientation="dyyy" hotspot_y="34" type="element" height="110" width="40" version="0.5">
<uuid uuid="{843bbdea-7163-426e-b3ea-0768fceb3c49}"/>
<definition version="0.80" type="element" height="110" hotspot_x="10" orientation="dyyy" link_type="simple" width="40" hotspot_y="34">
<uuid uuid="{2b41375d-7a44-41f4-85d4-da0d493cd4b8}"/>
<names>
<name lang="pl">Licznik energii</name>
<name lang="be">Energie meter met pulse contact</name>
<name lang="el">Μετρητής ενέργειας, Κιλοβατώρες (KWh)</name>
<name lang="fr">Compteur dénergie à Impulsion</name>
<name lang="be">Energie meter met pulse contact</name>
<name lang="en">Energy meter with pulse output</name>
<name lang="it">Misuratore di Kwh</name>
<name lang="cs">Počítadlo energie</name>
<name lang="ar">عدّاد طاقة</name>
<name lang="it">Misuratore di Kwh</name>
<name lang="pl">Licznik energii</name>
<name lang="fr">Compteur dénergie à Impulsion</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="101" y="-30" width="32" x="-6"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="68" y="-14" width="32" x="-6"/>
<text size="10" text="kWh" y="33" rotation="270" x="15"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="48" y="-5" width="16" x="2"/>
<input size="9" text="_" rotate="true" y="10" tagg="label" x="-30"/>
<terminal orientation="n" y="-29" x="20"/>
<terminal orientation="s" y="70" x="20"/>
<terminal orientation="n" y="-29" x="0"/>
<terminal orientation="s" y="53" x="20"/>
<terminal orientation="s" y="70" x="0"/>
<terminal orientation="s" y="53" x="0"/>
<rect y="-30" x="-6" height="101" style="line-style:normal;line-weight:normal;filling:white;color:black" width="32" rx="0" antialias="false" ry="0"/>
<rect y="-14" x="-6" height="68" style="line-style:normal;line-weight:normal;filling:none;color:black" width="32" rx="0" antialias="false" ry="0"/>
<text y="33" x="15" rotation="270" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000" text="kWh"/>
<rect y="-5" x="2" height="48" style="line-style:normal;line-weight:thin;filling:none;color:black" width="16" rx="0" antialias="false" ry="0"/>
<dynamic_text y="-1" Halignment="AlignLeft" text_width="-1" x="-30" rotation="0" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="5" uuid="{5803d198-0097-4cde-a613-1704170111ba}" frame="false" text_from="ElementInfo">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="-29" x="0" orientation="n"/>
<terminal y="53" x="20" orientation="s"/>
<terminal y="53" x="0" orientation="s"/>
<terminal y="70" x="0" orientation="s"/>
<terminal y="-29" x="20" orientation="n"/>
<terminal y="70" x="20" orientation="s"/>
</description>
</definition>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,74 @@
<definition width="100" type="element" link_type="master" height="80" version="0.80" orientation="dyyy" hotspot_y="34" hotspot_x="42">
<uuid uuid="{24361f8d-f694-4363-aa45-112abd5fb3ee}"/>
<names>
<name lang="cs">Dvojpólový jistič 1 pól chránící</name>
<name lang="nl">Lastscheider 1P+N</name>
<name lang="it">Int. Aut. Magneto-termico 1P+N</name>
<name lang="pl">Wyłącznik</name>
<name lang="en">Circuit-breaker</name>
<name lang="fr">Disjoncteur différentiel C32A 30mA</name>
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
<name lang="es">Disyuntor termico magnetico en polo P+N</name>
<name lang="de">Leitungsschutzschalter 1P+N</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">protection</kindInformation>
<kindInformation show="1" name="state">NO</kindInformation>
<kindInformation show="1" name="number">1</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="designation">ADC832F</elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="description">Disjoncteur différentiel C32A 30mA</elementInformation>
</elementInformations>
<informations>S.DEFFAUX&#xd;
Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line y1="18" end1="none" y2="40" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
<polygon y1="3" y3="-20" closed="false" y2="0" x3="-35" antialias="true" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30"/>
<arc width="8" height="5" y="12.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="6" angle="-180" start="90"/>
<polygon y1="2" y3="-20" closed="false" y2="0" x3="-25" antialias="true" x1="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-20"/>
<line y1="4" end1="none" y2="40" antialias="false" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" length1="1.5" end2="none"/>
<dynamic_text Halignment="AlignLeft" text_from="ElementInfo" frame="false" Valignment="AlignTop" y="-18" rotation="0" x="20" text_width="-1" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{7c189aba-a86c-4286-964d-b437612ed744}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="10" end1="none" y2="12" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
<line y1="10" end1="none" y2="10" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length2="1.5" length1="1.5" end2="none"/>
<line y1="-10" end1="none" y2="-10" antialias="false" x1="-22" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="8" length2="1.5" length1="1.5" end2="none"/>
<polygon y1="3" y3="-20" closed="false" y2="0" x3="-15" antialias="true" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10"/>
<line y1="5" end1="none" y2="10" antialias="false" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length2="1.5" length1="1.5" end2="none"/>
<line y1="5" end1="none" y2="5" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length2="1.5" length1="1.5" end2="none"/>
<polygon y1="4" y3="-20" closed="false" y2="0" x3="5" antialias="true" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10"/>
<line y1="-30" end1="none" y2="-20" antialias="false" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" length1="1.5" end2="none"/>
<line y1="-22" end1="none" y2="-18" antialias="true" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-12" length2="1.5" length1="1.5" end2="none"/>
<line y1="-22" end1="none" y2="-18" antialias="true" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-8" length2="1.5" length1="1.5" end2="none"/>
<line y1="-30" end1="none" y2="-20" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
<line y1="-22" end1="none" y2="-18" antialias="true" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="8" length2="1.5" length1="1.5" end2="none"/>
<line y1="-22" end1="none" y2="-18" antialias="true" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="12" length2="1.5" length1="1.5" end2="none"/>
<text y="18" color="#000000" rotation="0" x="22" text="C32A" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text y="34" color="#000000" rotation="0" x="22" text="30mA" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<line y1="35" end1="none" y2="35" antialias="false" x1="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" length1="1.5" end2="none"/>
<line y1="35" end1="none" y2="20" antialias="false" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" length1="1.5" end2="none"/>
<rect width="4" rx="0" ry="0" height="10" y="10" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-32"/>
<line y1="10" end1="none" y2="3" antialias="false" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" length1="1.5" end2="none"/>
<polygon y1="-20" y5="-20" y3="-25" closed="false" y2="-25" x3="-20" antialias="false" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="-20" x5="-20" x2="-30" y4="-20"/>
<line y1="2" end1="none" y2="2" antialias="false" x1="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
<line y1="-10" end1="none" y2="-10" antialias="false" x1="-40" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" x2="-35" length2="1.5" length1="1.5" end2="none"/>
<polygon y1="-13" y5="-7" y3="-7" closed="false" y2="-13" x3="-40" antialias="false" x1="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="-38" x5="-38" x2="-40" y4="-7"/>
<rect width="40" rx="5" ry="5" height="10" y="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20"/>
<terminal y="-30" orientation="n" x="10"/>
<terminal y="40" orientation="s" x="10"/>
<terminal y="40" orientation="s" x="-10"/>
<terminal y="-30" orientation="n" x="-10"/>
</description>
</definition>

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