mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-10 12:53:14 +02:00
Compare commits
50 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7e1813ff3 | |||
| d6e8a1c133 | |||
| eee1c7fff7 | |||
| af5d5e0aa3 | |||
| e9931511de | |||
| acf1e713fc | |||
| 21524ee528 | |||
| f0919d5fa6 | |||
| 695e4d95aa | |||
| 02769fe881 | |||
| e57ba72d7c | |||
| 1b3599e673 | |||
| d0d6b299e4 | |||
| 56b7458951 | |||
| 74a187e659 | |||
| 8b62318588 | |||
| 31466a65ba | |||
| a7160ba9b7 | |||
| cacbce6cec | |||
| 6fd5209364 | |||
| 57695bbbea | |||
| 5a497cd6b5 | |||
| cae7cbdbd8 | |||
| b65ff83805 | |||
| c1f2b345e4 | |||
| f9600f5dbb | |||
| 6e81451b46 | |||
| 2a7848e1ca | |||
| c22abdd2f8 | |||
| 9e2d4abd01 | |||
| acd151c9ca | |||
| ab724377c0 | |||
| 4c5d27e9af | |||
| 8af850df44 | |||
| 8a1f509b62 | |||
| cf479bc113 | |||
| 08e206deeb | |||
| ba1e8381f2 | |||
| d082c9c9a6 | |||
| 84631b238c | |||
| aa50224b00 | |||
| d44486f468 | |||
| 2a307a74da | |||
| 1a2fea84ff | |||
| f603b229db | |||
| fa753449ad | |||
| fe19b270f9 | |||
| 5c96c6d773 | |||
| 637d0bf6de | |||
| 2e15372aab |
@@ -13,7 +13,8 @@ jobs:
|
||||
- uses: snapcore/action-build@v1
|
||||
id: build
|
||||
- uses: snapcore/action-publish@v1
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||
with:
|
||||
store_login: ${{ secrets.STORE_LOGIN }}
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
release: edge
|
||||
|
||||
@@ -147,14 +147,6 @@ install(DIRECTORY examples DESTINATION share/qelectrotech)
|
||||
install(DIRECTORY titleblocks DESTINATION share/qelectrotech)
|
||||
install(FILES LICENSE ELEMENTS.LICENSE CREDIT README ChangeLog DESTINATION share/doc/qelectrotech)
|
||||
install(FILES misc/qelectrotech.desktop DESTINATION share/applications)
|
||||
install(FILES misc/x-qet-element.xml
|
||||
misc/x-qet-project.xml
|
||||
misc/x-qet-titleblock.xml
|
||||
DESTINATION share/mime/application)
|
||||
install(FILES misc/x-qet-element.desktop
|
||||
misc/x-qet-project.desktop
|
||||
misc/x-qet-titleblock.desktop
|
||||
DESTINATION share/mimelnk/application)
|
||||
install(FILES misc/qelectrotech.xml DESTINATION share/mime/packages)
|
||||
install(FILES misc/qelectrotech.appdata.xml DESTINATION ${QET_APPDATA_PATH})
|
||||
install(FILES ${QM_FILES} DESTINATION ${QET_LANG_PATH})
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
From 2a390b5188fe070295090b1bd37273d12963b371 Mon Sep 17 00:00:00 2001
|
||||
From 14f0685ddcf3a7d64bb85a3e9a9ac97c369bb508 Mon Sep 17 00:00:00 2001
|
||||
From: Laurent Trinques <scorpio@qelectrotech.org>
|
||||
Date: Sat, 26 Sep 2020 22:52:52 +0200
|
||||
Subject: [PATCH] build: Fix the installation paths
|
||||
|
||||
---
|
||||
qelectrotech.pro | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
qelectrotech.pro | 10 +++++-----
|
||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/qelectrotech.pro b/qelectrotech.pro
|
||||
index 2901a30d5..1019a9870 100644
|
||||
index 7baddbb08..5dcda04b6 100644
|
||||
--- a/qelectrotech.pro
|
||||
+++ b/qelectrotech.pro
|
||||
@@ -5,20 +5,20 @@
|
||||
@@ -5,18 +5,18 @@
|
||||
# Chemins utilises pour la compilation et l'installation de QET
|
||||
unix {
|
||||
# Chemins UNIX
|
||||
@@ -25,12 +25,8 @@ index 2901a30d5..1019a9870 100644
|
||||
QET_LANG_PATH = 'share/qelectrotech/lang/'
|
||||
QET_EXAMPLES_PATH = 'share/qelectrotech/examples/'
|
||||
- QET_LICENSE_PATH = 'doc/qelectrotech/'
|
||||
- QET_MIME_XML_PATH = '../share/mime/application/'
|
||||
- QET_MIME_DESKTOP_PATH = '../share/mimelnk/application/'
|
||||
- QET_MIME_PACKAGE_PATH = '../share/mime/packages/'
|
||||
+ QET_LICENSE_PATH = 'share/doc/qelectrotech/'
|
||||
+ QET_MIME_XML_PATH = 'share/mime/application/'
|
||||
+ QET_MIME_DESKTOP_PATH = 'share/mimelnk/application/'
|
||||
+ QET_MIME_PACKAGE_PATH = 'share/mime/packages/'
|
||||
QET_DESKTOP_PATH = 'share/applications/'
|
||||
QET_ICONS_PATH = 'share/icons/hicolor/'
|
||||
@@ -40,5 +36,5 @@ index 2901a30d5..1019a9870 100644
|
||||
}
|
||||
win32 {
|
||||
--
|
||||
2.28.0
|
||||
2.35.1
|
||||
|
||||
|
||||
@@ -47,8 +47,6 @@ endif()
|
||||
endif()
|
||||
|
||||
message("QET_LICENSE_PATH " ${QET_LICENSE_PATH})
|
||||
message("QET_MIME_XML_PATH " ${QET_MIME_XML_PATH})
|
||||
message("QET_MIME_DESKTOP_PATH " ${QET_MIME_DESKTOP_PATH})
|
||||
message("QET_MIME_PACKAGE_PATH " ${QET_MIME_PACKAGE_PATH})
|
||||
message("QET_DESKTOP_PATH " ${QET_DESKTOP_PATH})
|
||||
message("QET_ICONS_PATH " ${QET_ICONS_PATH})
|
||||
|
||||
@@ -28,8 +28,6 @@ if(UNIX AND NOT APPLE)
|
||||
set(QET_LANG_PATH "share/qelectrotech/lang/")
|
||||
set(QET_EXAMPLES_PATH "share/qelectrotech/examples/")
|
||||
set(QET_LICENSE_PATH "doc/qelectrotech/")
|
||||
set(QET_MIME_XML_PATH "../share/mime/application/")
|
||||
set(QET_MIME_DESKTOP_PATH "../share/mimelnk/application/")
|
||||
set(QET_MIME_PACKAGE_PATH "../share/mime/packages/")
|
||||
set(QET_DESKTOP_PATH "share/applications/")
|
||||
set(QET_ICONS_PATH "share/icons/hicolor/")
|
||||
@@ -47,8 +45,6 @@ if(APPLE)
|
||||
set(QET_LANG_PATH "../Resources/lang/")
|
||||
set(QET_EXAMPLES_PATH "share/qelectrotech/examples/")
|
||||
set(QET_LICENSE_PATH "doc/qelectrotech/")
|
||||
set(QET_MIME_XML_PATH "../share/mime/application/")
|
||||
set(QET_MIME_DESKTOP_PATH "../share/mimelnk/application/")
|
||||
set(QET_DESKTOP_PATH "share/applications/")
|
||||
set(QET_ICONS_PATH "share/icons/hicolor/")
|
||||
set(QET_MAN_PATH "man/")
|
||||
|
||||
@@ -0,0 +1,173 @@
|
||||
<definition link_type="simple" width="430" hotspot_x="5" height="100" version="0.80" type="element" hotspot_y="4">
|
||||
<uuid uuid="{df536fbd-4cd2-401d-b051-f1571d534ce9}"/>
|
||||
<names>
|
||||
<name lang="ru">ACS355</name>
|
||||
<name lang="en">ACS355</name>
|
||||
<name lang="pl">ACS355</name>
|
||||
<name lang="cs">ACS355</name>
|
||||
<name lang="fr">ACS355</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="370" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>15 DI4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="160" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>5 AI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="160" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>18 RONC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="180" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>19 RONO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="140" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>17 ROCOM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="17" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="200" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>7 AO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="330" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>13 DI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="310" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>12 DI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="20" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="180" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>6 GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="20" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="270" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>10 GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="100" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>2 AI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="20" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="220" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>8 GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="23" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="250" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>9 +24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="24" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="290" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>11 DCOM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="390" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>16 DI5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="350" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>14 DI3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="23" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="140" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>4 +10V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="20" frame="true" text_from="UserText" Valignment="AlignVCenter" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="80" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>1 SCR</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="20" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="120" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>3 GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="240" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>22 DOGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="290" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>2 STO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="200" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>20 DOSRC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="220" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>21 DOOUT</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="330" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>4 STO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="310" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>3 STO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" frame="true" text_from="UserText" Valignment="AlignBottom" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" Halignment="AlignHCenter" x="270" z="13" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0">
|
||||
<text>1 STO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="87" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{cae92be4-5c02-4a92-a87c-33f336e86215}" Halignment="AlignLeft" x="7" z="93" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>U2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="30" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{8e2e7b1c-8600-42fe-9d0f-a0b6bbba79dc}" Halignment="AlignLeft" x="7" z="96" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>U1/L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="87" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" Halignment="AlignLeft" x="47" z="102" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>W2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="87" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" Halignment="AlignLeft" x="27" z="103" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>V2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="87" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" Halignment="AlignLeft" x="97" z="103" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>BRK-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="87" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" Halignment="AlignLeft" x="77" z="103" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>BRK+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="24" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{842b44ee-bdbe-43d7-8363-477f9d5ef467}" Halignment="AlignLeft" x="47" z="107" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>W1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="30" frame="true" text_from="UserText" Valignment="AlignTop" rotation="270" uuid="{a8a72f0f-cbff-4172-acf0-c2a74b0bbecd}" Halignment="AlignLeft" x="27" z="108" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>V1/N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="36.5" frame="false" text_from="UserText" Valignment="AlignTop" rotation="0" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" Halignment="AlignLeft" x="12" z="126" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text>ACS355</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="-31" frame="false" text_from="ElementInfo" Valignment="AlignTop" rotation="0" uuid="{76166232-2070-4a01-9d32-64303752fa59}" Halignment="AlignLeft" x="10" z="127" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect y="0" rx="0" width="420" ry="0" height="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" antialias="false"/>
|
||||
<polygon y1="0" y3="50" closed="false" x4="130" y4="90" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="80" y2="50" x3="130" x2="80" antialias="false"/>
|
||||
<polygon y1="50" y3="90" closed="false" x4="270" y4="90" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="130" y2="50" x3="270" x2="270" antialias="false"/>
|
||||
<polygon y1="50" y3="50" closed="false" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="270" y2="50" x3="420" x2="420" antialias="false"/>
|
||||
<terminal y="0" name="" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}" x="90" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{6662adf4-d6ed-4e9c-b1bb-6e692490ff3b}" x="340" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{4f780dbe-a0a5-4c97-97a0-1af0fa7cdc7b}" x="300" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{9f649c2a-8231-4b6d-933f-51ad1cc06f45}" x="150" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{9f277d12-f2a0-4032-af45-7abef7024d7a}" x="380" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{29c7e56a-cf81-4205-8cf0-14d29a403c1f}" x="190" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{ed3d5b94-1731-43bc-95d8-21690a99cb6c}" x="360" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{6b536cde-7e36-40bb-b705-29f47eec8702}" x="340" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}" x="40" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{c25844da-47b9-4b38-a386-c60e1efb3c47}" x="190" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}" x="60" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}" x="20" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{e6c94d2a-e306-47ea-b59f-c64d6036a3a5}" x="90" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{05be1054-8d21-4f4a-a05a-a317dfd76e75}" x="210" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}" x="20" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{f45a5646-d43b-4737-a99d-44cfa898c9ca}" x="320" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{9d18cdfa-b43b-487e-9de8-5a0ddd957d46}" x="260" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{5a0258f7-5734-4f69-90fb-b90b1e8416ae}" x="170" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}" x="130" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{79282e9e-73cc-424f-87ae-5b72a856686e}" x="250" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{94e29477-8f41-4cb7-bc06-8684cebeb10b}" x="400" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{3eb5128a-dc0f-40c1-8166-7cc1aff242db}" x="150" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}" x="110" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{6a0097f8-da6b-4c60-b0f0-5489d8c596aa}" x="110" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{0ca46012-713f-4065-bd15-0306abf28845}" x="170" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{f3fc4f14-9b43-467d-affb-90bf9ea8ea61}" x="230" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{698469bc-60ce-4f54-92cc-2cf2db1824fa}" x="280" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}" x="60" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}" x="40" orientation="s"/>
|
||||
<terminal y="90" name="" uuid="{83a6d1ed-5a73-49ff-8ae7-7931a9c2c7c5}" x="320" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{21277c2b-c8c4-4043-b98e-a785535f2998}" x="210" orientation="n"/>
|
||||
<terminal y="0" name="" uuid="{6465d865-014e-4522-afd6-7ad914b3eb8b}" x="300" orientation="n"/>
|
||||
<terminal y="90" name="" uuid="{95a9fa58-b9e0-44fd-909c-0b055f8fdb0d}" x="230" orientation="s"/>
|
||||
<terminal y="0" name="" uuid="{530d9d82-74cd-48f2-8c16-d06a59102994}" x="280" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,127 @@
|
||||
<definition height="100" type="element" width="270" hotspot_y="4" link_type="simple" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{45b357da-1190-45c6-aa4a-23537a0f05e1}"/>
|
||||
<names>
|
||||
<name lang="it">ACS380</name>
|
||||
<name lang="el">ACS380</name>
|
||||
<name lang="fr">ACS380</name>
|
||||
<name lang="ru">ACS380</name>
|
||||
<name lang="cs">ACS380</name>
|
||||
<name lang="en">ACS380</name>
|
||||
<name lang="nl">ACS380</name>
|
||||
<name lang="pl">ACS380</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<dynamic_text x="93" z="13" text_width="0" font="Sans Serif,6,-1,5,25,0,0,0,0,0" y="87" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" frame="true" Valignment="AlignTop" Halignment="AlignHCenter" text_from="UserText">
|
||||
<text>R+ UDC+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="81" z="13" text_width="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="23" rotation="270" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<line y1="0" length2="1.5" end2="none" x2="0" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length1="1.5" end1="none" antialias="false"/>
|
||||
<line y1="0" length2="1.5" end2="none" x2="260" y2="90" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="260" length1="1.5" end1="none" antialias="false"/>
|
||||
<line y1="0" length2="1.5" end2="none" x2="260" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length1="1.5" end1="none" antialias="false"/>
|
||||
<line y1="90" length2="1.5" end2="none" x2="260" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length1="1.5" end1="none" antialias="false"/>
|
||||
<dynamic_text x="191" z="20" text_width="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{76b2d45e-ac0c-4124-89eb-e11ab20ac6de}" frame="true" Valignment="AlignVCenter" Halignment="AlignHCenter" text_from="UserText">
|
||||
<text>RB</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="171" z="21" text_width="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{2b781fe6-a512-4a33-8b33-4e89cae32468}" frame="true" Valignment="AlignVCenter" Halignment="AlignHCenter" text_from="UserText">
|
||||
<text>RA</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="151" z="22" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" frame="true" Valignment="AlignVCenter" Halignment="AlignHCenter" text_from="UserText">
|
||||
<text>RC</text>
|
||||
</dynamic_text>
|
||||
<polygon y1="0" y4="90" x4="150" closed="false" x3="150" x2="80" y2="30" style="line-style:dotted;line-weight:thin;filling:none;color:black" y3="30" x1="80" antialias="false"/>
|
||||
<polygon y1="0" closed="false" x3="260" x2="180" y2="30" style="line-style:dotted;line-weight:thin;filling:none;color:black" y3="30" x1="180" antialias="false"/>
|
||||
<dynamic_text x="241" z="31" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="16" rotation="270" uuid="{89fbd331-e9cd-41ea-bad6-db453b46e774}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>S2</text>
|
||||
</dynamic_text>
|
||||
<line y1="30" length2="1.5" end2="none" x2="150" y2="30" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="180" length1="1.5" end1="none" antialias="false"/>
|
||||
<dynamic_text x="221" z="32" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="16" rotation="270" uuid="{cb4aad10-66cd-4be6-9a7c-2ba4a24b4d16}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>S1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="201" z="33" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="17" rotation="270" uuid="{63ff44bd-957b-40a6-9d76-0d951fe918d3}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>S+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="181" z="34" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="23" rotation="270" uuid="{13e332b5-6773-4d7f-9403-aa195093b53a}" frame="true" Valignment="AlignVCenter" Halignment="AlignRight" text_from="UserText">
|
||||
<text>SGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="161" z="35" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="18" rotation="270" uuid="{0e27cfe1-831d-42a7-b0c3-93563137b811}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>DI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="141" z="36" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="18" rotation="270" uuid="{b37c57b7-66e4-405f-b8ca-c4ac5bda5ea4}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>DI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="121" z="37" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="24" rotation="270" uuid="{25c595ff-3919-4e99-8392-6e507dad60ed}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>DCOM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="101" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="23" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>DGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="8" z="93" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="87" rotation="270" uuid="{cae92be4-5c02-4a92-a87c-33f336e86215}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>T1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="8" z="96" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="19" rotation="270" uuid="{8e2e7b1c-8600-42fe-9d0f-a0b6bbba79dc}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>L1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="48" z="102" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="87" rotation="270" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>T3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="118" z="102" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="87" rotation="270" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>UDC-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="78" z="102" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="87" rotation="270" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>R-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="28" z="103" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="87" rotation="270" uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>T2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="48" z="107" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="19" rotation="270" uuid="{842b44ee-bdbe-43d7-8363-477f9d5ef467}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>L3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="28" z="108" text_width="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="20" rotation="270" uuid="{a8a72f0f-cbff-4172-acf0-c2a74b0bbecd}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>L2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="10" z="126" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="40" rotation="0" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" frame="false" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>ACS380</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="10" z="127" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-31" rotation="0" uuid="{76166232-2070-4a01-9d32-64303752fa59}" frame="false" Valignment="AlignTop" Halignment="AlignLeft" text_from="ElementInfo">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="230" orientation="n" y="0" uuid="{f3fc4f14-9b43-467d-affb-90bf9ea8ea61}" name="202"/>
|
||||
<terminal x="250" orientation="n" y="0" uuid="{146ea576-4299-48d0-827b-308749dc1c6a}" name=""/>
|
||||
<terminal x="200" orientation="s" y="90" uuid="{29c7e56a-cf81-4205-8cf0-14d29a403c1f}" name=""/>
|
||||
<terminal x="40" orientation="n" y="0" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}" name=""/>
|
||||
<terminal x="110" orientation="n" y="0" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}" name="201"/>
|
||||
<terminal x="170" orientation="n" y="0" uuid="{0ca46012-713f-4065-bd15-0306abf28845}" name=""/>
|
||||
<terminal x="90" orientation="n" y="0" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}" name=""/>
|
||||
<terminal x="150" orientation="n" y="0" uuid="{3eb5128a-dc0f-40c1-8166-7cc1aff242db}" name=""/>
|
||||
<terminal x="60" orientation="n" y="0" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}" name=""/>
|
||||
<terminal x="210" orientation="n" y="0" uuid="{21277c2b-c8c4-4043-b98e-a785535f2998}" name=""/>
|
||||
<terminal x="130" orientation="n" y="0" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}" name=""/>
|
||||
<terminal x="40" orientation="s" y="90" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}" name=""/>
|
||||
<terminal x="180" orientation="s" y="90" uuid="{5a0258f7-5734-4f69-90fb-b90b1e8416ae}" name=""/>
|
||||
<terminal x="60" orientation="s" y="90" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}" name=""/>
|
||||
<terminal x="160" orientation="s" y="90" uuid="{9f649c2a-8231-4b6d-933f-51ad1cc06f45}" name=""/>
|
||||
<terminal x="90" orientation="s" y="90" uuid="{641997c6-f86e-4627-94e5-953da5d3a47f}" name=""/>
|
||||
<terminal x="20" orientation="n" y="0" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}" name=""/>
|
||||
<terminal x="20" orientation="s" y="90" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}" name=""/>
|
||||
<terminal x="190" orientation="n" y="0" uuid="{c25844da-47b9-4b38-a386-c60e1efb3c47}" name=""/>
|
||||
<terminal x="110" orientation="s" y="90" uuid="{7b0aa718-8aa9-4167-8870-ab1599eed78d}" name=""/>
|
||||
<terminal x="130" orientation="s" y="90" uuid="{0d3ec2be-91b0-4105-96ca-4c6220bf2049}" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,123 @@
|
||||
<definition hotspot_y="4" type="element" height="100" hotspot_x="5" version="0.80" link_type="simple" width="270">
|
||||
<uuid uuid="{20c989be-48ce-4607-a66e-76b86be2e51a}"/>
|
||||
<names>
|
||||
<name lang="en">ACS480</name>
|
||||
<name lang="pl">ACS480</name>
|
||||
<name lang="fr">ACS480</name>
|
||||
<name lang="ru">ACS480</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y2="90" end2="none" x2="0" end1="none" y1="0"/>
|
||||
<line antialias="false" length1="1.5" length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="260" y2="90" end2="none" x2="260" end1="none" y1="0"/>
|
||||
<line antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y2="0" end2="none" x2="260" end1="none" y1="0"/>
|
||||
<line antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y2="90" end2="none" x2="260" end1="none" y1="90"/>
|
||||
<polygon antialias="false" closed="false" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="80" x4="150" y2="30" y3="30" y4="90" x2="80" x3="150" y1="0"/>
|
||||
<polygon antialias="false" closed="false" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="180" y2="30" y3="30" x2="180" x3="260" y1="0"/>
|
||||
<line antialias="false" length1="1.5" length2="1.5" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="180" y2="30" end2="none" x2="150" end1="none" y1="30"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="13" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" x="81" text_from="UserText">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignHCenter" z="13" rotation="270" y="87" font="Sans Serif,6,-1,5,25,0,0,0,0,0" text_width="0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" x="93" text_from="UserText">
|
||||
<text>R+ UDC+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignVCenter" frame="true" Halignment="AlignHCenter" z="20" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0" uuid="{76b2d45e-ac0c-4124-89eb-e11ab20ac6de}" x="191" text_from="UserText">
|
||||
<text>RO1B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignVCenter" frame="true" Halignment="AlignHCenter" z="21" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="0" uuid="{2b781fe6-a512-4a33-8b33-4e89cae32468}" x="171" text_from="UserText">
|
||||
<text>RO1A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignVCenter" frame="true" Halignment="AlignHCenter" z="22" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" x="151" text_from="UserText">
|
||||
<text>RO1C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="31" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{89fbd331-e9cd-41ea-bad6-db453b46e774}" x="241" text_from="UserText">
|
||||
<text>IN2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="32" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{cb4aad10-66cd-4be6-9a7c-2ba4a24b4d16}" x="221" text_from="UserText">
|
||||
<text>IN1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="33" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{63ff44bd-957b-40a6-9d76-0d951fe918d3}" x="201" text_from="UserText">
|
||||
<text>OUT1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignVCenter" frame="true" Halignment="AlignRight" z="34" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{13e332b5-6773-4d7f-9403-aa195093b53a}" x="181" text_from="UserText">
|
||||
<text>SGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="35" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{0e27cfe1-831d-42a7-b0c3-93563137b811}" x="161" text_from="UserText">
|
||||
<text>DI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="36" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{b37c57b7-66e4-405f-b8ca-c4ac5bda5ea4}" x="141" text_from="UserText">
|
||||
<text>DI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="37" rotation="270" y="24" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{25c595ff-3919-4e99-8392-6e507dad60ed}" x="121" text_from="UserText">
|
||||
<text>DCOM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="38" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_width="-1" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" x="101" text_from="UserText">
|
||||
<text>DGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="93" rotation="270" y="87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{cae92be4-5c02-4a92-a87c-33f336e86215}" x="8" text_from="UserText">
|
||||
<text>T1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="96" rotation="270" y="19" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{8e2e7b1c-8600-42fe-9d0f-a0b6bbba79dc}" x="8" text_from="UserText">
|
||||
<text>L1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="102" rotation="270" y="87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" x="48" text_from="UserText">
|
||||
<text>T3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="102" rotation="270" y="87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" x="118" text_from="UserText">
|
||||
<text>UDC-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="102" rotation="270" y="87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" x="78" text_from="UserText">
|
||||
<text>R-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="103" rotation="270" y="87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" x="28" text_from="UserText">
|
||||
<text>T2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="107" rotation="270" y="19" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{842b44ee-bdbe-43d7-8363-477f9d5ef467}" x="48" text_from="UserText">
|
||||
<text>L3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="true" Halignment="AlignLeft" z="108" rotation="270" y="20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{a8a72f0f-cbff-4172-acf0-c2a74b0bbecd}" x="28" text_from="UserText">
|
||||
<text>L2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" Halignment="AlignLeft" z="126" rotation="0" y="40" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" x="10" text_from="UserText">
|
||||
<text>ACS480</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" Halignment="AlignLeft" z="127" rotation="0" y="-31" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" uuid="{76166232-2070-4a01-9d32-64303752fa59}" x="10" text_from="ElementInfo">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal name="202" y="0" uuid="{f3fc4f14-9b43-467d-affb-90bf9ea8ea61}" orientation="n" x="230"/>
|
||||
<terminal name="" y="0" uuid="{146ea576-4299-48d0-827b-308749dc1c6a}" orientation="n" x="250"/>
|
||||
<terminal name="" y="90" uuid="{29c7e56a-cf81-4205-8cf0-14d29a403c1f}" orientation="s" x="200"/>
|
||||
<terminal name="" y="0" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}" orientation="n" x="40"/>
|
||||
<terminal name="201" y="0" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}" orientation="n" x="110"/>
|
||||
<terminal name="" y="0" uuid="{0ca46012-713f-4065-bd15-0306abf28845}" orientation="n" x="170"/>
|
||||
<terminal name="" y="0" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}" orientation="n" x="90"/>
|
||||
<terminal name="" y="0" uuid="{3eb5128a-dc0f-40c1-8166-7cc1aff242db}" orientation="n" x="150"/>
|
||||
<terminal name="" y="0" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}" orientation="n" x="60"/>
|
||||
<terminal name="" y="0" uuid="{21277c2b-c8c4-4043-b98e-a785535f2998}" orientation="n" x="210"/>
|
||||
<terminal name="" y="0" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}" orientation="n" x="130"/>
|
||||
<terminal name="" y="90" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}" orientation="s" x="40"/>
|
||||
<terminal name="" y="90" uuid="{5a0258f7-5734-4f69-90fb-b90b1e8416ae}" orientation="s" x="180"/>
|
||||
<terminal name="" y="90" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}" orientation="s" x="60"/>
|
||||
<terminal name="" y="90" uuid="{9f649c2a-8231-4b6d-933f-51ad1cc06f45}" orientation="s" x="160"/>
|
||||
<terminal name="" y="90" uuid="{641997c6-f86e-4627-94e5-953da5d3a47f}" orientation="s" x="90"/>
|
||||
<terminal name="" y="0" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}" orientation="n" x="20"/>
|
||||
<terminal name="" y="90" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}" orientation="s" x="20"/>
|
||||
<terminal name="" y="0" uuid="{c25844da-47b9-4b38-a386-c60e1efb3c47}" orientation="n" x="190"/>
|
||||
<terminal name="" y="90" uuid="{7b0aa718-8aa9-4167-8870-ab1599eed78d}" orientation="s" x="110"/>
|
||||
<terminal name="" y="90" uuid="{0d3ec2be-91b0-4105-96ca-4c6220bf2049}" orientation="s" x="130"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,224 @@
|
||||
<definition type="element" hotspot_x="5" hotspot_y="4" height="100" version="0.80" link_type="simple" width="510">
|
||||
<uuid uuid="{bb9396e5-45f3-4acf-9da8-15f10922c8ab}"/>
|
||||
<names>
|
||||
<name lang="it">ACS580</name>
|
||||
<name lang="en">ACS580</name>
|
||||
<name lang="pl">ACS580</name>
|
||||
<name lang="fr">ACS580</name>
|
||||
<name lang="nl">ACS580</name>
|
||||
<name lang="ar">ACS580</name>
|
||||
<name lang="cs">ACS580</name>
|
||||
<name lang="el">ACS580</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="290" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>11 DGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="290" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>27 RO3B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="270" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>26 RO3A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="360" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>30 DGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="340" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>30 A-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="250" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>25 RO3C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="200" z="13" text_from="UserText" y="20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>7 AO1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="430" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>18 DI6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="350" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>14 DI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="100" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>2 AI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="390" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>16 DI4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="320" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>29 B+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="180" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>6 AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="330" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>13 DI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="240" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>9 AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="130" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>19 RO1C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="220" z="13" text_from="UserText" y="20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>8 AO2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="150" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>20 RO1A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="170" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>21 RO1B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="310" z="13" text_from="UserText" y="24" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>12 DCOM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="450" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>40* 24V+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="370" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>15 DI3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="450" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>37 IN1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="390" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>34 OUT1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="410" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>35 OUT2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="120" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>3 AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="160" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>5 AI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignVCenter" x="80" z="13" text_from="UserText" y="20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>1 SCR</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="430" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>36 SGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="140" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>4 +10V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="410" z="13" text_from="UserText" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>17 DI5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="470" z="13" text_from="UserText" y="21" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>41* 24V-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="270" z="13" text_from="UserText" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>10 +24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="470" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>38 IN2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="230" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>24 RO2B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="74" z="13" text_from="UserText" y="87" font="Sans Serif,6,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>UDC+ R+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="210" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>23 RO2A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignBottom" x="190" z="13" text_from="UserText" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignHCenter" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" text_width="0" frame="true">
|
||||
<text>22 RO2C</text>
|
||||
</dynamic_text>
|
||||
<polygon closed="false" y1="0" x2="80" x3="130" y4="90" y2="50" y3="50" x4="130" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="80" antialias="false"/>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="7" z="93" text_from="UserText" y="87" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{cae92be4-5c02-4a92-a87c-33f336e86215}" text_width="-1" frame="true">
|
||||
<text>U2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="7" z="96" text_from="UserText" y="30" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{8e2e7b1c-8600-42fe-9d0f-a0b6bbba79dc}" text_width="-1" frame="true">
|
||||
<text>U1/L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="98" z="102" text_from="UserText" y="87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" text_width="-1" frame="true">
|
||||
<text>UDC-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="47" z="102" text_from="UserText" y="87" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" text_width="-1" frame="true">
|
||||
<text>W2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="27" z="103" text_from="UserText" y="87" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" text_width="-1" frame="true">
|
||||
<text>V2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="47" z="107" text_from="UserText" y="24" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{842b44ee-bdbe-43d7-8363-477f9d5ef467}" text_width="-1" frame="true">
|
||||
<text>W1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" Valignment="AlignTop" x="27" z="108" text_from="UserText" y="30" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{a8a72f0f-cbff-4172-acf0-c2a74b0bbecd}" text_width="-1" frame="true">
|
||||
<text>V1/N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" Valignment="AlignTop" x="12" z="126" text_from="UserText" y="36.5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" text_width="-1" frame="false">
|
||||
<text>ACS580</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" Valignment="AlignTop" x="10" z="127" text_from="ElementInfo" y="-31" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" uuid="{76166232-2070-4a01-9d32-64303752fa59}" text_width="-1" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect x="0" ry="0" y="0" height="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="500" antialias="false" rx="0"/>
|
||||
<polygon closed="false" y1="50" x2="320" x3="320" y2="50" y3="90" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="130" antialias="false"/>
|
||||
<polygon closed="false" y1="50" x2="390" x3="390" y2="50" y3="90" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="320" antialias="false"/>
|
||||
<polygon closed="false" y1="50" x2="500" y2="50" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="390" antialias="false"/>
|
||||
<polygon closed="false" y1="0" x2="450" x3="450" y2="50" y3="50" style="line-style:dotted;line-weight:thin;filling:none;color:black" x1="450" antialias="false"/>
|
||||
<text rotation="0" x="462" color="#000000" y="28" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="*R6-R9"/>
|
||||
<terminal x="230" y="0" name="" orientation="n" uuid="{487194f0-234a-4d1a-9073-de1b33e17715}"/>
|
||||
<terminal x="460" y="90" name="" orientation="s" uuid="{26f36049-d9e6-49a0-8fac-8ad36c81495e}"/>
|
||||
<terminal x="90" y="0" name="" orientation="n" uuid="{a212d921-3816-4bcf-b9f9-a9f0185d5f39}"/>
|
||||
<terminal x="130" y="0" name="" orientation="n" uuid="{869ea84c-bd4b-4f27-8a94-05d3c0067c63}"/>
|
||||
<terminal x="400" y="90" name="" orientation="s" uuid="{2fd2f93d-3de9-458c-bcd1-c17287e475d8}"/>
|
||||
<terminal x="300" y="0" name="" orientation="n" uuid="{0124a9f7-cfcb-4cd6-9017-510e11e0edef}"/>
|
||||
<terminal x="400" y="0" name="" orientation="n" uuid="{73e078ba-50e2-4185-9534-877ba5599816}"/>
|
||||
<terminal x="380" y="0" name="" orientation="n" uuid="{42b31ca8-75fa-4406-8b64-9d593681badf}"/>
|
||||
<terminal x="240" y="90" name="" orientation="s" uuid="{17cbb472-85f1-4c8e-94cc-846020ce3710}"/>
|
||||
<terminal x="60" y="90" name="" orientation="s" uuid="{bf1be0f7-0859-41c6-947b-93582504cd87}"/>
|
||||
<terminal x="140" y="90" name="" orientation="s" uuid="{f27ca696-8cf0-4ad5-95e8-cfeef26d25df}"/>
|
||||
<terminal x="90" y="90" name="" orientation="s" uuid="{72c408c0-05b2-4e55-ada7-b693b966545c}"/>
|
||||
<terminal x="420" y="90" name="" orientation="s" uuid="{6dfd5e25-22f6-49a4-9ac5-a5e16827fcad}"/>
|
||||
<terminal x="180" y="90" name="" orientation="s" uuid="{297361e7-9b42-4e5d-8f5d-8edeee24a41c}"/>
|
||||
<terminal x="160" y="90" name="" orientation="s" uuid="{88f719fe-90c7-4660-9a31-9fce4d8b2f47}"/>
|
||||
<terminal x="340" y="0" name="" orientation="n" uuid="{db4c1579-a6ec-43db-9ce0-11ee4deb2df6}"/>
|
||||
<terminal x="250" y="0" name="" orientation="n" uuid="{9883571d-ea28-4efb-b347-9d6b025b4f80}"/>
|
||||
<terminal x="150" y="0" name="" orientation="n" uuid="{c6566851-de0c-4126-a8b0-02cbee2e657f}"/>
|
||||
<terminal x="440" y="90" name="" orientation="s" uuid="{519741f2-d1d1-4dc2-af58-57090ba610d3}"/>
|
||||
<terminal x="110" y="0" name="" orientation="n" uuid="{5e9ab135-c109-4b9f-afe6-3726090d9a16}"/>
|
||||
<terminal x="360" y="0" name="" orientation="n" uuid="{88eea236-8887-453c-9c70-0614c53a0ead}"/>
|
||||
<terminal x="210" y="0" name="" orientation="n" uuid="{7bac6c9f-e9e1-4b84-9004-8a1840e079e3}"/>
|
||||
<terminal x="60" y="0" name="" orientation="n" uuid="{687aecaa-79d1-42c7-b71a-71837ed6f2e5}"/>
|
||||
<terminal x="40" y="0" name="" orientation="n" uuid="{77ec48df-7609-4b46-b372-66002860652c}"/>
|
||||
<terminal x="20" y="0" name="" orientation="n" uuid="{dac66e01-64b3-4764-82f4-4bd9eeb41454}"/>
|
||||
<terminal x="220" y="90" name="" orientation="s" uuid="{0d09b7c0-3bbb-49fb-8c32-f1509182beae}"/>
|
||||
<terminal x="200" y="90" name="" orientation="s" uuid="{26e30cf3-a679-4e09-9668-b3149869f005}"/>
|
||||
<terminal x="110" y="90" name="" orientation="s" uuid="{7bbbf423-85ae-48e4-bffa-a82be05868a9}"/>
|
||||
<terminal x="190" y="0" name="" orientation="n" uuid="{cccc8e6b-e240-4573-a3ed-1ae0867b6a3e}"/>
|
||||
<terminal x="170" y="0" name="" orientation="n" uuid="{4efbe39c-2eaa-4b49-bb6e-bd1ec7b64006}"/>
|
||||
<terminal x="280" y="0" name="" orientation="n" uuid="{2ef0b604-edda-4b2f-b6d3-345408959618}"/>
|
||||
<terminal x="320" y="0" name="" orientation="n" uuid="{85e2fe9c-a6ea-4eb5-93ac-e2b9fb4e5d09}"/>
|
||||
<terminal x="420" y="0" name="" orientation="n" uuid="{c4d7315e-3e25-4a71-a2fb-11ec59712a2c}"/>
|
||||
<terminal x="40" y="90" name="" orientation="s" uuid="{4fd54461-83ae-4335-b945-ec80ca265f38}"/>
|
||||
<terminal x="20" y="90" name="" orientation="s" uuid="{cb198277-8f30-4791-abff-8a87880a22e2}"/>
|
||||
<terminal x="440" y="0" name="" orientation="n" uuid="{4f15c850-5a01-49c5-924a-629fe15c3d11}"/>
|
||||
<terminal x="480" y="90" name="" orientation="s" uuid="{9a7c5c4b-fa89-497a-a17e-766779d4eae7}"/>
|
||||
<terminal x="330" y="90" name="" orientation="s" uuid="{36703e9e-fc9f-46c6-b605-2663918da3e4}"/>
|
||||
<terminal x="370" y="90" name="" orientation="s" uuid="{2a0ccfef-570d-4a9f-8d03-eb348d28184d}"/>
|
||||
<terminal x="280" y="90" name="" orientation="s" uuid="{c5367e22-19d6-47c2-b8c6-d90a141d9184}"/>
|
||||
<terminal x="350" y="90" name="" orientation="s" uuid="{d3e63109-92ef-4ee5-9e65-0c8037cb3d0f}"/>
|
||||
<terminal x="300" y="90" name="" orientation="s" uuid="{f578c7ea-4605-45c4-8e80-5ae08f55d775}"/>
|
||||
<terminal x="260" y="90" name="" orientation="s" uuid="{7a2d1460-0b57-444a-b6ca-d7dc42271029}"/>
|
||||
<terminal x="480" y="0" name="" orientation="n" uuid="{257409de-9ad5-4ebd-b457-8ace7b299929}"/>
|
||||
<terminal x="460" y="0" name="" orientation="n" uuid="{0f0f6f71-7929-464c-8858-ea70bdaea354}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,95 @@
|
||||
<definition link_type="simple" width="150" version="0.80" type="element" hotspot_x="5" height="100" hotspot_y="4">
|
||||
<uuid uuid="{fc69f6c0-8d9c-4596-8b83-b5c42f79abc7}"/>
|
||||
<names>
|
||||
<name lang="pl">BIO-01</name>
|
||||
<name lang="fr">BIO-01</name>
|
||||
<name lang="ru">BIO-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
|
||||
<elementInformation show="1" name="plant"></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>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line x2="0" y2="90" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="0" x1="0" length1="1.5" end1="none" end2="none"/>
|
||||
<text y="50" rotation="0" color="#000000" text="DO1
DI3" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="102"/>
|
||||
<text y="50" rotation="0" color="#000000" text=" AO
DO1" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="74"/>
|
||||
<line x2="140" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="0" x1="140" length1="1.5" end1="none" end2="none"/>
|
||||
<rect y="40" width="5" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" x="95" rx="0"/>
|
||||
<rect y="40" width="5" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" height="5" x="95" rx="0"/>
|
||||
<line x2="140" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="0" x1="0" length1="1.5" end1="none" end2="none"/>
|
||||
<text y="39" rotation="0" color="#000000" text="S2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="95"/>
|
||||
<line x2="140" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="90" x1="0" length1="1.5" end1="none" end2="none"/>
|
||||
<dynamic_text y="23" rotation="270" frame="true" text_width="0" text_from="UserText" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="81" Valignment="AlignTop" z="13" Halignment="AlignHCenter">
|
||||
<text>+10V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" frame="true" text_width="0" text_from="UserText" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="101" Valignment="AlignTop" z="13" Halignment="AlignHCenter">
|
||||
<text>AI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="16" rotation="270" frame="true" text_width="0" text_from="UserText" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="61" Valignment="AlignTop" z="13" Halignment="AlignLeft">
|
||||
<text>S1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="101" Valignment="AlignVCenter" z="22" Halignment="AlignHCenter">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="41" Valignment="AlignVCenter" z="22" Halignment="AlignHCenter">
|
||||
<text>BGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="21" Valignment="AlignVCenter" z="22" Halignment="AlignHCenter">
|
||||
<text>A-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="81" Valignment="AlignVCenter" z="22" Halignment="AlignHCenter">
|
||||
<text>AO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="1" Valignment="AlignVCenter" z="22" Halignment="AlignHCenter">
|
||||
<text>B+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="61" Valignment="AlignVCenter" z="22" Halignment="AlignHCenter">
|
||||
<text>Shield</text>
|
||||
</dynamic_text>
|
||||
<rect y="40" width="5" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" x="85" rx="0"/>
|
||||
<rect y="40" width="5" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" height="5" x="85" rx="0"/>
|
||||
<text y="39" rotation="0" color="#000000" text="S1" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="85"/>
|
||||
<dynamic_text y="19" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{b37c57b7-66e4-405f-b8ca-c4ac5bda5ea4}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="121" Valignment="AlignTop" z="36" Halignment="AlignLeft">
|
||||
<text>SRC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="1" Valignment="AlignTop" z="38" Halignment="AlignLeft">
|
||||
<text>DI4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="21" Valignment="AlignTop" z="38" Halignment="AlignLeft">
|
||||
<text>DI5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="16" rotation="270" frame="true" text_width="-1" text_from="UserText" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="41" Valignment="AlignTop" z="38" Halignment="AlignLeft">
|
||||
<text>S2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="40" rotation="0" frame="false" text_width="-1" text_from="UserText" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="10" Valignment="AlignTop" z="126" Halignment="AlignLeft">
|
||||
<text>BIO-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="-31" rotation="0" frame="false" text_width="-1" text_from="ElementInfo" uuid="{76166232-2070-4a01-9d32-64303752fa59}" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="10" Valignment="AlignTop" z="127" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal y="0" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}" name="" x="10" orientation="n"/>
|
||||
<terminal y="0" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}" name="" x="110" orientation="n"/>
|
||||
<terminal y="0" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}" name="" x="50" orientation="n"/>
|
||||
<terminal y="90" uuid="{7b0aa718-8aa9-4167-8870-ab1599eed78d}" name="" x="90" orientation="s"/>
|
||||
<terminal y="0" uuid="{3eb5128a-dc0f-40c1-8166-7cc1aff242db}" name="" x="130" orientation="n"/>
|
||||
<terminal y="90" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}" name="" x="10" orientation="s"/>
|
||||
<terminal y="90" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}" name="" x="50" orientation="s"/>
|
||||
<terminal y="90" uuid="{0d3ec2be-91b0-4105-96ca-4c6220bf2049}" name="" x="110" orientation="s"/>
|
||||
<terminal y="90" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}" name="" x="30" orientation="s"/>
|
||||
<terminal y="0" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}" name="" x="30" orientation="n"/>
|
||||
<terminal y="0" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}" name="" x="90" orientation="n"/>
|
||||
<terminal y="0" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}" name="" x="70" orientation="n"/>
|
||||
<terminal y="90" uuid="{641997c6-f86e-4627-94e5-953da5d3a47f}" name="" x="70" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,110 @@
|
||||
<definition hotspot_x="5" width="210" height="100" link_type="simple" version="0.80" hotspot_y="4" type="element">
|
||||
<uuid uuid="{cd1395a3-e4da-4922-aa1e-9d2ffae6fb1c}"/>
|
||||
<names>
|
||||
<name lang="pl">BMIO-01</name>
|
||||
<name lang="ru">BMIO-01</name>
|
||||
<name lang="fr">BMIO-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line end1="none" antialias="false" length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="90" end2="none" x1="0" length1="1.5" y1="0" x2="0"/>
|
||||
<line end1="none" antialias="false" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="90" end2="none" x1="200" length1="1.5" y1="0" x2="200"/>
|
||||
<line end1="none" antialias="false" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end2="none" x1="0" length1="1.5" y1="0" x2="200"/>
|
||||
<dynamic_text y="19" rotation="270" text_width="0" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="80" frame="true" Halignment="AlignHCenter" z="13" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}">
|
||||
<text>DIO SRC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="22" rotation="270" text_width="0" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="61" frame="true" Halignment="AlignLeft" z="13" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}">
|
||||
<text>DIO2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="21" rotation="270" text_width="0" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="100" frame="true" Halignment="AlignHCenter" z="13" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}">
|
||||
<text>DIO COM</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" antialias="false" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="90" end2="none" x1="0" length1="1.5" y1="90" x2="200"/>
|
||||
<polygon antialias="false" y3="90" style="line-style:dotted;line-weight:thin;filling:none;color:black" y2="60" x1="0" closed="false" y1="60" x2="80" x3="80"/>
|
||||
<polygon antialias="false" style="line-style:dotted;line-weight:thin;filling:none;color:black" y2="60" x1="80" closed="false" y1="60" x2="200"/>
|
||||
<polygon antialias="false" y3="60" style="line-style:dotted;line-weight:thin;filling:none;color:black" y2="60" x4="120" x1="120" closed="false" y1="0" x2="120" x3="120" y4="60"/>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="61" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>Shield</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="1" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>B+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="41" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>BGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="121" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>SRC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="141" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>+10V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="21" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>A-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="81" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>AO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="88" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="101" frame="true" Halignment="AlignHCenter" z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="23" rotation="270" text_width="-1" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="181" frame="true" Halignment="AlignLeft" z="33" uuid="{63ff44bd-957b-40a6-9d76-0d951fe918d3}">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" text_width="-1" Valignment="AlignVCenter" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="161" frame="true" Halignment="AlignRight" z="34" uuid="{13e332b5-6773-4d7f-9403-aa195093b53a}">
|
||||
<text>AI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="23" rotation="270" text_width="-1" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="141" frame="true" Halignment="AlignLeft" z="35" uuid="{0e27cfe1-831d-42a7-b0c3-93563137b811}">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" text_width="-1" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="121" frame="true" Halignment="AlignLeft" z="36" uuid="{b37c57b7-66e4-405f-b8ca-c4ac5bda5ea4}">
|
||||
<text>AI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" text_width="-1" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="21" frame="true" Halignment="AlignLeft" z="38" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}">
|
||||
<text>DI4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="22" rotation="270" text_width="-1" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="41" frame="true" Halignment="AlignLeft" z="38" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}">
|
||||
<text>DIO1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="18" rotation="270" text_width="-1" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="1" frame="true" Halignment="AlignLeft" z="38" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}">
|
||||
<text>DI3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="40" rotation="0" text_width="-1" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="10" frame="false" Halignment="AlignLeft" z="126" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}">
|
||||
<text>BMIO-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="-31" rotation="0" text_width="-1" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="10" frame="false" Halignment="AlignLeft" z="127" uuid="{76166232-2070-4a01-9d32-64303752fa59}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal y="90" name="" x="70" orientation="s" uuid="{641997c6-f86e-4627-94e5-953da5d3a47f}"/>
|
||||
<terminal y="0" name="" x="170" orientation="n" uuid="{c25844da-47b9-4b38-a386-c60e1efb3c47}"/>
|
||||
<terminal y="90" name="" x="130" orientation="s" uuid="{e0e15175-09cc-4951-92de-5bdd15620118}"/>
|
||||
<terminal y="0" name="201" x="90" orientation="n" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}"/>
|
||||
<terminal y="0" name="" x="70" orientation="n" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}"/>
|
||||
<terminal y="0" name="" x="30" orientation="n" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}"/>
|
||||
<terminal y="0" name="" x="190" orientation="n" uuid="{21277c2b-c8c4-4043-b98e-a785535f2998}"/>
|
||||
<terminal y="90" name="" x="30" orientation="s" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}"/>
|
||||
<terminal y="90" name="" x="110" orientation="s" uuid="{0d3ec2be-91b0-4105-96ca-4c6220bf2049}"/>
|
||||
<terminal y="90" name="" x="50" orientation="s" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}"/>
|
||||
<terminal y="90" name="" x="90" orientation="s" uuid="{7b0aa718-8aa9-4167-8870-ab1599eed78d}"/>
|
||||
<terminal y="0" name="" x="150" orientation="n" uuid="{0ca46012-713f-4065-bd15-0306abf28845}"/>
|
||||
<terminal y="0" name="" x="130" orientation="n" uuid="{3eb5128a-dc0f-40c1-8166-7cc1aff242db}"/>
|
||||
<terminal y="90" name="" x="10" orientation="s" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}"/>
|
||||
<terminal y="90" name="" x="150" orientation="s" uuid="{9f649c2a-8231-4b6d-933f-51ad1cc06f45}"/>
|
||||
<terminal y="0" name="" x="10" orientation="n" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}"/>
|
||||
<terminal y="0" name="" x="110" orientation="n" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}"/>
|
||||
<terminal y="0" name="" x="50" orientation="n" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,94 @@
|
||||
<definition height="100" type="element" width="130" hotspot_y="4" link_type="simple" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{81e417db-9b35-498f-b8fb-9cfbbeac6e39}"/>
|
||||
<names>
|
||||
<name lang="it">BREL-01</name>
|
||||
<name lang="el">BREL-01</name>
|
||||
<name lang="fr">BREL-01</name>
|
||||
<name lang="ru">BREL-01</name>
|
||||
<name lang="cs">BREL-01</name>
|
||||
<name lang="en">BREL-01</name>
|
||||
<name lang="nl">BREL-01</name>
|
||||
<name lang="pl">BREL-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text x="80" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="75" rotation="0" color="#000000" text="RO7"/>
|
||||
<text x="80" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="20" rotation="0" color="#000000" text="RO5"/>
|
||||
<text x="20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="75" rotation="0" color="#000000" text="RO6"/>
|
||||
<line y1="0" length2="1.5" end2="none" x2="0" y2="90" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="0" length1="1.5" end1="none" antialias="false"/>
|
||||
<line y1="0" length2="1.5" end2="none" x2="120" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="120" length1="1.5" end1="none" antialias="false"/>
|
||||
<line y1="0" length2="1.5" end2="none" x2="120" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length1="1.5" end1="none" antialias="false"/>
|
||||
<line y1="90" length2="1.5" end2="none" x2="120" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length1="1.5" end1="none" antialias="false"/>
|
||||
<dynamic_text x="41" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="17" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="81" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="16" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="1" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="21" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>COM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="21" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="16" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="101" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="17" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="81" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="61" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="21" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>COM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="61" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>COM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="1" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>COM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="41" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="101" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NO</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="21" z="38" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" y="88" rotation="270" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="true" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>NC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="10" z="126" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="40" rotation="0" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" frame="false" Valignment="AlignTop" Halignment="AlignLeft" text_from="UserText">
|
||||
<text>BREL-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text x="10" z="127" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-31" rotation="0" uuid="{76166232-2070-4a01-9d32-64303752fa59}" frame="false" Valignment="AlignTop" Halignment="AlignLeft" text_from="ElementInfo">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text x="20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="24" rotation="0" color="#000000" text="RO4"/>
|
||||
<polygon y1="40" closed="false" x3="60" x2="60" y2="40" style="line-style:dotted;line-weight:thin;filling:none;color:black" y3="0" x1="0" antialias="false"/>
|
||||
<polygon y1="40" closed="false" x3="60" x2="60" y2="40" style="line-style:dotted;line-weight:thin;filling:none;color:black" y3="90" x1="120" antialias="false"/>
|
||||
<terminal x="30" orientation="s" y="90" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}" name=""/>
|
||||
<terminal x="110" orientation="n" y="0" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}" name=""/>
|
||||
<terminal x="70" orientation="s" y="90" uuid="{641997c6-f86e-4627-94e5-953da5d3a47f}" name=""/>
|
||||
<terminal x="10" orientation="s" y="90" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}" name=""/>
|
||||
<terminal x="70" orientation="n" y="0" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}" name=""/>
|
||||
<terminal x="30" orientation="n" y="0" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}" name=""/>
|
||||
<terminal x="10" orientation="n" y="0" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}" name=""/>
|
||||
<terminal x="50" orientation="s" y="90" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}" name=""/>
|
||||
<terminal x="50" orientation="n" y="0" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}" name=""/>
|
||||
<terminal x="90" orientation="n" y="0" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}" name="201"/>
|
||||
<terminal x="90" orientation="s" y="90" uuid="{7b0aa718-8aa9-4167-8870-ab1599eed78d}" name=""/>
|
||||
<terminal x="110" orientation="s" y="90" uuid="{0d3ec2be-91b0-4105-96ca-4c6220bf2049}" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,85 @@
|
||||
<definition hotspot_y="4" height="100" link_type="simple" width="150" type="element" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{2f4299c7-06b1-49ea-acd6-492a55f0a46e}"/>
|
||||
<names>
|
||||
<name lang="ru">FCAN-01</name>
|
||||
<name lang="pl">FCAN-01</name>
|
||||
<name lang="en">FCAN-01</name>
|
||||
<name lang="fr">FCAN-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="0" y2="90" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="0" antialias="false"/>
|
||||
<text color="#000000" text="6" y="54" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" x="108"/>
|
||||
<text color="#000000" text="1" y="55" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" x="111"/>
|
||||
<text color="#000000" text="5" y="16" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" x="111"/>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="140" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<text color="#000000" text="9" y="17.4688" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" x="107.767"/>
|
||||
<line y1="16.725" end2="none" length1="1.5" length2="1.5" x1="101.5" y2="10.725" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="112.5" antialias="true"/>
|
||||
<arc start="-180" y="14.725" height="10" angle="-32" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="100.5" antialias="true"/>
|
||||
<arc start="-240" y="9.725" height="10" angle="-120" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="110.5" antialias="true"/>
|
||||
<line y1="59.725" end2="none" length1="1.5" length2="1.5" x1="112.5" y2="53.725" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="101.5" antialias="true"/>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<arc start="-150" y="45.725" height="10" angle="-30" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="100.5" antialias="true"/>
|
||||
<arc start="0" y="50.725" height="10" angle="-120" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="110.5" antialias="true"/>
|
||||
<line y1="19.725" end2="none" length1="1.5" length2="1.5" x1="100.5" y2="49.725" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="100.5" antialias="false"/>
|
||||
<line y1="14.725" end2="none" length1="1.5" length2="1.5" x1="120.5" y2="54.725" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="120.5" antialias="false"/>
|
||||
<line y1="90" end2="none" length1="1.5" length2="1.5" x1="0" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<dynamic_text uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Halignment="AlignHCenter" y="7" Valignment="AlignVCenter" frame="true" z="22" rotation="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="120" text_width="-1">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<circle diameter="4" y="52.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="113.5" antialias="true"/>
|
||||
<circle diameter="4" y="12.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="113.5" antialias="true"/>
|
||||
<circle diameter="4" y="32.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="113.5" antialias="true"/>
|
||||
<text color="#000000" text="CanOpen" y="16" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<circle diameter="4" y="17.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="103.5" antialias="true"/>
|
||||
<circle diameter="4" y="42.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="113.5" antialias="true"/>
|
||||
<circle diameter="4" y="22.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="113.5" antialias="true"/>
|
||||
<circle diameter="4" y="37.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="103.5" antialias="true"/>
|
||||
<circle diameter="4" y="47.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="103.5" antialias="true"/>
|
||||
<circle diameter="4" y="27.725" style="line-style:normal;line-weight:normal;filling:none;color:black" x="103.5" antialias="true"/>
|
||||
<dynamic_text uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" Halignment="AlignLeft" y="40" Valignment="AlignTop" frame="false" z="126" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="10" text_width="-1">
|
||||
<text>FCAN-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{76166232-2070-4a01-9d32-64303752fa59}" Halignment="AlignLeft" y="-31" Valignment="AlignTop" frame="false" z="127" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="10" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="72" text_width="-1">
|
||||
<text>6. GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="52" text_width="-1">
|
||||
<text>5. CAN_SHLD</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="32" text_width="-1">
|
||||
<text>3. CAN_GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="12" text_width="-1">
|
||||
<text>2. CAN_L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="112" text_width="-1">
|
||||
<text>9. CAN_V+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="92" text_width="-1">
|
||||
<text>7. CAN_H</text>
|
||||
</dynamic_text>
|
||||
<terminal name="" uuid="{64dd992c-bfa1-4eee-ae19-ed05ee5d2556}" y="90" orientation="s" x="120"/>
|
||||
<terminal name="" uuid="{f1891b25-833c-4761-b870-be0920a06199}" y="90" orientation="s" x="100"/>
|
||||
<terminal name="" uuid="{b9e58a8b-9f54-45e7-8644-f9700de21b1f}" y="90" orientation="s" x="40"/>
|
||||
<terminal name="" uuid="{82ad64b6-3811-402a-b663-6a6dea24ef51}" y="90" orientation="s" x="20"/>
|
||||
<terminal name="" uuid="{01fa6485-cad6-4e45-be4b-b7f2e662361f}" y="90" orientation="s" x="80"/>
|
||||
<terminal name="" uuid="{feaa6fc0-9684-4ad9-8419-818f5b754049}" y="90" orientation="s" x="60"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,60 @@
|
||||
<definition hotspot_y="4" height="100" link_type="simple" width="150" type="element" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{e15be1d7-05e4-4983-8f5c-92a4d2b61079}"/>
|
||||
<names>
|
||||
<name lang="ru">FDNA-01</name>
|
||||
<name lang="pl">FDNA-01</name>
|
||||
<name lang="en">FDNA-01</name>
|
||||
<name lang="fr">FDNA-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="0" y2="90" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="0" antialias="false"/>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="140" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<line y1="90" end2="none" length1="1.5" length2="1.5" x1="0" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<dynamic_text uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Halignment="AlignHCenter" y="60" Valignment="AlignVCenter" frame="true" z="22" rotation="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="120" text_width="-1">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text="DeviceNet" y="16" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<dynamic_text uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" Halignment="AlignLeft" y="40" Valignment="AlignTop" frame="false" z="126" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="10" text_width="-1">
|
||||
<text>FDNA-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{76166232-2070-4a01-9d32-64303752fa59}" Halignment="AlignLeft" y="-31" Valignment="AlignTop" frame="false" z="127" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="10" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="92" text_width="-1">
|
||||
<text>5. V+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="32" text_width="-1">
|
||||
<text>2. CAN_L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="52" text_width="-1">
|
||||
<text>3. SHLD</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="12" text_width="-1">
|
||||
<text>1. V-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="72" text_width="-1">
|
||||
<text>4. CAN_H</text>
|
||||
</dynamic_text>
|
||||
<terminal name="" uuid="{b9e58a8b-9f54-45e7-8644-f9700de21b1f}" y="90" orientation="s" x="40"/>
|
||||
<terminal name="" uuid="{82ad64b6-3811-402a-b663-6a6dea24ef51}" y="90" orientation="s" x="20"/>
|
||||
<terminal name="" uuid="{f1891b25-833c-4761-b870-be0920a06199}" y="90" orientation="s" x="100"/>
|
||||
<terminal name="" uuid="{01fa6485-cad6-4e45-be4b-b7f2e662361f}" y="90" orientation="s" x="80"/>
|
||||
<terminal name="" uuid="{feaa6fc0-9684-4ad9-8419-818f5b754049}" y="90" orientation="s" x="60"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,65 @@
|
||||
<definition hotspot_x="5" type="element" height="100" version="0.80" hotspot_y="5" width="150" link_type="simple">
|
||||
<uuid uuid="{9e756c1d-11dc-4f1a-943a-83c8ec983d79}"/>
|
||||
<names>
|
||||
<name lang="ru">FEIP-21</name>
|
||||
<name lang="en">FEIP-21</name>
|
||||
<name lang="fr">FEIP-21</name>
|
||||
<name lang="pl">FEIP-21</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line x2="0" y1="0" x1="0" end1="none" antialias="false" style="line-style:dashed;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="90" length2="1.5"/>
|
||||
<rect rx="0" height="20" antialias="false" x="76" width="28" y="60" style="line-style:normal;line-weight:normal;filling:white;color:black" ry="0"/>
|
||||
<rect rx="0" height="20" antialias="false" x="37" width="28" y="60" style="line-style:normal;line-weight:normal;filling:white;color:black" ry="0"/>
|
||||
<polygon x13="86" x2="85" y13="75" x14="86" x10="93" y12="75" y14="75" antialias="false" style="line-style:normal;line-weight:normal;filling:gray;color:black" y6="73" x1="85" x12="87" x5="101" y7="73" y10="77" x4="79" y8="75" x6="101" x11="87" x8="95" x9="93" y9="75" x3="79" y3="73" y1="75" y4="63" x7="95" y5="63" y2="73" y11="77"/>
|
||||
<polygon x13="47" x2="46" y13="75" x14="47" x10="54" y12="75" y14="75" antialias="false" style="line-style:normal;line-weight:normal;filling:gray;color:black" y6="73" x1="46" x12="48" x5="62" y7="73" y10="77" x4="40" y8="75" x6="62" x11="48" x8="56" x9="54" y9="75" x3="40" y3="73" y1="75" y4="63" x7="56" y5="63" y2="73" y11="77"/>
|
||||
<line x2="89" y1="63" x1="89" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="50" y1="63" x1="50" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="140" y1="0" x1="140" end1="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="90" length2="1.5"/>
|
||||
<line x2="87" y1="63" x1="87" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="48" y1="63" x1="48" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="85" y1="63" x1="85" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="46" y1="63" x1="46" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="83" y1="63" x1="83" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="44" y1="63" x1="44" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="140" y1="0" x1="0" end1="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="0" length2="1.5"/>
|
||||
<line x2="91" y1="63" x1="91" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="52" y1="63" x1="52" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="93" y1="63" x1="93" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="54" y1="63" x1="54" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="95" y1="63" x1="95" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="140" y1="90" x1="0" end1="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="90" length2="1.5"/>
|
||||
<dynamic_text rotation="0" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Valignment="AlignVCenter" x="24" text_width="-1" Halignment="AlignHCenter" y="57" z="22" font="Sans Serif,4,-1,5,25,0,0,0,0,0" frame="true">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Valignment="AlignVCenter" x="103" text_width="-1" Halignment="AlignHCenter" y="57" z="22" font="Sans Serif,4,-1,5,25,0,0,0,0,0" frame="true">
|
||||
<text>X2</text>
|
||||
</dynamic_text>
|
||||
<line x2="56" y1="63" x1="56" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="58" y1="63" x1="58" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<line x2="97" y1="63" x1="97" end1="none" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="65" length2="1.5"/>
|
||||
<text rotation="0" color="#000000" x="10" y="16" text="EtherNet/IP" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text rotation="0" text_from="UserText" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" Valignment="AlignTop" x="10" text_width="-1" Halignment="AlignLeft" y="40" z="126" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false">
|
||||
<text>FEIP-21</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" uuid="{76166232-2070-4a01-9d32-64303752fa59}" Valignment="AlignTop" x="10" text_width="-1" Halignment="AlignLeft" y="-31" z="127" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal uuid="{e1f48eea-9f44-4f9a-978d-450d9c98b128}" orientation="s" name="" x="60" y="80"/>
|
||||
<terminal uuid="{1fe83f2c-00a7-4e7a-aadc-fe42b1c10bab}" orientation="s" name="" x="100" y="80"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,56 @@
|
||||
<definition hotspot_y="4" height="100" link_type="simple" width="150" type="element" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{1f0f04ae-a5aa-4403-8bfc-508c315daa3c}"/>
|
||||
<names>
|
||||
<name lang="ru">FMBA-01</name>
|
||||
<name lang="pl">FMBA-01</name>
|
||||
<name lang="en">FMBA-01</name>
|
||||
<name lang="fr">FMBA-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="description" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="0" y2="90" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="0" antialias="false"/>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="140" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<line y1="0" end2="none" length1="1.5" length2="1.5" x1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<line y1="90" end2="none" length1="1.5" length2="1.5" x1="0" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="140" antialias="false"/>
|
||||
<dynamic_text uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Halignment="AlignHCenter" y="60" Valignment="AlignVCenter" frame="true" z="22" rotation="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" x="120" text_width="-1">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text="Modbus RTU" y="16" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<dynamic_text uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" Halignment="AlignLeft" y="40" Valignment="AlignTop" frame="false" z="126" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" x="10" text_width="-1">
|
||||
<text>FMBA-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{76166232-2070-4a01-9d32-64303752fa59}" Halignment="AlignLeft" y="-31" Valignment="AlignTop" frame="false" z="127" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="10" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="32" text_width="-1">
|
||||
<text>2. DATA_B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="52" text_width="-1">
|
||||
<text>3. DATA_A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="12" text_width="-1">
|
||||
<text>1. SHLD</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{6b4bffb2-6a88-4cf5-bac9-da4947f17132}" Halignment="AlignLeft" y="88" Valignment="AlignTop" frame="true" z="128" rotation="270" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" text_from="UserText" x="72" text_width="-1">
|
||||
<text>4. GND_B</text>
|
||||
</dynamic_text>
|
||||
<terminal name="" uuid="{b9e58a8b-9f54-45e7-8644-f9700de21b1f}" y="90" orientation="s" x="40"/>
|
||||
<terminal name="" uuid="{82ad64b6-3811-402a-b663-6a6dea24ef51}" y="90" orientation="s" x="20"/>
|
||||
<terminal name="" uuid="{01fa6485-cad6-4e45-be4b-b7f2e662361f}" y="90" orientation="s" x="80"/>
|
||||
<terminal name="" uuid="{feaa6fc0-9684-4ad9-8419-818f5b754049}" y="90" orientation="s" x="60"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,65 @@
|
||||
<definition link_type="simple" width="150" hotspot_y="5" type="element" height="100" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{5f6ded00-a67b-4038-bb64-0666ed8513a5}"/>
|
||||
<names>
|
||||
<name lang="pl">FMBT-21</name>
|
||||
<name lang="fr">FMBT-21</name>
|
||||
<name lang="ru">FMBT-21</name>
|
||||
<name lang="en">FMBT-21</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y1="0" antialias="false" length1="1.5" length2="1.5" x2="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="90" x1="0" end1="none" end2="none"/>
|
||||
<rect antialias="false" y="60" x="76" ry="0" style="line-style:normal;line-weight:normal;filling:white;color:black" width="28" rx="0" height="20"/>
|
||||
<rect antialias="false" y="60" x="37" ry="0" style="line-style:normal;line-weight:normal;filling:white;color:black" width="28" rx="0" height="20"/>
|
||||
<polygon y3="73" y12="75" y11="77" y7="73" x12="87" y8="75" y10="77" y9="75" x11="87" x13="86" antialias="false" x14="86" x4="79" y4="63" x2="85" x7="95" y14="75" x6="101" y1="75" y6="73" x1="85" x10="93" y5="63" x3="79" style="line-style:normal;line-weight:normal;filling:gray;color:black" x9="93" y13="75" x5="101" y2="73" x8="95"/>
|
||||
<polygon y3="73" y12="75" y11="77" y7="73" x12="48" y8="75" y10="77" y9="75" x11="48" x13="47" antialias="false" x14="47" x4="40" y4="63" x2="46" x7="56" y14="75" x6="62" y1="75" y6="73" x1="46" x10="54" y5="63" x3="40" style="line-style:normal;line-weight:normal;filling:gray;color:black" x9="54" y13="75" x5="62" y2="73" x8="56"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="89" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="50" end1="none" end2="none"/>
|
||||
<line y1="0" antialias="false" length1="1.5" length2="1.5" x2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="90" x1="140" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="87" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="87" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="48" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="85" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="85" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="46" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="83" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="83" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="44" end1="none" end2="none"/>
|
||||
<line y1="0" antialias="false" length1="1.5" length2="1.5" x2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" x1="0" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="91" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="91" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="52" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="93" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="93" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="54" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="95" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="95" end1="none" end2="none"/>
|
||||
<line y1="90" antialias="false" length1="1.5" length2="1.5" x2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="90" x1="0" end1="none" end2="none"/>
|
||||
<dynamic_text z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Halignment="AlignHCenter" Valignment="AlignVCenter" y="57" x="24" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" frame="true" text_width="-1" rotation="0">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="22" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" Halignment="AlignHCenter" Valignment="AlignVCenter" y="57" x="103" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" frame="true" text_width="-1" rotation="0">
|
||||
<text>X2</text>
|
||||
</dynamic_text>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="56" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="58" end1="none" end2="none"/>
|
||||
<line y1="63" antialias="false" length1="1.5" length2="1.5" x2="97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="65" x1="97" end1="none" end2="none"/>
|
||||
<dynamic_text z="126" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" Halignment="AlignLeft" Valignment="AlignTop" y="40" x="10" text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_width="-1" rotation="0">
|
||||
<text>FMBT-21</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="127" uuid="{76166232-2070-4a01-9d32-64303752fa59}" Halignment="AlignLeft" Valignment="AlignTop" y="-31" x="10" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_width="-1" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text y="16" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="Modbus/TCP" rotation="0"/>
|
||||
<terminal uuid="{e1f48eea-9f44-4f9a-978d-450d9c98b128}" y="80" orientation="s" x="60" name=""/>
|
||||
<terminal uuid="{1fe83f2c-00a7-4e7a-aadc-fe42b1c10bab}" y="80" orientation="s" x="100" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,65 @@
|
||||
<definition height="100" version="0.80" hotspot_y="5" link_type="simple" hotspot_x="5" type="element" width="150">
|
||||
<uuid uuid="{f737c31d-e1b3-49e5-9203-10568c712c4a}"/>
|
||||
<names>
|
||||
<name lang="pl">FPNO-21</name>
|
||||
<name lang="en">FPNO-21</name>
|
||||
<name lang="ru">FPNO-21</name>
|
||||
<name lang="fr">FPNO-21</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line x2="0" end1="none" length2="1.5" y2="90" x1="0" y1="0" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<rect height="20" x="76" width="28" style="line-style:normal;line-weight:normal;filling:white;color:black" y="60" rx="0" antialias="false" ry="0"/>
|
||||
<rect height="20" x="37" width="28" style="line-style:normal;line-weight:normal;filling:white;color:black" y="60" rx="0" antialias="false" ry="0"/>
|
||||
<polygon x3="79" x1="85" x8="95" y8="75" x13="86" y9="75" y4="63" y6="73" y5="63" antialias="false" y12="75" y14="75" y11="77" x10="93" y2="73" x12="87" x2="85" y1="75" y13="75" x11="87" y3="73" x4="79" y7="73" x7="95" x6="101" x5="101" y10="77" x14="86" x9="93" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
|
||||
<polygon x3="40" x1="46" x8="56" y8="75" x13="47" y9="75" y4="63" y6="73" y5="63" antialias="false" y12="75" y14="75" y11="77" x10="54" y2="73" x12="48" x2="46" y1="75" y13="75" x11="48" y3="73" x4="40" y7="73" x7="56" x6="62" x5="62" y10="77" x14="47" x9="54" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
|
||||
<line x2="89" end1="none" length2="1.5" y2="65" x1="89" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="50" end1="none" length2="1.5" y2="65" x1="50" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="140" end1="none" length2="1.5" y2="90" x1="140" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="87" end1="none" length2="1.5" y2="65" x1="87" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="48" end1="none" length2="1.5" y2="65" x1="48" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="85" end1="none" length2="1.5" y2="65" x1="85" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="46" end1="none" length2="1.5" y2="65" x1="46" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="83" end1="none" length2="1.5" y2="65" x1="83" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="44" end1="none" length2="1.5" y2="65" x1="44" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="140" end1="none" length2="1.5" y2="0" x1="0" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="91" end1="none" length2="1.5" y2="65" x1="91" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="52" end1="none" length2="1.5" y2="65" x1="52" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="93" end1="none" length2="1.5" y2="65" x1="93" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="54" end1="none" length2="1.5" y2="65" x1="54" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="95" end1="none" length2="1.5" y2="65" x1="95" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="140" end1="none" length2="1.5" y2="90" x1="0" y1="90" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<dynamic_text Halignment="AlignHCenter" Valignment="AlignVCenter" rotation="0" z="22" x="103" frame="true" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" y="57">
|
||||
<text>X2</text>
|
||||
</dynamic_text>
|
||||
<line x2="56" end1="none" length2="1.5" y2="65" x1="56" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<dynamic_text Halignment="AlignHCenter" Valignment="AlignVCenter" rotation="0" z="22" x="24" frame="true" text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" y="57">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<line x2="58" end1="none" length2="1.5" y2="65" x1="58" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<line x2="97" end1="none" length2="1.5" y2="65" x1="97" y1="63" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false"/>
|
||||
<dynamic_text Halignment="AlignLeft" Valignment="AlignTop" rotation="0" z="126" x="10" frame="false" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="UserText" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" y="40">
|
||||
<text>FPNO-21</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" Valignment="AlignTop" rotation="0" z="127" x="10" frame="false" text_width="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" uuid="{76166232-2070-4a01-9d32-64303752fa59}" y="-31">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text rotation="0" color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="20" text="PROFINET IO"/>
|
||||
<terminal x="100" uuid="{1fe83f2c-00a7-4e7a-aadc-fe42b1c10bab}" y="80" name="" orientation="s"/>
|
||||
<terminal x="60" uuid="{e1f48eea-9f44-4f9a-978d-450d9c98b128}" y="80" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,139 @@
|
||||
<definition width="330" height="100" hotspot_x="5" hotspot_y="4" type="element" version="0.80" link_type="simple">
|
||||
<uuid uuid="{3cc677ce-ebc0-4cb8-8d7f-7ca29b51bc4e}"/>
|
||||
<names>
|
||||
<name lang="pl">RIIO-01</name>
|
||||
<name lang="fr">RIIO-01</name>
|
||||
<name lang="ru">RIIO-01</name>
|
||||
<name lang="en">RIIO-01</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line x1="0" length2="1.5" length1="1.5" end2="none" y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="0" antialias="false" y2="90" end1="none"/>
|
||||
<line x1="320" length2="1.5" length1="1.5" end2="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="320" antialias="false" y2="90" end1="none"/>
|
||||
<line x1="0" length2="1.5" length1="1.5" end2="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="320" antialias="false" y2="0" end1="none"/>
|
||||
<line x1="0" length2="1.5" length1="1.5" end2="none" y1="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="320" antialias="false" y2="90" end1="none"/>
|
||||
<polygon x1="0" x3="60" y3="90" y1="60" style="line-style:dotted;line-weight:thin;filling:none;color:black" x2="60" antialias="false" y2="60" closed="false"/>
|
||||
<polygon x1="60" y1="60" style="line-style:dotted;line-weight:thin;filling:none;color:black" x2="320" antialias="false" y2="60" closed="false"/>
|
||||
<polygon x1="140" x3="140" y3="60" y4="60" x4="140" y1="0" style="line-style:dotted;line-weight:thin;filling:none;color:black" x2="140" antialias="false" y2="60" closed="false"/>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="261" text_width="0" rotation="270" y="20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AO1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="181" text_width="0" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="241" text_width="0" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="301" text_width="0" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="281" text_width="0" rotation="270" y="20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AO2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="161" text_width="0" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AI1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="141" text_width="0" rotation="270" y="20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>SCR</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignHCenter" x="101" text_width="0" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>DI5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" x="61" text_width="0" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>DI3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignHCenter" x="81" text_width="0" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>DI4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="201" text_width="0" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>+10V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignBottom" Halignment="AlignHCenter" x="221" text_width="0" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" z="13">
|
||||
<text>AI2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="121" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>RO3C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="81" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>RO2A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="1" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>B+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="141" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>RO3A</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="41" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>DGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="21" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>A-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="61" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>RO2C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="101" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>RO2B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignVCenter" Halignment="AlignHCenter" x="161" text_width="-1" rotation="270" y="88" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" z="22">
|
||||
<text>RO3B</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" x="121" text_width="-1" rotation="270" y="18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{b37c57b7-66e4-405f-b8ca-c4ac5bda5ea4}" z="36">
|
||||
<text>DI6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" x="1" text_width="-1" rotation="270" y="19" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" z="38">
|
||||
<text>24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" x="41" text_width="-1" rotation="270" y="24" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" z="38">
|
||||
<text>DCOM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="true" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" x="21" text_width="-1" rotation="270" y="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" z="38">
|
||||
<text>DGND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="false" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" x="10" text_width="-1" rotation="0" y="40" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" z="126">
|
||||
<text>RIIO-01</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text frame="false" text_from="ElementInfo" Valignment="AlignTop" Halignment="AlignLeft" x="10" text_width="-1" rotation="0" y="-31" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{76166232-2070-4a01-9d32-64303752fa59}" z="127">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="130" name="" y="0" uuid="{3eb5128a-dc0f-40c1-8166-7cc1aff242db}" orientation="n"/>
|
||||
<terminal x="70" name="" y="90" uuid="{641997c6-f86e-4627-94e5-953da5d3a47f}" orientation="s"/>
|
||||
<terminal x="30" name="" y="0" uuid="{cac0ea20-aeb8-49bf-8087-64545546e93c}" orientation="n"/>
|
||||
<terminal x="50" name="" y="90" uuid="{819aa66b-654b-441c-a5b2-6378cb7a5cb7}" orientation="s"/>
|
||||
<terminal x="10" name="" y="90" uuid="{747f01f4-c770-4ef4-a51b-724288a16b20}" orientation="s"/>
|
||||
<terminal x="170" name="" y="90" uuid="{6544937e-e407-4bf1-8b16-88dcf9c6c598}" orientation="s"/>
|
||||
<terminal x="50" name="" y="0" uuid="{bc9db822-2fd0-4936-a08e-5b4a353eb7ae}" orientation="n"/>
|
||||
<terminal x="10" name="" y="0" uuid="{482cf50c-3e53-45a0-b335-702d46c0f270}" orientation="n"/>
|
||||
<terminal x="110" name="" y="0" uuid="{27e706cb-f637-4fad-b8ca-9868140f931e}" orientation="n"/>
|
||||
<terminal x="130" name="" y="90" uuid="{e0e15175-09cc-4951-92de-5bdd15620118}" orientation="s"/>
|
||||
<terminal x="90" name="" y="90" uuid="{7b0aa718-8aa9-4167-8870-ab1599eed78d}" orientation="s"/>
|
||||
<terminal x="30" name="" y="90" uuid="{97ee1a8a-a3ed-41f5-8fd2-c6e325218f23}" orientation="s"/>
|
||||
<terminal x="150" name="" y="90" uuid="{9f649c2a-8231-4b6d-933f-51ad1cc06f45}" orientation="s"/>
|
||||
<terminal x="70" name="" y="0" uuid="{c0b808f5-2dd8-452a-8d2e-2289987278f0}" orientation="n"/>
|
||||
<terminal x="110" name="" y="90" uuid="{0d3ec2be-91b0-4105-96ca-4c6220bf2049}" orientation="s"/>
|
||||
<terminal x="90" name="201" y="0" uuid="{65050ad7-08f5-47b9-8715-5b144692a34d}" orientation="n"/>
|
||||
<terminal x="250" name="" y="0" uuid="{7c36089a-75ce-44d1-bb3a-ea39b00032ca}" orientation="n"/>
|
||||
<terminal x="210" name="" y="0" uuid="{4cb87bf5-0171-4fd0-87a0-436805f0c8f6}" orientation="n"/>
|
||||
<terminal x="290" name="" y="0" uuid="{460347d8-21b1-4ead-9b5c-db60e3bedae2}" orientation="n"/>
|
||||
<terminal x="230" name="" y="0" uuid="{eec27ba2-b8ec-4478-86ae-4c8e9090b8d2}" orientation="n"/>
|
||||
<terminal x="270" name="" y="0" uuid="{39e83ea5-52ed-4293-8043-92a03ec6bf11}" orientation="n"/>
|
||||
<terminal x="190" name="" y="0" uuid="{9eefdd12-318d-4036-a66c-510cb116ded7}" orientation="n"/>
|
||||
<terminal x="170" name="" y="0" uuid="{0ed7a7e2-13a5-4e29-9081-c2135cb0fb98}" orientation="n"/>
|
||||
<terminal x="150" name="" y="0" uuid="{296a87a2-7247-42f3-9cce-d9fad7c4f9cd}" orientation="n"/>
|
||||
<terminal x="310" name="" y="0" uuid="{67e84e9b-29fb-4d01-a41f-229ed0c28d92}" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,15 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="nl">Motor starters</name>
|
||||
<name lang="ru">Устройства плавного пуска</name>
|
||||
<name lang="es">Arrancadores progresivos</name>
|
||||
<name lang="de">Sanftanläufe</name>
|
||||
<name lang="el">Ελεγκτές ομαλής εκκίνησης</name>
|
||||
<name lang="pl">Urządzenia łagodnego rozruchu</name>
|
||||
<name lang="cs">Softstartéry</name>
|
||||
<name lang="it">Avviatore Soft-Start</name>
|
||||
<name lang="ar">بادئات حركة تدريجية</name>
|
||||
<name lang="en">Soft start motor controllers</name>
|
||||
<name lang="fr">Demarreurs progressifs</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,86 @@
|
||||
<definition width="920" height="100" link_type="simple" hotspot_y="48" version="0.90" type="element" hotspot_x="605">
|
||||
<uuid uuid="{b90a4a1b-08aa-41d8-9f9e-e65eabc398a0}"/>
|
||||
<names>
|
||||
<name lang="en">1734-EP24DC</name>
|
||||
<name lang="hu">1734-EP24DC</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>dessine</informations>
|
||||
<description>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-490" y2="36.5" end2="none" length2="1.5" x1="-490" antialias="false"/>
|
||||
<text rotation="0" x="-198" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="GND"/>
|
||||
<text rotation="0" x="-98" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="COM"/>
|
||||
<text rotation="0" x="2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0.75" text="COM"/>
|
||||
<text rotation="0" x="204" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="24V"/>
|
||||
<text rotation="0" x="104" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="24V"/>
|
||||
<text rotation="0" x="-298" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="GND"/>
|
||||
<text rotation="0" x="-395" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="NC"/>
|
||||
<text rotation="0" x="-92" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="4"/>
|
||||
<text rotation="0" x="-192" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="3"/>
|
||||
<text rotation="0" x="-392" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="1"/>
|
||||
<text rotation="0" x="8" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="5"/>
|
||||
<text rotation="0" x="-292" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="2"/>
|
||||
<text rotation="0" x="108" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="6"/>
|
||||
<text rotation="0" x="208" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="7"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="-194" y="11.5" start="0" antialias="true"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="-94" y="11.5" start="0" antialias="true"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="206" y="11.5" start="0" antialias="true"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="-394" y="11.5" start="0" antialias="true"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="-294" y="11.5" start="0" antialias="true"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="6" y="11.5" start="0" antialias="true"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="106" y="11.5" start="0" antialias="true"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-190" y2="17.75" end2="none" length2="1.5" x1="-190" antialias="false"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="110" y2="17.75" end2="none" length2="1.5" x1="110" antialias="false"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-290" y2="17.75" end2="none" length2="1.5" x1="-290" antialias="false"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-390" y2="17.75" end2="none" length2="1.5" x1="-390" antialias="false"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="210" y2="17.75" end2="none" length2="1.5" x1="210" antialias="false"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="10" y2="17.75" end2="none" length2="1.5" x1="10" antialias="false"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-90" y2="17.75" end2="none" length2="1.5" x1="-90" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="204" y="27" ry="0" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="-296" y="27" ry="0" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="-96" y="27" ry="0" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="-196" y="27" ry="0" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="4" y="27" ry="0" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="-396" y="27" ry="0" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="104" y="27" ry="0" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="210" y2="20.75" end2="none" length2="1.5" x1="210" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="110" y2="20.75" end2="none" length2="1.5" x1="110" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="10" y2="20.75" end2="none" length2="1.5" x1="10" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-190" y2="20.75" end2="none" length2="1.5" x1="-190" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-90" y2="20.75" end2="none" length2="1.5" x1="-90" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-390" y2="20.75" end2="none" length2="1.5" x1="-390" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-290" y2="20.75" end2="none" length2="1.5" x1="-290" antialias="false"/>
|
||||
<text rotation="0" x="-495" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="0" text="NC"/>
|
||||
<text rotation="0" x="-492" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="35.0778" text="0"/>
|
||||
<text rotation="0" x="-5" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" y="-28.25" text="1734-EP24DC"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="210" y2="36.5" end2="none" length2="1.5" x1="210" antialias="false"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="10" y2="36.5" end2="none" length2="1.5" x1="10" antialias="false"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-290" y2="36.5" end2="none" length2="1.5" x1="-290" antialias="false"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-90" y2="36.5" end2="none" length2="1.5" x1="-90" antialias="false"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="110" y2="36.5" end2="none" length2="1.5" x1="110" antialias="false"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-390" y2="36.5" end2="none" length2="1.5" x1="-390" antialias="false"/>
|
||||
<line y1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-190" y2="36.5" end2="none" length2="1.5" x1="-190" antialias="false"/>
|
||||
<rect width="910" style="line-style:normal;line-weight:normal;filling:none;color:black" height="80" rx="0" x="-600" y="-42.5" ry="0" antialias="false"/>
|
||||
<arc angle="-180" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black" height="8.5" x="-494" y="11.5" start="0" antialias="true"/>
|
||||
<line y1="7.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-490" y2="17.75" end2="none" length2="1.5" x1="-490" antialias="false"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" rx="0" x="-496" y="27" ry="0" antialias="false"/>
|
||||
<line y1="-22.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="310" y2="-22.5" end2="none" length2="1.5" x1="-598.998" antialias="false"/>
|
||||
<line y1="26.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end1="none" x2="-490" y2="20.75" end2="none" length2="1.5" x1="-490" antialias="false"/>
|
||||
<dynamic_text rotation="0" z="103" x="-350" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" uuid="{91aac332-1672-4d4e-88cb-0d19fdf23feb}" keep_visual_rotation="false" y="-44.25" Halignment="AlignLeft" frame="false" Valignment="AlignTop" text_from="ElementInfo" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>comment</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" z="104" x="-590" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" uuid="{0aa1af83-36d5-4ea5-bde4-76be46cfa0a8}" keep_visual_rotation="false" y="-44.25" Halignment="AlignLeft" frame="false" Valignment="AlignTop" text_from="ElementInfo" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="s" x="10" uuid="{5cc6de8f-1273-4aee-818c-bc84c7c94057}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="110" uuid="{53a61f3f-d41c-493a-bd2a-525a0b3216ff}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="-290" uuid="{858a1d35-9610-46a1-88c4-a5af13f1adbf}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="-490" uuid="{e2c32162-d92c-47ec-b356-343ebeddcc7f}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="-90" uuid="{82c594dd-1024-4db2-a2bf-cccb8460293c}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="210" uuid="{b7b35e39-83fd-4b02-a7dc-48568e905259}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="-390" uuid="{db5706e0-3574-483f-aeaa-da32aa50f1e2}" name="" y="42" type="Generic"/>
|
||||
<terminal orientation="s" x="-190" uuid="{af2f3299-1171-4e4d-8f1c-18aaad88d365}" name="" y="42" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
<definition hotspot_y="5" width="130" version="0.80" type="element" hotspot_x="5" link_type="simple" height="510">
|
||||
<uuid uuid="{df6d58f3-72e0-45f5-ba85-22d1f86b1056}"/>
|
||||
<names>
|
||||
<name lang="ru">AS02LC-A</name>
|
||||
<name lang="pl">AS02LC-A</name>
|
||||
<name lang="en">AS02LC-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="208" x="31" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="CH2" color="#000000"/>
|
||||
<text y="50" x="32" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="CH1" color="#000000"/>
|
||||
<text y="290" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SEN+" color="#000000"/>
|
||||
<text y="130" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SEN+" color="#000000"/>
|
||||
<text y="270" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SIG-" color="#000000"/>
|
||||
<text y="490" x="10" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" text="AS02LC-A" color="#000000"/>
|
||||
<text y="230" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="EXC-" color="#000000"/>
|
||||
<text y="370" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" color="#000000"/>
|
||||
<text y="250" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SIG+" color="#000000"/>
|
||||
<text y="330" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SLD" color="#000000"/>
|
||||
<text y="110" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SIG-" color="#000000"/>
|
||||
<text y="310" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SEN-" color="#000000"/>
|
||||
<text y="70" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="EXC-" color="#000000"/>
|
||||
<text y="350" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" color="#000000"/>
|
||||
<text y="90" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SIG+" color="#000000"/>
|
||||
<text y="210" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="EXC+" color="#000000"/>
|
||||
<text y="170" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SLD" color="#000000"/>
|
||||
<text y="150" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SEN-" color="#000000"/>
|
||||
<line length2="1.5" x1="120" y2="500" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="120" y1="0"/>
|
||||
<text y="190" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" color="#000000"/>
|
||||
<line length2="1.5" x1="0" y2="500" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="120" y1="500"/>
|
||||
<text y="430" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="0V" color="#000000"/>
|
||||
<text y="390" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="24V" color="#000000"/>
|
||||
<line length2="1.5" x1="0" y2="0" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="120" y1="0"/>
|
||||
<line length2="1.5" x1="0" y2="500" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="0" y1="0"/>
|
||||
<rect ry="0" y="40" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="30" rx="0" height="400"/>
|
||||
<text y="50" x="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="EXC+" color="#000000"/>
|
||||
<text y="30" x="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="02LC" color="#000000"/>
|
||||
<line length2="1.5" x1="13" y2="410" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="15" y1="410"/>
|
||||
<line length2="1.5" x1="12" y2="408" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="16" y1="408"/>
|
||||
<line length2="1.5" x1="11" y2="406" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="17" y1="406"/>
|
||||
<line length2="1.5" x1="14" y2="399" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x2="14" y1="406"/>
|
||||
<terminal y="50" name="" x="40" orientation="e" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}"/>
|
||||
<terminal y="370" name="" x="40" orientation="e" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}"/>
|
||||
<terminal y="130" name="" x="40" orientation="e" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}"/>
|
||||
<terminal y="70" name="" x="40" orientation="e" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}"/>
|
||||
<terminal y="310" name="" x="40" orientation="e" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}"/>
|
||||
<terminal y="390" name="" x="40" orientation="e" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}"/>
|
||||
<terminal y="330" name="" x="40" orientation="e" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}"/>
|
||||
<terminal y="190" name="" x="40" orientation="e" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}"/>
|
||||
<terminal y="410" name="" x="40" orientation="e" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}"/>
|
||||
<terminal y="250" name="" x="40" orientation="e" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}"/>
|
||||
<terminal y="110" name="" x="40" orientation="e" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}"/>
|
||||
<terminal y="230" name="" x="40" orientation="e" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}"/>
|
||||
<terminal y="290" name="" x="40" orientation="e" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}"/>
|
||||
<terminal y="150" name="" x="40" orientation="e" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}"/>
|
||||
<terminal y="430" name="" x="40" orientation="e" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}"/>
|
||||
<terminal y="350" name="" x="40" orientation="e" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}"/>
|
||||
<terminal y="170" name="" x="40" orientation="e" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}"/>
|
||||
<terminal y="90" name="" x="40" orientation="e" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}"/>
|
||||
<terminal y="210" name="" x="40" orientation="e" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}"/>
|
||||
<terminal y="270" name="" x="40" orientation="e" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<definition hotspot_x="5" type="element" hotspot_y="5" width="130" height="510" link_type="simple" version="0.80">
|
||||
<uuid uuid="{23b4f5d5-396a-4f00-bb3b-5d239521dd96}"/>
|
||||
<names>
|
||||
<name lang="ru">AS02PU-A</name>
|
||||
<name lang="pl">AS02PU-A</name>
|
||||
<name lang="en">AS02PU-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="410" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="3+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="284" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="OUT" x="31" color="#000000" rotation="0"/>
|
||||
<text y="48" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="IN" x="32" color="#000000" rotation="0"/>
|
||||
<text y="130" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="Z+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="490" font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="AS02PU-A" x="10" color="#000000" rotation="0"/>
|
||||
<text y="370" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="2+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="1" x="10" color="#000000" rotation="0"/>
|
||||
<text y="110" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="B-" x="10" color="#000000" rotation="0"/>
|
||||
<text y="70" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A-" x="10" color="#000000" rotation="0"/>
|
||||
<text y="90" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="B+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="170" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="S/S" x="10" color="#000000" rotation="0"/>
|
||||
<text y="290" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="0+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="150" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="Z-" x="10" color="#000000" rotation="0"/>
|
||||
<line antialias="false" length2="1.5" x2="120" end2="none" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y2="500" y1="0" x1="120"/>
|
||||
<text y="190" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="0" x="10" color="#000000" rotation="0"/>
|
||||
<line antialias="false" length2="1.5" x2="120" end2="none" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y2="500" y1="500" x1="0"/>
|
||||
<text y="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="4" x="10" color="#000000" rotation="0"/>
|
||||
<text y="330" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="1+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="250" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="3" x="10" color="#000000" rotation="0"/>
|
||||
<text y="230" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="2" x="10" color="#000000" rotation="0"/>
|
||||
<text y="310" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="0-" x="10" color="#000000" rotation="0"/>
|
||||
<text y="350" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="1-" x="10" color="#000000" rotation="0"/>
|
||||
<text y="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="3-" x="10" color="#000000" rotation="0"/>
|
||||
<text y="390" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="2-" x="10" color="#000000" rotation="0"/>
|
||||
<line antialias="false" length2="1.5" x2="120" end2="none" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y2="0" y1="0" x1="0"/>
|
||||
<line antialias="false" length2="1.5" x2="0" end2="none" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y2="500" y1="0" x1="0"/>
|
||||
<rect y="40" antialias="false" x="30" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" width="20" height="400"/>
|
||||
<text y="50" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A+" x="10" color="#000000" rotation="0"/>
|
||||
<text y="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="02PU" x="30" color="#000000" rotation="0"/>
|
||||
<terminal y="130" orientation="e" name="" x="40" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}"/>
|
||||
<terminal y="90" orientation="e" name="" x="40" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}"/>
|
||||
<terminal y="390" orientation="e" name="" x="40" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}"/>
|
||||
<terminal y="70" orientation="e" name="" x="40" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}"/>
|
||||
<terminal y="410" orientation="e" name="" x="40" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}"/>
|
||||
<terminal y="270" orientation="e" name="" x="40" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}"/>
|
||||
<terminal y="170" orientation="e" name="" x="40" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}"/>
|
||||
<terminal y="210" orientation="e" name="" x="40" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}"/>
|
||||
<terminal y="190" orientation="e" name="" x="40" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}"/>
|
||||
<terminal y="310" orientation="e" name="" x="40" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}"/>
|
||||
<terminal y="50" orientation="e" name="" x="40" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}"/>
|
||||
<terminal y="430" orientation="e" name="" x="40" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}"/>
|
||||
<terminal y="330" orientation="e" name="" x="40" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}"/>
|
||||
<terminal y="350" orientation="e" name="" x="40" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}"/>
|
||||
<terminal y="290" orientation="e" name="" x="40" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}"/>
|
||||
<terminal y="370" orientation="e" name="" x="40" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}"/>
|
||||
<terminal y="150" orientation="e" name="" x="40" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}"/>
|
||||
<terminal y="250" orientation="e" name="" x="40" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}"/>
|
||||
<terminal y="230" orientation="e" name="" x="40" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}"/>
|
||||
<terminal y="110" orientation="e" name="" x="40" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition hotspot_x="5" height="510" version="0.80" hotspot_y="5" link_type="simple" width="130" type="element">
|
||||
<uuid uuid="{90d5351b-208f-4286-b0b3-93b494bd0388}"/>
|
||||
<names>
|
||||
<name lang="ru">AS04AD-A</name>
|
||||
<name lang="pl">AS04AD-A</name>
|
||||
<name lang="en">AS04AD-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text x="10" text="I2+" y="130" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="AS04AD-A" y="490" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="AG" y="370" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="VI3-" y="210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="V2+" y="110" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="I1+" y="70" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="VI1-" y="90" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="V3+" y="170" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="SLD" y="290" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="VI2-" y="150" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<line end1="none" end2="none" y1="0" antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="120" y2="500"/>
|
||||
<text x="10" text="I3+" y="190" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<line end1="none" end2="none" y1="500" antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="0" y2="500"/>
|
||||
<text x="10" text="VI4-" y="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="*" y="330" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="I4+" y="250" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="V4+" y="230" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="SLD" y="310" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="*" y="350" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="0V" y="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="10" text="24V" y="390" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<line end1="none" end2="none" y1="0" antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="0" y2="0"/>
|
||||
<line end1="none" end2="none" y1="0" antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="0" y2="500"/>
|
||||
<rect x="30" y="40" height="400" antialias="false" ry="0" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="10" text="V1+" y="50" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text x="30" text="04AD" y="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<line end1="none" end2="none" y1="410" antialias="false" x2="15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="13" y2="410"/>
|
||||
<line end1="none" end2="none" y1="408" antialias="false" x2="16" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="12" y2="408"/>
|
||||
<line end1="none" end2="none" y1="406" antialias="false" x2="17" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="11" y2="406"/>
|
||||
<line end1="none" end2="none" y1="406" antialias="false" x2="14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="14" y2="399"/>
|
||||
<terminal x="40" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" y="230" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" y="290" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" y="150" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" y="430" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" y="310" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" y="390" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" y="50" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" y="370" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" y="190" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" y="130" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" y="330" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" y="70" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" y="410" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" y="250" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" y="110" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" y="270" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" y="350" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" y="90" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" y="210" orientation="e" name=""/>
|
||||
<terminal x="40" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" y="170" orientation="e" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition version="0.80" height="510" link_type="simple" hotspot_y="5" hotspot_x="5" type="element" width="130">
|
||||
<uuid uuid="{73e4d8b0-57d1-457c-8101-464a44f95137}"/>
|
||||
<names>
|
||||
<name lang="pl">AS04DA-A</name>
|
||||
<name lang="en">AS04DA-A</name>
|
||||
<name lang="ru">AS04DA-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="130" text="AG" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" y="490" text="AS04DA-A" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="370" text="*" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="210" text="VO3" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="110" text="IO2" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="70" text="IO1" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="90" text="VO2" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="170" text="SLD" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="290" text="AG" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="150" text="AG" color="#000000" x="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="500" length2="1.5" length1="1.5" x1="120" y1="0" end1="none" end2="none" antialias="false"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="190" text="SLD" color="#000000" x="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="500" length2="1.5" length1="1.5" x1="0" y1="500" end1="none" end2="none" antialias="false"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="270" text="IO4" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="330" text="SLD" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="250" text="VO4" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="230" text="IO3" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="310" text="AG" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="350" text="SLD" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="430" text="0V" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="390" text="24V" color="#000000" x="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="0" length2="1.5" length1="1.5" x1="0" y1="0" end1="none" end2="none" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" y2="500" length2="1.5" length1="1.5" x1="0" y1="0" end1="none" end2="none" antialias="false"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" y="40" height="400" ry="0" rx="0" x="30" width="20" antialias="false"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="50" text="VO1" color="#000000" x="10"/>
|
||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="30" text="04DA" color="#000000" x="30"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" y2="410" length2="1.5" length1="1.5" x1="13" y1="410" end1="none" end2="none" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="16" y2="408" length2="1.5" length1="1.5" x1="12" y1="408" end1="none" end2="none" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" y2="406" length2="1.5" length1="1.5" x1="11" y1="406" end1="none" end2="none" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" y2="399" length2="1.5" length1="1.5" x1="14" y1="406" end1="none" end2="none" antialias="false"/>
|
||||
<terminal y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e" x="40" name=""/>
|
||||
<terminal y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e" x="40" name=""/>
|
||||
<terminal y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e" x="40" name=""/>
|
||||
<terminal y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e" x="40" name=""/>
|
||||
<terminal y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e" x="40" name=""/>
|
||||
<terminal y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e" x="40" name=""/>
|
||||
<terminal y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e" x="40" name=""/>
|
||||
<terminal y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e" x="40" name=""/>
|
||||
<terminal y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e" x="40" name=""/>
|
||||
<terminal y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e" x="40" name=""/>
|
||||
<terminal y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e" x="40" name=""/>
|
||||
<terminal y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e" x="40" name=""/>
|
||||
<terminal y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e" x="40" name=""/>
|
||||
<terminal y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e" x="40" name=""/>
|
||||
<terminal y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e" x="40" name=""/>
|
||||
<terminal y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e" x="40" name=""/>
|
||||
<terminal y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e" x="40" name=""/>
|
||||
<terminal y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e" x="40" name=""/>
|
||||
<terminal y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e" x="40" name=""/>
|
||||
<terminal y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e" x="40" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<definition hotspot_x="5" type="element" height="510" version="0.80" hotspot_y="5" width="130" link_type="simple">
|
||||
<uuid uuid="{5e9ffe5f-c815-4a40-91ca-d566730e8d5d}"/>
|
||||
<names>
|
||||
<name lang="ru">AS04PU-A</name>
|
||||
<name lang="en">AS04PU-A</name>
|
||||
<name lang="pl">AS04PU-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="7" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="430"/>
|
||||
<text text="OUT" x="31" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="248"/>
|
||||
<text text="IN" x="32" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="48"/>
|
||||
<text text="3" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="150"/>
|
||||
<text text="AS04PU-A" x="10" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" y="490"/>
|
||||
<text text="5" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="390"/>
|
||||
<text text="*" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="230"/>
|
||||
<text text="2" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="130"/>
|
||||
<text text="S/S" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="70"/>
|
||||
<text text="1" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="110"/>
|
||||
<text text="5" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="190"/>
|
||||
<text text="2" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="310"/>
|
||||
<text text="4" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="170"/>
|
||||
<line y1="0" y2="500" antialias="false" length2="1.5" x1="120" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" x2="120"/>
|
||||
<text text="*" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="210"/>
|
||||
<line y1="500" y2="500" antialias="false" length2="1.5" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" x2="120"/>
|
||||
<text text="1" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="290"/>
|
||||
<text text="C1" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="350"/>
|
||||
<text text="0" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="270"/>
|
||||
<text text="C0" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="250"/>
|
||||
<text text="3" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="330"/>
|
||||
<text text="4" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="370"/>
|
||||
<text text="0" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="90"/>
|
||||
<text text="6" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="410"/>
|
||||
<line y1="0" y2="0" antialias="false" length2="1.5" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" x2="120"/>
|
||||
<line y1="0" y2="500" antialias="false" length2="1.5" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" x2="0"/>
|
||||
<rect antialias="false" height="400" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" rx="0" width="20" y="40"/>
|
||||
<text text="S/S" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="50"/>
|
||||
<text text="04PU" x="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="30"/>
|
||||
<terminal uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e" name="" x="40" y="130"/>
|
||||
<terminal uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e" name="" x="40" y="90"/>
|
||||
<terminal uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e" name="" x="40" y="390"/>
|
||||
<terminal uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e" name="" x="40" y="70"/>
|
||||
<terminal uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e" name="" x="40" y="410"/>
|
||||
<terminal uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e" name="" x="40" y="270"/>
|
||||
<terminal uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e" name="" x="40" y="170"/>
|
||||
<terminal uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e" name="" x="40" y="210"/>
|
||||
<terminal uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e" name="" x="40" y="190"/>
|
||||
<terminal uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e" name="" x="40" y="310"/>
|
||||
<terminal uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e" name="" x="40" y="50"/>
|
||||
<terminal uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e" name="" x="40" y="430"/>
|
||||
<terminal uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e" name="" x="40" y="330"/>
|
||||
<terminal uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e" name="" x="40" y="350"/>
|
||||
<terminal uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e" name="" x="40" y="290"/>
|
||||
<terminal uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e" name="" x="40" y="370"/>
|
||||
<terminal uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e" name="" x="40" y="150"/>
|
||||
<terminal uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e" name="" x="40" y="250"/>
|
||||
<terminal uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e" name="" x="40" y="230"/>
|
||||
<terminal uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e" name="" x="40" y="110"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition height="510" width="130" hotspot_y="5" link_type="simple" type="element" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{c9b91ce4-6f47-447d-a42f-c40d19bad13c}"/>
|
||||
<names>
|
||||
<name lang="ru">AS04RTD-A</name>
|
||||
<name lang="pl">AS04RTD-A</name>
|
||||
<name lang="en">AS04RTD-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="130" x="10" text="L2+" color="#000000"/>
|
||||
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" y="490" x="10" text="AS04RTD-A" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="370" x="10" text="*" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="210" x="10" text="L3+" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="110" x="10" text="I1-" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="70" x="10" text="L1-" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="90" x="10" text="SLD" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="170" x="10" text="SLD" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="290" x="10" text="L4+" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="150" x="10" text="L2-" color="#000000"/>
|
||||
<line y1="0" length2="1.5" x2="120" x1="120" end1="none" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="190" x="10" text="I2-" color="#000000"/>
|
||||
<line y1="500" length2="1.5" x2="120" x1="0" end1="none" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="270" x="10" text="I3-" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="330" x="10" text="SLD" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="250" x="10" text="SLD" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="230" x="10" text="L3-" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="310" x="10" text="L4-" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="350" x="10" text="I4-" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="430" x="10" text="0V" color="#000000"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="390" x="10" text="24V" color="#000000"/>
|
||||
<line y1="0" length2="1.5" x2="120" x1="0" end1="none" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<line y1="0" length2="1.5" x2="0" x1="0" end1="none" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<rect height="400" width="20" y="40" x="30" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="50" x="10" text="L1+" color="#000000"/>
|
||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="30" x="30" text="04RTD" color="#000000"/>
|
||||
<line y1="410" length2="1.5" x2="15" x1="13" end1="none" y2="410" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<line y1="408" length2="1.5" x2="16" x1="12" end1="none" y2="408" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<line y1="406" length2="1.5" x2="17" x1="11" end1="none" y2="406" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<line y1="406" length2="1.5" x2="14" x1="14" end1="none" y2="399" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end2="none"/>
|
||||
<terminal y="230" x="40" name="" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e"/>
|
||||
<terminal y="290" x="40" name="" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e"/>
|
||||
<terminal y="150" x="40" name="" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e"/>
|
||||
<terminal y="430" x="40" name="" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e"/>
|
||||
<terminal y="310" x="40" name="" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e"/>
|
||||
<terminal y="390" x="40" name="" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e"/>
|
||||
<terminal y="50" x="40" name="" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e"/>
|
||||
<terminal y="370" x="40" name="" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e"/>
|
||||
<terminal y="190" x="40" name="" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e"/>
|
||||
<terminal y="130" x="40" name="" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e"/>
|
||||
<terminal y="330" x="40" name="" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e"/>
|
||||
<terminal y="70" x="40" name="" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e"/>
|
||||
<terminal y="410" x="40" name="" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e"/>
|
||||
<terminal y="250" x="40" name="" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e"/>
|
||||
<terminal y="110" x="40" name="" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e"/>
|
||||
<terminal y="270" x="40" name="" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e"/>
|
||||
<terminal y="350" x="40" name="" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e"/>
|
||||
<terminal y="90" x="40" name="" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e"/>
|
||||
<terminal y="210" x="40" name="" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e"/>
|
||||
<terminal y="170" x="40" name="" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition link_type="simple" height="510" type="element" width="130" hotspot_y="5" hotspot_x="5" version="0.80">
|
||||
<uuid uuid="{77073248-c318-44a3-afa5-16ea93dfe278}"/>
|
||||
<names>
|
||||
<name lang="pl">AS04TC-A</name>
|
||||
<name lang="ru">AS04TC-A</name>
|
||||
<name lang="en">AS04TC-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I4-" y="350"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" text="AS04TC-A" y="490"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" y="370"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I2-" y="190"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I1-" y="110"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I1+" y="70"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SLD" y="90"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I2+" y="150"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I3-" y="270"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" y="130"/>
|
||||
<line x1="120" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" length1="1.5" antialias="false" end1="none" y1="0" end2="none" length2="1.5" y2="500"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SLD" y="170"/>
|
||||
<line x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" length1="1.5" antialias="false" end1="none" y1="500" end2="none" length2="1.5" y2="500"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SLD" y="250"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I4+" y="310"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="I3+" y="230"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" y="210"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" y="290"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="SLD" y="330"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="0V" y="430"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="24V" y="390"/>
|
||||
<line x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" length1="1.5" antialias="false" end1="none" y1="0" end2="none" length2="1.5" y2="0"/>
|
||||
<line x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" length1="1.5" antialias="false" end1="none" y1="0" end2="none" length2="1.5" y2="500"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="400" antialias="false" x="30" rx="0" ry="0" width="20" y="40"/>
|
||||
<text color="#000000" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="*" y="50"/>
|
||||
<text color="#000000" x="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="04TC" y="30"/>
|
||||
<line x1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length1="1.5" antialias="false" end1="none" y1="410" end2="none" length2="1.5" y2="410"/>
|
||||
<line x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="16" length1="1.5" antialias="false" end1="none" y1="408" end2="none" length2="1.5" y2="408"/>
|
||||
<line x1="11" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" length1="1.5" antialias="false" end1="none" y1="406" end2="none" length2="1.5" y2="406"/>
|
||||
<line x1="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" length1="1.5" antialias="false" end1="none" y1="406" end2="none" length2="1.5" y2="399"/>
|
||||
<terminal uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" x="40" name="" orientation="e" y="230"/>
|
||||
<terminal uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" x="40" name="" orientation="e" y="290"/>
|
||||
<terminal uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" x="40" name="" orientation="e" y="150"/>
|
||||
<terminal uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" x="40" name="" orientation="e" y="430"/>
|
||||
<terminal uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" x="40" name="" orientation="e" y="310"/>
|
||||
<terminal uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" x="40" name="" orientation="e" y="390"/>
|
||||
<terminal uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" x="40" name="" orientation="e" y="50"/>
|
||||
<terminal uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" x="40" name="" orientation="e" y="370"/>
|
||||
<terminal uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" x="40" name="" orientation="e" y="190"/>
|
||||
<terminal uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" x="40" name="" orientation="e" y="130"/>
|
||||
<terminal uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" x="40" name="" orientation="e" y="330"/>
|
||||
<terminal uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" x="40" name="" orientation="e" y="70"/>
|
||||
<terminal uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" x="40" name="" orientation="e" y="410"/>
|
||||
<terminal uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" x="40" name="" orientation="e" y="250"/>
|
||||
<terminal uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" x="40" name="" orientation="e" y="110"/>
|
||||
<terminal uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" x="40" name="" orientation="e" y="270"/>
|
||||
<terminal uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" x="40" name="" orientation="e" y="350"/>
|
||||
<terminal uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" x="40" name="" orientation="e" y="90"/>
|
||||
<terminal uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" x="40" name="" orientation="e" y="210"/>
|
||||
<terminal uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" x="40" name="" orientation="e" y="170"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition hotspot_y="5" version="0.80" link_type="simple" width="130" hotspot_x="5" type="element" height="510">
|
||||
<uuid uuid="{3663079f-9020-476c-bdd6-3b3434bbdfa3}"/>
|
||||
<names>
|
||||
<name lang="pl">AS06RTD-A</name>
|
||||
<name lang="ru">AS06RTD-A</name>
|
||||
<name lang="en">AS06RTD-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="130" text="I12-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" y="490" text="AS06RTD-A" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="370" text="SLD" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="210" text="L4-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="110" text="SLD" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="70" text="L1-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="90" text="L2+" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="170" text="L3-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="290" text="L5-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="150" text="L3+" x="10"/>
|
||||
<line x2="120" end1="none" y1="0" x1="120" y2="500" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="190" text="L4+" x="10"/>
|
||||
<line x2="120" end1="none" y1="500" x1="0" y2="500" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="270" text="L5+" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="330" text="L6-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="250" text="I34-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="230" text="I56-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="310" text="L6+" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="350" text="I4-" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="430" text="0V" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="390" text="24V" x="10"/>
|
||||
<line x2="120" end1="none" y1="0" x1="0" y2="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<line x2="0" end1="none" y1="0" x1="0" y2="500" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<rect ry="0" rx="0" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" width="20" antialias="false" height="400"/>
|
||||
<text rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="50" text="L1+" x="10"/>
|
||||
<text rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="30" text="06RTD" x="30"/>
|
||||
<line x2="15" end1="none" y1="410" x1="13" y2="410" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<line x2="16" end1="none" y1="408" x1="12" y2="408" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<line x2="17" end1="none" y1="406" x1="11" y2="406" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<line x2="14" end1="none" y1="406" x1="14" y2="399" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" antialias="false" end2="none"/>
|
||||
<terminal y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e" x="40" name=""/>
|
||||
<terminal y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e" x="40" name=""/>
|
||||
<terminal y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e" x="40" name=""/>
|
||||
<terminal y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e" x="40" name=""/>
|
||||
<terminal y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e" x="40" name=""/>
|
||||
<terminal y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e" x="40" name=""/>
|
||||
<terminal y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e" x="40" name=""/>
|
||||
<terminal y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e" x="40" name=""/>
|
||||
<terminal y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e" x="40" name=""/>
|
||||
<terminal y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e" x="40" name=""/>
|
||||
<terminal y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e" x="40" name=""/>
|
||||
<terminal y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e" x="40" name=""/>
|
||||
<terminal y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e" x="40" name=""/>
|
||||
<terminal y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e" x="40" name=""/>
|
||||
<terminal y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e" x="40" name=""/>
|
||||
<terminal y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e" x="40" name=""/>
|
||||
<terminal y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e" x="40" name=""/>
|
||||
<terminal y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e" x="40" name=""/>
|
||||
<terminal y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e" x="40" name=""/>
|
||||
<terminal y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e" x="40" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition type="element" hotspot_x="5" width="130" height="510" hotspot_y="5" link_type="simple" version="0.80">
|
||||
<uuid uuid="{899dc4c8-bb6f-4a7d-bff5-03022b4c571f}"/>
|
||||
<names>
|
||||
<name lang="pl">AS06XA-A</name>
|
||||
<name lang="ru">AS06XA-A</name>
|
||||
<name lang="en">AS06XA-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="130" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="I2+" color="#000000"/>
|
||||
<text y="490" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10" text="AS06XA-A" color="#000000"/>
|
||||
<text y="370" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="AG" color="#000000"/>
|
||||
<text y="210" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="VI3-" color="#000000"/>
|
||||
<text y="110" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="V2+" color="#000000"/>
|
||||
<text y="70" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="I1+" color="#000000"/>
|
||||
<text y="90" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="VI1-" color="#000000"/>
|
||||
<text y="170" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="V3+" color="#000000"/>
|
||||
<text y="290" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="VO1" color="#000000"/>
|
||||
<text y="150" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="VI2-" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="0" y2="500" x1="120" length1="1.5" length2="1.5" antialias="false" x2="120"/>
|
||||
<text y="190" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="I3+" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="500" y2="500" x1="0" length1="1.5" length2="1.5" antialias="false" x2="120"/>
|
||||
<text y="270" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="VI4-" color="#000000"/>
|
||||
<text y="330" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="VO2" color="#000000"/>
|
||||
<text y="250" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="I4+" color="#000000"/>
|
||||
<text y="230" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="V4+" color="#000000"/>
|
||||
<text y="310" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="IO1" color="#000000"/>
|
||||
<text y="350" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="IO2" color="#000000"/>
|
||||
<text y="430" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="0V" color="#000000"/>
|
||||
<text y="390" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="24V" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="0" y2="0" x1="0" length1="1.5" length2="1.5" antialias="false" x2="120"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="0" y2="500" x1="0" length1="1.5" length2="1.5" antialias="false" x2="0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" y="40" x="30" width="20" height="400" antialias="false" rx="0" ry="0"/>
|
||||
<text y="50" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" text="V1+" color="#000000"/>
|
||||
<text y="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="30" text="06XA" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="410" y2="410" x1="13" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="408" y2="408" x1="12" length1="1.5" length2="1.5" antialias="false" x2="16"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="406" y2="406" x1="11" length1="1.5" length2="1.5" antialias="false" x2="17"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="406" y2="399" x1="14" length1="1.5" length2="1.5" antialias="false" x2="14"/>
|
||||
<terminal orientation="e" y="230" name="" x="40" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}"/>
|
||||
<terminal orientation="e" y="290" name="" x="40" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}"/>
|
||||
<terminal orientation="e" y="150" name="" x="40" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}"/>
|
||||
<terminal orientation="e" y="430" name="" x="40" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}"/>
|
||||
<terminal orientation="e" y="310" name="" x="40" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}"/>
|
||||
<terminal orientation="e" y="390" name="" x="40" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}"/>
|
||||
<terminal orientation="e" y="50" name="" x="40" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}"/>
|
||||
<terminal orientation="e" y="370" name="" x="40" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}"/>
|
||||
<terminal orientation="e" y="190" name="" x="40" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}"/>
|
||||
<terminal orientation="e" y="130" name="" x="40" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}"/>
|
||||
<terminal orientation="e" y="330" name="" x="40" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}"/>
|
||||
<terminal orientation="e" y="70" name="" x="40" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}"/>
|
||||
<terminal orientation="e" y="410" name="" x="40" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}"/>
|
||||
<terminal orientation="e" y="250" name="" x="40" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}"/>
|
||||
<terminal orientation="e" y="110" name="" x="40" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}"/>
|
||||
<terminal orientation="e" y="270" name="" x="40" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}"/>
|
||||
<terminal orientation="e" y="350" name="" x="40" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}"/>
|
||||
<terminal orientation="e" y="90" name="" x="40" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}"/>
|
||||
<terminal orientation="e" y="210" name="" x="40" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}"/>
|
||||
<terminal orientation="e" y="170" name="" x="40" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition hotspot_x="5" type="element" height="510" hotspot_y="5" version="0.80" width="130" link_type="simple">
|
||||
<uuid uuid="{940a7581-9303-4764-b437-9d93de771010}"/>
|
||||
<names>
|
||||
<name lang="ru">AS08AD-B</name>
|
||||
<name lang="en">AS08AD-B</name>
|
||||
<name lang="pl">AS08AD-B</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text color="#000000" text="V3+" y="130" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="AS08AD-B" y="490" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="AG" y="370" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V5+" y="210" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V2-" y="110" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V1-" y="70" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V2+" y="90" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V4+" y="170" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V7+" y="290" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V3-" y="150" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line antialias="false" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y1="0" length2="1.5" end1="none" x1="120" length1="1.5"/>
|
||||
<text color="#000000" text="V4-" y="190" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line antialias="false" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y1="500" length2="1.5" end1="none" x1="0" length1="1.5"/>
|
||||
<text color="#000000" text="V6-" y="270" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V8+" y="330" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V6+" y="250" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V5-" y="230" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V7-" y="310" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V8-" y="350" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="0V" y="430" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="24V" y="390" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line antialias="false" y2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y1="0" length2="1.5" end1="none" x1="0" length1="1.5"/>
|
||||
<line antialias="false" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" y1="0" length2="1.5" end1="none" x1="0" length1="1.5"/>
|
||||
<rect antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="40" height="400" width="20" x="30" ry="0"/>
|
||||
<text color="#000000" text="V1+" y="50" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="08AD" y="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="30"/>
|
||||
<line antialias="false" y2="410" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" y1="410" length2="1.5" end1="none" x1="13" length1="1.5"/>
|
||||
<line antialias="false" y2="408" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="16" y1="408" length2="1.5" end1="none" x1="12" length1="1.5"/>
|
||||
<line antialias="false" y2="406" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" y1="406" length2="1.5" end1="none" x1="11" length1="1.5"/>
|
||||
<line antialias="false" y2="399" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" y1="406" length2="1.5" end1="none" x1="14" length1="1.5"/>
|
||||
<terminal name="" y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" x="40" orientation="e"/>
|
||||
<terminal name="" y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" x="40" orientation="e"/>
|
||||
<terminal name="" y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" x="40" orientation="e"/>
|
||||
<terminal name="" y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" x="40" orientation="e"/>
|
||||
<terminal name="" y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" x="40" orientation="e"/>
|
||||
<terminal name="" y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" x="40" orientation="e"/>
|
||||
<terminal name="" y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" x="40" orientation="e"/>
|
||||
<terminal name="" y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" x="40" orientation="e"/>
|
||||
<terminal name="" y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" x="40" orientation="e"/>
|
||||
<terminal name="" y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" x="40" orientation="e"/>
|
||||
<terminal name="" y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" x="40" orientation="e"/>
|
||||
<terminal name="" y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" x="40" orientation="e"/>
|
||||
<terminal name="" y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" x="40" orientation="e"/>
|
||||
<terminal name="" y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" x="40" orientation="e"/>
|
||||
<terminal name="" y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" x="40" orientation="e"/>
|
||||
<terminal name="" y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" x="40" orientation="e"/>
|
||||
<terminal name="" y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" x="40" orientation="e"/>
|
||||
<terminal name="" y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" x="40" orientation="e"/>
|
||||
<terminal name="" y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" x="40" orientation="e"/>
|
||||
<terminal name="" y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" x="40" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition hotspot_x="5" type="element" height="510" hotspot_y="5" version="0.80" width="130" link_type="simple">
|
||||
<uuid uuid="{a8855a24-2db6-4cca-a7ec-2f1c43b54bb1}"/>
|
||||
<names>
|
||||
<name lang="ru">AS08AD-C</name>
|
||||
<name lang="en">AS08AD-C</name>
|
||||
<name lang="pl">AS08AD-C</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text color="#000000" text="V3+" y="130" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="AS08AD-C" y="490" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="AG" y="370" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V5+" y="210" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V2-" y="110" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V1-" y="70" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V2+" y="90" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V4+" y="170" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V7+" y="290" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V3-" y="150" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line antialias="false" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y1="0" length2="1.5" end1="none" x1="120" length1="1.5"/>
|
||||
<text color="#000000" text="V4-" y="190" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line antialias="false" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y1="500" length2="1.5" end1="none" x1="0" length1="1.5"/>
|
||||
<text color="#000000" text="V6-" y="270" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V8+" y="330" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V6+" y="250" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V5-" y="230" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V7-" y="310" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="V8-" y="350" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="0V" y="430" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="24V" y="390" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line antialias="false" y2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y1="0" length2="1.5" end1="none" x1="0" length1="1.5"/>
|
||||
<line antialias="false" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" y1="0" length2="1.5" end1="none" x1="0" length1="1.5"/>
|
||||
<rect antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="40" height="400" width="20" x="30" ry="0"/>
|
||||
<text color="#000000" text="V1+" y="50" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" text="08AD" y="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="30"/>
|
||||
<line antialias="false" y2="410" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" y1="410" length2="1.5" end1="none" x1="13" length1="1.5"/>
|
||||
<line antialias="false" y2="408" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="16" y1="408" length2="1.5" end1="none" x1="12" length1="1.5"/>
|
||||
<line antialias="false" y2="406" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" y1="406" length2="1.5" end1="none" x1="11" length1="1.5"/>
|
||||
<line antialias="false" y2="399" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" y1="406" length2="1.5" end1="none" x1="14" length1="1.5"/>
|
||||
<terminal name="" y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" x="40" orientation="e"/>
|
||||
<terminal name="" y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" x="40" orientation="e"/>
|
||||
<terminal name="" y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" x="40" orientation="e"/>
|
||||
<terminal name="" y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" x="40" orientation="e"/>
|
||||
<terminal name="" y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" x="40" orientation="e"/>
|
||||
<terminal name="" y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" x="40" orientation="e"/>
|
||||
<terminal name="" y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" x="40" orientation="e"/>
|
||||
<terminal name="" y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" x="40" orientation="e"/>
|
||||
<terminal name="" y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" x="40" orientation="e"/>
|
||||
<terminal name="" y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" x="40" orientation="e"/>
|
||||
<terminal name="" y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" x="40" orientation="e"/>
|
||||
<terminal name="" y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" x="40" orientation="e"/>
|
||||
<terminal name="" y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" x="40" orientation="e"/>
|
||||
<terminal name="" y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" x="40" orientation="e"/>
|
||||
<terminal name="" y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" x="40" orientation="e"/>
|
||||
<terminal name="" y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" x="40" orientation="e"/>
|
||||
<terminal name="" y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" x="40" orientation="e"/>
|
||||
<terminal name="" y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" x="40" orientation="e"/>
|
||||
<terminal name="" y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" x="40" orientation="e"/>
|
||||
<terminal name="" y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" x="40" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
<definition hotspot_x="5" height="510" hotspot_y="5" type="element" version="0.80" width="130" link_type="simple">
|
||||
<uuid uuid="{d3b731a2-cf29-477f-8b6d-d41a8742bc94}"/>
|
||||
<names>
|
||||
<name lang="pl">AS08AM10N-A</name>
|
||||
<name lang="ru">AS08AM10N-A</name>
|
||||
<name lang="en">AS08AM10N-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="0" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="90"/>
|
||||
<text text="AS08AM10N-A" rotation="0" x="10" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" y="490"/>
|
||||
<text text="4" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="170"/>
|
||||
<text text="S/S" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="70"/>
|
||||
<text text="2" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="130"/>
|
||||
<text text="1" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="110"/>
|
||||
<line y1="0" length2="1.5" x1="120" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="500"/>
|
||||
<text text="3" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="150"/>
|
||||
<line y1="500" length2="1.5" x1="0" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="500"/>
|
||||
<text text="7" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="230"/>
|
||||
<text text="6" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="210"/>
|
||||
<text text="5" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="190"/>
|
||||
<line y1="0" length2="1.5" x1="0" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="0"/>
|
||||
<line y1="0" length2="1.5" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="500"/>
|
||||
<rect height="200" x="30" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="40" rx="0" ry="0"/>
|
||||
<text text="S/S" rotation="0" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="50"/>
|
||||
<text text="IN" rotation="0" x="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="30"/>
|
||||
<terminal uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" x="40" name="" orientation="e" y="50"/>
|
||||
<terminal uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" x="40" name="" orientation="e" y="130"/>
|
||||
<terminal uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" x="40" name="" orientation="e" y="70"/>
|
||||
<terminal uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" x="40" name="" orientation="e" y="170"/>
|
||||
<terminal uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" x="40" name="" orientation="e" y="190"/>
|
||||
<terminal uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" x="40" name="" orientation="e" y="150"/>
|
||||
<terminal uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" x="40" name="" orientation="e" y="210"/>
|
||||
<terminal uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" x="40" name="" orientation="e" y="110"/>
|
||||
<terminal uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" x="40" name="" orientation="e" y="230"/>
|
||||
<terminal uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" x="40" name="" orientation="e" y="90"/>
|
||||
</description>
|
||||
</definition>
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
<definition type="element" hotspot_x="5" hotspot_y="5" height="510" version="0.80" link_type="simple" width="130">
|
||||
<uuid uuid="{91f97d1a-6f8c-4ff0-aec0-9004f9e1d36d}"/>
|
||||
<names>
|
||||
<name lang="ru">AS08AN01P-A</name>
|
||||
<name lang="en">AS08AN01P-A</name>
|
||||
<name lang="pl">AS08AN01P-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="90" x="10" rotation="0"/>
|
||||
<text text="AS08AN01P-A" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" y="490" x="10" rotation="0"/>
|
||||
<text text="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="170" x="10" rotation="0"/>
|
||||
<text text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="70" x="10" rotation="0"/>
|
||||
<text text="2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="130" x="10" rotation="0"/>
|
||||
<text text="1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="110" x="10" rotation="0"/>
|
||||
<line x2="120" antialias="false" y2="500" y1="0" end1="none" length2="1.5" end2="none" x1="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text text="3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="150" x="10" rotation="0"/>
|
||||
<line x2="120" antialias="false" y2="500" y1="500" end1="none" length2="1.5" end2="none" x1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text text="7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="230" x="10" rotation="0"/>
|
||||
<text text="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="210" x="10" rotation="0"/>
|
||||
<text text="5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="190" x="10" rotation="0"/>
|
||||
<line x2="120" antialias="false" y2="0" y1="0" end1="none" length2="1.5" end2="none" x1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x2="0" antialias="false" y2="500" y1="0" end1="none" length2="1.5" end2="none" x1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" y="40" x="30" height="200" rx="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<text text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" y="50" x="10" rotation="0"/>
|
||||
<text text="OUT" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="30" x="30" rotation="0"/>
|
||||
<terminal uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e" y="110" x="40" name=""/>
|
||||
<terminal uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e" y="50" x="40" name=""/>
|
||||
<terminal uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e" y="210" x="40" name=""/>
|
||||
<terminal uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e" y="70" x="40" name=""/>
|
||||
<terminal uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e" y="150" x="40" name=""/>
|
||||
<terminal uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e" y="190" x="40" name=""/>
|
||||
<terminal uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e" y="230" x="40" name=""/>
|
||||
<terminal uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e" y="90" x="40" name=""/>
|
||||
<terminal uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e" y="170" x="40" name=""/>
|
||||
<terminal uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e" y="130" x="40" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
<definition hotspot_x="5" type="element" hotspot_y="5" version="0.80" width="130" height="510" link_type="simple">
|
||||
<uuid uuid="{b2a9b967-95e2-4baf-9a6a-86bcffbef719}"/>
|
||||
<names>
|
||||
<name lang="en">AS08AN01R-A</name>
|
||||
<name lang="ru">AS08AN01R-A</name>
|
||||
<name lang="pl">AS08AN01R-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text color="#000000" x="10" y="90" text="0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="490" text="AS08AN01R-A" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="170" text="4" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="70" text="C0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="130" text="2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="110" text="1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line length2="1.5" end1="none" x1="120" end2="none" x2="120" y2="500" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0"/>
|
||||
<text color="#000000" x="10" y="150" text="3" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line length2="1.5" end1="none" x1="0" end2="none" x2="120" y2="500" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="500"/>
|
||||
<text color="#000000" x="10" y="230" text="7" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="210" text="6" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="10" y="190" text="5" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line length2="1.5" end1="none" x1="0" end2="none" x2="120" y2="0" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0"/>
|
||||
<line length2="1.5" end1="none" x1="0" end2="none" x2="0" y2="500" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0"/>
|
||||
<rect x="30" y="40" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" ry="0"/>
|
||||
<text color="#000000" x="10" y="50" text="C0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" x="30" y="30" text="OUT" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<terminal x="40" y="110" orientation="e" name="" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}"/>
|
||||
<terminal x="40" y="50" orientation="e" name="" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}"/>
|
||||
<terminal x="40" y="210" orientation="e" name="" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}"/>
|
||||
<terminal x="40" y="70" orientation="e" name="" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}"/>
|
||||
<terminal x="40" y="150" orientation="e" name="" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}"/>
|
||||
<terminal x="40" y="190" orientation="e" name="" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}"/>
|
||||
<terminal x="40" y="230" orientation="e" name="" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}"/>
|
||||
<terminal x="40" y="90" orientation="e" name="" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}"/>
|
||||
<terminal x="40" y="170" orientation="e" name="" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}"/>
|
||||
<terminal x="40" y="130" orientation="e" name="" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
<definition height="510" link_type="simple" width="130" type="element" hotspot_x="5" hotspot_y="5" version="0.80">
|
||||
<uuid uuid="{098ece40-eae4-4c38-9b44-96d09b350120}"/>
|
||||
<names>
|
||||
<name lang="ru">AS08AN01T-A</name>
|
||||
<name lang="pl">AS08AN01T-A</name>
|
||||
<name lang="en">AS08AN01T-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="90" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="0" x="10" color="#000000"/>
|
||||
<text y="490" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="AS08AN01T-A" x="10" color="#000000"/>
|
||||
<text y="170" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="4" x="10" color="#000000"/>
|
||||
<text y="70" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="C0" x="10" color="#000000"/>
|
||||
<text y="130" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="2" x="10" color="#000000"/>
|
||||
<text y="110" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="1" x="10" color="#000000"/>
|
||||
<line y1="0" length1="1.5" x1="120" x2="120" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" y2="500" end1="none"/>
|
||||
<text y="150" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="3" x="10" color="#000000"/>
|
||||
<line y1="500" length1="1.5" x1="0" x2="120" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" y2="500" end1="none"/>
|
||||
<text y="230" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="7" x="10" color="#000000"/>
|
||||
<text y="210" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="6" x="10" color="#000000"/>
|
||||
<text y="190" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="5" x="10" color="#000000"/>
|
||||
<line y1="0" length1="1.5" x1="0" x2="120" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" y2="0" end1="none"/>
|
||||
<line y1="0" length1="1.5" x1="0" x2="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" y2="500" end1="none"/>
|
||||
<rect height="200" ry="0" rx="0" width="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="30"/>
|
||||
<text y="50" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="C0" x="10" color="#000000"/>
|
||||
<text y="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="OUT" x="30" color="#000000"/>
|
||||
<terminal name="" y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" x="40" orientation="e"/>
|
||||
<terminal name="" y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" x="40" orientation="e"/>
|
||||
<terminal name="" y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" x="40" orientation="e"/>
|
||||
<terminal name="" y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" x="40" orientation="e"/>
|
||||
<terminal name="" y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" x="40" orientation="e"/>
|
||||
<terminal name="" y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" x="40" orientation="e"/>
|
||||
<terminal name="" y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" x="40" orientation="e"/>
|
||||
<terminal name="" y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" x="40" orientation="e"/>
|
||||
<terminal name="" y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" x="40" orientation="e"/>
|
||||
<terminal name="" y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" x="40" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
<definition hotspot_y="5" link_type="simple" hotspot_x="5" version="0.80" type="element" height="510" width="130">
|
||||
<uuid uuid="{9788b073-c59c-43d2-952b-229bd9299bf5}"/>
|
||||
<names>
|
||||
<name lang="en">AS08TC-A</name>
|
||||
<name lang="pl">AS08TC-A</name>
|
||||
<name lang="ru">AS08TC-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="I3+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="130"/>
|
||||
<text text="AS08TC-A" color="#000000" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10" y="490"/>
|
||||
<text text="SLD" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="370"/>
|
||||
<text text="I5+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="210"/>
|
||||
<text text="I2-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="110"/>
|
||||
<text text="I1-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="70"/>
|
||||
<text text="I2+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="90"/>
|
||||
<text text="I4+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="170"/>
|
||||
<text text="I7+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="290"/>
|
||||
<text text="I3-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="150"/>
|
||||
<line length1="1.5" x1="120" x2="120" y1="0" y2="500" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<text text="I4-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="190"/>
|
||||
<line length1="1.5" x1="0" x2="120" y1="500" y2="500" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<text text="I6-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="270"/>
|
||||
<text text="I8+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="330"/>
|
||||
<text text="I6+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="250"/>
|
||||
<text text="I5-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="230"/>
|
||||
<text text="I7-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="310"/>
|
||||
<text text="I8-" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="350"/>
|
||||
<text text="0V" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="430"/>
|
||||
<text text="24V" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="390"/>
|
||||
<line length1="1.5" x1="0" x2="120" y1="0" y2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<line length1="1.5" x1="0" x2="0" y1="0" y2="500" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="400" rx="0" width="20" x="30" y="40"/>
|
||||
<text text="I1+" color="#000000" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="50"/>
|
||||
<text text="08TC" color="#000000" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="30" y="30"/>
|
||||
<line length1="1.5" x1="13" x2="15" y1="410" y2="410" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<line length1="1.5" x1="12" x2="16" y1="408" y2="408" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<line length1="1.5" x1="11" x2="17" y1="406" y2="406" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<line length1="1.5" x1="14" x2="14" y1="406" y2="399" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" length2="1.5"/>
|
||||
<terminal orientation="e" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" name="" x="40" y="230"/>
|
||||
<terminal orientation="e" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" name="" x="40" y="290"/>
|
||||
<terminal orientation="e" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" name="" x="40" y="150"/>
|
||||
<terminal orientation="e" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" name="" x="40" y="430"/>
|
||||
<terminal orientation="e" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" name="" x="40" y="310"/>
|
||||
<terminal orientation="e" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" name="" x="40" y="390"/>
|
||||
<terminal orientation="e" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" name="" x="40" y="50"/>
|
||||
<terminal orientation="e" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" name="" x="40" y="370"/>
|
||||
<terminal orientation="e" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" name="" x="40" y="190"/>
|
||||
<terminal orientation="e" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" name="" x="40" y="130"/>
|
||||
<terminal orientation="e" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" name="" x="40" y="330"/>
|
||||
<terminal orientation="e" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" name="" x="40" y="70"/>
|
||||
<terminal orientation="e" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" name="" x="40" y="410"/>
|
||||
<terminal orientation="e" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" name="" x="40" y="250"/>
|
||||
<terminal orientation="e" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" name="" x="40" y="110"/>
|
||||
<terminal orientation="e" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" name="" x="40" y="270"/>
|
||||
<terminal orientation="e" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" name="" x="40" y="350"/>
|
||||
<terminal orientation="e" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" name="" x="40" y="90"/>
|
||||
<terminal orientation="e" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" name="" x="40" y="210"/>
|
||||
<terminal orientation="e" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" name="" x="40" y="170"/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition width="130" height="510" hotspot_y="5" version="0.80" link_type="simple" hotspot_x="5" type="element">
|
||||
<uuid uuid="{1dbd8029-a2ce-4ab5-8162-806503cfd757}"/>
|
||||
<names>
|
||||
<name lang="en">AS16AM10N-A</name>
|
||||
<name lang="ru">AS16AM10N-A</name>
|
||||
<name lang="pl">AS16AM10N-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="130" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="0"/>
|
||||
<text y="490" x="10" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" text="AS16AM10N-A"/>
|
||||
<text y="370" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="12"/>
|
||||
<text y="210" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="4"/>
|
||||
<text y="110" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="S/S"/>
|
||||
<text y="70" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="S/S"/>
|
||||
<text y="90" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="S/S"/>
|
||||
<text y="170" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="2"/>
|
||||
<text y="290" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="8"/>
|
||||
<text y="150" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="1"/>
|
||||
<line length1="1.5" length2="1.5" x2="120" y1="0" x1="120" end1="none" end2="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500"/>
|
||||
<text y="190" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="3"/>
|
||||
<line length1="1.5" length2="1.5" x2="120" y1="500" x1="0" end1="none" end2="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500"/>
|
||||
<text y="270" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="7"/>
|
||||
<text y="330" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="10"/>
|
||||
<text y="250" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="6"/>
|
||||
<text y="230" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="5"/>
|
||||
<text y="310" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="9"/>
|
||||
<text y="350" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="11"/>
|
||||
<text y="430" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="15"/>
|
||||
<text y="410" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="14"/>
|
||||
<text y="390" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="13"/>
|
||||
<line length1="1.5" length2="1.5" x2="120" y1="0" x1="0" end1="none" end2="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0"/>
|
||||
<line length1="1.5" length2="1.5" x2="0" y1="0" x1="0" end1="none" end2="none" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500"/>
|
||||
<rect y="40" x="30" width="20" height="400" ry="0" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text y="50" x="10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" text="S/S"/>
|
||||
<text y="30" x="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" text="IN"/>
|
||||
<terminal y="70" x="40" name="" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e"/>
|
||||
<terminal y="410" x="40" name="" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e"/>
|
||||
<terminal y="190" x="40" name="" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e"/>
|
||||
<terminal y="230" x="40" name="" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e"/>
|
||||
<terminal y="390" x="40" name="" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e"/>
|
||||
<terminal y="430" x="40" name="" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e"/>
|
||||
<terminal y="310" x="40" name="" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e"/>
|
||||
<terminal y="370" x="40" name="" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e"/>
|
||||
<terminal y="50" x="40" name="" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e"/>
|
||||
<terminal y="290" x="40" name="" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e"/>
|
||||
<terminal y="150" x="40" name="" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e"/>
|
||||
<terminal y="130" x="40" name="" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e"/>
|
||||
<terminal y="330" x="40" name="" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e"/>
|
||||
<terminal y="170" x="40" name="" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e"/>
|
||||
<terminal y="270" x="40" name="" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e"/>
|
||||
<terminal y="110" x="40" name="" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e"/>
|
||||
<terminal y="90" x="40" name="" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e"/>
|
||||
<terminal y="250" x="40" name="" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e"/>
|
||||
<terminal y="210" x="40" name="" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e"/>
|
||||
<terminal y="350" x="40" name="" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition type="element" height="510" hotspot_y="5" width="130" hotspot_x="5" version="0.80" link_type="simple">
|
||||
<uuid uuid="{22e1df92-cdb1-4b19-8cc2-399a35af8ac3}"/>
|
||||
<names>
|
||||
<name lang="pl">AS16AN01P-A</name>
|
||||
<name lang="ru">AS16AN01P-A</name>
|
||||
<name lang="en">AS16AN01P-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text x="10" y="90" color="#000000" text="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="490" color="#000000" text="AS16AN01P-A" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="370" color="#000000" text="12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="170" color="#000000" text="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="270" color="#000000" text="C1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="70" color="#000000" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="250" color="#000000" text="C1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="130" color="#000000" text="2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="290" color="#000000" text="8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="110" color="#000000" text="1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line x1="120" x2="120" end1="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" y2="500"/>
|
||||
<text x="10" y="150" color="#000000" text="3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line x1="0" x2="120" end1="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="500" length1="1.5" end2="none" y2="500"/>
|
||||
<text x="10" y="230" color="#000000" text="7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="330" color="#000000" text="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="210" color="#000000" text="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="190" color="#000000" text="5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="310" color="#000000" text="9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="350" color="#000000" text="11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="430" color="#000000" text="15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="410" color="#000000" text="14" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" y="390" color="#000000" text="13" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line x1="0" x2="120" end1="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" y2="0"/>
|
||||
<line x1="0" x2="0" end1="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" y2="500"/>
|
||||
<rect x="30" y="40" ry="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="400" width="20" rx="0"/>
|
||||
<text x="10" y="50" color="#000000" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="30" y="30" color="#000000" text="OUT" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<terminal x="40" y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e" name=""/>
|
||||
<terminal x="40" y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e" name=""/>
|
||||
<terminal x="40" y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e" name=""/>
|
||||
<terminal x="40" y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e" name=""/>
|
||||
<terminal x="40" y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e" name=""/>
|
||||
<terminal x="40" y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e" name=""/>
|
||||
<terminal x="40" y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e" name=""/>
|
||||
<terminal x="40" y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e" name=""/>
|
||||
<terminal x="40" y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e" name=""/>
|
||||
<terminal x="40" y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e" name=""/>
|
||||
<terminal x="40" y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e" name=""/>
|
||||
<terminal x="40" y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e" name=""/>
|
||||
<terminal x="40" y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e" name=""/>
|
||||
<terminal x="40" y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e" name=""/>
|
||||
<terminal x="40" y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e" name=""/>
|
||||
<terminal x="40" y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e" name=""/>
|
||||
<terminal x="40" y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e" name=""/>
|
||||
<terminal x="40" y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e" name=""/>
|
||||
<terminal x="40" y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e" name=""/>
|
||||
<terminal x="40" y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition type="element" link_type="simple" width="130" height="510" hotspot_x="5" hotspot_y="5" version="0.80">
|
||||
<uuid uuid="{6c64348a-a6b3-43b1-ae94-6cb739f5f72e}"/>
|
||||
<names>
|
||||
<name lang="en">AS16AN01R-A</name>
|
||||
<name lang="ru">AS16AN01R-A</name>
|
||||
<name lang="pl">AS16AN01R-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text color="#000000" rotation="0" text="0" y="90" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="AS16AN01R-A" y="490" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="12" y="370" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="4" y="170" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="C1" y="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="C0" y="70" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="C1" y="250" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="2" y="130" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="8" y="290" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="1" y="110" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line length2="1.5" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="120" end2="none" x2="120" end1="none" length1="1.5" y1="0" antialias="false"/>
|
||||
<text color="#000000" rotation="0" text="3" y="150" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line length2="1.5" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" end2="none" x2="120" end1="none" length1="1.5" y1="500" antialias="false"/>
|
||||
<text color="#000000" rotation="0" text="7" y="230" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="10" y="330" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="6" y="210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="5" y="190" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="9" y="310" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="11" y="350" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="15" y="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="14" y="410" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="13" y="390" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line length2="1.5" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" end2="none" x2="120" end1="none" length1="1.5" y1="0" antialias="false"/>
|
||||
<line length2="1.5" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" end2="none" x2="0" end1="none" length1="1.5" y1="0" antialias="false"/>
|
||||
<rect ry="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="400" y="40" rx="0" x="30" antialias="false"/>
|
||||
<text color="#000000" rotation="0" text="C0" y="50" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="OUT" y="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="30"/>
|
||||
<terminal orientation="e" y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" name="" x="40"/>
|
||||
<terminal orientation="e" y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" name="" x="40"/>
|
||||
<terminal orientation="e" y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" name="" x="40"/>
|
||||
<terminal orientation="e" y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" name="" x="40"/>
|
||||
<terminal orientation="e" y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" name="" x="40"/>
|
||||
<terminal orientation="e" y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" name="" x="40"/>
|
||||
<terminal orientation="e" y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" name="" x="40"/>
|
||||
<terminal orientation="e" y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" name="" x="40"/>
|
||||
<terminal orientation="e" y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" name="" x="40"/>
|
||||
<terminal orientation="e" y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" name="" x="40"/>
|
||||
<terminal orientation="e" y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" name="" x="40"/>
|
||||
<terminal orientation="e" y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" name="" x="40"/>
|
||||
<terminal orientation="e" y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" name="" x="40"/>
|
||||
<terminal orientation="e" y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" name="" x="40"/>
|
||||
<terminal orientation="e" y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" name="" x="40"/>
|
||||
<terminal orientation="e" y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" name="" x="40"/>
|
||||
<terminal orientation="e" y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" name="" x="40"/>
|
||||
<terminal orientation="e" y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" name="" x="40"/>
|
||||
<terminal orientation="e" y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" name="" x="40"/>
|
||||
<terminal orientation="e" y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" name="" x="40"/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition height="510" type="element" version="0.80" hotspot_y="5" width="130" link_type="simple" hotspot_x="5">
|
||||
<uuid uuid="{358812fc-1a88-439e-a117-ea1cee9f01b5}"/>
|
||||
<names>
|
||||
<name lang="en">AS16AN01T-A</name>
|
||||
<name lang="pl">AS16AN01T-A</name>
|
||||
<name lang="ru">AS16AN01T-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="0" y="90" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="AS16AN01T-A" y="490" x="10" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="12" y="370" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="4" y="170" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="C1" y="270" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="C0" y="70" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="C1" y="250" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="2" y="130" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="8" y="290" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="1" y="110" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<line y1="0" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" length1="1.5" x1="120" x2="120" end1="none"/>
|
||||
<text text="3" y="150" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<line y1="500" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" length1="1.5" x1="0" x2="120" end1="none"/>
|
||||
<text text="7" y="230" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="10" y="330" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="6" y="210" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="5" y="190" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="9" y="310" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="11" y="350" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="15" y="430" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="14" y="410" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="13" y="390" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<line y1="0" y2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" length1="1.5" x1="0" x2="120" end1="none"/>
|
||||
<line y1="0" y2="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" length1="1.5" x1="0" x2="0" end1="none"/>
|
||||
<rect height="400" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="40" x="30" ry="0" width="20" rx="0"/>
|
||||
<text text="C0" y="50" x="10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<text text="OUT" y="30" x="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<terminal orientation="e" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" y="70" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" y="410" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" y="190" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" y="230" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" y="390" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" y="430" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" y="310" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" y="370" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" y="50" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" y="290" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" y="150" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" y="130" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" y="330" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" y="170" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" y="270" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" y="110" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" y="90" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" y="250" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" y="210" x="40" name=""/>
|
||||
<terminal orientation="e" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" y="350" x="40" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition hotspot_x="5" version="0.80" width="130" type="element" height="510" link_type="simple" hotspot_y="5">
|
||||
<uuid uuid="{ee7fe7b9-6715-4136-997d-1582ce9ae395}"/>
|
||||
<names>
|
||||
<name lang="pl">AS16AP11P-A</name>
|
||||
<name lang="ru">AS16AP11P-A</name>
|
||||
<name lang="en">AS16AP11P-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="0" color="#000000" y="90" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="0" color="#000000" y="290" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="4" color="#000000" y="370" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="AS16AP11P-A" color="#000000" y="490" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="2" color="#000000" y="330" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="1" color="#000000" y="310" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="4" color="#000000" y="170" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="C0" color="#000000" y="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="3" color="#000000" y="350" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="S/S" color="#000000" y="70" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="7" color="#000000" y="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="C0" color="#000000" y="250" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="6" color="#000000" y="410" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="2" color="#000000" y="130" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="5" color="#000000" y="390" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="1" color="#000000" y="110" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<line end2="none" length2="1.5" x2="120" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" end1="none" length1="1.5" x1="120" y2="500"/>
|
||||
<text text="3" color="#000000" y="150" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<line end2="none" length2="1.5" x2="120" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="500" end1="none" length1="1.5" x1="0" y2="500"/>
|
||||
<text text="7" color="#000000" y="230" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="6" color="#000000" y="210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="5" color="#000000" y="190" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<line end2="none" length2="1.5" x2="120" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" end1="none" length1="1.5" x1="0" y2="0"/>
|
||||
<line end2="none" length2="1.5" x2="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" end1="none" length1="1.5" x1="0" y2="500"/>
|
||||
<rect width="20" rx="0" ry="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="400" y="40" x="30"/>
|
||||
<text text="S/S" color="#000000" y="50" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="10"/>
|
||||
<text text="IN/OUT" color="#000000" y="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="30"/>
|
||||
<terminal uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" name="" y="430" x="40" orientation="e"/>
|
||||
<terminal uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" name="" y="310" x="40" orientation="e"/>
|
||||
<terminal uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" name="" y="370" x="40" orientation="e"/>
|
||||
<terminal uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" name="" y="50" x="40" orientation="e"/>
|
||||
<terminal uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" name="" y="290" x="40" orientation="e"/>
|
||||
<terminal uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" name="" y="150" x="40" orientation="e"/>
|
||||
<terminal uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" name="" y="230" x="40" orientation="e"/>
|
||||
<terminal uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" name="" y="190" x="40" orientation="e"/>
|
||||
<terminal uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" name="" y="390" x="40" orientation="e"/>
|
||||
<terminal uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" name="" y="130" x="40" orientation="e"/>
|
||||
<terminal uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" name="" y="410" x="40" orientation="e"/>
|
||||
<terminal uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" name="" y="70" x="40" orientation="e"/>
|
||||
<terminal uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" name="" y="110" x="40" orientation="e"/>
|
||||
<terminal uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" name="" y="210" x="40" orientation="e"/>
|
||||
<terminal uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" name="" y="330" x="40" orientation="e"/>
|
||||
<terminal uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" name="" y="250" x="40" orientation="e"/>
|
||||
<terminal uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" name="" y="350" x="40" orientation="e"/>
|
||||
<terminal uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" name="" y="90" x="40" orientation="e"/>
|
||||
<terminal uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" name="" y="170" x="40" orientation="e"/>
|
||||
<terminal uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" name="" y="270" x="40" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition height="510" type="element" version="0.80" link_type="simple" width="130" hotspot_x="5" hotspot_y="5">
|
||||
<uuid uuid="{8868d95f-d98d-44ca-8d3e-ef07d2779d8f}"/>
|
||||
<names>
|
||||
<name lang="pl">AS16AP11R-A</name>
|
||||
<name lang="ru">AS16AP11R-A</name>
|
||||
<name lang="en">AS16AP11R-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="90" x="10" color="#000000" text="0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="290" x="10" color="#000000" text="0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="370" x="10" color="#000000" text="4" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="490" x="10" color="#000000" text="AS16AP11R-A" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="330" x="10" color="#000000" text="2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="310" x="10" color="#000000" text="1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="170" x="10" color="#000000" text="4" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="270" x="10" color="#000000" text="C0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="350" x="10" color="#000000" text="3" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="70" x="10" color="#000000" text="S/S" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="430" x="10" color="#000000" text="7" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="250" x="10" color="#000000" text="C0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="410" x="10" color="#000000" text="6" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="130" x="10" color="#000000" text="2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="390" x="10" color="#000000" text="5" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="110" x="10" color="#000000" text="1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" y1="0" antialias="false" y2="500" x1="120" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" length1="1.5"/>
|
||||
<text y="150" x="10" color="#000000" text="3" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" y1="500" antialias="false" y2="500" x1="0" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" length1="1.5"/>
|
||||
<text y="230" x="10" color="#000000" text="7" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="210" x="10" color="#000000" text="6" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="190" x="10" color="#000000" text="5" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" y1="0" antialias="false" y2="0" x1="0" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" length1="1.5"/>
|
||||
<line end1="none" y1="0" antialias="false" y2="500" x1="0" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" length1="1.5"/>
|
||||
<rect height="400" rx="0" y="40" x="30" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20"/>
|
||||
<text y="50" x="10" color="#000000" text="S/S" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text y="30" x="30" color="#000000" text="IN/OUT" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<terminal y="430" x="40" orientation="e" name="" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}"/>
|
||||
<terminal y="310" x="40" orientation="e" name="" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}"/>
|
||||
<terminal y="370" x="40" orientation="e" name="" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}"/>
|
||||
<terminal y="50" x="40" orientation="e" name="" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}"/>
|
||||
<terminal y="290" x="40" orientation="e" name="" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}"/>
|
||||
<terminal y="150" x="40" orientation="e" name="" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}"/>
|
||||
<terminal y="230" x="40" orientation="e" name="" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}"/>
|
||||
<terminal y="190" x="40" orientation="e" name="" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}"/>
|
||||
<terminal y="390" x="40" orientation="e" name="" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}"/>
|
||||
<terminal y="130" x="40" orientation="e" name="" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}"/>
|
||||
<terminal y="410" x="40" orientation="e" name="" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}"/>
|
||||
<terminal y="70" x="40" orientation="e" name="" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}"/>
|
||||
<terminal y="110" x="40" orientation="e" name="" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}"/>
|
||||
<terminal y="210" x="40" orientation="e" name="" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}"/>
|
||||
<terminal y="330" x="40" orientation="e" name="" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}"/>
|
||||
<terminal y="250" x="40" orientation="e" name="" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}"/>
|
||||
<terminal y="350" x="40" orientation="e" name="" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}"/>
|
||||
<terminal y="90" x="40" orientation="e" name="" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}"/>
|
||||
<terminal y="170" x="40" orientation="e" name="" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}"/>
|
||||
<terminal y="270" x="40" orientation="e" name="" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
<definition hotspot_y="5" hotspot_x="5" width="130" version="0.80" link_type="simple" height="510" type="element">
|
||||
<uuid uuid="{aafeff4e-31b9-40d5-9642-ff808769fb8b}"/>
|
||||
<names>
|
||||
<name lang="en">AS16AP11T-A</name>
|
||||
<name lang="pl">AS16AP11T-A</name>
|
||||
<name lang="ru">AS16AP11T-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text rotation="0" color="#000000" x="10" y="90" text="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="290" text="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="370" text="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="490" text="AS16AP11T-A" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="330" text="2" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="310" text="1" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="170" text="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="270" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="350" text="3" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="70" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="430" text="7" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="250" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="410" text="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="130" text="2" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="390" text="5" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="110" text="1" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" y2="500" y1="0" end2="none" length2="1.5" antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="120"/>
|
||||
<text rotation="0" color="#000000" x="10" y="150" text="3" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" y2="500" y1="500" end2="none" length2="1.5" antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="230" text="7" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="210" text="6" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="10" y="190" text="5" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" y2="0" y1="0" end2="none" length2="1.5" antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0"/>
|
||||
<line end1="none" y2="500" y1="0" end2="none" length2="1.5" antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0"/>
|
||||
<rect x="30" ry="0" y="40" antialias="false" width="20" rx="0" height="400" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" color="#000000" x="10" y="50" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text rotation="0" color="#000000" x="30" y="30" text="IN/OUT" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<terminal x="40" y="430" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" orientation="e" name=""/>
|
||||
<terminal x="40" y="310" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" orientation="e" name=""/>
|
||||
<terminal x="40" y="370" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" orientation="e" name=""/>
|
||||
<terminal x="40" y="50" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" orientation="e" name=""/>
|
||||
<terminal x="40" y="290" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" orientation="e" name=""/>
|
||||
<terminal x="40" y="150" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" orientation="e" name=""/>
|
||||
<terminal x="40" y="230" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" orientation="e" name=""/>
|
||||
<terminal x="40" y="190" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" orientation="e" name=""/>
|
||||
<terminal x="40" y="390" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" orientation="e" name=""/>
|
||||
<terminal x="40" y="130" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" orientation="e" name=""/>
|
||||
<terminal x="40" y="410" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" orientation="e" name=""/>
|
||||
<terminal x="40" y="70" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" orientation="e" name=""/>
|
||||
<terminal x="40" y="110" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" orientation="e" name=""/>
|
||||
<terminal x="40" y="210" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" orientation="e" name=""/>
|
||||
<terminal x="40" y="330" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" orientation="e" name=""/>
|
||||
<terminal x="40" y="250" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" orientation="e" name=""/>
|
||||
<terminal x="40" y="350" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" orientation="e" name=""/>
|
||||
<terminal x="40" y="90" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" orientation="e" name=""/>
|
||||
<terminal x="40" y="170" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" orientation="e" name=""/>
|
||||
<terminal x="40" y="270" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" orientation="e" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
<definition hotspot_x="5" height="510" width="250" version="0.80" hotspot_y="4" link_type="simple" type="element">
|
||||
<uuid uuid="{2f6ee6d4-f7ba-42e6-9e8d-c9609ba61c06}"/>
|
||||
<names>
|
||||
<name lang="pl">AS00SCM-A 
</name>
|
||||
<name lang="en">AS00SCM-A 
</name>
|
||||
<name lang="ru">AS00SCM-A 
</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text text="FORMAT 2" color="#000000" y="370" rotation="0" x="15" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="CARD1" color="#000000" y="170" rotation="270" x="190" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<rect height="140" antialias="false" y="280" x="140" width="60" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" rx="0"/>
|
||||
<text text="FORMAT 1" color="#000000" y="250" rotation="0" x="15" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<circle antialias="false" y="200" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40"/>
|
||||
<text text="CARD2" color="#000000" y="79" rotation="0" x="22" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<circle antialias="false" y="320" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40"/>
|
||||
<text text="0V" color="#000000" y="495" rotation="270" x="120" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="ID 2" color="#000000" y="310" rotation="0" x="15" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="GND" color="#000000" y="495" rotation="270" x="100" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<circle antialias="false" y="260" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40"/>
|
||||
<text text="+24V" color="#000000" y="495" rotation="270" x="140" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line y1="0" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="240" end1="none" length1="1.5" x1="240" y2="500" end2="none"/>
|
||||
<circle antialias="false" y="32" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
|
||||
<circle antialias="false" y="72" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
|
||||
<text text="CARD1" color="#000000" y="59" rotation="0" x="22" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="ERROR" color="#000000" y="39" rotation="0" x="22" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<circle antialias="false" y="52" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
|
||||
<text text="AS00SCM-A " color="#000000" y="490" rotation="0" x="10" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<line y1="500" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" end1="none" length1="1.5" x1="0" y2="500" end2="none"/>
|
||||
<line y1="500" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="240" end1="none" length1="1.5" x1="120" y2="500" end2="none"/>
|
||||
<line y1="0" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" end1="none" length1="1.5" x1="0" y2="0" end2="none"/>
|
||||
<line y1="0" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end1="none" length1="1.5" x1="0" y2="500" end2="none"/>
|
||||
<line y1="0" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="240" end1="none" length1="1.5" x1="120" y2="0" end2="none"/>
|
||||
<text text="POWER" color="#000000" y="19" rotation="0" x="22" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<circle antialias="false" y="12" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
|
||||
<line y1="500" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" end1="none" length1="1.5" x1="90" y2="470" end2="none"/>
|
||||
<line y1="470" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="150" end1="none" length1="1.5" x1="90" y2="470" end2="none"/>
|
||||
<line y1="470" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="150" end1="none" length1="1.5" x1="150" y2="500" end2="none"/>
|
||||
<rect height="140" antialias="false" y="80" x="140" width="60" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" rx="0"/>
|
||||
<text text="CARD2" color="#000000" y="370" rotation="270" x="190" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="ID 1" color="#000000" y="190" rotation="0" x="15" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<circle antialias="false" y="140" x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40"/>
|
||||
<rect height="10" antialias="false" y="390" x="10" width="50" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" rx="0"/>
|
||||
<text text="COM / RTU" color="#000000" y="412" rotation="0" x="11" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect height="10" antialias="false" y="390" x="50" width="10" style="line-style:normal;line-weight:normal;filling:black;color:black" ry="0" rx="0"/>
|
||||
<terminal y="500" orientation="s" x="120" uuid="{8e841796-5647-493f-abe3-37a7331c47cf}" name=""/>
|
||||
<terminal y="220" orientation="s" x="170" uuid="{58f5907a-3652-44b6-8d52-ee33e0792ea9}" name=""/>
|
||||
<terminal y="500" orientation="s" x="100" uuid="{ecadc202-3f3f-4a52-9a99-1e524755075f}" name=""/>
|
||||
<terminal y="500" orientation="s" x="140" uuid="{dc32f018-4954-482e-848e-82ee874a8106}" name=""/>
|
||||
<terminal y="420" orientation="s" x="170" uuid="{be46c79d-0263-4bc3-a2ba-1e3ff2a56949}" name=""/>
|
||||
<terminal y="80" orientation="n" x="170" uuid="{cd135724-7935-45b3-8964-3975d8ea30c8}" name=""/>
|
||||
<terminal y="280" orientation="n" x="170" uuid="{0f923db7-a1ef-4795-9980-1d846e34096c}" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+177
@@ -0,0 +1,177 @@
|
||||
<definition version="0.80" hotspot_x="5" height="510" type="element" width="370" hotspot_y="4" link_type="simple">
|
||||
<uuid uuid="{d00b0ce3-d0ad-46e1-93f3-ca95cd52b938}"/>
|
||||
<names>
|
||||
<name lang="ru">AS218PX-A</name>
|
||||
<name lang="en">AS218PX-A</name>
|
||||
<name lang="pl">AS218PX-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text color="#000000" rotation="0" text="Y0.0" y="250" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="Y0.1" y="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="Y0.2" y="290" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="Y0.5" y="390" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="Y0.4" y="370" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="100"/>
|
||||
<text color="#000000" rotation="0" text="COM2" y="123" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22"/>
|
||||
<text color="#000000" rotation="0" text="0V" y="340" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="GND" y="320" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text color="#000000" rotation="0" text="Eth" y="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="20"/>
|
||||
<text color="#000000" rotation="0" text="BAT.LOW" y="83" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22"/>
|
||||
<text color="#000000" rotation="0" text="CAN" y="403" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="20"/>
|
||||
<text color="#000000" rotation="0" text="V1+" y="50" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="RUN" y="43" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22"/>
|
||||
<text color="#000000" rotation="0" text="+24V" y="360" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="163.1"/>
|
||||
<line length1="1.5" x1="240" x2="240" end2="none" end1="none" length2="1.5" antialias="false" y1="0" y2="500" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="130"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="110"/>
|
||||
<circle y="392" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<circle y="32" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<circle y="112" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<line length1="1.5" x1="100" x2="110" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle y="72" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<line length1="1.5" x1="110" x2="120" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="*" y="170" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="193.1"/>
|
||||
<text color="#000000" rotation="0" text="COM1" y="103" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22"/>
|
||||
<line length1="1.5" x1="120" x2="110" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="ERROR" y="63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22"/>
|
||||
<text color="#000000" rotation="0" text="X0.4" y="150" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<line length1="1.5" x1="130" x2="140" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="173.1"/>
|
||||
<line length1="1.5" x1="110" x2="100" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="270" text="SG" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="119"/>
|
||||
<text color="#000000" rotation="270" text="COM1 D-" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="109"/>
|
||||
<circle y="92" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<line length1="1.5" x1="173.1" x2="183.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="140" x2="130" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle y="52" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<text color="#000000" rotation="0" text="I1+" y="70" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="AS218PX-A" y="490" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<line length1="1.5" x1="163.1" x2="173.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="AG" y="250" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="270" text="COM2 D-" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="139"/>
|
||||
<line length1="1.5" x1="193.1" x2="203.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="183.1" x2="173.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="120"/>
|
||||
<text color="#000000" rotation="0" text="S/S" y="50" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<line length1="1.5" x1="173.1" x2="163.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="120" x2="130" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="VI2-" y="150" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line length1="1.5" x1="130" x2="120" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="270" text="GND" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="182.1"/>
|
||||
<text color="#000000" rotation="270" text="CAN L" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="172.1"/>
|
||||
<text color="#000000" rotation="270" text="COM2 D+" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="129"/>
|
||||
<text color="#000000" rotation="0" text="V2+" y="110" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line length1="1.5" x1="203.1" x2="193.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="270" text="Term" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="202.1"/>
|
||||
<text color="#000000" rotation="0" text="I2+" y="130" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="C0" y="230" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="183.1"/>
|
||||
<line length1="1.5" x1="183.1" x2="193.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="VO1" y="210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line length1="1.5" x1="193.1" x2="183.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="AG" y="310" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="270" text="Term" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="192.1"/>
|
||||
<text color="#000000" rotation="0" text="X0.3" y="130" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="153.1"/>
|
||||
<text color="#000000" rotation="0" text="*" y="190" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="IO1" y="230" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line length1="1.5" x1="153.1" x2="163.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="IO2" y="290" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line length1="1.5" x1="163.1" x2="153.1" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="270" text="CAN H" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="162.1"/>
|
||||
<text color="#000000" rotation="0" text="X0.1" y="90" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="*" y="350" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="X0.2" y="110" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="VO2" y="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="*" y="330" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="X0.6" y="190" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<line length1="1.5" x1="0" x2="120" end2="none" end1="none" length2="1.5" antialias="false" y1="500" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="*" y="370" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<rect ry="0" rx="0" height="360" y="40" antialias="false" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="150"/>
|
||||
<text color="#000000" rotation="0" text="X0.5" y="170" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="VI1-" y="90" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text color="#000000" rotation="0" text="AIO" y="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="150"/>
|
||||
<line length1="1.5" x1="360" x2="360" end2="none" end1="none" length2="1.5" antialias="false" y1="0" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="X0.7" y="210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<line length1="1.5" x1="240" x2="360" end2="none" end1="none" length2="1.5" antialias="false" y1="500" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="120" x2="240" end2="none" end1="none" length2="1.5" antialias="false" y1="500" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="0" text="C1" y="330" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="*" y="310" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="Y0.3" y="350" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<line length1="1.5" x1="0" x2="120" end2="none" end1="none" length2="1.5" antialias="false" y1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="0" x2="0" end2="none" end1="none" length2="1.5" antialias="false" y1="0" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="240" x2="360" end2="none" end1="none" length2="1.5" antialias="false" y1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="120" x2="240" end2="none" end1="none" length2="1.5" antialias="false" y1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect ry="0" rx="0" height="360" y="40" antialias="false" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="270"/>
|
||||
<text color="#000000" rotation="0" text="X0.0" y="70" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250"/>
|
||||
<text color="#000000" rotation="0" text="DIO" y="30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="270"/>
|
||||
<text color="#000000" rotation="0" text="POWER" y="23" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22"/>
|
||||
<circle y="12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" diameter="8"/>
|
||||
<rect ry="0" rx="0" height="10" y="490" antialias="false" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90"/>
|
||||
<line length1="1.5" x1="90" x2="100" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="100" x2="90" end2="none" end1="none" length2="1.5" antialias="false" y1="490" y2="500" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" rotation="270" text="COM1 D+" y="488" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="99"/>
|
||||
<rect ry="0" rx="0" height="20" y="430" antialias="false" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="20"/>
|
||||
<line length1="1.5" x1="0" x2="35" end2="none" end1="none" length2="1.5" antialias="false" y1="310" y2="310" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="35" x2="35" end2="none" end1="none" length2="1.5" antialias="false" y1="310" y2="370" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="35" x2="0" end2="none" end1="none" length2="1.5" antialias="false" y1="370" y2="370" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="132" x2="134" end2="none" end1="none" length2="1.5" antialias="false" y1="390" y2="390" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="131" x2="135" end2="none" end1="none" length2="1.5" antialias="false" y1="388" y2="388" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="130" x2="136" end2="none" end1="none" length2="1.5" antialias="false" y1="386" y2="386" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" x1="133" x2="133" end2="none" end1="none" length2="1.5" antialias="false" y1="386" y2="379" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal uuid="{baf511a2-5927-4a3b-9e59-42b2638d5cfe}" y="500" x="158.1" name="" orientation="s"/>
|
||||
<terminal uuid="{35577e31-62ca-41d8-bf5d-3699ab5ec577}" y="340" x="1" name="" orientation="w"/>
|
||||
<terminal uuid="{d5009fb0-6590-4dcc-a540-d99270f4c0ea}" y="350" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{a9164577-e28b-40cd-8e76-b255235fbb43}" y="500" x="168.1" name="" orientation="s"/>
|
||||
<terminal uuid="{78b249e0-a0b4-4fbc-8230-c51005e4cf3c}" y="110" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{e8db7e84-bf98-458d-b497-042379eef36b}" y="320" x="1" name="" orientation="w"/>
|
||||
<terminal uuid="{b1882c6a-06cd-4238-bdc2-96ead3b75484}" y="500" x="105" name="" orientation="s"/>
|
||||
<terminal uuid="{0b7b2a50-c179-4776-bbed-92a1d61921b7}" y="50" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{67440ad1-4450-493f-a8f0-b3294895fadc}" y="500" x="95" name="" orientation="s"/>
|
||||
<terminal uuid="{a6d5699c-4567-4c69-871c-bd22e59b6c43}" y="270" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{597f24b3-12da-4f47-8939-fa7b4b4c857d}" y="390" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{86d2b67f-ff62-432f-b3af-a5fdfc7adbca}" y="230" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{90d6abd1-4cc4-496c-9aab-db0679f628d1}" y="500" x="125" name="" orientation="s"/>
|
||||
<terminal uuid="{47a7a7d2-0170-4764-9a68-9af6e008fb6b}" y="370" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{3faaf44a-d906-4c42-a203-fe16b9a3f19e}" y="500" x="178.1" name="" orientation="s"/>
|
||||
<terminal uuid="{94ca6c22-68ea-4798-b0f8-1fb964a2a410}" y="250" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{afeba3f7-d913-4396-94b8-fc5399d919ec}" y="500" x="115" name="" orientation="s"/>
|
||||
<terminal uuid="{9eaf0cb7-7015-4916-9c54-90657efa56ac}" y="450" x="30" name="" orientation="s"/>
|
||||
<terminal uuid="{632d9c18-bafb-47d1-aa8d-3dccdcd07e0f}" y="360" x="1" name="" orientation="w"/>
|
||||
<terminal uuid="{ac18bed8-1ec1-4fbf-937e-084fcd6fac09}" y="190" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{a5c56599-97d2-4f8e-b41f-0566bcef2ff5}" y="90" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{6068bfd8-8ce3-4601-b6f0-9b1b05b12ffd}" y="210" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{3cb3ac70-a054-46a0-9cd0-58e26ca7e98b}" y="290" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{948f434a-8abf-44e0-9847-2ef6fff9034b}" y="500" x="188.1" name="" orientation="s"/>
|
||||
<terminal uuid="{2a71420d-ec04-4b9f-b242-e796e96a2885}" y="500" x="135" name="" orientation="s"/>
|
||||
<terminal uuid="{d58b2aad-a1ee-4910-ae31-49c0b0a2b6c7}" y="500" x="198.1" name="" orientation="s"/>
|
||||
<terminal uuid="{a5f75b59-4343-4575-86a4-c757d09a9efa}" y="330" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{44f1b0a1-5f1f-44a9-bbd8-741929d852bb}" y="50" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{a83ebc4d-8d7a-426d-9065-77e556d8f9c7}" y="190" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{297f2c1d-a582-42fc-a717-aff234f846e3}" y="370" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{6f44458d-fec3-4b6a-8d97-fb20f5ed01f1}" y="170" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{a8320263-9887-4500-a6c1-7b6ef788b539}" y="70" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{74a7d36a-001a-4439-a422-996b2a647dcf}" y="110" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{a894ed91-6df8-4f5f-bd35-5453e730a69f}" y="150" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{ce53ed4a-85d4-4f8b-9f0b-c01f68ce3ddd}" y="130" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{9d5ecc8a-3170-4712-aeb6-84fb124fdc1e}" y="250" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{130ea1da-04c3-4016-8a08-a0b2ae50ad73}" y="130" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{3a72098a-0ec2-4af6-ade8-891fa2bd22b6}" y="350" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{a46d23ac-3a2a-459a-9a82-682adaf9fbd9}" y="270" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{60f587ab-cd0d-4061-ac8f-b07b8f25c500}" y="390" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{64625825-58bc-4bbc-83d4-9740935f3ab3}" y="70" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{0895769d-3aeb-4269-a94b-975cd14ded37}" y="290" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{524d2fb9-6691-4641-8493-2d1c68601475}" y="170" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{bd1cc789-7ea6-41ee-a725-90011c2d3d97}" y="330" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{f94bf10b-61ee-46b8-b891-c0ed6ee98f75}" y="90" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{1864a2ef-30d3-4f8d-8bc5-c3a37a208b09}" y="230" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{c3ba9dd5-3831-4d00-8667-86b868e2c360}" y="210" x="160" name="" orientation="e"/>
|
||||
<terminal uuid="{8c395cbd-31a2-4ea2-b0c7-5fc4db8146d8}" y="150" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{7cac5cd0-5efd-4f92-94bb-518a141c03ca}" y="310" x="280" name="" orientation="e"/>
|
||||
<terminal uuid="{ee623b85-67c7-452c-9569-74f4a5d598a2}" y="310" x="160" name="" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
+177
@@ -0,0 +1,177 @@
|
||||
<definition version="0.80" hotspot_y="4" type="element" width="370" link_type="simple" height="510" hotspot_x="5">
|
||||
<uuid uuid="{e14844c1-0fef-4cff-a911-c5f7cc693a72}"/>
|
||||
<names>
|
||||
<name lang="pl">AS218RX-A</name>
|
||||
<name lang="en">AS218RX-A</name>
|
||||
<name lang="ru">AS218RX-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="250" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="Y0.0"/>
|
||||
<text y="270" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="Y0.1"/>
|
||||
<text y="290" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="Y0.2"/>
|
||||
<text y="390" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="Y0.5"/>
|
||||
<text y="370" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="Y0.4"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="100" rx="0" height="10"/>
|
||||
<text y="123" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="COM2"/>
|
||||
<text y="340" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" color="#000000" text="0V"/>
|
||||
<text y="320" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" color="#000000" text="GND"/>
|
||||
<text y="430" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="20" color="#000000" text="Eth"/>
|
||||
<text y="83" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="BAT.LOW"/>
|
||||
<text y="403" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="20" color="#000000" text="CAN"/>
|
||||
<text y="50" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="V1+"/>
|
||||
<text y="43" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="RUN"/>
|
||||
<text y="360" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" color="#000000" text="+24V"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="163.1" rx="0" height="10"/>
|
||||
<line y1="0" antialias="false" x1="240" end2="none" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="240" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="130" rx="0" height="10"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="110" rx="0" height="10"/>
|
||||
<circle y="392" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<circle y="32" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<circle y="112" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<line y1="490" antialias="false" x1="100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<circle y="72" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<line y1="490" antialias="false" x1="110" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="170" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="*"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="193.1" rx="0" height="10"/>
|
||||
<text y="103" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="COM1"/>
|
||||
<line y1="490" antialias="false" x1="120" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="63" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="ERROR"/>
|
||||
<text y="150" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.4"/>
|
||||
<line y1="490" antialias="false" x1="130" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="140" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="173.1" rx="0" height="10"/>
|
||||
<line y1="490" antialias="false" x1="110" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="119" color="#000000" text="SG"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="109" color="#000000" text="COM1 D-"/>
|
||||
<circle y="92" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<line y1="490" antialias="false" x1="173.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="183.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="490" antialias="false" x1="140" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="130" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<circle y="52" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<text y="70" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="I1+"/>
|
||||
<text y="490" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10" color="#000000" text="AS218RX-A"/>
|
||||
<line y1="490" antialias="false" x1="163.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="173.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="250" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="AG"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="139" color="#000000" text="COM2 D-"/>
|
||||
<line y1="490" antialias="false" x1="193.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="203.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="490" antialias="false" x1="183.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="173.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="120" rx="0" height="10"/>
|
||||
<text y="50" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="S/S"/>
|
||||
<line y1="490" antialias="false" x1="173.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="163.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="490" antialias="false" x1="120" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="130" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="150" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="VI2-"/>
|
||||
<line y1="490" antialias="false" x1="130" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="182.1" color="#000000" text="GND"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="172.1" color="#000000" text="CAN L"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="129" color="#000000" text="COM2 D+"/>
|
||||
<text y="110" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="V2+"/>
|
||||
<line y1="490" antialias="false" x1="203.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="193.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="202.1" color="#000000" text="Term"/>
|
||||
<text y="130" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="I2+"/>
|
||||
<text y="230" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="C0"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="183.1" rx="0" height="10"/>
|
||||
<line y1="490" antialias="false" x1="183.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="193.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="210" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="VO1"/>
|
||||
<line y1="490" antialias="false" x1="193.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="183.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="310" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="AG"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="192.1" color="#000000" text="Term"/>
|
||||
<text y="130" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.3"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="153.1" rx="0" height="10"/>
|
||||
<text y="190" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="*"/>
|
||||
<text y="230" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="IO1"/>
|
||||
<line y1="490" antialias="false" x1="153.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="163.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="290" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="IO2"/>
|
||||
<line y1="490" antialias="false" x1="163.1" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="153.1" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="162.1" color="#000000" text="CAN H"/>
|
||||
<text y="90" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.1"/>
|
||||
<text y="350" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="*"/>
|
||||
<text y="110" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.2"/>
|
||||
<text y="270" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="VO2"/>
|
||||
<text y="330" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="*"/>
|
||||
<text y="190" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.6"/>
|
||||
<line y1="500" antialias="false" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="370" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="*"/>
|
||||
<rect ry="0" y="40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20" x="150" rx="0" height="360"/>
|
||||
<text y="170" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.5"/>
|
||||
<text y="90" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" color="#000000" text="VI1-"/>
|
||||
<text y="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="150" color="#000000" text="AIO"/>
|
||||
<line y1="0" antialias="false" x1="360" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="360" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="210" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.7"/>
|
||||
<line y1="500" antialias="false" x1="240" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="360" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="500" antialias="false" x1="120" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="240" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="330" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="C1"/>
|
||||
<text y="310" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="*"/>
|
||||
<text y="350" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="Y0.3"/>
|
||||
<line y1="0" antialias="false" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" y2="0" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="0" antialias="false" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="0" antialias="false" x1="240" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="360" y2="0" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="0" antialias="false" x1="120" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="240" y2="0" end1="none" length1="1.5" length2="1.5"/>
|
||||
<rect ry="0" y="40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20" x="270" rx="0" height="360"/>
|
||||
<text y="70" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" color="#000000" text="X0.0"/>
|
||||
<text y="30" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="270" color="#000000" text="DIO"/>
|
||||
<text y="23" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="POWER"/>
|
||||
<circle y="12" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10"/>
|
||||
<rect ry="0" y="490" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="90" rx="0" height="10"/>
|
||||
<line y1="490" antialias="false" x1="90" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="490" antialias="false" x1="100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" y2="500" end1="none" length1="1.5" length2="1.5"/>
|
||||
<text y="488" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="99" color="#000000" text="COM1 D+"/>
|
||||
<rect ry="0" y="430" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20" x="20" rx="0" height="20"/>
|
||||
<line y1="310" antialias="false" x1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="35" y2="310" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="310" antialias="false" x1="35" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="35" y2="370" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="370" antialias="false" x1="35" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" y2="370" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="390" antialias="false" x1="132" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="134" y2="390" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="388" antialias="false" x1="131" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="135" y2="388" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="386" antialias="false" x1="130" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="136" y2="386" end1="none" length1="1.5" length2="1.5"/>
|
||||
<line y1="386" antialias="false" x1="133" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="133" y2="379" end1="none" length1="1.5" length2="1.5"/>
|
||||
<terminal y="500" orientation="s" x="158.1" uuid="{baf511a2-5927-4a3b-9e59-42b2638d5cfe}" name=""/>
|
||||
<terminal y="340" orientation="w" x="1" uuid="{35577e31-62ca-41d8-bf5d-3699ab5ec577}" name=""/>
|
||||
<terminal y="350" orientation="e" x="280" uuid="{d5009fb0-6590-4dcc-a540-d99270f4c0ea}" name=""/>
|
||||
<terminal y="500" orientation="s" x="168.1" uuid="{a9164577-e28b-40cd-8e76-b255235fbb43}" name=""/>
|
||||
<terminal y="110" orientation="e" x="280" uuid="{78b249e0-a0b4-4fbc-8230-c51005e4cf3c}" name=""/>
|
||||
<terminal y="320" orientation="w" x="1" uuid="{e8db7e84-bf98-458d-b497-042379eef36b}" name=""/>
|
||||
<terminal y="500" orientation="s" x="105" uuid="{b1882c6a-06cd-4238-bdc2-96ead3b75484}" name=""/>
|
||||
<terminal y="50" orientation="e" x="280" uuid="{0b7b2a50-c179-4776-bbed-92a1d61921b7}" name=""/>
|
||||
<terminal y="500" orientation="s" x="95" uuid="{67440ad1-4450-493f-a8f0-b3294895fadc}" name=""/>
|
||||
<terminal y="270" orientation="e" x="280" uuid="{a6d5699c-4567-4c69-871c-bd22e59b6c43}" name=""/>
|
||||
<terminal y="390" orientation="e" x="280" uuid="{597f24b3-12da-4f47-8939-fa7b4b4c857d}" name=""/>
|
||||
<terminal y="230" orientation="e" x="280" uuid="{86d2b67f-ff62-432f-b3af-a5fdfc7adbca}" name=""/>
|
||||
<terminal y="500" orientation="s" x="125" uuid="{90d6abd1-4cc4-496c-9aab-db0679f628d1}" name=""/>
|
||||
<terminal y="370" orientation="e" x="280" uuid="{47a7a7d2-0170-4764-9a68-9af6e008fb6b}" name=""/>
|
||||
<terminal y="500" orientation="s" x="178.1" uuid="{3faaf44a-d906-4c42-a203-fe16b9a3f19e}" name=""/>
|
||||
<terminal y="250" orientation="e" x="280" uuid="{94ca6c22-68ea-4798-b0f8-1fb964a2a410}" name=""/>
|
||||
<terminal y="500" orientation="s" x="115" uuid="{afeba3f7-d913-4396-94b8-fc5399d919ec}" name=""/>
|
||||
<terminal y="450" orientation="s" x="30" uuid="{9eaf0cb7-7015-4916-9c54-90657efa56ac}" name=""/>
|
||||
<terminal y="360" orientation="w" x="1" uuid="{632d9c18-bafb-47d1-aa8d-3dccdcd07e0f}" name=""/>
|
||||
<terminal y="190" orientation="e" x="280" uuid="{ac18bed8-1ec1-4fbf-937e-084fcd6fac09}" name=""/>
|
||||
<terminal y="90" orientation="e" x="280" uuid="{a5c56599-97d2-4f8e-b41f-0566bcef2ff5}" name=""/>
|
||||
<terminal y="210" orientation="e" x="280" uuid="{6068bfd8-8ce3-4601-b6f0-9b1b05b12ffd}" name=""/>
|
||||
<terminal y="290" orientation="e" x="280" uuid="{3cb3ac70-a054-46a0-9cd0-58e26ca7e98b}" name=""/>
|
||||
<terminal y="500" orientation="s" x="188.1" uuid="{948f434a-8abf-44e0-9847-2ef6fff9034b}" name=""/>
|
||||
<terminal y="500" orientation="s" x="135" uuid="{2a71420d-ec04-4b9f-b242-e796e96a2885}" name=""/>
|
||||
<terminal y="500" orientation="s" x="198.1" uuid="{d58b2aad-a1ee-4910-ae31-49c0b0a2b6c7}" name=""/>
|
||||
<terminal y="330" orientation="e" x="280" uuid="{a5f75b59-4343-4575-86a4-c757d09a9efa}" name=""/>
|
||||
<terminal y="50" orientation="e" x="160" uuid="{44f1b0a1-5f1f-44a9-bbd8-741929d852bb}" name=""/>
|
||||
<terminal y="190" orientation="e" x="160" uuid="{a83ebc4d-8d7a-426d-9065-77e556d8f9c7}" name=""/>
|
||||
<terminal y="370" orientation="e" x="160" uuid="{297f2c1d-a582-42fc-a717-aff234f846e3}" name=""/>
|
||||
<terminal y="170" orientation="e" x="160" uuid="{6f44458d-fec3-4b6a-8d97-fb20f5ed01f1}" name=""/>
|
||||
<terminal y="70" orientation="e" x="160" uuid="{a8320263-9887-4500-a6c1-7b6ef788b539}" name=""/>
|
||||
<terminal y="110" orientation="e" x="160" uuid="{74a7d36a-001a-4439-a422-996b2a647dcf}" name=""/>
|
||||
<terminal y="150" orientation="e" x="160" uuid="{a894ed91-6df8-4f5f-bd35-5453e730a69f}" name=""/>
|
||||
<terminal y="130" orientation="e" x="160" uuid="{ce53ed4a-85d4-4f8b-9f0b-c01f68ce3ddd}" name=""/>
|
||||
<terminal y="250" orientation="e" x="160" uuid="{9d5ecc8a-3170-4712-aeb6-84fb124fdc1e}" name=""/>
|
||||
<terminal y="130" orientation="e" x="280" uuid="{130ea1da-04c3-4016-8a08-a0b2ae50ad73}" name=""/>
|
||||
<terminal y="350" orientation="e" x="160" uuid="{3a72098a-0ec2-4af6-ade8-891fa2bd22b6}" name=""/>
|
||||
<terminal y="270" orientation="e" x="160" uuid="{a46d23ac-3a2a-459a-9a82-682adaf9fbd9}" name=""/>
|
||||
<terminal y="390" orientation="e" x="160" uuid="{60f587ab-cd0d-4061-ac8f-b07b8f25c500}" name=""/>
|
||||
<terminal y="70" orientation="e" x="280" uuid="{64625825-58bc-4bbc-83d4-9740935f3ab3}" name=""/>
|
||||
<terminal y="290" orientation="e" x="160" uuid="{0895769d-3aeb-4269-a94b-975cd14ded37}" name=""/>
|
||||
<terminal y="170" orientation="e" x="280" uuid="{524d2fb9-6691-4641-8493-2d1c68601475}" name=""/>
|
||||
<terminal y="330" orientation="e" x="160" uuid="{bd1cc789-7ea6-41ee-a725-90011c2d3d97}" name=""/>
|
||||
<terminal y="90" orientation="e" x="160" uuid="{f94bf10b-61ee-46b8-b891-c0ed6ee98f75}" name=""/>
|
||||
<terminal y="230" orientation="e" x="160" uuid="{1864a2ef-30d3-4f8d-8bc5-c3a37a208b09}" name=""/>
|
||||
<terminal y="210" orientation="e" x="160" uuid="{c3ba9dd5-3831-4d00-8667-86b868e2c360}" name=""/>
|
||||
<terminal y="150" orientation="e" x="280" uuid="{8c395cbd-31a2-4ea2-b0c7-5fc4db8146d8}" name=""/>
|
||||
<terminal y="310" orientation="e" x="280" uuid="{7cac5cd0-5efd-4f92-94bb-518a141c03ca}" name=""/>
|
||||
<terminal y="310" orientation="e" x="160" uuid="{ee623b85-67c7-452c-9569-74f4a5d598a2}" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+174
@@ -0,0 +1,174 @@
|
||||
<definition hotspot_y="4" height="510" hotspot_x="5" type="element" link_type="simple" width="370" version="0.80">
|
||||
<uuid uuid="{84f28c38-4bb4-4fc7-b7ca-f82442f99b4a}"/>
|
||||
<names>
|
||||
<name lang="en">AS228P-A</name>
|
||||
<name lang="ru">AS228P-A</name>
|
||||
<name lang="pl">AS228P-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="100" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<text x="22" text="COM2" rotation="0" y="119" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="10" text="0V" rotation="0" y="340" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="10" text="GND" rotation="0" y="320" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="20" text="Eth" rotation="0" y="430" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="22" text="BAT.LOW" rotation="0" y="79" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="20" text="CAN" rotation="0" y="399" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="S/S" rotation="0" y="50" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="22" text="RUN" rotation="0" y="39" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="10" text="+24V" rotation="0" y="360" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="163.1" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<line end1="none" style="line-style:dotted;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="240" length2="1.5" x1="240" y1="0" length1="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="130" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="110" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="392" antialias="false" diameter="8"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="32" antialias="false" diameter="8"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="112" antialias="false" diameter="8"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="110" length2="1.5" x1="100" y1="490" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="72" antialias="false" diameter="8"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="120" length2="1.5" x1="110" y1="490" length1="1.5"/>
|
||||
<text x="130" text="0.4" rotation="0" y="170" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="193.1" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<text x="22" text="COM1" rotation="0" y="99" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="110" length2="1.5" x1="120" y1="490" length1="1.5"/>
|
||||
<text x="22" text="ERROR" rotation="0" y="59" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.3" rotation="0" y="150" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="140" length2="1.5" x1="130" y1="490" length1="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="173.1" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="100" length2="1.5" x1="110" y1="490" length1="1.5"/>
|
||||
<text x="119" text="SG" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="109" text="COM1 D-" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="92" antialias="false" diameter="8"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="183.1" length2="1.5" x1="173.1" y1="490" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="130" length2="1.5" x1="140" y1="490" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="52" antialias="false" diameter="8"/>
|
||||
<text x="130" text="S/S" rotation="0" y="70" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.15" rotation="0" y="390" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="10" text="AS228P-A" rotation="0" y="490" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="173.1" length2="1.5" x1="163.1" y1="490" length1="1.5"/>
|
||||
<text x="130" text="0.8" rotation="0" y="250" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="139" text="COM2 D-" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="203.1" length2="1.5" x1="193.1" y1="490" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="173.1" length2="1.5" x1="183.1" y1="490" length1="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="120" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<text x="250" text="C0" rotation="0" y="50" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="163.1" length2="1.5" x1="173.1" y1="490" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="130" length2="1.5" x1="120" y1="490" length1="1.5"/>
|
||||
<text x="130" text="0.3" rotation="0" y="150" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="120" length2="1.5" x1="130" y1="490" length1="1.5"/>
|
||||
<text x="182.1" text="GND" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="172.1" text="CAN L" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="245" text="Y0.10" rotation="0" y="370" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="129" text="COM2 D+" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.1" rotation="0" y="110" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="193.1" length2="1.5" x1="203.1" y1="490" length1="1.5"/>
|
||||
<text x="202.1" text="Term" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.2" rotation="0" y="130" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.7" rotation="0" y="230" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="183.1" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="193.1" length2="1.5" x1="183.1" y1="490" length1="1.5"/>
|
||||
<text x="130" text="0.6" rotation="0" y="210" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="183.1" length2="1.5" x1="193.1" y1="490" length1="1.5"/>
|
||||
<text x="130" text="0.11" rotation="0" y="310" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="192.1" text="Term" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.2" rotation="0" y="130" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="153.1" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<text x="130" text="0.5" rotation="0" y="190" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.7" rotation="0" y="230" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="163.1" length2="1.5" x1="153.1" y1="490" length1="1.5"/>
|
||||
<text x="130" text="0.10" rotation="0" y="290" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="153.1" length2="1.5" x1="163.1" y1="490" length1="1.5"/>
|
||||
<text x="162.1" text="CAN H" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.0" rotation="0" y="90" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.13" rotation="0" y="350" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.1" rotation="0" y="110" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.9" rotation="0" y="270" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.12" rotation="0" y="330" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.5" rotation="0" y="190" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="120" length2="1.5" x1="0" y1="500" length1="1.5"/>
|
||||
<text x="130" text="0.14" rotation="0" y="370" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="*" rotation="0" y="290" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="150" rx="0" ry="0" y="40" antialias="false" height="360" width="20"/>
|
||||
<text x="250" text="Y0.4" rotation="0" y="170" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="130" text="0.0" rotation="0" y="90" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="150" text="IN" rotation="0" y="30" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="360" length2="1.5" x1="360" y1="0" length1="1.5"/>
|
||||
<text x="250" text="Y0.6" rotation="0" y="210" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="360" length2="1.5" x1="240" y1="500" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="240" length2="1.5" x1="120" y1="500" length1="1.5"/>
|
||||
<text x="250" text="*" rotation="0" y="270" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.8" rotation="0" y="330" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="*" rotation="0" y="250" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="C2" rotation="0" y="310" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="250" text="Y0.9" rotation="0" y="350" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end2="none" antialias="false" x2="120" length2="1.5" x1="0" y1="0" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="0" length2="1.5" x1="0" y1="0" length1="1.5"/>
|
||||
<text x="245" text="Y0.11" rotation="0" y="390" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end2="none" antialias="false" x2="360" length2="1.5" x1="240" y1="0" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end2="none" antialias="false" x2="240" length2="1.5" x1="120" y1="0" length1="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="270" rx="0" ry="0" y="40" antialias="false" height="360" width="20"/>
|
||||
<text x="250" text="C1" rotation="0" y="70" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="270" text="OUT" rotation="0" y="30" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="22" text="POWER" rotation="0" y="19" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="12" antialias="false" diameter="8"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" rx="0" ry="0" y="490" antialias="false" height="10" width="10"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="100" length2="1.5" x1="90" y1="490" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end2="none" antialias="false" x2="90" length2="1.5" x1="100" y1="490" length1="1.5"/>
|
||||
<text x="99" text="COM1 D+" rotation="270" y="488" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" rx="0" ry="0" y="430" antialias="false" height="20" width="20"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="310" end2="none" antialias="false" x2="35" length2="1.5" x1="0" y1="310" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="370" end2="none" antialias="false" x2="35" length2="1.5" x1="35" y1="310" length1="1.5"/>
|
||||
<line end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="370" end2="none" antialias="false" x2="0" length2="1.5" x1="35" y1="370" length1="1.5"/>
|
||||
<terminal x="1" orientation="w" y="320" name="" uuid="{e8db7e84-bf98-458d-b497-042379eef36b}"/>
|
||||
<terminal x="115" orientation="s" y="500" name="" uuid="{afeba3f7-d913-4396-94b8-fc5399d919ec}"/>
|
||||
<terminal x="105" orientation="s" y="500" name="" uuid="{b1882c6a-06cd-4238-bdc2-96ead3b75484}"/>
|
||||
<terminal x="135" orientation="s" y="500" name="" uuid="{2a71420d-ec04-4b9f-b242-e796e96a2885}"/>
|
||||
<terminal x="125" orientation="s" y="500" name="" uuid="{90d6abd1-4cc4-496c-9aab-db0679f628d1}"/>
|
||||
<terminal x="30" orientation="s" y="450" name="" uuid="{9eaf0cb7-7015-4916-9c54-90657efa56ac}"/>
|
||||
<terminal x="280" orientation="e" y="50" name="" uuid="{0b7b2a50-c179-4776-bbed-92a1d61921b7}"/>
|
||||
<terminal x="1" orientation="w" y="340" name="" uuid="{35577e31-62ca-41d8-bf5d-3699ab5ec577}"/>
|
||||
<terminal x="1" orientation="w" y="360" name="" uuid="{632d9c18-bafb-47d1-aa8d-3dccdcd07e0f}"/>
|
||||
<terminal x="280" orientation="e" y="90" name="" uuid="{a5c56599-97d2-4f8e-b41f-0566bcef2ff5}"/>
|
||||
<terminal x="280" orientation="e" y="370" name="" uuid="{47a7a7d2-0170-4764-9a68-9af6e008fb6b}"/>
|
||||
<terminal x="280" orientation="e" y="350" name="" uuid="{d5009fb0-6590-4dcc-a540-d99270f4c0ea}"/>
|
||||
<terminal x="280" orientation="e" y="190" name="" uuid="{ac18bed8-1ec1-4fbf-937e-084fcd6fac09}"/>
|
||||
<terminal x="280" orientation="e" y="210" name="" uuid="{6068bfd8-8ce3-4601-b6f0-9b1b05b12ffd}"/>
|
||||
<terminal x="280" orientation="e" y="290" name="" uuid="{3cb3ac70-a054-46a0-9cd0-58e26ca7e98b}"/>
|
||||
<terminal x="168.1" orientation="s" y="500" name="" uuid="{a9164577-e28b-40cd-8e76-b255235fbb43}"/>
|
||||
<terminal x="198.1" orientation="s" y="500" name="" uuid="{d58b2aad-a1ee-4910-ae31-49c0b0a2b6c7}"/>
|
||||
<terminal x="188.1" orientation="s" y="500" name="" uuid="{948f434a-8abf-44e0-9847-2ef6fff9034b}"/>
|
||||
<terminal x="158.1" orientation="s" y="500" name="" uuid="{baf511a2-5927-4a3b-9e59-42b2638d5cfe}"/>
|
||||
<terminal x="178.1" orientation="s" y="500" name="" uuid="{3faaf44a-d906-4c42-a203-fe16b9a3f19e}"/>
|
||||
<terminal x="95" orientation="s" y="500" name="" uuid="{67440ad1-4450-493f-a8f0-b3294895fadc}"/>
|
||||
<terminal x="280" orientation="e" y="250" name="" uuid="{94ca6c22-68ea-4798-b0f8-1fb964a2a410}"/>
|
||||
<terminal x="280" orientation="e" y="110" name="" uuid="{78b249e0-a0b4-4fbc-8230-c51005e4cf3c}"/>
|
||||
<terminal x="280" orientation="e" y="270" name="" uuid="{a6d5699c-4567-4c69-871c-bd22e59b6c43}"/>
|
||||
<terminal x="280" orientation="e" y="390" name="" uuid="{597f24b3-12da-4f47-8939-fa7b4b4c857d}"/>
|
||||
<terminal x="280" orientation="e" y="230" name="" uuid="{86d2b67f-ff62-432f-b3af-a5fdfc7adbca}"/>
|
||||
<terminal x="280" orientation="e" y="330" name="" uuid="{a5f75b59-4343-4575-86a4-c757d09a9efa}"/>
|
||||
<terminal x="280" orientation="e" y="170" name="" uuid="{524d2fb9-6691-4641-8493-2d1c68601475}"/>
|
||||
<terminal x="160" orientation="e" y="50" name="" uuid="{44f1b0a1-5f1f-44a9-bbd8-741929d852bb}"/>
|
||||
<terminal x="280" orientation="e" y="150" name="" uuid="{8c395cbd-31a2-4ea2-b0c7-5fc4db8146d8}"/>
|
||||
<terminal x="280" orientation="e" y="310" name="" uuid="{7cac5cd0-5efd-4f92-94bb-518a141c03ca}"/>
|
||||
<terminal x="280" orientation="e" y="130" name="" uuid="{130ea1da-04c3-4016-8a08-a0b2ae50ad73}"/>
|
||||
<terminal x="280" orientation="e" y="70" name="" uuid="{64625825-58bc-4bbc-83d4-9740935f3ab3}"/>
|
||||
<terminal x="160" orientation="e" y="150" name="" uuid="{a894ed91-6df8-4f5f-bd35-5453e730a69f}"/>
|
||||
<terminal x="160" orientation="e" y="190" name="" uuid="{a83ebc4d-8d7a-426d-9065-77e556d8f9c7}"/>
|
||||
<terminal x="160" orientation="e" y="170" name="" uuid="{6f44458d-fec3-4b6a-8d97-fb20f5ed01f1}"/>
|
||||
<terminal x="160" orientation="e" y="110" name="" uuid="{74a7d36a-001a-4439-a422-996b2a647dcf}"/>
|
||||
<terminal x="160" orientation="e" y="210" name="" uuid="{c3ba9dd5-3831-4d00-8667-86b868e2c360}"/>
|
||||
<terminal x="160" orientation="e" y="270" name="" uuid="{a46d23ac-3a2a-459a-9a82-682adaf9fbd9}"/>
|
||||
<terminal x="160" orientation="e" y="90" name="" uuid="{f94bf10b-61ee-46b8-b891-c0ed6ee98f75}"/>
|
||||
<terminal x="160" orientation="e" y="350" name="" uuid="{3a72098a-0ec2-4af6-ade8-891fa2bd22b6}"/>
|
||||
<terminal x="160" orientation="e" y="310" name="" uuid="{ee623b85-67c7-452c-9569-74f4a5d598a2}"/>
|
||||
<terminal x="160" orientation="e" y="230" name="" uuid="{1864a2ef-30d3-4f8d-8bc5-c3a37a208b09}"/>
|
||||
<terminal x="160" orientation="e" y="290" name="" uuid="{0895769d-3aeb-4269-a94b-975cd14ded37}"/>
|
||||
<terminal x="160" orientation="e" y="330" name="" uuid="{bd1cc789-7ea6-41ee-a725-90011c2d3d97}"/>
|
||||
<terminal x="160" orientation="e" y="250" name="" uuid="{9d5ecc8a-3170-4712-aeb6-84fb124fdc1e}"/>
|
||||
<terminal x="160" orientation="e" y="370" name="" uuid="{297f2c1d-a582-42fc-a717-aff234f846e3}"/>
|
||||
<terminal x="160" orientation="e" y="130" name="" uuid="{ce53ed4a-85d4-4f8b-9f0b-c01f68ce3ddd}"/>
|
||||
<terminal x="160" orientation="e" y="70" name="" uuid="{a8320263-9887-4500-a6c1-7b6ef788b539}"/>
|
||||
<terminal x="160" orientation="e" y="390" name="" uuid="{60f587ab-cd0d-4061-ac8f-b07b8f25c500}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+174
@@ -0,0 +1,174 @@
|
||||
<definition hotspot_x="5" hotspot_y="4" version="0.80" link_type="simple" height="510" width="370" type="element">
|
||||
<uuid uuid="{02512073-c878-43c4-9d71-63d3239b946d}"/>
|
||||
<names>
|
||||
<name lang="en">AS228R-A</name>
|
||||
<name lang="pl">AS228R-A</name>
|
||||
<name lang="ru">AS228R-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="100" height="10" antialias="false" y="490" width="10"/>
|
||||
<text text="COM2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" y="119" color="#000000"/>
|
||||
<text text="0V" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="340" color="#000000"/>
|
||||
<text text="GND" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="320" color="#000000"/>
|
||||
<text text="Eth" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="20" y="430" color="#000000"/>
|
||||
<text text="BAT.LOW" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" y="79" color="#000000"/>
|
||||
<text text="CAN" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="20" y="399" color="#000000"/>
|
||||
<text text="S/S" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="50" color="#000000"/>
|
||||
<text text="RUN" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" y="39" color="#000000"/>
|
||||
<text text="+24V" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="10" y="360" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="163.1" height="10" antialias="false" y="490" width="10"/>
|
||||
<line end2="none" length2="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="240" length1="1.5" antialias="false" x1="240" y1="0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="130" height="10" antialias="false" y="490" width="10"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="110" height="10" antialias="false" y="490" width="10"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="392"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="32"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="112"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="110" length1="1.5" antialias="false" x1="100" y1="490"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="72"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="120" length1="1.5" antialias="false" x1="110" y1="490"/>
|
||||
<text text="0.4" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="170" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="193.1" height="10" antialias="false" y="490" width="10"/>
|
||||
<text text="COM1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" y="99" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="110" length1="1.5" antialias="false" x1="120" y1="490"/>
|
||||
<text text="ERROR" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" y="59" color="#000000"/>
|
||||
<text text="Y0.3" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="150" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="140" length1="1.5" antialias="false" x1="130" y1="490"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="173.1" height="10" antialias="false" y="490" width="10"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="100" length1="1.5" antialias="false" x1="110" y1="490"/>
|
||||
<text text="SG" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="119" y="488" color="#000000"/>
|
||||
<text text="COM1 D-" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="109" y="488" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="92"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="183.1" length1="1.5" antialias="false" x1="173.1" y1="490"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="130" length1="1.5" antialias="false" x1="140" y1="490"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="52"/>
|
||||
<text text="S/S" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="70" color="#000000"/>
|
||||
<text text="0.15" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="390" color="#000000"/>
|
||||
<text text="AS228R-A" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10" y="490" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="173.1" length1="1.5" antialias="false" x1="163.1" y1="490"/>
|
||||
<text text="0.8" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="250" color="#000000"/>
|
||||
<text text="COM2 D-" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="139" y="488" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="203.1" length1="1.5" antialias="false" x1="193.1" y1="490"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="173.1" length1="1.5" antialias="false" x1="183.1" y1="490"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="120" height="10" antialias="false" y="490" width="10"/>
|
||||
<text text="C0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="50" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="163.1" length1="1.5" antialias="false" x1="173.1" y1="490"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="130" length1="1.5" antialias="false" x1="120" y1="490"/>
|
||||
<text text="0.3" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="150" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="120" length1="1.5" antialias="false" x1="130" y1="490"/>
|
||||
<text text="GND" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="182.1" y="488" color="#000000"/>
|
||||
<text text="CAN L" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="172.1" y="488" color="#000000"/>
|
||||
<text text="Y0.10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="245" y="370" color="#000000"/>
|
||||
<text text="COM2 D+" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="129" y="488" color="#000000"/>
|
||||
<text text="0.1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="110" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="193.1" length1="1.5" antialias="false" x1="203.1" y1="490"/>
|
||||
<text text="Term" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="202.1" y="488" color="#000000"/>
|
||||
<text text="0.2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="130" color="#000000"/>
|
||||
<text text="Y0.7" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="230" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="183.1" height="10" antialias="false" y="490" width="10"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="193.1" length1="1.5" antialias="false" x1="183.1" y1="490"/>
|
||||
<text text="0.6" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="210" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="183.1" length1="1.5" antialias="false" x1="193.1" y1="490"/>
|
||||
<text text="0.11" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="310" color="#000000"/>
|
||||
<text text="Term" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="192.1" y="488" color="#000000"/>
|
||||
<text text="Y0.2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="130" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="153.1" height="10" antialias="false" y="490" width="10"/>
|
||||
<text text="0.5" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="190" color="#000000"/>
|
||||
<text text="0.7" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="230" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="163.1" length1="1.5" antialias="false" x1="153.1" y1="490"/>
|
||||
<text text="0.10" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="290" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="153.1" length1="1.5" antialias="false" x1="163.1" y1="490"/>
|
||||
<text text="CAN H" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="162.1" y="488" color="#000000"/>
|
||||
<text text="Y0.0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="90" color="#000000"/>
|
||||
<text text="0.13" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="350" color="#000000"/>
|
||||
<text text="Y0.1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="110" color="#000000"/>
|
||||
<text text="0.9" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="270" color="#000000"/>
|
||||
<text text="0.12" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="330" color="#000000"/>
|
||||
<text text="Y0.5" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="190" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="120" length1="1.5" antialias="false" x1="0" y1="500"/>
|
||||
<text text="0.14" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="370" color="#000000"/>
|
||||
<text text="*" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="290" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="150" height="360" antialias="false" y="40" width="20"/>
|
||||
<text text="Y0.4" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="170" color="#000000"/>
|
||||
<text text="0.0" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130" y="90" color="#000000"/>
|
||||
<text text="IN" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="150" y="30" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="360" length1="1.5" antialias="false" x1="360" y1="0"/>
|
||||
<text text="Y0.6" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="210" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="360" length1="1.5" antialias="false" x1="240" y1="500"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="240" length1="1.5" antialias="false" x1="120" y1="500"/>
|
||||
<text text="*" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="270" color="#000000"/>
|
||||
<text text="Y0.8" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="330" color="#000000"/>
|
||||
<text text="*" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="250" color="#000000"/>
|
||||
<text text="C2" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="310" color="#000000"/>
|
||||
<text text="Y0.9" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="350" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end1="none" x2="120" length1="1.5" antialias="false" x1="0" y1="0"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="0" length1="1.5" antialias="false" x1="0" y1="0"/>
|
||||
<text text="Y0.11" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="245" y="390" color="#000000"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end1="none" x2="360" length1="1.5" antialias="false" x1="240" y1="0"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" end1="none" x2="240" length1="1.5" antialias="false" x1="120" y1="0"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="270" height="360" antialias="false" y="40" width="20"/>
|
||||
<text text="C1" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="250" y="70" color="#000000"/>
|
||||
<text text="OUT" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="270" y="30" color="#000000"/>
|
||||
<text text="POWER" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="22" y="19" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" x="10" antialias="false" y="12"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="90" height="10" antialias="false" y="490" width="10"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="100" length1="1.5" antialias="false" x1="90" y1="490"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" end1="none" x2="90" length1="1.5" antialias="false" x1="100" y1="490"/>
|
||||
<text text="COM1 D+" rotation="270" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="99" y="488" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0" x="20" height="20" antialias="false" y="430" width="20"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="310" end1="none" x2="35" length1="1.5" antialias="false" x1="0" y1="310"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="370" end1="none" x2="35" length1="1.5" antialias="false" x1="35" y1="310"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="370" end1="none" x2="0" length1="1.5" antialias="false" x1="35" y1="370"/>
|
||||
<terminal uuid="{e8db7e84-bf98-458d-b497-042379eef36b}" orientation="w" x="1" y="320" name=""/>
|
||||
<terminal uuid="{afeba3f7-d913-4396-94b8-fc5399d919ec}" orientation="s" x="115" y="500" name=""/>
|
||||
<terminal uuid="{b1882c6a-06cd-4238-bdc2-96ead3b75484}" orientation="s" x="105" y="500" name=""/>
|
||||
<terminal uuid="{2a71420d-ec04-4b9f-b242-e796e96a2885}" orientation="s" x="135" y="500" name=""/>
|
||||
<terminal uuid="{90d6abd1-4cc4-496c-9aab-db0679f628d1}" orientation="s" x="125" y="500" name=""/>
|
||||
<terminal uuid="{9eaf0cb7-7015-4916-9c54-90657efa56ac}" orientation="s" x="30" y="450" name=""/>
|
||||
<terminal uuid="{0b7b2a50-c179-4776-bbed-92a1d61921b7}" orientation="e" x="280" y="50" name=""/>
|
||||
<terminal uuid="{35577e31-62ca-41d8-bf5d-3699ab5ec577}" orientation="w" x="1" y="340" name=""/>
|
||||
<terminal uuid="{632d9c18-bafb-47d1-aa8d-3dccdcd07e0f}" orientation="w" x="1" y="360" name=""/>
|
||||
<terminal uuid="{a5c56599-97d2-4f8e-b41f-0566bcef2ff5}" orientation="e" x="280" y="90" name=""/>
|
||||
<terminal uuid="{47a7a7d2-0170-4764-9a68-9af6e008fb6b}" orientation="e" x="280" y="370" name=""/>
|
||||
<terminal uuid="{d5009fb0-6590-4dcc-a540-d99270f4c0ea}" orientation="e" x="280" y="350" name=""/>
|
||||
<terminal uuid="{ac18bed8-1ec1-4fbf-937e-084fcd6fac09}" orientation="e" x="280" y="190" name=""/>
|
||||
<terminal uuid="{6068bfd8-8ce3-4601-b6f0-9b1b05b12ffd}" orientation="e" x="280" y="210" name=""/>
|
||||
<terminal uuid="{3cb3ac70-a054-46a0-9cd0-58e26ca7e98b}" orientation="e" x="280" y="290" name=""/>
|
||||
<terminal uuid="{a9164577-e28b-40cd-8e76-b255235fbb43}" orientation="s" x="168.1" y="500" name=""/>
|
||||
<terminal uuid="{d58b2aad-a1ee-4910-ae31-49c0b0a2b6c7}" orientation="s" x="198.1" y="500" name=""/>
|
||||
<terminal uuid="{948f434a-8abf-44e0-9847-2ef6fff9034b}" orientation="s" x="188.1" y="500" name=""/>
|
||||
<terminal uuid="{baf511a2-5927-4a3b-9e59-42b2638d5cfe}" orientation="s" x="158.1" y="500" name=""/>
|
||||
<terminal uuid="{3faaf44a-d906-4c42-a203-fe16b9a3f19e}" orientation="s" x="178.1" y="500" name=""/>
|
||||
<terminal uuid="{67440ad1-4450-493f-a8f0-b3294895fadc}" orientation="s" x="95" y="500" name=""/>
|
||||
<terminal uuid="{94ca6c22-68ea-4798-b0f8-1fb964a2a410}" orientation="e" x="280" y="250" name=""/>
|
||||
<terminal uuid="{78b249e0-a0b4-4fbc-8230-c51005e4cf3c}" orientation="e" x="280" y="110" name=""/>
|
||||
<terminal uuid="{a6d5699c-4567-4c69-871c-bd22e59b6c43}" orientation="e" x="280" y="270" name=""/>
|
||||
<terminal uuid="{597f24b3-12da-4f47-8939-fa7b4b4c857d}" orientation="e" x="280" y="390" name=""/>
|
||||
<terminal uuid="{86d2b67f-ff62-432f-b3af-a5fdfc7adbca}" orientation="e" x="280" y="230" name=""/>
|
||||
<terminal uuid="{a5f75b59-4343-4575-86a4-c757d09a9efa}" orientation="e" x="280" y="330" name=""/>
|
||||
<terminal uuid="{524d2fb9-6691-4641-8493-2d1c68601475}" orientation="e" x="280" y="170" name=""/>
|
||||
<terminal uuid="{44f1b0a1-5f1f-44a9-bbd8-741929d852bb}" orientation="e" x="160" y="50" name=""/>
|
||||
<terminal uuid="{8c395cbd-31a2-4ea2-b0c7-5fc4db8146d8}" orientation="e" x="280" y="150" name=""/>
|
||||
<terminal uuid="{7cac5cd0-5efd-4f92-94bb-518a141c03ca}" orientation="e" x="280" y="310" name=""/>
|
||||
<terminal uuid="{130ea1da-04c3-4016-8a08-a0b2ae50ad73}" orientation="e" x="280" y="130" name=""/>
|
||||
<terminal uuid="{64625825-58bc-4bbc-83d4-9740935f3ab3}" orientation="e" x="280" y="70" name=""/>
|
||||
<terminal uuid="{a894ed91-6df8-4f5f-bd35-5453e730a69f}" orientation="e" x="160" y="150" name=""/>
|
||||
<terminal uuid="{a83ebc4d-8d7a-426d-9065-77e556d8f9c7}" orientation="e" x="160" y="190" name=""/>
|
||||
<terminal uuid="{6f44458d-fec3-4b6a-8d97-fb20f5ed01f1}" orientation="e" x="160" y="170" name=""/>
|
||||
<terminal uuid="{74a7d36a-001a-4439-a422-996b2a647dcf}" orientation="e" x="160" y="110" name=""/>
|
||||
<terminal uuid="{c3ba9dd5-3831-4d00-8667-86b868e2c360}" orientation="e" x="160" y="210" name=""/>
|
||||
<terminal uuid="{a46d23ac-3a2a-459a-9a82-682adaf9fbd9}" orientation="e" x="160" y="270" name=""/>
|
||||
<terminal uuid="{f94bf10b-61ee-46b8-b891-c0ed6ee98f75}" orientation="e" x="160" y="90" name=""/>
|
||||
<terminal uuid="{3a72098a-0ec2-4af6-ade8-891fa2bd22b6}" orientation="e" x="160" y="350" name=""/>
|
||||
<terminal uuid="{ee623b85-67c7-452c-9569-74f4a5d598a2}" orientation="e" x="160" y="310" name=""/>
|
||||
<terminal uuid="{1864a2ef-30d3-4f8d-8bc5-c3a37a208b09}" orientation="e" x="160" y="230" name=""/>
|
||||
<terminal uuid="{0895769d-3aeb-4269-a94b-975cd14ded37}" orientation="e" x="160" y="290" name=""/>
|
||||
<terminal uuid="{bd1cc789-7ea6-41ee-a725-90011c2d3d97}" orientation="e" x="160" y="330" name=""/>
|
||||
<terminal uuid="{9d5ecc8a-3170-4712-aeb6-84fb124fdc1e}" orientation="e" x="160" y="250" name=""/>
|
||||
<terminal uuid="{297f2c1d-a582-42fc-a717-aff234f846e3}" orientation="e" x="160" y="370" name=""/>
|
||||
<terminal uuid="{ce53ed4a-85d4-4f8b-9f0b-c01f68ce3ddd}" orientation="e" x="160" y="130" name=""/>
|
||||
<terminal uuid="{a8320263-9887-4500-a6c1-7b6ef788b539}" orientation="e" x="160" y="70" name=""/>
|
||||
<terminal uuid="{60f587ab-cd0d-4061-ac8f-b07b8f25c500}" orientation="e" x="160" y="390" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+174
@@ -0,0 +1,174 @@
|
||||
<definition width="370" height="510" version="0.80" type="element" link_type="simple" hotspot_x="5" hotspot_y="4">
|
||||
<uuid uuid="{f38b9158-7338-47c4-966b-00abb5e68b05}"/>
|
||||
<names>
|
||||
<name lang="ru">AS228T-A</name>
|
||||
<name lang="en">AS228T-A</name>
|
||||
<name lang="pl">AS228T-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<rect width="10" rx="0" x="100" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<text x="22" color="#000000" y="119" text="COM2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" color="#000000" y="340" text="0V" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" color="#000000" y="320" text="GND" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="20" color="#000000" y="426" text="Eth" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="22" color="#000000" y="79" text="BAT.LOW" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="20" color="#000000" y="399" text="CAN" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="50" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="22" color="#000000" y="39" text="RUN" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" color="#000000" y="360" text="+24V" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect width="10" rx="0" x="163.1" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<line end1="none" x1="240" y1="0" end2="none" style="line-style:dotted;line-weight:normal;filling:none;color:black" y2="500" x2="240" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<rect width="10" rx="0" x="130" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<rect width="10" rx="0" x="110" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<circle x="10" y="392" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<circle x="10" y="32" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<circle x="10" y="112" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<line end1="none" x1="100" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="110" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<circle x="10" y="72" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<line end1="none" x1="110" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="120" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="170" text="0.4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect width="10" rx="0" x="193.1" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<text x="22" color="#000000" y="99" text="COM1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="120" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="110" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="22" color="#000000" y="59" text="ERROR" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="150" text="Y0.3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="130" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="140" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<rect width="10" rx="0" x="173.1" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<line end1="none" x1="110" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="100" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="119" color="#000000" y="488" text="SG" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="109" color="#000000" y="488" text="COM1 D-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<circle x="10" y="92" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<line end1="none" x1="173.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="183.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="140" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="130" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<circle x="10" y="52" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<text x="130" color="#000000" y="70" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="390" text="0.15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="10" color="#000000" y="490" text="AS228T-A" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="163.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="173.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="250" text="0.8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="139" color="#000000" y="488" text="COM2 D-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<line end1="none" x1="193.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="203.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="183.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="173.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<rect width="10" rx="0" x="120" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<text x="250" color="#000000" y="50" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="173.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="163.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="120" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="130" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="150" text="0.3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="130" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="120" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="182.1" color="#000000" y="488" text="GND" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="172.1" color="#000000" y="488" text="CAN L" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="245" color="#000000" y="370" text="Y0.10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="129" color="#000000" y="488" text="COM2 D+" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="130" color="#000000" y="110" text="0.1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="203.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="193.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="202.1" color="#000000" y="488" text="Term" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="130" color="#000000" y="130" text="0.2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="230" text="Y0.7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect width="10" rx="0" x="183.1" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<line end1="none" x1="183.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="193.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="210" text="0.6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="193.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="183.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="310" text="0.11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="192.1" color="#000000" y="488" text="Term" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="250" color="#000000" y="130" text="Y0.2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect width="10" rx="0" x="153.1" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<text x="130" color="#000000" y="190" text="0.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="230" text="0.7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="153.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="163.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="290" text="0.10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="163.1" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="153.1" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="162.1" color="#000000" y="488" text="CAN H" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<text x="250" color="#000000" y="90" text="Y0.0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="350" text="0.13" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="110" text="Y0.1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="270" text="0.9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="330" text="0.12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="190" text="Y0.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="0" y1="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="120" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="130" color="#000000" y="370" text="0.14" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="290" text="*" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect width="20" rx="0" x="150" y="40" height="360" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<text x="250" color="#000000" y="170" text="Y0.4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="130" color="#000000" y="90" text="0.0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="150" color="#000000" y="30" text="IN" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="360" y1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="360" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="250" color="#000000" y="210" text="Y0.6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="240" y1="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="360" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="120" y1="500" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="240" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="250" color="#000000" y="270" text="*" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="330" text="Y0.8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="250" text="*" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="310" text="C2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="250" color="#000000" y="350" text="Y0.9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="0" y1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" x2="120" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="0" y1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="0" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="245" color="#000000" y="390" text="Y0.11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line end1="none" x1="240" y1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" x2="360" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="120" y1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" x2="240" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<rect width="20" rx="0" x="270" y="40" height="360" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<text x="250" color="#000000" y="70" text="C1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="270" color="#000000" y="30" text="OUT" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="22" color="#000000" y="19" text="POWER" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<circle x="10" y="12" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
|
||||
<rect width="10" rx="0" x="90" y="490" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<line end1="none" x1="90" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="100" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="100" y1="490" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="500" x2="90" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<text x="99" color="#000000" y="488" text="COM1 D+" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="270"/>
|
||||
<rect width="20" rx="0" x="20" y="430" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false"/>
|
||||
<line end1="none" x1="0" y1="310" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="310" x2="35" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="35" y1="310" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="370" x2="35" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<line end1="none" x1="35" y1="370" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="370" x2="0" length2="1.5" length1="1.5" antialias="false"/>
|
||||
<terminal uuid="{e8db7e84-bf98-458d-b497-042379eef36b}" x="1" orientation="w" y="320" name=""/>
|
||||
<terminal uuid="{afeba3f7-d913-4396-94b8-fc5399d919ec}" x="115" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{b1882c6a-06cd-4238-bdc2-96ead3b75484}" x="105" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{2a71420d-ec04-4b9f-b242-e796e96a2885}" x="135" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{90d6abd1-4cc4-496c-9aab-db0679f628d1}" x="125" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{9eaf0cb7-7015-4916-9c54-90657efa56ac}" x="30" orientation="s" y="450" name=""/>
|
||||
<terminal uuid="{0b7b2a50-c179-4776-bbed-92a1d61921b7}" x="280" orientation="e" y="50" name=""/>
|
||||
<terminal uuid="{35577e31-62ca-41d8-bf5d-3699ab5ec577}" x="1" orientation="w" y="340" name=""/>
|
||||
<terminal uuid="{632d9c18-bafb-47d1-aa8d-3dccdcd07e0f}" x="1" orientation="w" y="360" name=""/>
|
||||
<terminal uuid="{a5c56599-97d2-4f8e-b41f-0566bcef2ff5}" x="280" orientation="e" y="90" name=""/>
|
||||
<terminal uuid="{47a7a7d2-0170-4764-9a68-9af6e008fb6b}" x="280" orientation="e" y="370" name=""/>
|
||||
<terminal uuid="{d5009fb0-6590-4dcc-a540-d99270f4c0ea}" x="280" orientation="e" y="350" name=""/>
|
||||
<terminal uuid="{ac18bed8-1ec1-4fbf-937e-084fcd6fac09}" x="280" orientation="e" y="190" name=""/>
|
||||
<terminal uuid="{6068bfd8-8ce3-4601-b6f0-9b1b05b12ffd}" x="280" orientation="e" y="210" name=""/>
|
||||
<terminal uuid="{3cb3ac70-a054-46a0-9cd0-58e26ca7e98b}" x="280" orientation="e" y="290" name=""/>
|
||||
<terminal uuid="{a9164577-e28b-40cd-8e76-b255235fbb43}" x="168.1" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{d58b2aad-a1ee-4910-ae31-49c0b0a2b6c7}" x="198.1" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{948f434a-8abf-44e0-9847-2ef6fff9034b}" x="188.1" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{baf511a2-5927-4a3b-9e59-42b2638d5cfe}" x="158.1" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{3faaf44a-d906-4c42-a203-fe16b9a3f19e}" x="178.1" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{67440ad1-4450-493f-a8f0-b3294895fadc}" x="95" orientation="s" y="500" name=""/>
|
||||
<terminal uuid="{94ca6c22-68ea-4798-b0f8-1fb964a2a410}" x="280" orientation="e" y="250" name=""/>
|
||||
<terminal uuid="{78b249e0-a0b4-4fbc-8230-c51005e4cf3c}" x="280" orientation="e" y="110" name=""/>
|
||||
<terminal uuid="{a6d5699c-4567-4c69-871c-bd22e59b6c43}" x="280" orientation="e" y="270" name=""/>
|
||||
<terminal uuid="{597f24b3-12da-4f47-8939-fa7b4b4c857d}" x="280" orientation="e" y="390" name=""/>
|
||||
<terminal uuid="{86d2b67f-ff62-432f-b3af-a5fdfc7adbca}" x="280" orientation="e" y="230" name=""/>
|
||||
<terminal uuid="{a5f75b59-4343-4575-86a4-c757d09a9efa}" x="280" orientation="e" y="330" name=""/>
|
||||
<terminal uuid="{524d2fb9-6691-4641-8493-2d1c68601475}" x="280" orientation="e" y="170" name=""/>
|
||||
<terminal uuid="{44f1b0a1-5f1f-44a9-bbd8-741929d852bb}" x="160" orientation="e" y="50" name=""/>
|
||||
<terminal uuid="{8c395cbd-31a2-4ea2-b0c7-5fc4db8146d8}" x="280" orientation="e" y="150" name=""/>
|
||||
<terminal uuid="{7cac5cd0-5efd-4f92-94bb-518a141c03ca}" x="280" orientation="e" y="310" name=""/>
|
||||
<terminal uuid="{130ea1da-04c3-4016-8a08-a0b2ae50ad73}" x="280" orientation="e" y="130" name=""/>
|
||||
<terminal uuid="{64625825-58bc-4bbc-83d4-9740935f3ab3}" x="280" orientation="e" y="70" name=""/>
|
||||
<terminal uuid="{a894ed91-6df8-4f5f-bd35-5453e730a69f}" x="160" orientation="e" y="150" name=""/>
|
||||
<terminal uuid="{a83ebc4d-8d7a-426d-9065-77e556d8f9c7}" x="160" orientation="e" y="190" name=""/>
|
||||
<terminal uuid="{6f44458d-fec3-4b6a-8d97-fb20f5ed01f1}" x="160" orientation="e" y="170" name=""/>
|
||||
<terminal uuid="{74a7d36a-001a-4439-a422-996b2a647dcf}" x="160" orientation="e" y="110" name=""/>
|
||||
<terminal uuid="{c3ba9dd5-3831-4d00-8667-86b868e2c360}" x="160" orientation="e" y="210" name=""/>
|
||||
<terminal uuid="{a46d23ac-3a2a-459a-9a82-682adaf9fbd9}" x="160" orientation="e" y="270" name=""/>
|
||||
<terminal uuid="{f94bf10b-61ee-46b8-b891-c0ed6ee98f75}" x="160" orientation="e" y="90" name=""/>
|
||||
<terminal uuid="{3a72098a-0ec2-4af6-ade8-891fa2bd22b6}" x="160" orientation="e" y="350" name=""/>
|
||||
<terminal uuid="{ee623b85-67c7-452c-9569-74f4a5d598a2}" x="160" orientation="e" y="310" name=""/>
|
||||
<terminal uuid="{1864a2ef-30d3-4f8d-8bc5-c3a37a208b09}" x="160" orientation="e" y="230" name=""/>
|
||||
<terminal uuid="{0895769d-3aeb-4269-a94b-975cd14ded37}" x="160" orientation="e" y="290" name=""/>
|
||||
<terminal uuid="{bd1cc789-7ea6-41ee-a725-90011c2d3d97}" x="160" orientation="e" y="330" name=""/>
|
||||
<terminal uuid="{9d5ecc8a-3170-4712-aeb6-84fb124fdc1e}" x="160" orientation="e" y="250" name=""/>
|
||||
<terminal uuid="{297f2c1d-a582-42fc-a717-aff234f846e3}" x="160" orientation="e" y="370" name=""/>
|
||||
<terminal uuid="{ce53ed4a-85d4-4f8b-9f0b-c01f68ce3ddd}" x="160" orientation="e" y="130" name=""/>
|
||||
<terminal uuid="{a8320263-9887-4500-a6c1-7b6ef788b539}" x="160" orientation="e" y="70" name=""/>
|
||||
<terminal uuid="{60f587ab-cd0d-4061-ac8f-b07b8f25c500}" x="160" orientation="e" y="390" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
<definition link_type="simple" height="510" hotspot_x="5" type="element" width="250" hotspot_y="5" version="0.80">
|
||||
<uuid uuid="{faf2d226-70cb-4cdb-84d2-0b37a6f09e22}"/>
|
||||
<names>
|
||||
<name lang="pl">AS32AM10N-A</name>
|
||||
<name lang="en">AS32AM10N-A</name>
|
||||
<name lang="ru">AS32AM10N-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text rotation="0" color="#000000" x="130" text="1.8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="150"/>
|
||||
<text rotation="0" color="#000000" x="100" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="50"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="150"/>
|
||||
<text rotation="0" color="#000000" x="130" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="50"/>
|
||||
<text rotation="0" color="#000000" x="10" text="AS32AM10N-A" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="490"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="370"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="370"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="230"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="230"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="130"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="130"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="90"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.14" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="90"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="110"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.13" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="110"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="190"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="190"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="290"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.14" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="290"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="170"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="170"/>
|
||||
<line length2="1.5" y2="500" length1="1.5" end1="none" x1="240" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="0" end2="none"/>
|
||||
<text rotation="0" color="#000000" x="100" text="1.3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="210"/>
|
||||
<text rotation="0" color="#000000" x="130" text="1.2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="210"/>
|
||||
<line length2="1.5" y2="500" length1="1.5" end1="none" x1="120" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="500" end2="none"/>
|
||||
<line length2="1.5" y2="500" length1="1.5" end1="none" x1="0" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="500" end2="none"/>
|
||||
<text rotation="0" color="#000000" x="100" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="270"/>
|
||||
<text rotation="0" color="#000000" x="130" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="270"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="330"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="330"/>
|
||||
<text rotation="0" color="#000000" x="130" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="250"/>
|
||||
<text rotation="0" color="#000000" x="100" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="250"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="310"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.13" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="310"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="350"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="350"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="430"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="430"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="410"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="410"/>
|
||||
<text rotation="0" color="#000000" x="100" text="0.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="390"/>
|
||||
<text rotation="0" color="#000000" x="130" text="0.4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="390"/>
|
||||
<line length2="1.5" y2="0" length1="1.5" end1="none" x1="120" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="0" end2="none"/>
|
||||
<line length2="1.5" y2="0" length1="1.5" end1="none" x1="0" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="0" end2="none"/>
|
||||
<line length2="1.5" y2="500" length1="1.5" end1="none" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="0" end2="none"/>
|
||||
<rect rx="0" height="400" ry="0" x="150" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="40"/>
|
||||
<rect rx="0" height="400" ry="0" x="70" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="40"/>
|
||||
<text rotation="0" color="#000000" x="100" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="70"/>
|
||||
<text rotation="0" color="#000000" x="130" text="S/S" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="70"/>
|
||||
<text rotation="0" color="#000000" x="70" text="IN" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="30"/>
|
||||
<text rotation="0" color="#000000" x="150" text="IN" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="30"/>
|
||||
<terminal orientation="w" uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" x="80" name="" y="70"/>
|
||||
<terminal orientation="w" uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" x="80" name="" y="390"/>
|
||||
<terminal orientation="w" uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" x="80" name="" y="430"/>
|
||||
<terminal orientation="w" uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" x="80" name="" y="310"/>
|
||||
<terminal orientation="w" uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" x="80" name="" y="410"/>
|
||||
<terminal orientation="w" uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" x="80" name="" y="190"/>
|
||||
<terminal orientation="w" uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" x="80" name="" y="230"/>
|
||||
<terminal orientation="w" uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" x="80" name="" y="150"/>
|
||||
<terminal orientation="w" uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" x="80" name="" y="50"/>
|
||||
<terminal orientation="w" uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" x="80" name="" y="290"/>
|
||||
<terminal orientation="w" uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" x="80" name="" y="370"/>
|
||||
<terminal orientation="w" uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" x="80" name="" y="170"/>
|
||||
<terminal orientation="w" uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" x="80" name="" y="330"/>
|
||||
<terminal orientation="w" uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" x="80" name="" y="110"/>
|
||||
<terminal orientation="w" uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" x="80" name="" y="250"/>
|
||||
<terminal orientation="w" uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" x="80" name="" y="130"/>
|
||||
<terminal orientation="w" uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" x="80" name="" y="270"/>
|
||||
<terminal orientation="w" uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" x="80" name="" y="210"/>
|
||||
<terminal orientation="w" uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" x="80" name="" y="350"/>
|
||||
<terminal orientation="w" uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" x="80" name="" y="90"/>
|
||||
<terminal orientation="e" uuid="{bf2797c9-622b-4230-a788-4f2cb3200465}" x="160" name="" y="330"/>
|
||||
<terminal orientation="e" uuid="{fc522d8e-8f1b-4557-99d3-0f6d2e406445}" x="160" name="" y="230"/>
|
||||
<terminal orientation="e" uuid="{22704e7e-37a4-4a1a-9249-3f573158916b}" x="160" name="" y="150"/>
|
||||
<terminal orientation="e" uuid="{1a954eec-3581-4be5-855d-807e24f163b7}" x="160" name="" y="370"/>
|
||||
<terminal orientation="e" uuid="{5fedda23-1b7d-411b-bb6b-98577c6f71e7}" x="160" name="" y="110"/>
|
||||
<terminal orientation="e" uuid="{782d1a32-4285-4233-afa7-1bcad859ec21}" x="160" name="" y="250"/>
|
||||
<terminal orientation="e" uuid="{58f21463-9165-4095-aed5-fb329558da70}" x="160" name="" y="50"/>
|
||||
<terminal orientation="e" uuid="{51009be2-0d47-4ab9-91af-cf88fac03056}" x="160" name="" y="90"/>
|
||||
<terminal orientation="e" uuid="{b2e98cd2-de00-45ec-9694-1b18913c570e}" x="160" name="" y="390"/>
|
||||
<terminal orientation="e" uuid="{e0952374-832d-41a3-b247-19fd192d96b5}" x="160" name="" y="410"/>
|
||||
<terminal orientation="e" uuid="{31d050ab-58d7-4469-ac08-933be435a4a0}" x="160" name="" y="290"/>
|
||||
<terminal orientation="e" uuid="{39fcd643-033f-4ff3-9521-488395a9323a}" x="160" name="" y="210"/>
|
||||
<terminal orientation="e" uuid="{6125b4ed-f96c-4eee-a9cf-bfb53a042293}" x="160" name="" y="190"/>
|
||||
<terminal orientation="e" uuid="{b72f3d4e-c040-473e-b43d-81f716654360}" x="160" name="" y="310"/>
|
||||
<terminal orientation="e" uuid="{78f229c2-5acc-46e5-b2ff-7a9c2689039b}" x="160" name="" y="130"/>
|
||||
<terminal orientation="e" uuid="{01866c45-00ed-4174-a80f-d909add6edb2}" x="160" name="" y="430"/>
|
||||
<terminal orientation="e" uuid="{fcd5333c-1e4c-4bcc-806d-462885552376}" x="160" name="" y="350"/>
|
||||
<terminal orientation="e" uuid="{3c234033-adaf-4219-af78-0201549c4325}" x="160" name="" y="70"/>
|
||||
<terminal orientation="e" uuid="{2d47f792-d67b-4274-9b34-d226efd53610}" x="160" name="" y="170"/>
|
||||
<terminal orientation="e" uuid="{9f4ee4a8-c5a0-4843-950b-5aefea269c6e}" x="160" name="" y="270"/>
|
||||
</description>
|
||||
</definition>
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
<definition hotspot_y="5" height="510" link_type="simple" type="element" width="250" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{bfd1682d-3be0-4282-8543-d664830917d5}"/>
|
||||
<names>
|
||||
<name lang="ru">AS32AN02T-A</name>
|
||||
<name lang="en">AS32AN02T-A</name>
|
||||
<name lang="pl">AS32AN02T-A</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="150" color="#000000" rotation="0" text="1.8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="50" color="#000000" rotation="0" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="150" color="#000000" rotation="0" text="1.9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="50" color="#000000" rotation="0" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="490" color="#000000" rotation="0" text="AS32AN02T-A" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="10"/>
|
||||
<text y="370" color="#000000" rotation="0" text="0.6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="370" color="#000000" rotation="0" text="0.7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="230" color="#000000" rotation="0" text="1.0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="230" color="#000000" rotation="0" text="1.1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="130" color="#000000" rotation="0" text="1.10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="130" color="#000000" rotation="0" text="1.11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="90" color="#000000" rotation="0" text="1.15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="90" color="#000000" rotation="0" text="1.14" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="110" color="#000000" rotation="0" text="1.12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="110" color="#000000" rotation="0" text="1.13" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="190" color="#000000" rotation="0" text="1.4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="190" color="#000000" rotation="0" text="1.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="290" color="#000000" rotation="0" text="0.15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="290" color="#000000" rotation="0" text="0.14" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="170" color="#000000" rotation="0" text="1.7" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="170" color="#000000" rotation="0" text="1.6" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line end2="none" y2="500" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="240" x1="240" length1="1.5" antialias="false"/>
|
||||
<text y="210" color="#000000" rotation="0" text="1.3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="210" color="#000000" rotation="0" text="1.2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line end2="none" y2="500" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="500" x2="240" x1="120" length1="1.5" antialias="false"/>
|
||||
<line end2="none" y2="500" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="500" x2="120" x1="0" length1="1.5" antialias="false"/>
|
||||
<text y="270" color="#000000" rotation="0" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="270" color="#000000" rotation="0" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="330" color="#000000" rotation="0" text="0.11" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="330" color="#000000" rotation="0" text="0.10" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="250" color="#000000" rotation="0" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="250" color="#000000" rotation="0" text="-" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="310" color="#000000" rotation="0" text="0.12" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="310" color="#000000" rotation="0" text="0.13" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="350" color="#000000" rotation="0" text="0.9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="350" color="#000000" rotation="0" text="0.8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="430" color="#000000" rotation="0" text="0.0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="430" color="#000000" rotation="0" text="0.1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="410" color="#000000" rotation="0" text="0.3" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="410" color="#000000" rotation="0" text="0.2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="390" color="#000000" rotation="0" text="0.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="390" color="#000000" rotation="0" text="0.4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<line end2="none" y2="0" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="240" x1="120" length1="1.5" antialias="false"/>
|
||||
<line end2="none" y2="0" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="120" x1="0" length1="1.5" antialias="false"/>
|
||||
<line end2="none" y2="500" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="0" x1="0" length1="1.5" antialias="false"/>
|
||||
<rect y="40" height="400" ry="0" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="150" antialias="false"/>
|
||||
<rect y="40" height="400" ry="0" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="70" antialias="false"/>
|
||||
<text y="70" color="#000000" rotation="0" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="100"/>
|
||||
<text y="70" color="#000000" rotation="0" text="C0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="130"/>
|
||||
<text y="30" color="#000000" rotation="0" text="OUT" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="70"/>
|
||||
<text y="30" color="#000000" rotation="0" text="OUT" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="150"/>
|
||||
<terminal uuid="{b07e5aad-83c0-4a86-ba1c-88db6b70b6b2}" y="70" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{fd49cd0c-dbf9-4c38-87e9-ec9c515fb15e}" y="390" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{0d0e855d-c6d5-4f5c-bfb7-bd9becc60e53}" y="430" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{8cab7e42-07fb-4984-b816-b3ba663c1827}" y="310" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{830a615f-4842-4c96-9d8b-2c33c783b0ef}" y="410" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{2f83b16b-80fc-4b7c-a508-4c8e177aed04}" y="190" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{9e854b33-1514-4948-85bc-fd61bc750172}" y="230" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{52e840c3-335c-4b5d-b636-87936a6eb7a0}" y="150" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{808f8d7c-0860-415a-8880-aa89253692a8}" y="50" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{66d86d2a-80e4-4f50-94b6-f7cb0bbc4755}" y="290" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{72f3ab83-89e3-44d6-8c57-94ab45cc0cca}" y="370" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{cde76b4d-5e8a-4655-a8f8-e455f31c8755}" y="170" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{ec1426d4-7c91-45f3-b7e7-1adb4c89fe83}" y="330" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{4284ac1f-37c0-4e11-a171-3501c044047f}" y="110" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{2d6841a3-e16a-45fc-b6bd-a2b4c9102fd4}" y="250" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{328bde87-ba0a-49bd-b4e7-375226d6b493}" y="130" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{1ee3cd86-1eb2-41a5-9c23-76e543d5b177}" y="270" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{6fa1ac72-da99-408f-8e4a-39a9d664f419}" y="210" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{e4fc2790-d996-49fd-9d41-762f3f4cd350}" y="350" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{a3554199-3e50-4553-9392-cfc2a1f1a057}" y="90" name="" orientation="w" x="80"/>
|
||||
<terminal uuid="{bf2797c9-622b-4230-a788-4f2cb3200465}" y="330" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{fc522d8e-8f1b-4557-99d3-0f6d2e406445}" y="230" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{22704e7e-37a4-4a1a-9249-3f573158916b}" y="150" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{1a954eec-3581-4be5-855d-807e24f163b7}" y="370" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{5fedda23-1b7d-411b-bb6b-98577c6f71e7}" y="110" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{782d1a32-4285-4233-afa7-1bcad859ec21}" y="250" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{58f21463-9165-4095-aed5-fb329558da70}" y="50" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{51009be2-0d47-4ab9-91af-cf88fac03056}" y="90" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{b2e98cd2-de00-45ec-9694-1b18913c570e}" y="390" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{e0952374-832d-41a3-b247-19fd192d96b5}" y="410" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{31d050ab-58d7-4469-ac08-933be435a4a0}" y="290" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{39fcd643-033f-4ff3-9521-488395a9323a}" y="210" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{6125b4ed-f96c-4eee-a9cf-bfb53a042293}" y="190" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{b72f3d4e-c040-473e-b43d-81f716654360}" y="310" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{78f229c2-5acc-46e5-b2ff-7a9c2689039b}" y="130" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{01866c45-00ed-4174-a80f-d909add6edb2}" y="430" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{fcd5333c-1e4c-4bcc-806d-462885552376}" y="350" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{3c234033-adaf-4219-af78-0201549c4325}" y="70" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{2d47f792-d67b-4274-9b34-d226efd53610}" y="170" name="" orientation="e" x="160"/>
|
||||
<terminal uuid="{9f4ee4a8-c5a0-4843-950b-5aefea269c6e}" y="270" name="" orientation="e" x="160"/>
|
||||
</description>
|
||||
</definition>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en">As_series</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
+133
@@ -0,0 +1,133 @@
|
||||
<definition hotspot_x="5" width="250" version="0.90" height="130" link_type="master" hotspot_y="4" type="element">
|
||||
<uuid uuid="{b9414b58-467c-4d18-a5bc-9db009cb71ac}"/>
|
||||
<names>
|
||||
<name lang="pl">EASY-E4-UC-12RC1</name>
|
||||
<name lang="ru">EASY-E4-UC-12RC1</name>
|
||||
<name lang="fr">EASY-E4-UC-12RC1</name>
|
||||
<name lang="en">EASY-E4-UC-12RC1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="designation">197211</elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y1="20" length1="1.5" x1="0" length2="1.5" y2="20" antialias="false" x2="240" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" end2="none"/>
|
||||
<polygon y1="22" y5="38" y4="38" closed="false" x4="240" x1="240" y2="22" antialias="false" x2="230" x5="240" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="230" y3="38"/>
|
||||
<line y1="40" length1="1.5" x1="0" length2="1.5" y2="40" antialias="false" x2="240" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" end2="none"/>
|
||||
<text y="112" x="166" text="Q3" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text y="112" x="67" text="Q2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text y="112" x="226" text="Q4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<polygon y1="115" y5="115" y4="115" closed="false" x4="172" x1="165" y2="117" antialias="false" x2="165" x5="172" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="167" y3="117"/>
|
||||
<polygon y1="115" y5="115" y4="115" closed="false" x4="73" x1="66" y2="117" antialias="false" x2="66" x5="73" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="68" y3="117"/>
|
||||
<polygon y1="115" y5="115" y4="115" closed="false" x4="232" x1="225" y2="117" antialias="false" x2="225" x5="232" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="227" y3="117"/>
|
||||
<polygon y1="117" y4="115" closed="false" x4="76" x1="73" y2="117" antialias="false" x2="76" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="76" y3="115"/>
|
||||
<polygon y1="117" y4="115" closed="false" x4="235" x1="232" y2="117" antialias="false" x2="235" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="235" y3="115"/>
|
||||
<polygon y1="117" y4="115" closed="false" x4="175" x1="172" y2="117" antialias="false" x2="175" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="175" y3="115"/>
|
||||
<text y="35" x="12" text="EASY-E4-UC-12RC1" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<text y="112" x="7" text="Q1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000"/>
|
||||
<rect y="0" x="0" width="240" antialias="false" height="120" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/>
|
||||
<polygon y1="115" y5="115" y4="115" closed="false" x4="13" x1="6" y2="117" antialias="false" x2="6" x5="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="8" y3="117"/>
|
||||
<polygon y1="117" y4="115" closed="false" x4="16" x1="13" y2="117" antialias="false" x2="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="16" y3="115"/>
|
||||
<line y1="100" length1="1.5" x1="0" length2="1.5" y2="100" antialias="false" x2="240" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="80" length1="1.5" x1="0" length2="1.5" y2="80" antialias="false" x2="240" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="215" length2="1.5" y2="93" antialias="false" x2="215" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="216" length2="1.5" y2="93" antialias="false" x2="216" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="217" length2="1.5" y2="93" antialias="false" x2="217" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="218" length2="1.5" y2="93" antialias="false" x2="218" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="219" length2="1.5" y2="93" antialias="false" x2="219" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="220" length2="1.5" y2="93" antialias="false" x2="220" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="221" length2="1.5" y2="93" antialias="false" x2="221" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<line y1="94" length1="1.5" x1="222" length2="1.5" y2="93" antialias="false" x2="222" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none"/>
|
||||
<polygon x9="214" y3="92" x7="212" x8="214" antialias="false" x6="212" y1="94" y5="86" x5="225" y7="92" x1="214" y9="94" y2="94" y4="92" x3="223" x4="225" y8="92" style="line-style:normal;line-weight:normal;filling:none;color:black" y6="86" x2="223"/>
|
||||
<polygon y1="22" y4="38" closed="false" x4="0" x1="0" y2="22" antialias="false" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="10" y3="38"/>
|
||||
<dynamic_text y="2" x="75" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="55" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="215" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="195" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="115" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="35" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="175" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="135" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="95" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="15" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>+UC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="2" x="155" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="66" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}">
|
||||
<text>I5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="15" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="95" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="135" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="75" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="215" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="155" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="195" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="103" x="35" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="true" Halignment="AlignLeft" rotation="0" keep_visual_rotation="false" Valignment="AlignTop" z="74" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<terminal y="0" x="80" orientation="n" type="Generic" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" name=""/>
|
||||
<terminal y="0" x="200" orientation="n" type="Generic" uuid="{6dc2a6c3-7b9c-47a5-a6e2-ce1b21ce4872}" name=""/>
|
||||
<terminal y="0" x="180" orientation="n" type="Generic" uuid="{da90defd-1a96-40d7-a43a-bf68a2f64c8d}" name=""/>
|
||||
<terminal y="0" x="40" orientation="n" type="Generic" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" name=""/>
|
||||
<terminal y="120" x="140" orientation="s" type="Generic" uuid="{7114b47d-c1f0-4110-b2fd-75ac8feade50}" name=""/>
|
||||
<terminal y="0" x="100" orientation="n" type="Generic" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" name=""/>
|
||||
<terminal y="0" x="140" orientation="n" type="Generic" uuid="{6341173a-8b0c-4f79-bfe5-6549f7cac16c}" name=""/>
|
||||
<terminal y="120" x="100" orientation="s" type="Generic" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" name=""/>
|
||||
<terminal y="120" x="200" orientation="s" type="Generic" uuid="{2ce05e32-fe55-44d4-a905-691e33a0b8be}" name=""/>
|
||||
<terminal y="0" x="60" orientation="n" type="Generic" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" name=""/>
|
||||
<terminal y="120" x="40" orientation="s" type="Generic" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" name=""/>
|
||||
<terminal y="0" x="160" orientation="n" type="Generic" uuid="{fe6caeb2-89a1-4224-9b84-ffcf78336a23}" name=""/>
|
||||
<terminal y="120" x="80" orientation="s" type="Generic" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" name=""/>
|
||||
<terminal y="0" x="120" orientation="n" type="Generic" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" name=""/>
|
||||
<terminal y="0" x="20" orientation="n" type="Generic" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" name=""/>
|
||||
<terminal y="120" x="220" orientation="s" type="Generic" uuid="{e12d32df-9b22-4858-86a2-a9016d4766d8}" name=""/>
|
||||
<terminal y="0" x="220" orientation="n" type="Generic" uuid="{898c3881-1341-44e7-ba66-1af41061af17}" name=""/>
|
||||
<terminal y="120" x="20" orientation="s" type="Generic" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" name=""/>
|
||||
<terminal y="120" x="160" orientation="s" type="Generic" uuid="{6736613d-d562-4509-a2ab-4a5d84efa5a8}" name=""/>
|
||||
<terminal y="90" x="225" orientation="e" type="Generic" uuid="{96ec29d1-d0c4-42a7-a0a9-5ccb23931756}" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+115
@@ -0,0 +1,115 @@
|
||||
<definition type="element" height="130" width="250" hotspot_x="5" hotspot_y="4" version="0.90" link_type="master">
|
||||
<uuid uuid="{4cf9692e-3e00-47e8-96c7-846bd1fab000}"/>
|
||||
<names>
|
||||
<name lang="en">EASY-E4-DC-12TC1</name>
|
||||
<name lang="ru">EASY-E4-DC-12TC1</name>
|
||||
<name lang="pl">EASY-E4-DC-12TC1</name>
|
||||
<name lang="fr">EASY-E4-DC-12TC1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="designation">197213</elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line x1="0" end1="none" length1="1.5" y1="20" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" y2="20" antialias="false"/>
|
||||
<polygon x1="240" y1="22" x3="230" y4="38" y5="38" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="230" closed="false" x4="240" y2="22" x5="240" y3="38" antialias="false"/>
|
||||
<line x1="0" end1="none" length1="1.5" y1="40" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" y2="40" antialias="false"/>
|
||||
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="12" y="35" rotation="0" text="EASY-E4-DC-12TC1"/>
|
||||
<rect rx="0" height="120" width="240" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" x="0" y="0" antialias="false"/>
|
||||
<line x1="0" end1="none" length1="1.5" y1="100" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" y2="100" antialias="false"/>
|
||||
<line x1="0" end1="none" length1="1.5" y1="80" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" y2="80" antialias="false"/>
|
||||
<line x1="215" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="215" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="216" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="216" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="217" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="217" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="218" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="218" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="219" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="219" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="220" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="220" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="221" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="221" length2="1.5" y2="93" antialias="false"/>
|
||||
<line x1="222" end1="none" length1="1.5" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="222" length2="1.5" y2="93" antialias="false"/>
|
||||
<polygon y8="92" x4="225" x3="223" y4="92" antialias="false" y1="94" x7="212" y9="94" y7="92" x5="225" x6="212" x9="214" x1="214" y3="92" y5="86" x2="223" y2="94" y6="86" x8="214" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x1="0" y1="22" x3="10" y4="38" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" closed="false" x4="0" y2="22" y3="38" antialias="false"/>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="215" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="55" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="195" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="115" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="9" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="155" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="35" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="135" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="175" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="75" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" x="95" z="66" y="2" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" x="16" z="74" y="101" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>+24Vq</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" x="215" z="74" y="101" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>Q4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" x="135" z="74" y="101" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>Q1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" x="155" z="74" y="101" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>Q2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" x="195" z="74" y="101" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>Q3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" x="80" z="74" y="101" keep_visual_rotation="false" rotation="0" Valignment="AlignTop">
|
||||
<text>0Vq</text>
|
||||
</dynamic_text>
|
||||
<terminal type="Generic" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" x="40" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" x="80" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{898c3881-1341-44e7-ba66-1af41061af17}" x="220" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{6dc2a6c3-7b9c-47a5-a6e2-ce1b21ce4872}" x="200" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" x="120" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" x="100" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" x="20" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{7114b47d-c1f0-4110-b2fd-75ac8feade50}" x="140" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" x="60" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{2ce05e32-fe55-44d4-a905-691e33a0b8be}" x="200" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{e12d32df-9b22-4858-86a2-a9016d4766d8}" x="220" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{6341173a-8b0c-4f79-bfe5-6549f7cac16c}" x="140" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{6736613d-d562-4509-a2ab-4a5d84efa5a8}" x="160" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{96ec29d1-d0c4-42a7-a0a9-5ccb23931756}" x="225" name="" y="90" orientation="e"/>
|
||||
<terminal type="Generic" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" x="40" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" x="20" name="" y="120" orientation="s"/>
|
||||
<terminal type="Generic" uuid="{fe6caeb2-89a1-4224-9b84-ffcf78336a23}" x="160" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" x="80" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{da90defd-1a96-40d7-a43a-bf68a2f64c8d}" x="180" name="" y="0" orientation="n"/>
|
||||
<terminal type="Generic" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" x="100" name="" y="0" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
+133
@@ -0,0 +1,133 @@
|
||||
<definition version="0.90" width="250" hotspot_x="5" hotspot_y="4" link_type="master" type="element" height="130">
|
||||
<uuid uuid="{54cab9bf-554b-4d57-8156-faf568c87deb}"/>
|
||||
<names>
|
||||
<name lang="ru">EASY-E4-AC-12RC1</name>
|
||||
<name lang="en">EASY-E4-AC-12RC1</name>
|
||||
<name lang="fr">EASY-E4-AC-12RC1</name>
|
||||
<name lang="pl">EASY-E4-AC-12RC1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="designation">197215</elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line antialias="false" y1="20" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="240" x1="0" y2="20" length1="1.5" length2="1.5"/>
|
||||
<polygon x4="240" y4="38" antialias="false" y1="22" closed="false" y5="38" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="230" y3="38" x2="230" x5="240" x1="240" y2="22"/>
|
||||
<line antialias="false" y1="40" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="240" x1="0" y2="40" length1="1.5" length2="1.5"/>
|
||||
<text x="166" color="#000000" text="Q3" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="112" rotation="0"/>
|
||||
<text x="67" color="#000000" text="Q2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="112" rotation="0"/>
|
||||
<text x="226" color="#000000" text="Q4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="112" rotation="0"/>
|
||||
<polygon x4="172" y4="115" antialias="false" y1="115" closed="false" y5="115" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="167" y3="117" x2="165" x5="172" x1="165" y2="117"/>
|
||||
<polygon x4="73" y4="115" antialias="false" y1="115" closed="false" y5="115" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="68" y3="117" x2="66" x5="73" x1="66" y2="117"/>
|
||||
<polygon x4="232" y4="115" antialias="false" y1="115" closed="false" y5="115" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="227" y3="117" x2="225" x5="232" x1="225" y2="117"/>
|
||||
<polygon x4="76" y4="115" antialias="false" y1="117" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="76" y3="115" x2="76" x1="73" y2="117"/>
|
||||
<polygon x4="235" y4="115" antialias="false" y1="117" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="235" y3="115" x2="235" x1="232" y2="117"/>
|
||||
<polygon x4="175" y4="115" antialias="false" y1="117" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="175" y3="115" x2="175" x1="172" y2="117"/>
|
||||
<text x="12" color="#000000" text="EASY-E4-AC-12RC1" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="35" rotation="0"/>
|
||||
<text x="7" color="#000000" text="Q1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="112" rotation="0"/>
|
||||
<rect ry="0" antialias="false" x="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="240" rx="0" y="0" height="120"/>
|
||||
<polygon x4="13" y4="115" antialias="false" y1="115" closed="false" y5="115" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="8" y3="117" x2="6" x5="13" x1="6" y2="117"/>
|
||||
<polygon x4="16" y4="115" antialias="false" y1="117" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="16" y3="115" x2="16" x1="13" y2="117"/>
|
||||
<line antialias="false" y1="100" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="240" x1="0" y2="100" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="80" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" x2="240" x1="0" y2="80" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="215" x1="215" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="216" x1="216" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="217" x1="217" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="218" x1="218" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="219" x1="219" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="220" x1="220" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="221" x1="221" y2="93" length1="1.5" length2="1.5"/>
|
||||
<line antialias="false" y1="94" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="222" x1="222" y2="93" length1="1.5" length2="1.5"/>
|
||||
<polygon y8="92" y3="92" y9="94" x8="214" x2="223" x1="214" x6="212" x4="225" y2="94" x5="225" antialias="false" y5="86" y1="94" x3="223" y7="92" x7="212" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="92" x9="214" y6="86"/>
|
||||
<polygon x4="0" y4="38" antialias="false" y1="22" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="10" y3="38" x2="10" x1="0" y2="22"/>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="155" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="15" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="95" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="135" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="175" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="35" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="115" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="75" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="195" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="215" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>I8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="55" z="66" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" rotation="0" text_width="-1">
|
||||
<text>N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="15" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="95" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="135" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="75" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="215" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="155" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="195" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" frame="true" x="35" z="74" text_from="UserText" Valignment="AlignTop" Halignment="AlignLeft" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" rotation="0" text_width="-1">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<terminal x="80" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="200" uuid="{6dc2a6c3-7b9c-47a5-a6e2-ce1b21ce4872}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="180" uuid="{da90defd-1a96-40d7-a43a-bf68a2f64c8d}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="40" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="140" uuid="{7114b47d-c1f0-4110-b2fd-75ac8feade50}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="100" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="140" uuid="{6341173a-8b0c-4f79-bfe5-6549f7cac16c}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="100" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="200" uuid="{2ce05e32-fe55-44d4-a905-691e33a0b8be}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="60" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="40" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="160" uuid="{fe6caeb2-89a1-4224-9b84-ffcf78336a23}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="80" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="120" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="20" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="220" uuid="{e12d32df-9b22-4858-86a2-a9016d4766d8}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="220" uuid="{898c3881-1341-44e7-ba66-1af41061af17}" orientation="n" type="Generic" y="0" name=""/>
|
||||
<terminal x="20" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="160" uuid="{6736613d-d562-4509-a2ab-4a5d84efa5a8}" orientation="s" type="Generic" y="120" name=""/>
|
||||
<terminal x="225" uuid="{96ec29d1-d0c4-42a7-a0a9-5ccb23931756}" orientation="e" type="Generic" y="90" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
<definition height="130" type="element" link_type="master" hotspot_y="4" hotspot_x="5" width="130" version="0.90">
|
||||
<uuid uuid="{d894b67f-356c-412f-b6d5-a221dbcfb07e}"/>
|
||||
<names>
|
||||
<name lang="en">EASY-E4-UC-8RE1</name>
|
||||
<name lang="pl">EASY-E4-UC-8RE1</name>
|
||||
<name lang="ru">EASY-E4-UC-8RE1</name>
|
||||
<name lang="fr">EASY-E4-UC-8RE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">197217</elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line antialias="false" end1="none" x1="0" x2="120" y1="20" y2="20" length2="1.5" length1="1.5" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" y5="38" x4="120" x5="120" closed="false" x1="120" x2="110" y3="38" y1="22" y2="22" x3="110" y4="38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" x4="0" closed="false" x1="0" x2="10" y3="38" y1="22" y2="22" x3="10" y4="38" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line antialias="false" end1="none" x1="0" x2="120" y1="40" y2="40" length2="1.5" length1="1.5" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="95" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="Q2" y="92" color="#000000"/>
|
||||
<text x="105" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="Q4" y="112" color="#000000"/>
|
||||
<text x="17" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="Q1" y="92" color="#000000"/>
|
||||
<polygon antialias="false" y5="115" x4="111" x5="111" closed="false" x1="104" x2="104" y3="117" y1="115" y2="117" x3="106" y4="115" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" y5="95" x4="23" x5="23" closed="false" x1="16" x2="16" y3="97" y1="95" y2="97" x3="18" y4="95" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" y5="95" x4="101" x5="101" closed="false" x1="94" x2="94" y3="97" y1="95" y2="97" x3="96" y4="95" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" x4="114" closed="false" x1="111" x2="114" y3="115" y1="117" y2="117" x3="114" y4="115" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" x4="26" closed="false" x1="23" x2="26" y3="95" y1="97" y2="97" x3="26" y4="95" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" x4="104" closed="false" x1="101" x2="104" y3="95" y1="97" y2="97" x3="104" y4="95" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="12" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" text="EASY-E4-UC-8RE1" y="35" color="#000000"/>
|
||||
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="Q3" y="112" color="#000000"/>
|
||||
<rect height="120" antialias="false" x="0" width="120" rx="0" ry="0" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" y5="115" x4="13" x5="13" closed="false" x1="6" x2="6" y3="117" y1="115" y2="117" x3="8" y4="115" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" x4="16" closed="false" x1="13" x2="16" y3="115" y1="117" y2="117" x3="16" y4="115" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line antialias="false" end1="none" x1="0" x2="120" y1="100" y2="100" length2="1.5" length1="1.5" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<line antialias="false" end1="none" x1="0" x2="120" y1="80" y2="80" length2="1.5" length1="1.5" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="5" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" y="2">
|
||||
<text>+UC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="25" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" y="2">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="65" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" y="2">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="106" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" y="2">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="85" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" y="2">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="45" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" y="2">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="25" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="83">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="95" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="103">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="15" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="103">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="85" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="83">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="45" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="83">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="75" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="103">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="65" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="83">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="true" x="35" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" y="103">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" keep_visual_rotation="false" text_width="-1" frame="false" x="10" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" rotation="0" Halignment="AlignLeft" text_from="ElementInfo" z="77" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" y="50">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal name="" type="Generic" x="100" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" orientation="s" y="120"/>
|
||||
<terminal name="" type="Generic" x="70" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" orientation="n" y="0"/>
|
||||
<terminal name="" type="Generic" x="90" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" orientation="n" y="0"/>
|
||||
<terminal name="" type="Generic" x="20" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" orientation="s" y="120"/>
|
||||
<terminal name="" type="Generic" x="50" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" orientation="n" y="0"/>
|
||||
<terminal name="" type="Generic" x="40" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" orientation="s" y="120"/>
|
||||
<terminal name="" type="Generic" x="10" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" orientation="n" y="0"/>
|
||||
<terminal name="" type="Generic" x="80" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" orientation="s" y="120"/>
|
||||
<terminal name="" type="Generic" x="70" uuid="{4dfb066c-05b6-497b-b3f8-767740bef8d8}" orientation="s" y="100"/>
|
||||
<terminal name="" type="Generic" x="30" uuid="{4ec06fde-a626-4b6e-b2c7-3811f03cd5e8}" orientation="s" y="100"/>
|
||||
<terminal name="" type="Generic" x="90" uuid="{91ba2ec9-dd04-426b-b731-0107dc68fc9a}" orientation="s" y="100"/>
|
||||
<terminal name="" type="Generic" x="30" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" orientation="n" y="0"/>
|
||||
<terminal name="" type="Generic" x="110" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" orientation="n" y="0"/>
|
||||
<terminal name="" type="Generic" x="50" uuid="{017b2684-0463-43b8-8da5-03c99f0b4b86}" orientation="s" y="100"/>
|
||||
</description>
|
||||
</definition>
|
||||
+171
@@ -0,0 +1,171 @@
|
||||
<definition version="0.90" link_type="master" hotspot_x="5" width="250" height="130" hotspot_y="4" type="element">
|
||||
<uuid uuid="{69547bdd-9677-4ef1-bc31-4a21f7a8683b}"/>
|
||||
<names>
|
||||
<name lang="pl">EASY-E4-UC-16RE1</name>
|
||||
<name lang="en">EASY-E4-UC-16RE1</name>
|
||||
<name lang="fr">EASY-E4-UC-16RE1</name>
|
||||
<name lang="ru">EASY-E4-UC-16RE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">197218</elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line end2="none" y2="20" end1="none" x2="240" length2="1.5" x1="0" antialias="false" y1="20" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="240" y2="22" x2="230" y4="38" x1="240" antialias="false" y1="22" y3="38" y5="38" closed="false" x3="230" x4="240" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="22" x2="10" y4="38" x1="0" antialias="false" y1="22" y3="38" closed="false" x3="10" x4="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line end2="none" y2="40" end1="none" x2="240" length2="1.5" x1="0" antialias="false" y1="40" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" y="112" x="166" rotation="0" text="Q7" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="92" x="77" rotation="0" text="Q2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="92" x="156" rotation="0" text="Q3" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="112" x="67" rotation="0" text="Q6" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="92" x="17" rotation="0" text="Q1" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="92" x="217" rotation="0" text="Q4" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="112" x="226" rotation="0" text="Q8" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon x5="172" y2="117" x2="165" y4="115" x1="165" antialias="false" y1="115" y3="117" y5="115" closed="false" x3="167" x4="172" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="73" y2="117" x2="66" y4="115" x1="66" antialias="false" y1="115" y3="117" y5="115" closed="false" x3="68" x4="73" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="23" y2="97" x2="16" y4="95" x1="16" antialias="false" y1="95" y3="97" y5="95" closed="false" x3="18" x4="23" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="162" y2="97" x2="155" y4="95" x1="155" antialias="false" y1="95" y3="97" y5="95" closed="false" x3="157" x4="162" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="83" y2="97" x2="76" y4="95" x1="76" antialias="false" y1="95" y3="97" y5="95" closed="false" x3="78" x4="83" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="232" y2="117" x2="225" y4="115" x1="225" antialias="false" y1="115" y3="117" y5="115" closed="false" x3="227" x4="232" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="223" y2="97" x2="216" y4="95" x1="216" antialias="false" y1="95" y3="97" y5="95" closed="false" x3="218" x4="223" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="97" x2="165" y4="95" x1="162" antialias="false" y1="97" y3="95" closed="false" x3="165" x4="165" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="117" x2="76" y4="115" x1="73" antialias="false" y1="117" y3="115" closed="false" x3="76" x4="76" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="97" x2="226" y4="95" x1="223" antialias="false" y1="97" y3="95" closed="false" x3="226" x4="226" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="117" x2="235" y4="115" x1="232" antialias="false" y1="117" y3="115" closed="false" x3="235" x4="235" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="97" x2="26" y4="95" x1="23" antialias="false" y1="97" y3="95" closed="false" x3="26" x4="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="117" x2="175" y4="115" x1="172" antialias="false" y1="117" y3="115" closed="false" x3="175" x4="175" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="97" x2="86" y4="95" x1="83" antialias="false" y1="97" y3="95" closed="false" x3="86" x4="86" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text color="#000000" y="35" x="12" rotation="0" text="EASY-E4-UC-16RE1" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" y="112" x="7" rotation="0" text="Q5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<rect y="0" x="0" width="240" rx="0" antialias="false" height="120" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x5="13" y2="117" x2="6" y4="115" x1="6" antialias="false" y1="115" y3="117" y5="115" closed="false" x3="8" x4="13" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon y2="117" x2="16" y4="115" x1="13" antialias="false" y1="117" y3="115" closed="false" x3="16" x4="16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line end2="none" y2="100" end1="none" x2="240" length2="1.5" x1="0" antialias="false" y1="100" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<line end2="none" y2="80" end1="none" x2="240" length2="1.5" x1="0" antialias="false" y1="80" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="175" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="15" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>+UC</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="195" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="55" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="115" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="155" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="215" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="35" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="95" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="75" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="66" y="2" Valignment="AlignTop" x="135" rotation="0" frame="true" text_width="-1" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="45" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="15" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="75" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="25" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="155" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="215" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="85" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="35" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="95" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="195" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="145" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="125" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="103" Valignment="AlignTop" x="135" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="105" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="206" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="74" y="83" Valignment="AlignTop" x="186" rotation="0" frame="true" text_width="-1" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="77" y="50" Valignment="AlignTop" x="10" rotation="0" frame="false" text_width="-1" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_from="ElementInfo" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal y="120" name="" x="100" orientation="s" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" type="Generic"/>
|
||||
<terminal y="100" name="" x="110" orientation="s" uuid="{91ba2ec9-dd04-426b-b731-0107dc68fc9a}" type="Generic"/>
|
||||
<terminal y="0" name="" x="180" orientation="n" uuid="{da90defd-1a96-40d7-a43a-bf68a2f64c8d}" type="Generic"/>
|
||||
<terminal y="0" name="" x="100" orientation="n" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" type="Generic"/>
|
||||
<terminal y="0" name="" x="80" orientation="n" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" type="Generic"/>
|
||||
<terminal y="120" name="" x="160" orientation="s" uuid="{6736613d-d562-4509-a2ab-4a5d84efa5a8}" type="Generic"/>
|
||||
<terminal y="0" name="" x="140" orientation="n" uuid="{6341173a-8b0c-4f79-bfe5-6549f7cac16c}" type="Generic"/>
|
||||
<terminal y="0" name="" x="20" orientation="n" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" type="Generic"/>
|
||||
<terminal y="120" name="" x="20" orientation="s" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" type="Generic"/>
|
||||
<terminal y="0" name="" x="220" orientation="n" uuid="{898c3881-1341-44e7-ba66-1af41061af17}" type="Generic"/>
|
||||
<terminal y="0" name="" x="120" orientation="n" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" type="Generic"/>
|
||||
<terminal y="120" name="" x="40" orientation="s" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" type="Generic"/>
|
||||
<terminal y="120" name="" x="140" orientation="s" uuid="{7114b47d-c1f0-4110-b2fd-75ac8feade50}" type="Generic"/>
|
||||
<terminal y="0" name="" x="200" orientation="n" uuid="{6dc2a6c3-7b9c-47a5-a6e2-ce1b21ce4872}" type="Generic"/>
|
||||
<terminal y="0" name="" x="40" orientation="n" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" type="Generic"/>
|
||||
<terminal y="0" name="" x="160" orientation="n" uuid="{fe6caeb2-89a1-4224-9b84-ffcf78336a23}" type="Generic"/>
|
||||
<terminal y="100" name="" x="150" orientation="s" uuid="{d89d459f-bc0d-4f2e-ac94-9e5d135636f0}" type="Generic"/>
|
||||
<terminal y="120" name="" x="80" orientation="s" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" type="Generic"/>
|
||||
<terminal y="120" name="" x="220" orientation="s" uuid="{e12d32df-9b22-4858-86a2-a9016d4766d8}" type="Generic"/>
|
||||
<terminal y="100" name="" x="90" orientation="s" uuid="{4dfb066c-05b6-497b-b3f8-767740bef8d8}" type="Generic"/>
|
||||
<terminal y="100" name="" x="191" orientation="s" uuid="{6ce9f3da-ad88-4448-ba51-2e39460fdf14}" type="Generic"/>
|
||||
<terminal y="100" name="" x="211" orientation="s" uuid="{b30c2316-66ed-4501-8ff7-78bb610dc664}" type="Generic"/>
|
||||
<terminal y="100" name="" x="30" orientation="s" uuid="{4ec06fde-a626-4b6e-b2c7-3811f03cd5e8}" type="Generic"/>
|
||||
<terminal y="0" name="" x="60" orientation="n" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" type="Generic"/>
|
||||
<terminal y="100" name="" x="50" orientation="s" uuid="{017b2684-0463-43b8-8da5-03c99f0b4b86}" type="Generic"/>
|
||||
<terminal y="100" name="" x="130" orientation="s" uuid="{6468a02e-5eb8-4a95-b34a-371c6f51c445}" type="Generic"/>
|
||||
<terminal y="120" name="" x="200" orientation="s" uuid="{2ce05e32-fe55-44d4-a905-691e33a0b8be}" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
+79
@@ -0,0 +1,79 @@
|
||||
<definition type="element" width="130" height="130" hotspot_x="5" hotspot_y="4" version="0.90" link_type="master">
|
||||
<uuid uuid="{a37a65a3-7dd9-48fa-a5ac-5d5ab6d7c2c4}"/>
|
||||
<names>
|
||||
<name lang="fr">EASY-E4-DC-8TE1</name>
|
||||
<name lang="pl">EASY-E4-DC-8TE1</name>
|
||||
<name lang="en">EASY-E4-DC-8TE1</name>
|
||||
<name lang="ru">EASY-E4-DC-8TE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="designation">197219</elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line antialias="false" end2="none" length2="1.5" x2="120" y2="20" end1="none" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="0" y1="20"/>
|
||||
<polygon antialias="false" x3="110" closed="false" x2="110" y2="22" x5="120" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="120" y5="38" y4="38" x1="120" y1="22" y3="38"/>
|
||||
<polygon antialias="false" x3="10" closed="false" x2="10" y2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="0" y4="38" x1="0" y1="22" y3="38"/>
|
||||
<line antialias="false" end2="none" length2="1.5" x2="120" y2="40" end1="none" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="0" y1="40"/>
|
||||
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="EASY-E4-DC-8TE1" x="12" y="35" color="#000000" rotation="0"/>
|
||||
<rect antialias="false" width="120" rx="0" x="0" ry="0" height="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y="0"/>
|
||||
<line antialias="false" end2="none" length2="1.5" x2="120" y2="100" end1="none" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="0" y1="100"/>
|
||||
<line antialias="false" end2="none" length2="1.5" x2="120" y2="80" end1="none" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="0" y1="80"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="106" text_from="UserText" frame="true" Halignment="AlignLeft" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1" z="66" rotation="0">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="65" text_from="UserText" frame="true" Halignment="AlignLeft" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1" z="66" rotation="0">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="0" text_from="UserText" frame="true" Halignment="AlignLeft" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1" z="66" rotation="0">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="85" text_from="UserText" frame="true" Halignment="AlignLeft" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1" z="66" rotation="0">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="25" text_from="UserText" frame="true" Halignment="AlignLeft" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1" z="66" rotation="0">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="45" text_from="UserText" frame="true" Halignment="AlignLeft" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1" z="66" rotation="0">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="75" text_from="UserText" frame="true" Halignment="AlignLeft" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1" z="74" rotation="0">
|
||||
<text>Q3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="35" text_from="UserText" frame="true" Halignment="AlignLeft" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1" z="74" rotation="0">
|
||||
<text>Q2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="15" text_from="UserText" frame="true" Halignment="AlignLeft" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1" z="74" rotation="0">
|
||||
<text>Q1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="95" text_from="UserText" frame="true" Halignment="AlignLeft" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1" z="74" rotation="0">
|
||||
<text>Q4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" keep_visual_rotation="false" Valignment="AlignTop" x="10" text_from="ElementInfo" frame="false" Halignment="AlignLeft" y="50" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" text_width="-1" z="77" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal type="Generic" x="100" orientation="s" y="120" name="" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}"/>
|
||||
<terminal type="Generic" x="70" orientation="n" y="0" name="" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}"/>
|
||||
<terminal type="Generic" x="90" orientation="n" y="0" name="" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}"/>
|
||||
<terminal type="Generic" x="20" orientation="s" y="120" name="" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}"/>
|
||||
<terminal type="Generic" x="50" orientation="n" y="0" name="" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}"/>
|
||||
<terminal type="Generic" x="40" orientation="s" y="120" name="" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}"/>
|
||||
<terminal type="Generic" x="10" orientation="n" y="0" name="" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}"/>
|
||||
<terminal type="Generic" x="80" orientation="s" y="120" name="" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}"/>
|
||||
<terminal type="Generic" x="110" orientation="n" y="0" name="" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}"/>
|
||||
<terminal type="Generic" x="30" orientation="n" y="0" name="" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+115
@@ -0,0 +1,115 @@
|
||||
<definition hotspot_x="5" link_type="master" height="130" version="0.90" width="250" type="element" hotspot_y="4">
|
||||
<uuid uuid="{328fedef-8371-4609-92f1-b92b6b7b6979}"/>
|
||||
<names>
|
||||
<name lang="en">EASY-E4-DC-16TE1</name>
|
||||
<name lang="pl">EASY-E4-DC-16TE1</name>
|
||||
<name lang="ru">EASY-E4-DC-16TE1</name>
|
||||
<name lang="fr">EASY-E4-DC-16TE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="designation">197220</elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y2="20" end2="none" end1="none" length1="1.5" y1="20" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" antialias="false"/>
|
||||
<polygon y2="22" x3="230" y1="22" x1="240" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="38" y5="38" closed="false" x5="240" x2="230" x4="240" antialias="false" y4="38"/>
|
||||
<polygon y2="22" x3="10" y1="22" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="38" closed="false" x2="10" x4="0" antialias="false" y4="38"/>
|
||||
<line y2="40" end2="none" end1="none" length1="1.5" y1="40" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" antialias="false"/>
|
||||
<text color="#000000" rotation="0" y="35" x="12" text="EASY-E4-DC-16TE1" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
|
||||
<rect y="0" height="120" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" width="240" ry="0" antialias="false" rx="0"/>
|
||||
<line y2="100" end2="none" end1="none" length1="1.5" y1="100" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" antialias="false"/>
|
||||
<line y2="80" end2="none" end1="none" length1="1.5" y1="80" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x2="240" length2="1.5" antialias="false"/>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="55" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="175" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="75" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="155" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="95" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="9" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="35" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="135" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="215" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="115" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="66" keep_visual_rotation="false" frame="true" rotation="0" y="2" x="195" text_from="UserText" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>I7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="135" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="195" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="215" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="35" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="15" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="95" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="75" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="74" keep_visual_rotation="false" frame="true" rotation="0" y="101" x="155" text_from="UserText" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text>Q6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" z="77" keep_visual_rotation="false" frame="false" rotation="0" y="50" x="10" text_from="ElementInfo" text_width="-1" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" y="0" name="" x="60" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="200" uuid="{6dc2a6c3-7b9c-47a5-a6e2-ce1b21ce4872}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="120" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="40" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="80" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="80" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="220" uuid="{e12d32df-9b22-4858-86a2-a9016d4766d8}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="160" uuid="{fe6caeb2-89a1-4224-9b84-ffcf78336a23}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="100" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="140" uuid="{7114b47d-c1f0-4110-b2fd-75ac8feade50}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="180" uuid="{da90defd-1a96-40d7-a43a-bf68a2f64c8d}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="140" uuid="{6341173a-8b0c-4f79-bfe5-6549f7cac16c}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="20" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="220" uuid="{898c3881-1341-44e7-ba66-1af41061af17}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="20" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="100" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" type="Generic"/>
|
||||
<terminal orientation="n" y="0" name="" x="40" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="160" uuid="{6736613d-d562-4509-a2ab-4a5d84efa5a8}" type="Generic"/>
|
||||
<terminal orientation="s" y="120" name="" x="200" uuid="{2ce05e32-fe55-44d4-a905-691e33a0b8be}" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
<definition height="130" link_type="master" width="130" hotspot_x="5" hotspot_y="4" version="0.90" type="element">
|
||||
<uuid uuid="{35a0eabf-8446-4282-9cb4-58f835317676}"/>
|
||||
<names>
|
||||
<name lang="pl">EASY-E4-AC-8RE1</name>
|
||||
<name lang="ru">EASY-E4-AC-8RE1</name>
|
||||
<name lang="fr">EASY-E4-AC-8RE1</name>
|
||||
<name lang="en">EASY-E4-AC-8RE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">197221</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line x2="120" y1="20" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="20" length2="1.5" end2="none" antialias="false" end1="none" length1="1.5"/>
|
||||
<polygon x2="110" y5="38" y1="22" y3="38" y4="38" x1="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="22" x5="120" closed="false" x4="120" x3="110" antialias="false"/>
|
||||
<polygon x2="10" y1="22" y3="38" y4="38" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="22" closed="false" x4="0" x3="10" antialias="false"/>
|
||||
<line x2="120" y1="40" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="40" length2="1.5" end2="none" antialias="false" end1="none" length1="1.5"/>
|
||||
<text color="#000000" rotation="0" x="95" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="92" text="Q2"/>
|
||||
<text color="#000000" rotation="0" x="105" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="112" text="Q4"/>
|
||||
<text color="#000000" rotation="0" x="17" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="92" text="Q1"/>
|
||||
<polygon x2="104" y5="115" y1="115" y3="117" y4="115" x1="104" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="117" x5="111" closed="false" x4="111" x3="106" antialias="false"/>
|
||||
<polygon x2="16" y5="95" y1="95" y3="97" y4="95" x1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="97" x5="23" closed="false" x4="23" x3="18" antialias="false"/>
|
||||
<polygon x2="94" y5="95" y1="95" y3="97" y4="95" x1="94" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="97" x5="101" closed="false" x4="101" x3="96" antialias="false"/>
|
||||
<polygon x2="114" y1="117" y3="115" y4="115" x1="111" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="117" closed="false" x4="114" x3="114" antialias="false"/>
|
||||
<polygon x2="26" y1="97" y3="95" y4="95" x1="23" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="97" closed="false" x4="26" x3="26" antialias="false"/>
|
||||
<polygon x2="104" y1="97" y3="95" y4="95" x1="101" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="97" closed="false" x4="104" x3="104" antialias="false"/>
|
||||
<text color="#000000" rotation="0" x="12" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="35" text="EASY-E4-AC-8RE1"/>
|
||||
<text color="#000000" rotation="0" x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="112" text="Q3"/>
|
||||
<rect rx="0" height="120" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="0" width="120" antialias="false"/>
|
||||
<polygon x2="6" y5="115" y1="115" y3="117" y4="115" x1="6" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="117" x5="13" closed="false" x4="13" x3="8" antialias="false"/>
|
||||
<polygon x2="16" y1="117" y3="115" y4="115" x1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="117" closed="false" x4="16" x3="16" antialias="false"/>
|
||||
<line x2="120" y1="100" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="100" length2="1.5" end2="none" antialias="false" end1="none" length1="1.5"/>
|
||||
<line x2="120" y1="80" x1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="80" length2="1.5" end2="none" antialias="false" end1="none" length1="1.5"/>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="5" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="25" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="65" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="106" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="85" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="45" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="2" text_from="UserText" z="66" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="25" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="83" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="35" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="65" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="83" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="75" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="45" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="83" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="85" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="83" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="15" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="95" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="103" text_from="UserText" z="74" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" keep_visual_rotation="false" Halignment="AlignLeft" frame="true">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" rotation="0" Valignment="AlignTop" x="10" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" y="50" text_from="ElementInfo" z="77" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" keep_visual_rotation="false" Halignment="AlignLeft" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal name="" x="100" y="120" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="70" y="0" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" orientation="n" type="Generic"/>
|
||||
<terminal name="" x="90" y="0" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" orientation="n" type="Generic"/>
|
||||
<terminal name="" x="20" y="120" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="50" y="0" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" orientation="n" type="Generic"/>
|
||||
<terminal name="" x="40" y="120" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="10" y="0" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" orientation="n" type="Generic"/>
|
||||
<terminal name="" x="80" y="120" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="70" y="100" uuid="{4dfb066c-05b6-497b-b3f8-767740bef8d8}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="30" y="100" uuid="{4ec06fde-a626-4b6e-b2c7-3811f03cd5e8}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="90" y="100" uuid="{91ba2ec9-dd04-426b-b731-0107dc68fc9a}" orientation="s" type="Generic"/>
|
||||
<terminal name="" x="30" y="0" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" orientation="n" type="Generic"/>
|
||||
<terminal name="" x="110" y="0" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" orientation="n" type="Generic"/>
|
||||
<terminal name="" x="50" y="100" uuid="{017b2684-0463-43b8-8da5-03c99f0b4b86}" orientation="s" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
+171
@@ -0,0 +1,171 @@
|
||||
<definition hotspot_x="5" height="130" width="250" link_type="master" type="element" hotspot_y="4" version="0.90">
|
||||
<uuid uuid="{d9593045-3f90-4c71-a74d-cd1b50fbbe2a}"/>
|
||||
<names>
|
||||
<name lang="pl">EASY-E4-AC-16RE1</name>
|
||||
<name lang="ru">EASY-E4-AC-16RE1</name>
|
||||
<name lang="en">EASY-E4-AC-16RE1</name>
|
||||
<name lang="fr">EASY-E4-AC-16RE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
|
||||
<elementInformation name="designation" show="1">197222</elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y2="20" end2="none" x2="240" y1="20" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length1="1.5" length2="1.5" x1="0"/>
|
||||
<polygon y2="22" y5="38" x2="230" y3="38" x3="230" y1="22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="240" x5="240" closed="false" x1="240" y4="38"/>
|
||||
<polygon y2="22" x2="10" y3="38" x3="10" y1="22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="0" closed="false" x1="0" y4="38"/>
|
||||
<line y2="40" end2="none" x2="240" y1="40" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length1="1.5" length2="1.5" x1="0"/>
|
||||
<text color="#000000" y="112" x="166" text="Q7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="92" x="77" text="Q2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="92" x="156" text="Q3" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="112" x="67" text="Q6" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="92" x="17" text="Q1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="92" x="217" text="Q4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="112" x="226" text="Q8" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<polygon y2="117" y5="115" x2="165" y3="117" x3="167" y1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="172" x5="172" closed="false" x1="165" y4="115"/>
|
||||
<polygon y2="117" y5="115" x2="66" y3="117" x3="68" y1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="73" x5="73" closed="false" x1="66" y4="115"/>
|
||||
<polygon y2="97" y5="95" x2="16" y3="97" x3="18" y1="95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="23" x5="23" closed="false" x1="16" y4="95"/>
|
||||
<polygon y2="97" y5="95" x2="155" y3="97" x3="157" y1="95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="162" x5="162" closed="false" x1="155" y4="95"/>
|
||||
<polygon y2="97" y5="95" x2="76" y3="97" x3="78" y1="95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="83" x5="83" closed="false" x1="76" y4="95"/>
|
||||
<polygon y2="117" y5="115" x2="225" y3="117" x3="227" y1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="232" x5="232" closed="false" x1="225" y4="115"/>
|
||||
<polygon y2="97" y5="95" x2="216" y3="97" x3="218" y1="95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="223" x5="223" closed="false" x1="216" y4="95"/>
|
||||
<polygon y2="97" x2="165" y3="95" x3="165" y1="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="165" closed="false" x1="162" y4="95"/>
|
||||
<polygon y2="117" x2="76" y3="115" x3="76" y1="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="76" closed="false" x1="73" y4="115"/>
|
||||
<polygon y2="97" x2="226" y3="95" x3="226" y1="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="226" closed="false" x1="223" y4="95"/>
|
||||
<polygon y2="117" x2="235" y3="115" x3="235" y1="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="235" closed="false" x1="232" y4="115"/>
|
||||
<polygon y2="97" x2="26" y3="95" x3="26" y1="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="26" closed="false" x1="23" y4="95"/>
|
||||
<polygon y2="117" x2="175" y3="115" x3="175" y1="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="175" closed="false" x1="172" y4="115"/>
|
||||
<polygon y2="97" x2="86" y3="95" x3="86" y1="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="86" closed="false" x1="83" y4="95"/>
|
||||
<text color="#000000" y="35" x="12" text="EASY-E4-AC-16RE1" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text color="#000000" y="112" x="7" text="Q5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect y="0" ry="0" x="0" height="120" width="240" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
|
||||
<polygon y2="117" y5="115" x2="6" y3="117" x3="8" y1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="13" x5="13" closed="false" x1="6" y4="115"/>
|
||||
<polygon y2="117" x2="16" y3="115" x3="16" y1="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x4="16" closed="false" x1="13" y4="115"/>
|
||||
<line y2="100" end2="none" x2="240" y1="100" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length1="1.5" length2="1.5" x1="0"/>
|
||||
<line y2="80" end2="none" x2="240" y1="80" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length1="1.5" length2="1.5" x1="0"/>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="175" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="135" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="75" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="95" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="35" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="215" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="155" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="115" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="55" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>N</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="195" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>I7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="2" z="66" x="15" text_width="-1" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>L</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="186" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="206" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="75" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="105" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="135" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="125" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="145" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="195" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="95" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="35" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="85" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="215" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="155" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="25" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="103" z="74" x="15" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="true" y="83" z="74" x="45" text_width="-1" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" Valignment="AlignTop" frame="false" y="50" z="77" x="10" text_width="-1" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" Halignment="AlignLeft" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_from="ElementInfo" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal name="" y="120" x="100" orientation="s" type="Generic" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}"/>
|
||||
<terminal name="" y="100" x="110" orientation="s" type="Generic" uuid="{91ba2ec9-dd04-426b-b731-0107dc68fc9a}"/>
|
||||
<terminal name="" y="0" x="180" orientation="n" type="Generic" uuid="{da90defd-1a96-40d7-a43a-bf68a2f64c8d}"/>
|
||||
<terminal name="" y="0" x="100" orientation="n" type="Generic" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}"/>
|
||||
<terminal name="" y="0" x="80" orientation="n" type="Generic" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}"/>
|
||||
<terminal name="" y="120" x="160" orientation="s" type="Generic" uuid="{6736613d-d562-4509-a2ab-4a5d84efa5a8}"/>
|
||||
<terminal name="" y="0" x="140" orientation="n" type="Generic" uuid="{6341173a-8b0c-4f79-bfe5-6549f7cac16c}"/>
|
||||
<terminal name="" y="0" x="20" orientation="n" type="Generic" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}"/>
|
||||
<terminal name="" y="120" x="20" orientation="s" type="Generic" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}"/>
|
||||
<terminal name="" y="0" x="220" orientation="n" type="Generic" uuid="{898c3881-1341-44e7-ba66-1af41061af17}"/>
|
||||
<terminal name="" y="0" x="120" orientation="n" type="Generic" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}"/>
|
||||
<terminal name="" y="120" x="40" orientation="s" type="Generic" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}"/>
|
||||
<terminal name="" y="120" x="140" orientation="s" type="Generic" uuid="{7114b47d-c1f0-4110-b2fd-75ac8feade50}"/>
|
||||
<terminal name="" y="0" x="200" orientation="n" type="Generic" uuid="{6dc2a6c3-7b9c-47a5-a6e2-ce1b21ce4872}"/>
|
||||
<terminal name="" y="0" x="40" orientation="n" type="Generic" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}"/>
|
||||
<terminal name="" y="0" x="160" orientation="n" type="Generic" uuid="{fe6caeb2-89a1-4224-9b84-ffcf78336a23}"/>
|
||||
<terminal name="" y="100" x="150" orientation="s" type="Generic" uuid="{d89d459f-bc0d-4f2e-ac94-9e5d135636f0}"/>
|
||||
<terminal name="" y="120" x="80" orientation="s" type="Generic" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}"/>
|
||||
<terminal name="" y="120" x="220" orientation="s" type="Generic" uuid="{e12d32df-9b22-4858-86a2-a9016d4766d8}"/>
|
||||
<terminal name="" y="100" x="90" orientation="s" type="Generic" uuid="{4dfb066c-05b6-497b-b3f8-767740bef8d8}"/>
|
||||
<terminal name="" y="100" x="191" orientation="s" type="Generic" uuid="{6ce9f3da-ad88-4448-ba51-2e39460fdf14}"/>
|
||||
<terminal name="" y="100" x="211" orientation="s" type="Generic" uuid="{b30c2316-66ed-4501-8ff7-78bb610dc664}"/>
|
||||
<terminal name="" y="100" x="30" orientation="s" type="Generic" uuid="{4ec06fde-a626-4b6e-b2c7-3811f03cd5e8}"/>
|
||||
<terminal name="" y="0" x="60" orientation="n" type="Generic" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}"/>
|
||||
<terminal name="" y="100" x="50" orientation="s" type="Generic" uuid="{017b2684-0463-43b8-8da5-03c99f0b4b86}"/>
|
||||
<terminal name="" y="100" x="130" orientation="s" type="Generic" uuid="{6468a02e-5eb8-4a95-b34a-371c6f51c445}"/>
|
||||
<terminal name="" y="120" x="200" orientation="s" type="Generic" uuid="{2ce05e32-fe55-44d4-a905-691e33a0b8be}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+95
@@ -0,0 +1,95 @@
|
||||
<definition link_type="master" hotspot_x="5" height="130" version="0.90" width="130" type="element" hotspot_y="4">
|
||||
<uuid uuid="{6661ac9d-2693-45cc-bbff-b1a30b6fd98f}"/>
|
||||
<names>
|
||||
<name lang="en">EASY-E4-DC-6AE1</name>
|
||||
<name lang="fr">EASY-E4-DC-6AE1</name>
|
||||
<name lang="ru">EASY-E4-DC-6AE1</name>
|
||||
<name lang="pl">EASY-E4-DC-6AE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="designation">197223</elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line y2="20" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" x2="120" length2="1.5" antialias="false" y1="20" x1="0" length1="1.5"/>
|
||||
<polygon x5="120" y2="22" x4="120" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110" y4="38" y5="38" antialias="false" y1="22" x1="120" y3="38" x3="110"/>
|
||||
<polygon y2="22" x4="0" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" y4="38" antialias="false" y1="22" x1="0" y3="38" x3="10"/>
|
||||
<line y2="40" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" x2="120" length2="1.5" antialias="false" y1="40" x1="0" length1="1.5"/>
|
||||
<text rotation="0" y="35" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="EASY-E4-DC-6AE1" x="12"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="120" ry="0" y="0" antialias="false" width="120" rx="0" x="0"/>
|
||||
<line y2="100" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" x2="120" length2="1.5" antialias="false" y1="100" x1="0" length1="1.5"/>
|
||||
<line y2="80" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" x2="120" length2="1.5" antialias="false" y1="80" x1="0" length1="1.5"/>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" text_width="-1" z="66" rotation="0" y="2" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="25" text_from="UserText" Valignment="AlignTop">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" text_width="-1" z="66" rotation="0" y="2" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="45" text_from="UserText" Valignment="AlignTop">
|
||||
<text>IA1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" text_width="-1" z="66" rotation="0" y="2" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="98" text_from="UserText" Valignment="AlignTop">
|
||||
<text>GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" text_width="-1" z="66" rotation="0" y="2" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="0" text_from="UserText" Valignment="AlignTop">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" text_width="-1" z="66" rotation="0" y="2" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="60" text_from="UserText" Valignment="AlignTop">
|
||||
<text>GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" frame="true" text_width="-1" z="66" rotation="0" y="2" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="83" text_from="UserText" Valignment="AlignTop">
|
||||
<text>IA2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="101" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="75" text_from="UserText" Valignment="AlignTop">
|
||||
<text>QA2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="101" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="32" text_from="UserText" Valignment="AlignTop">
|
||||
<text>GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="101" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="15" text_from="UserText" Valignment="AlignTop">
|
||||
<text>QA1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="101" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="92" text_from="UserText" Valignment="AlignTop">
|
||||
<text>GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="81" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="40" text_from="UserText" Valignment="AlignTop">
|
||||
<text>GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="81" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="25" text_from="UserText" Valignment="AlignTop">
|
||||
<text>IA3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="81" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="80" text_from="UserText" Valignment="AlignTop">
|
||||
<text>GND</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" frame="true" text_width="-1" z="74" rotation="0" y="81" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="65" text_from="UserText" Valignment="AlignTop">
|
||||
<text>IA4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" frame="false" text_width="-1" z="77" rotation="0" y="50" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" keep_visual_rotation="false" x="10" text_from="ElementInfo" Valignment="AlignTop">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" y="120" orientation="s" x="100" name="" type="Generic"/>
|
||||
<terminal uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" y="0" orientation="n" x="70" name="" type="Generic"/>
|
||||
<terminal uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" y="0" orientation="n" x="90" name="" type="Generic"/>
|
||||
<terminal uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" y="120" orientation="s" x="20" name="" type="Generic"/>
|
||||
<terminal uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" y="0" orientation="n" x="50" name="" type="Generic"/>
|
||||
<terminal uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" y="120" orientation="s" x="40" name="" type="Generic"/>
|
||||
<terminal uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" y="0" orientation="n" x="10" name="" type="Generic"/>
|
||||
<terminal uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" y="120" orientation="s" x="80" name="" type="Generic"/>
|
||||
<terminal uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" y="0" orientation="n" x="110" name="" type="Generic"/>
|
||||
<terminal uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" y="0" orientation="n" x="30" name="" type="Generic"/>
|
||||
<terminal uuid="{7657c575-e7cc-48d9-96a9-77cceb2fadb2}" y="100" orientation="s" x="30" name="" type="Generic"/>
|
||||
<terminal uuid="{fbb173c9-ae5e-4f57-b411-085fa647f8e2}" y="100" orientation="s" x="50" name="" type="Generic"/>
|
||||
<terminal uuid="{a4c294d5-ce81-428f-9d3c-f19e83e7234c}" y="100" orientation="s" x="70" name="" type="Generic"/>
|
||||
<terminal uuid="{39fcd202-6c83-4e2d-95b0-53ba57bb4b07}" y="100" orientation="s" x="90" name="" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
+111
@@ -0,0 +1,111 @@
|
||||
<definition hotspot_x="5" type="element" height="130" hotspot_y="4" version="0.90" link_type="master" width="130">
|
||||
<uuid uuid="{3ef05b8c-1ed2-47be-bd56-599e250ef30b}"/>
|
||||
<names>
|
||||
<name lang="ru">EASY-E4-DC-4PE1</name>
|
||||
<name lang="en">EASY-E4-DC-4PE1</name>
|
||||
<name lang="fr">EASY-E4-DC-4PE1</name>
|
||||
<name lang="pl">EASY-E4-DC-4PE1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Eaton</elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="designation">197224</elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<text y="57" x="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="7 8 9" color="#000000"/>
|
||||
<text y="52" x="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="10 11 12" color="#000000"/>
|
||||
<text y="62" x="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="4 5 6" color="#000000"/>
|
||||
<text y="67" x="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="1 2 3" color="#000000"/>
|
||||
<text y="67" x="46" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="T1" color="#000000"/>
|
||||
<text y="62" x="46" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="T2" color="#000000"/>
|
||||
<text y="57" x="46" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="T3" color="#000000"/>
|
||||
<line y2="20" antialias="false" end1="none" length1="1.5" x1="0" x2="120" length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="20" end2="none"/>
|
||||
<polygon y2="22" antialias="false" y4="38" x5="120" y5="38" closed="false" x1="120" x2="110" x3="110" x4="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" y3="38"/>
|
||||
<polygon y2="22" antialias="false" y4="38" closed="false" x1="0" x2="10" x3="10" x4="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" y3="38"/>
|
||||
<line y2="40" antialias="false" end1="none" length1="1.5" x1="0" x2="120" length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="40" end2="none"/>
|
||||
<text y="35" x="12" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" text="EASY-E4-DC-4PE1" color="#000000"/>
|
||||
<rect antialias="false" height="120" y="0" ry="0" width="120" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" rx="0"/>
|
||||
<line y2="100" antialias="false" end1="none" length1="1.5" x1="0" x2="120" length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="100" end2="none"/>
|
||||
<line y2="80" antialias="false" end1="none" length1="1.5" x1="0" x2="120" length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="80" end2="none"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="16" frame="true" text_width="-1" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" x="45" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="17" frame="true" text_width="-1" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" x="25" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="18" frame="true" text_width="-1" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" x="0" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="19" frame="true" text_width="-1" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" x="105" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="20" frame="true" text_width="-1" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" x="65" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="21" frame="true" text_width="-1" y="2" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" Halignment="AlignLeft" x="85" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="22" frame="true" text_width="-1" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="5" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="23" frame="true" text_width="-1" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="65" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="24" frame="true" text_width="-1" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="85" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>11</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="25" frame="true" text_width="-1" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="25" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>8</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="26" frame="true" text_width="-1" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="45" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>9</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="27" frame="true" text_width="-1" y="81" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="55" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="28" frame="true" text_width="-1" y="81" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="35" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="29" frame="true" text_width="-1" y="81" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="75" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" z="30" frame="true" text_width="-1" y="101" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" Halignment="AlignLeft" x="105" rotation="0" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text>12</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="ElementInfo" keep_visual_rotation="false" z="31" frame="false" text_width="-1" y="50" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" Halignment="AlignLeft" x="10" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect antialias="false" height="6" y="70" ry="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="40" rx="0"/>
|
||||
<polygon y2="73" antialias="false" closed="false" x1="39" x2="30" x3="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="73" y3="68"/>
|
||||
<polygon y2="73" antialias="false" closed="false" x1="60" x2="70" x3="70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="73" y3="68"/>
|
||||
<polygon y2="73" antialias="false" closed="false" x1="70" x2="80" x3="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="73" y3="68"/>
|
||||
<text y="52" x="46" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="T4" color="#000000"/>
|
||||
<terminal type="Generic" y="0" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" x="110" name="" orientation="n"/>
|
||||
<terminal type="Generic" y="0" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" x="30" name="" orientation="n"/>
|
||||
<terminal type="Generic" y="120" uuid="{0550b345-27f7-4aab-8a34-1c699ae81a19}" x="110" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="120" uuid="{800860e1-dfc8-4ca7-8e08-993fce76684c}" x="10" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="0" uuid="{cd5d97e0-c59b-46d1-92e2-b85e67df8df0}" x="70" name="" orientation="n"/>
|
||||
<terminal type="Generic" y="120" uuid="{10c2926d-8ea5-4391-bc94-00b0a14fc76e}" x="30" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="0" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" x="10" name="" orientation="n"/>
|
||||
<terminal type="Generic" y="120" uuid="{c7554b42-1750-4390-8cd6-92dd2eb80d13}" x="90" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="100" uuid="{7657c575-e7cc-48d9-96a9-77cceb2fadb2}" x="40" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="100" uuid="{a4c294d5-ce81-428f-9d3c-f19e83e7234c}" x="80" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="100" uuid="{fbb173c9-ae5e-4f57-b411-085fa647f8e2}" x="60" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="0" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" x="90" name="" orientation="n"/>
|
||||
<terminal type="Generic" y="0" uuid="{67ce10e3-a492-4d77-9cbb-aa8cf118940c}" x="50" name="" orientation="n"/>
|
||||
<terminal type="Generic" y="120" uuid="{33a0bf6a-6ca4-449e-9d96-a0586cd151d0}" x="50" name="" orientation="s"/>
|
||||
<terminal type="Generic" y="120" uuid="{c8a43e79-0859-45fb-99a9-c1108f3f5585}" x="70" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
<definition link_type="master" hotspot_x="5" version="0.90" type="element" width="130" height="130" hotspot_y="6">
|
||||
<uuid uuid="{6f8d7d47-43e9-45ee-8bf2-1405360f0bdd}"/>
|
||||
<names>
|
||||
<name lang="ru">EASY-COM-SWD-C1</name>
|
||||
<name lang="en">EASY-COM-SWD-C1</name>
|
||||
<name lang="pl">EASY-COM-SWD-C1</name>
|
||||
<name lang="fr">EASY-COM-SWD-C1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">199452</elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" ry="0" width="4" height="4"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="37" text="Data B" rotation="270"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="53" text="+15V" rotation="270"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="49" text="SEL" rotation="270"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="29" text="0V" rotation="270"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="45.1" text="GND" rotation="270"/>
|
||||
<line antialias="false" x2="120" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" length2="1.5" y1="20" y2="20" end2="none" x1="0" end1="none"/>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="34" ry="0" width="4" height="4"/>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="46" ry="0" width="4" height="4"/>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="26" ry="0" width="4" height="4"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="33" text="GND" rotation="270"/>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="42" ry="0" width="4" height="4"/>
|
||||
<polygon x4="0" antialias="false" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="10" y1="22" y4="38" y2="22" y3="38" closed="false" x1="0"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="41.1" text="Data A" rotation="270"/>
|
||||
<line antialias="false" x2="120" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" length2="1.5" y1="40" y2="40" end2="none" x1="0" end1="none"/>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" x="50" ry="0" width="4" height="4"/>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="38" ry="0" width="4" height="4"/>
|
||||
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="35" color="#000000" x="12" text="EASY-COM-SWD-C1" rotation="0"/>
|
||||
<rect rx="0" y="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" ry="0" width="120" height="120"/>
|
||||
<line antialias="false" x2="120" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" length2="1.5" y1="100" y2="100" end2="none" x1="0" end1="none"/>
|
||||
<line antialias="false" x2="120" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" length2="1.5" y1="80" y2="80" end2="none" x1="0" end1="none"/>
|
||||
<arc y="16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" x="107" width="12" start="180" height="22"/>
|
||||
<arc y="22" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" x="107" width="12" start="90" height="10"/>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" Valignment="AlignTop" y="2" z="17" frame="true" x="25" keep_visual_rotation="false" Halignment="AlignLeft" rotation="0" text_width="-1">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="22" y2="22" end2="none" x1="113" end1="none"/>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" Valignment="AlignTop" y="2" z="18" frame="true" x="0" keep_visual_rotation="false" Halignment="AlignLeft" rotation="0" text_width="-1">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" x2="120" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="38" y2="38" end2="none" x1="113" end1="none"/>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" Valignment="AlignTop" y="2" z="19" frame="true" x="98" keep_visual_rotation="false" Halignment="AlignLeft" rotation="0" text_width="-1">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" Valignment="AlignTop" y="2" z="21" frame="true" x="70" keep_visual_rotation="false" Halignment="AlignLeft" rotation="0" text_width="-1">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" text_from="UserText" Valignment="AlignTop" y="81" z="27" frame="true" x="55" keep_visual_rotation="false" Halignment="AlignLeft" rotation="0" text_width="-1">
|
||||
<text>SWD OUT</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_from="ElementInfo" Valignment="AlignTop" y="50" z="31" frame="false" x="10" keep_visual_rotation="false" Halignment="AlignLeft" rotation="0" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect rx="0" y="94" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="22" ry="0" width="4" height="4"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="93" color="#000000" x="25" text="+24V" rotation="270"/>
|
||||
<terminal uuid="{153a7468-fcf6-48a2-9373-647c830d463d}" name="" y="0" type="Generic" x="90" orientation="n"/>
|
||||
<terminal uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}" name="" y="0" type="Generic" x="10" orientation="n"/>
|
||||
<terminal uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}" name="" y="0" type="Generic" x="30" orientation="n"/>
|
||||
<terminal uuid="{fbb173c9-ae5e-4f57-b411-085fa647f8e2}" name="" y="100" type="Generic" x="60" orientation="s"/>
|
||||
<terminal uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}" name="" y="0" type="Generic" x="110" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
<definition link_type="master" width="130" height="130" type="element" hotspot_y="6" hotspot_x="5" version="0.90">
|
||||
<uuid uuid="{6061ec1e-2b49-4fa3-b8cd-23dc5d15859b}"/>
|
||||
<names>
|
||||
<name lang="fr">EASY-COM-RTU-M1</name>
|
||||
<name lang="ru">EASY-COM-RTU-M1</name>
|
||||
<name lang="en">EASY-COM-RTU-M1</name>
|
||||
<name lang="pl">EASY-COM-RTU-M1</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Eaton</elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">199452</elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: https://t.me/pandzmitriusz </informations>
|
||||
<description>
|
||||
<line length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" length1="1.5" x1="0" x2="120" y1="20" y2="20" end2="none"/>
|
||||
<polygon style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false" x3="10" y4="38" y3="38" x1="0" x2="10" y1="22" y2="22" x4="0"/>
|
||||
<line length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" length1="1.5" x1="0" x2="120" y1="40" y2="40" end2="none"/>
|
||||
<text text="EASY-COM-RTU-M1" y="35" x="12" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" rotation="0"/>
|
||||
<rect width="120" height="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y="0" ry="0" x="0" antialias="false" rx="0"/>
|
||||
<line length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" length1="1.5" x1="0" x2="120" y1="100" y2="100" end2="none"/>
|
||||
<line length2="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" antialias="false" length1="1.5" x1="0" x2="120" y1="80" y2="80" end2="none"/>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="2" frame="true" x="25" z="17" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="2" frame="true" x="0" z="18" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="2" frame="true" x="98" z="19" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="2" frame="true" x="70" z="21" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{e08bec57-bb04-42bd-a7e5-bf75ff7d25be}" text_width="-1">
|
||||
<text>+24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="81" frame="true" x="55" z="27" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1">
|
||||
<text>B+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="81" frame="true" x="35" z="28" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1">
|
||||
<text>COM</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="UserText" y="81" frame="true" x="75" z="29" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{271cc88e-1227-475a-a2cf-dbbf2b9bfa3e}" text_width="-1">
|
||||
<text>A-</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text keep_visual_rotation="false" text_from="ElementInfo" y="50" frame="false" x="10" z="31" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" Valignment="AlignTop" rotation="0" uuid="{5cac81d6-6484-430d-bc76-b13d7a417bdf}" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<arc width="12" height="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y="16" x="107" start="180" antialias="true" angle="90"/>
|
||||
<arc width="12" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y="22" x="107" start="90" antialias="true" angle="90"/>
|
||||
<line length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" length1="1.5" x1="113" x2="120" y1="22" y2="22" end2="none"/>
|
||||
<line length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" antialias="false" length1="1.5" x1="113" x2="120" y1="38" y2="38" end2="none"/>
|
||||
<terminal name="" type="Generic" y="0" x="30" orientation="n" uuid="{b3d10d72-f95b-446a-8e10-55ae08fbd37a}"/>
|
||||
<terminal name="" type="Generic" y="100" x="80" orientation="s" uuid="{a4c294d5-ce81-428f-9d3c-f19e83e7234c}"/>
|
||||
<terminal name="" type="Generic" y="0" x="110" orientation="n" uuid="{c35d6b38-2645-4d4e-802f-aca164856dc0}"/>
|
||||
<terminal name="" type="Generic" y="100" x="40" orientation="s" uuid="{7657c575-e7cc-48d9-96a9-77cceb2fadb2}"/>
|
||||
<terminal name="" type="Generic" y="0" x="90" orientation="n" uuid="{153a7468-fcf6-48a2-9373-647c830d463d}"/>
|
||||
<terminal name="" type="Generic" y="0" x="10" orientation="n" uuid="{87a80486-0840-4dc9-b1c4-bbb374583104}"/>
|
||||
<terminal name="" type="Generic" y="100" x="60" orientation="s" uuid="{fbb173c9-ae5e-4f57-b411-085fa647f8e2}"/>
|
||||
</description>
|
||||
</definition>
|
||||
+455
@@ -0,0 +1,455 @@
|
||||
<definition hotspot_x="10" hotspot_y="1105" link_type="simple" version="0.90" width="310" type="element" height="1110">
|
||||
<uuid uuid="{fcff359b-f62c-4c01-982a-77a020945df3}"/>
|
||||
<names>
|
||||
<name lang="it">Digitax M750 </name>
|
||||
<name lang="en">Digitax M750 </name>
|
||||
<name lang="fr">Digitax M750 </name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">INVERTER 0,75KW</elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1">1</elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1">https://www.keb.it/</elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">KEB</elementInformation>
|
||||
<elementInformation name="designation" show="1">07-F5-C1B-3B0A</elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Orlandi Luca
|
||||
</informations>
|
||||
<description>
|
||||
<text rotation="0" y="-228" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="------" color="#000000"/>
|
||||
<text rotation="0" y="-268" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="------" color="#000000"/>
|
||||
<text rotation="0" y="-288" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="------" color="#000000"/>
|
||||
<text rotation="0" y="-308" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="------" color="#000000"/>
|
||||
<text rotation="0" y="-328" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="------" color="#000000"/>
|
||||
<polygon x3="170" y10="-10" y12="-10" y6="-36" antialias="false" y4="-36" y11="-10" y7="-34" x12="168" x8="183" x10="168" y13="-11" x7="181" y5="-36" x9="183" y1="-10" y3="-34" x11="168" y9="-10" style="line-style:normal;line-weight:normal;filling:black;color:black" x4="173" x5="177" x13="168" x2="168" x1="168" y8="-31" y2="-31" x6="178"/>
|
||||
<polygon x3="132" y10="-10" y12="-10" y6="-36" antialias="false" y4="-36" y11="-10" y7="-34" x12="130" x8="145" x10="130" y13="-11" x7="143" y5="-36" x9="145" y1="-10" y3="-34" x11="130" y9="-10" style="line-style:normal;line-weight:normal;filling:black;color:black" x4="135" x5="139" x13="130" x2="130" x1="130" y8="-31" y2="-31" x6="140"/>
|
||||
<polygon x3="151" y10="-10" y12="-10" y6="-36" antialias="false" y4="-36" y11="-10" y7="-34" x12="149" x8="164" x10="149" y13="-11" x7="162" y5="-36" x9="164" y1="-10" y3="-34" x11="149" y9="-10" style="line-style:normal;line-weight:normal;filling:black;color:black" x4="154" x5="158" x13="149" x2="149" x1="149" y8="-31" y2="-31" x6="159"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-755" x="85"/>
|
||||
<text rotation="0" y="-248" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="------" color="#000000"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-37" start="90" x="149" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-37" start="90" x="168" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-37" start="0" x="150" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-37" start="0" x="169" angle="90" width="14" height="14"/>
|
||||
<text rotation="0" y="-783" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="78" text="Comunication connection" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="168" end1="none" length1="1.5" y1="-70" x1="168" y2="-10" length2="1.5"/>
|
||||
<polygon x3="104" y10="-742" y12="-739" y6="-752" antialias="false" y4="-756" y11="-742" y7="-752" x12="104" x8="100" x10="101" x7="100" y5="-756" x9="101" y1="-739" y3="-759" x11="104" y9="-746" style="line-style:normal;line-weight:normal;filling:black;color:black" x4="104" x5="101" x2="118" x1="118" y8="-746" y2="-759" x6="101"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="149" end1="none" length1="1.5" y1="-70" x1="149" y2="-10" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="164" end1="none" length1="1.5" y1="-10" x1="149" y2="-10" length2="1.5"/>
|
||||
<polygon x3="186" y10="-756" y12="-759" y6="-746" antialias="false" y4="-742" y11="-756" y7="-746" x12="186" x8="190" x10="189" x7="190" y5="-742" x9="189" y1="-759" y3="-739" x11="186" y9="-752" style="line-style:normal;line-weight:normal;filling:black;color:black" x4="186" x5="189" x2="172" x1="172" y8="-752" y2="-739" x6="189"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="183" end1="none" length1="1.5" y1="-10" x1="168" y2="-10" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="183" end1="none" length1="1.5" y1="-70" x1="183" y2="-10" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="164" end1="none" length1="1.5" y1="-70" x1="164" y2="-10" length2="1.5"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-37" start="90" x="130" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-77" start="90" x="149" angle="90" width="14" height="14"/>
|
||||
<text rotation="0" y="-770" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="105" text="A" color="#000000"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-77" start="90" x="168" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-77" start="0" x="150" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-77" start="0" x="169" angle="90" width="14" height="14"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-755" x="195"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" diameter="12" y="-30.5" x="150.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" diameter="12" y="-30.5" x="169.5"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-37" start="0" x="131" angle="90" width="14" height="14"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="172" end1="none" length1="1.5" y1="-23" x1="172" y2="-26" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-752" x1="113.88" y2="-752" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="153" end1="none" length1="1.5" y1="-23" x1="153" y2="-26" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="155" end1="none" length1="1.5" y1="-26" x1="153" y2="-28" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="174" end1="none" length1="1.5" y1="-26" x1="172" y2="-28" length2="1.5"/>
|
||||
<text rotation="0" y="-467" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="158" end1="none" length1="1.5" y1="-28" x1="155" y2="-28" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="177" end1="none" length1="1.5" y1="-28" x1="174" y2="-28" length2="1.5"/>
|
||||
<text rotation="0" y="-770" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="180" text="B" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-746" x1="113.88" y2="-746" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="160" end1="none" length1="1.5" y1="-28" x1="158" y2="-26" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="179" end1="none" length1="1.5" y1="-28" x1="177" y2="-26" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="160" end1="none" length1="1.5" y1="-26" x1="160" y2="-23" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-320" ry="0" x="256" rx="0" width="34" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="179" end1="none" length1="1.5" y1="-26" x1="179" y2="-23" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="158" end1="none" length1="1.5" y1="-23" x1="160" y2="-21" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-25" x="285"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="177" end1="none" length1="1.5" y1="-23" x1="179" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-754" x1="113.88" y2="-754" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="155" end1="none" length1="1.5" y1="-21" x1="158" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="174" end1="none" length1="1.5" y1="-21" x1="177" y2="-21" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-300" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="172" end1="none" length1="1.5" y1="-21" x1="174" y2="-23" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="153" end1="none" length1="1.5" y1="-21" x1="155" y2="-23" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-748" x1="113.88" y2="-748" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6" y="-72" x="172.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6" y="-72" x="153.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-80" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<text rotation="270" y="-41" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="160" text="+" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-742" x1="113.88" y2="-742" length2="1.5"/>
|
||||
<text rotation="0" y="-527" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-764" ry="0" x="97" rx="0" width="22.88" height="30"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-744" x1="113.88" y2="-744" length2="1.5"/>
|
||||
<text rotation="0" y="-227" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="169" text="BRAKING RESISTOR" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="260" end1="none" length1="1.5" y1="-20" x1="255" y2="-20" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-750" x1="113.88" y2="-750" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="115.88" end1="none" length1="1.5" y1="-756" x1="113.88" y2="-756" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-441" x="81"/>
|
||||
<text rotation="90" y="-380" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="100" text="Position feedback connector" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6" y="-415" x="75"/>
|
||||
<text rotation="0" y="-407" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="238" text="STO 1" color="#000000"/>
|
||||
<text rotation="0" y="-447" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<text rotation="0" y="-387" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<text rotation="270" y="-304" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="232" text="24V" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="16" y="-28" x="12"/>
|
||||
<text rotation="270" y="-306" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="218" text="0V" color="#000000"/>
|
||||
<text rotation="0" y="-427" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<text rotation="0" y="-487" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="238" text="STO 2" color="#000000"/>
|
||||
<text rotation="0" y="-507" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-480" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<text rotation="0" y="-207" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="169" text="BRAKING RESISTOR" color="#000000"/>
|
||||
<text rotation="0" y="-568" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="235" text="(INVERTING)" color="#000000"/>
|
||||
<text rotation="0" y="-647" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="190" text="DIGITAL OUTPUT 1" color="#000000"/>
|
||||
<text rotation="0" y="-687" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="190" text="DIGITAL OUTPUT 2" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-600" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<text rotation="0" y="-557" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="170" text="ANALOG INPUT 1" color="#000000"/>
|
||||
<text rotation="0" y="-667" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" text="0V COMMON" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="9" y="-327" x="221"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-435" x="81"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-429" x="73"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-447" x="81"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-423" x="73"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-429" x="81"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-435" x="73"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-423" x="81"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-25" x="-5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-752" x1="175" y2="-752" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-746" x1="175" y2="-746" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-754" x1="175" y2="-754" length2="1.5"/>
|
||||
<text rotation="270" y="-449" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="74" text="15" color="#000000"/>
|
||||
<text rotation="0" y="-587" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="198" text="DIGITAL INPUT 4" color="#000000"/>
|
||||
<text rotation="0" y="-627" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="198" text="DIGITAL INPUT 5" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-680" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-438" x="77"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-426" x="77"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-432" x="77"/>
|
||||
<text rotation="0" y="-548" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="223" text="(NON-INVERTING)" color="#000000"/>
|
||||
<text rotation="0" y="-607" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="168" text="+24V\DIGITAL OUTPUT 3" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-420" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<polygon x3="71" y5="-451" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="85" x6="85" x4="71" y3="-420" y4="-448" y1="-451" y6="-451" x1="85" y2="-417" x5="85"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="225" end1="none" length1="1.5" y1="-327" x1="225" y2="-324" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-540" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="19" end1="none" length1="1.5" y1="-28" x1="19" y2="-22" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-660" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-60" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-280" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-460" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-748" x1="175" y2="-748" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-742" x1="175" y2="-742" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="35" end1="none" length1="1.5" y1="-27" x1="35" y2="-13" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-400" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-764" ry="0" x="170" rx="0" width="22.88" height="30"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-315" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-75" x="285"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="226" end1="none" length1="1.5" y1="-327" x1="226" y2="-324" length2="0.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-240" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-580" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-744" x1="175" y2="-744" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-750" x1="175" y2="-750" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-455" x="285"/>
|
||||
<text rotation="0" y="-307" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="258" text="24V" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="19" end1="none" length1="1.5" y1="-21" x1="18" y2="-22" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-655" x="285"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="38" end1="none" length1="1.5" y1="-25" x1="38" y2="-15" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-220" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-520" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="224" end1="none" length1="1.5" y1="-323" x1="221" y2="-323" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-55" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-475" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-395" x="285"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-180" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-675" x="285"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="12" end1="none" length1="1.5" y1="-21" x1="18" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="41" end1="none" length1="1.5" y1="-23" x1="41" y2="-17" length2="1.5"/>
|
||||
<text rotation="0" y="-647" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="14" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="44" end1="none" length1="1.5" y1="-21" x1="44" y2="-19" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-260" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<text rotation="0" y="-447" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="4" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="18" end1="none" length1="1.5" y1="-19" x1="12" y2="-19" length2="1.5"/>
|
||||
<text rotation="0" y="-67" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="254" text="-DC LINK" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="225" end1="none" length1="1.5" y1="-323" x1="224" y2="-324" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-575" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-415" x="285"/>
|
||||
<text rotation="0" y="-46" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="253" text="+DC LINK" color="#000000"/>
|
||||
<text rotation="0" y="-387" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="1" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="224" end1="none" length1="1.5" y1="-322" x1="221" y2="-322" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-515" x="285"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-500" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-240" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-700" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="19" end1="none" length1="1.5" y1="-19" x1="18" y2="-18" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-440" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<text rotation="0" y="-667" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="15" color="#000000"/>
|
||||
<text rotation="0" y="-467" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="5" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:white" antialias="false" end2="none" x2="173" end1="none" length1="1.5" y1="-756" x1="175" y2="-756" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="225" end1="none" length1="1.5" y1="-322" x1="224" y2="-321" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-595" x="285"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="19" end1="none" length1="1.5" y1="-18" x1="19" y2="-12" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-200" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<text rotation="0" y="-567" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="10" color="#000000"/>
|
||||
<text rotation="0" y="-407" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="2" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="21" end1="none" length1="1.5" y1="-12" x1="21" y2="-18" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-495" x="285"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-640" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="225" end1="none" length1="1.5" y1="-321" x1="225" y2="-318" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-295" x="-5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="22" end1="none" length1="1.5" y1="-18" x1="21" y2="-19" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-220" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-535" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-255" x="-5"/>
|
||||
<text rotation="0" y="-487" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="6" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-695" x="285"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="226" end1="none" length1="1.5" y1="-318" x1="226" y2="-321" length2="1.5"/>
|
||||
<text rotation="0" y="-687" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="16" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="227" end1="none" length1="1.5" y1="-321" x1="226" y2="-322" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-620" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="27" end1="none" length1="1.5" y1="-19" x1="22" y2="-19" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-235" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-175" x="-5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="230" end1="none" length1="1.5" y1="-322" x1="227" y2="-322" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-635" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-215" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-215" x="-5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="22" end1="none" length1="1.5" y1="-21" x1="28" y2="-21" length2="1.5"/>
|
||||
<text rotation="0" y="-507" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="7" color="#000000"/>
|
||||
<text rotation="0" y="-287" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="9" color="#000000"/>
|
||||
<text rotation="0" y="-627" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="13" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="21" end1="none" length1="1.5" y1="-21" x1="22" y2="-22" length2="1.5"/>
|
||||
<text rotation="0" y="-587" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="11" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="227" end1="none" length1="1.5" y1="-323" x1="230" y2="-323" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-300" ry="0" x="256" rx="0" width="34" height="20"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-275" x="-5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="21" end1="none" length1="1.5" y1="-22" x1="21" y2="-27" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-560" ry="0" x="265.482" rx="0" width="24.5182" height="20"/>
|
||||
<text rotation="0" y="-227" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="258" text="BR2" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="226" end1="none" length1="1.5" y1="-323" x1="227" y2="-324" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-615" x="285"/>
|
||||
<text rotation="0" y="-267" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="10" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-235" x="-5"/>
|
||||
<text rotation="0" y="-527" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="8" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-80" ry="0" x="0" rx="0" width="34" height="20"/>
|
||||
<text rotation="0" y="-607" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="12" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-195" x="-5"/>
|
||||
<text rotation="0" y="-247" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="11" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-555" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-295" x="285"/>
|
||||
<text rotation="0" y="-547" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="9" color="#000000"/>
|
||||
<text rotation="0" y="-207" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="13" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-120" ry="0" x="0" rx="0" width="34" height="20"/>
|
||||
<text rotation="0" y="-167" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="15" color="#000000"/>
|
||||
<text rotation="0" y="-287" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="258" text="0V" color="#000000"/>
|
||||
<text rotation="0" y="-187" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="14" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-100" ry="0" x="0" rx="0" width="34" height="20"/>
|
||||
<text rotation="0" y="-227" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="12" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-440" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-480" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-460" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-420" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-360" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-320" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-400" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-380" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-340" ry="0" x="0" rx="0" width="28.9" height="20"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-435" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-395" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-315" x="-5"/>
|
||||
<text rotation="0" y="-467" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="Case" color="#000000"/>
|
||||
<text rotation="0" y="-447" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="1" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-355" x="-5"/>
|
||||
<text rotation="0" y="-427" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="2" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-415" x="-5"/>
|
||||
<text rotation="0" y="-407" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="3" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-375" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-335" x="-5"/>
|
||||
<text rotation="0" y="-387" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="4" color="#000000"/>
|
||||
<text rotation="0" y="-347" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="6" color="#000000"/>
|
||||
<text rotation="0" y="-307" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="8" color="#000000"/>
|
||||
<text rotation="0" y="-327" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="7" color="#000000"/>
|
||||
<text rotation="0" y="-367" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="5" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-475" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-75" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-115" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-95" x="-5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-455" x="-5"/>
|
||||
<text rotation="0" y="-67" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="W" color="#000000"/>
|
||||
<text rotation="0" y="-107" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="U" color="#000000"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-175" x="285"/>
|
||||
<text rotation="0" y="-87" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="9" text="V" color="#000000"/>
|
||||
<text rotation="0" y="-167" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="264" text="L1" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-180" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-155" x="285"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-135" x="285"/>
|
||||
<text rotation="0" y="-147" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="264" text="L2" color="#000000"/>
|
||||
<text rotation="0" y="-126.45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="264" text="L3" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="-800" x1="0" y2="-800" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="-800" x1="290" y2="0" length2="1.5"/>
|
||||
<text rotation="0" y="-1085" font="MS Shell Dlg 2,9,-1,5,75,0,0,0,0,0,Grassetto" x="79" text="Digitax M750 Ethernet" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-140" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-160" ry="0" x="250" rx="0" width="40" height="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="0" end1="none" length1="1.5" y1="-800" x1="0" y2="0" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="0" x1="0" y2="0" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10" y="-435" x="285"/>
|
||||
<text rotation="0" y="-427" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="268.366" text="3" color="#000000"/>
|
||||
<text rotation="0" y="-206" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="259" text="BR1" color="#000000"/>
|
||||
<line style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="-100" x1="100" y2="-100" length2="1.5"/>
|
||||
<line style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="100" end1="none" length1="1.5" y1="-100" x1="100" y2="0" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="16" y="-28" x="262"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="269" end1="none" length1="1.5" y1="-28" x1="269" y2="-22" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="269" end1="none" length1="1.5" y1="-21" x1="268" y2="-22" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="262" end1="none" length1="1.5" y1="-21" x1="268" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="268" end1="none" length1="1.5" y1="-19" x1="262" y2="-19" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="269" end1="none" length1="1.5" y1="-19" x1="268" y2="-18" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="269" end1="none" length1="1.5" y1="-18" x1="269" y2="-12" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="271" end1="none" length1="1.5" y1="-12" x1="271" y2="-18" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="272" end1="none" length1="1.5" y1="-18" x1="271" y2="-19" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="277" end1="none" length1="1.5" y1="-19" x1="272" y2="-19" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="272" end1="none" length1="1.5" y1="-21" x1="278" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="271" end1="none" length1="1.5" y1="-21" x1="272" y2="-22" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="271" end1="none" length1="1.5" y1="-22" x1="271" y2="-27" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="35" end1="none" length1="1.5" y1="-20" x1="30" y2="-20" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="255" end1="none" length1="1.5" y1="-27" x1="255" y2="-13" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="252" end1="none" length1="1.5" y1="-25" x1="252" y2="-15" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="249" end1="none" length1="1.5" y1="-23" x1="249" y2="-17" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="246" end1="none" length1="1.5" y1="-21" x1="246" y2="-19" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="285" end1="none" length1="1.5" y1="-20" x1="278" y2="-20" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="5" end1="none" length1="1.5" y1="-20" x1="12" y2="-20" length2="1.5"/>
|
||||
<text rotation="90" y="-105" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="32" text="MOTOR" color="#000000"/>
|
||||
<text rotation="0" y="-447" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="DATA" color="#000000"/>
|
||||
<text rotation="0" y="-427" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="DATA\" color="#000000"/>
|
||||
<text rotation="0" y="-407" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="CK" color="#000000"/>
|
||||
<text rotation="0" y="-387" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="CK\" color="#000000"/>
|
||||
<text rotation="0" y="-367" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="FREEZE" color="#000000"/>
|
||||
<text rotation="0" y="-347" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="FREEZE\" color="#000000"/>
|
||||
<text rotation="0" y="-207" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="SUPPLY" color="#000000"/>
|
||||
<text rotation="0" y="-187" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="0V COMMON" color="#000000"/>
|
||||
<text rotation="0" y="-163" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="30" text="THERMISTOR" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="190" end1="none" length1="1.5" y1="-260" x1="290" y2="-260" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="190" end1="none" length1="1.5" y1="-260" x1="190" y2="-340" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="-340" x1="190" y2="-340" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="230" end1="none" length1="1.5" y1="-330" x1="210" y2="-330" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="231" end1="none" length1="1.5" y1="-330" x1="231" y2="-328" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="210" end1="none" length1="1.5" y1="-328" x1="231" y2="-328" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="210" end1="none" length1="1.5" y1="-328" x1="210" y2="-330" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="210" end1="none" length1="1.5" y1="-328" x1="210" y2="-316" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="9" y="-327" x="211"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="215" end1="none" length1="1.5" y1="-327" x1="215" y2="-324" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="216" end1="none" length1="1.5" y1="-327" x1="216" y2="-324" length2="0.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="214" end1="none" length1="1.5" y1="-323" x1="211" y2="-323" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="215" end1="none" length1="1.5" y1="-323" x1="214" y2="-324" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="214" end1="none" length1="1.5" y1="-322" x1="211" y2="-322" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="215" end1="none" length1="1.5" y1="-322" x1="214" y2="-321" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="215" end1="none" length1="1.5" y1="-321" x1="215" y2="-318" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="216" end1="none" length1="1.5" y1="-318" x1="216" y2="-321" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="217" end1="none" length1="1.5" y1="-321" x1="216" y2="-322" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="220" end1="none" length1="1.5" y1="-322" x1="217" y2="-322" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="217" end1="none" length1="1.5" y1="-323" x1="220" y2="-323" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end2="none" x2="216" end1="none" length1="1.5" y1="-323" x1="217" y2="-324" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="231" end1="none" length1="1.5" y1="-328" x1="231" y2="-317" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="210" end1="none" length1="1.5" y1="-317" x1="231" y2="-317" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="210" end1="none" length1="1.5" y1="-316" x1="210" y2="-300" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="231" end1="none" length1="1.5" y1="-300" x1="210" y2="-300" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="231" end1="none" length1="1.5" y1="-317" x1="231" y2="-300" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-303" ry="0" x="211" rx="0" width="19" height="11"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-293" ry="0" x="212" rx="0" width="17" height="13"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="simple" x2="240" end1="none" length1="1.5" y1="-560" x1="234" y2="-566" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="simple" x2="240" end1="none" length1="1.5" y1="-560" x1="234" y2="-553" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="160" end1="none" length1="1.5" y1="-370" x1="290" y2="-370" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="160" end1="none" length1="1.5" y1="-370" x1="160" y2="-710" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="-710" x1="160" y2="-710" length2="1.5"/>
|
||||
<text rotation="270" y="-493" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="159" text="Control Terminal" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="68" end1="none" length1="1.5" y1="-463" x1="68" y2="-405" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="88" end1="none" length1="1.5" y1="-405" x1="68" y2="-405" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="88" end1="none" length1="1.5" y1="-405" x1="88" y2="-463" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="68" end1="none" length1="1.5" y1="-463" x1="88" y2="-463" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6" y="-459" x="75"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-447" x="73"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-444" x="77"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="2" y="-441" x="73"/>
|
||||
<line style="line-style:dashdotted;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="78" end1="none" length1="1.5" y1="-470" x1="29" y2="-470" length2="1.5"/>
|
||||
<line style="line-style:dashdotted;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="78" end1="none" length1="1.5" y1="-470" x1="78" y2="-463" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-490" ry="0" x="0" rx="0" width="97" height="340"/>
|
||||
<text rotation="270" y="-413" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="93" text="1" color="#000000"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-1100" ry="0" x="0" rx="0" width="290" height="300"/>
|
||||
<line style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="140" end1="none" length1="1.5" y1="-800" x1="140" y2="-1080" length2="1.5"/>
|
||||
<text rotation="270" y="-910" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="133" text="Option Modules" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="120" end1="none" length1="1.5" y1="-1080" x1="120" y2="-800" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="290" end1="none" length1="1.5" y1="-1080" x1="0" y2="-1080" length2="1.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-780" ry="0" x="90" rx="0" width="110" height="56"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="130" end1="none" length1="1.5" y1="-70" x1="130" y2="-10" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="145" end1="none" length1="1.5" y1="-10" x1="130" y2="-10" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="145" end1="none" length1="1.5" y1="-70" x1="145" y2="-10" length2="1.5"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-77" start="90" x="130" angle="90" width="14" height="14"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-77" start="0" x="131" angle="90" width="14" height="14"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" diameter="12" y="-30.5" x="131.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="134" end1="none" length1="1.5" y1="-23" x1="134" y2="-26" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="136" end1="none" length1="1.5" y1="-26" x1="134" y2="-28" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="139" end1="none" length1="1.5" y1="-28" x1="136" y2="-28" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="141" end1="none" length1="1.5" y1="-28" x1="139" y2="-26" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="141" end1="none" length1="1.5" y1="-26" x1="141" y2="-23" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="139" end1="none" length1="1.5" y1="-23" x1="141" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="136" end1="none" length1="1.5" y1="-21" x1="139" y2="-21" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="134" end1="none" length1="1.5" y1="-21" x1="136" y2="-23" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6" y="-72" x="134.5"/>
|
||||
<text rotation="270" y="-41" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="141" text="-" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="170" end1="none" length1="1.5" y1="-46" x1="170" y2="-45" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="172" end1="none" length1="1.5" y1="-47" x1="172" y2="-44" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="174" end1="none" length1="1.5" y1="-49" x1="174" y2="-42" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="176" end1="none" length1="1.5" y1="-51" x1="176" y2="-40" length2="1.5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="181" end1="none" length1="1.5" y1="-45.5" x1="176" y2="-45.5" length2="1.5"/>
|
||||
<terminal uuid="{4f0f1303-1dde-4a15-82f7-39e87526f57b}" y="-230" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{8e03a524-d53e-4f59-ba89-f4e237d03274}" y="-390" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{26b6eadd-a89f-4bdb-930b-635736a5bc72}" y="-130" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{a4a1d489-da5d-4091-801d-f9737dfc4cd2}" y="-430" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{1d37379d-f2e4-4e5b-ab16-160698f4c5db}" y="-290" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{cd77e346-cd70-4144-9e05-b75f63d53ddd}" y="-330" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{2cb06701-9bff-422e-bf2f-21c891658460}" y="-90" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{29332237-2ad3-4210-92a8-cff5192cb77a}" y="-310" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{4f66731c-1bc4-4f1f-966b-a329e7a86eb1}" y="-210" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{e8b78b71-8c70-4c60-9945-6d3f0d384c20}" y="-430" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{b8f5073a-05ca-43fc-ae7d-4457bb7b6f63}" y="-410" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{6585e063-af84-4d67-8c72-c973aed7cc42}" y="-450" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{c9d5c8d6-9b34-4189-96bb-e10780050c7a}" y="-110" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{1b35b38c-d72f-450b-afaa-7bb79f6884f5}" y="-350" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{62713c95-0c67-401b-be68-b861f53e1c4e}" y="-390" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{ed3f3e7e-eaa9-4c02-8eda-939c9f6bfeae}" y="-370" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{28a032fb-1de6-408b-9b75-54c84ec3f6a5}" y="-410" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{0e19555c-da52-4be9-8163-1b45508b4dbf}" y="-70" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{816b603c-0fe7-4b3a-bbac-6de3257cd25d}" y="-150" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{50a0eb22-8fb3-486a-849f-75ffd26ffd6d}" y="-170" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{4f38b46f-7b66-4278-80b5-c41c95946796}" y="-470" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{4c551ccd-ded5-46d7-88a0-2580e19df191}" y="-20" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{090998e1-ed53-411e-978d-ae588867aa73}" y="-20" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{aef0b00f-9b18-4e64-9475-5bc594050af2}" y="-550" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{466e2361-c3ac-4414-a748-9e49aa4932a9}" y="-570" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{9d5d9252-b780-4976-b057-0bf29e2684ad}" y="-610" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{6805e0a5-5904-4cf0-b7d0-a65bd2dd2608}" y="-490" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{5dce658b-e9cb-48ba-8627-30c6561a3252}" y="-510" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{42a55848-2921-4e43-9a81-aaaa96cb4c1c}" y="-530" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{fd20fe9a-eeaf-43ac-b9f8-b3e7479f8bbc}" y="-470" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{e7995c28-9a36-479b-89e6-628f2919afa0}" y="-590" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{03282e10-db28-4e51-99b4-fbf3c28734db}" y="-450" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{c4b46ff3-02a4-40ba-a78b-777e43bca3f6}" y="-650" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{8faf3ba0-56ea-456a-bf05-d883a956429b}" y="-670" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{d81758ca-b4a8-48ce-b8e7-db712fda3ac3}" y="-630" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{74fb6754-d732-492c-b31f-d84b00ac31a4}" y="-690" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{e0615f1c-babc-41e9-94b4-9f8f7cc84aa8}" y="-750" name="" x="90" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{a4335970-af6d-4d7b-9ed5-bfb1a4a7b603}" y="-310" name="" x="290" orientation="e" type="Generic"/>
|
||||
<terminal uuid="{36f6a1ce-6744-49a5-bece-fdff4705b412}" y="-170" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{ae2b6caa-6b21-4c61-b406-e616ee858759}" y="-290" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{e82379bf-c24a-40a6-b0dc-3841b5431b1b}" y="-250" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{56433c01-c736-4a42-94fd-e42fbb07db32}" y="-230" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{b0c9d60e-cec5-460e-bbf4-9becf12278c6}" y="-190" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{a96873b7-e34e-408d-a4a2-b297586f1d7d}" y="-270" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{f0fb8bfa-ba22-4b5b-ada5-f1e586dd591c}" y="-210" name="" x="0" orientation="w" type="Generic"/>
|
||||
<terminal uuid="{052cdae9-8afa-4e72-ae74-7fb8dd147259}" y="-750" name="" x="200" orientation="e" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
+112
-112
@@ -1,141 +1,141 @@
|
||||
<definition link_type="simple" type="element" width="980" hotspot_x="55" height="90" hotspot_y="34" version="0.90">
|
||||
<uuid uuid="{95b9dc3f-fbad-4dc3-8bdb-6fde53293f76}"/>
|
||||
<definition version="0.90" hotspot_x="55" type="element" link_type="simple" width="980" height="90" hotspot_y="34">
|
||||
<uuid uuid="{fa80f43d-d2b7-42ea-b018-2663761e2c66}"/>
|
||||
<names>
|
||||
<name lang="fr">ABE7-H16R11/1</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>SIEMENS S7-300 (digital inputs)</informations>
|
||||
<description>
|
||||
<circle x="-24.113" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="30.1992" antialias="false"/>
|
||||
<circle x="-35.4014" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="30.1992" antialias="false"/>
|
||||
<circle x="-35.4348" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="35.2184" antialias="false"/>
|
||||
<circle x="-35.5122" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="10.4442" antialias="false"/>
|
||||
<circle x="-24.1464" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="35.2184" antialias="false"/>
|
||||
<circle x="-24.2238" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="10.4442" antialias="false"/>
|
||||
<rect x="710.778" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<circle x="-35.4295" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="24.7627" antialias="false"/>
|
||||
<circle x="-24.1411" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="24.7627" antialias="false"/>
|
||||
<rect x="210.068" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<circle x="-24.2293" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="4.84129" antialias="false"/>
|
||||
<circle x="-35.5177" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="4.84129" antialias="false"/>
|
||||
<circle x="-24.2627" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="15.4245" antialias="false"/>
|
||||
<circle x="-24.2235" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="0.327844" antialias="false"/>
|
||||
<circle x="-35.5511" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="15.4245" antialias="false"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="803" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{51b025ed-9dc6-4597-8c89-0f6c71f07cc0}" frame="false" Valignment="AlignTop" text_width="-1" z="15">
|
||||
<circle antialias="false" diameter="1" y="30.1992" x="-24.113" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="30.1992" x="-35.4014" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="35.2184" x="-35.4348" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="10.4442" x="-35.5122" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="35.2184" x="-24.1464" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="10.4442" x="-24.2238" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="710.778" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<circle antialias="false" diameter="1" y="24.7627" x="-35.4295" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="24.7627" x="-24.1411" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="210.068" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<circle antialias="false" diameter="1" y="4.84129" x="-24.2293" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="4.84129" x="-35.5177" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="15.4245" x="-24.2627" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="0.327844" x="-24.2235" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="15.4245" x="-35.5511" 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" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="15" rotation="0" uuid="{51b025ed-9dc6-4597-8c89-0f6c71f07cc0}" x="803" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<circle x="-24.4014" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="-10.0998" antialias="false"/>
|
||||
<rect x="810.434" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<circle x="-24.1402" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="-4.80814" antialias="false"/>
|
||||
<text color="#000000" x="68.4792" y="-7.19009" rotation="270" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="0VCC"/>
|
||||
<text color="#000000" x="-4.95" y="-7.04688" rotation="270" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+24VCC"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="302" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{9366e8cb-b61f-49bb-93fb-d5653876bc3f}" frame="false" Valignment="AlignTop" text_width="-1" z="21">
|
||||
<circle antialias="false" diameter="1" y="-10.0998" x="-24.4014" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="810.434" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<circle antialias="false" diameter="1" y="-4.80814" x="-24.1402" 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="-10" rotation="270" x="35" text="0VCC" color="#000000"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-7.04688" rotation="270" x="-4.95" text="+24VCC" color="#000000"/>
|
||||
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="21" rotation="0" uuid="{9366e8cb-b61f-49bb-93fb-d5653876bc3f}" x="302" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="204.587" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{78cba0c9-7814-4bad-a0e4-2bcf5855af28}" frame="false" Valignment="AlignTop" text_width="-1" z="22">
|
||||
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="22" rotation="0" uuid="{78cba0c9-7814-4bad-a0e4-2bcf5855af28}" x="204.587" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<circle x="-24.2241" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="19.938" antialias="false"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="504" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{76b8c5bb-d211-4ec5-bfcd-8c3aa837c566}" frame="false" Valignment="AlignTop" text_width="-1" z="23">
|
||||
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="23" rotation="0" uuid="{76b8c5bb-d211-4ec5-bfcd-8c3aa837c566}" x="504" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="101" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{8d0e73ac-2a4b-42e2-92f9-2797d8fb8fd2}" frame="false" Valignment="AlignTop" text_width="-1" z="24">
|
||||
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="24" rotation="0" uuid="{8d0e73ac-2a4b-42e2-92f9-2797d8fb8fd2}" x="101" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<circle x="-35.5119" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="0.327844" antialias="false"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="704" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{2a20c815-f92d-4a57-866f-aacafb9f3757}" frame="false" Valignment="AlignTop" text_width="-1" z="25">
|
||||
<circle antialias="false" diameter="1" y="19.938" x="-24.2241" 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" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="25" rotation="0" uuid="{2a20c815-f92d-4a57-866f-aacafb9f3757}" x="704" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<circle x="-24.2116" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="-15.5" antialias="false"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="402.126" Halignment="AlignLeft" y="9" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{51601ab9-d3bb-4e99-abe1-a41591750980}" frame="false" Valignment="AlignTop" text_width="-1" z="26">
|
||||
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="9" Valignment="AlignTop" z="26" rotation="0" uuid="{51601ab9-d3bb-4e99-abe1-a41591750980}" x="402.126" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="601.529" Halignment="AlignLeft" y="9.45" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" uuid="{34c5d6d6-2083-4495-becf-75aab30d2c06}" frame="false" Valignment="AlignTop" text_width="-1" z="27">
|
||||
<circle antialias="false" diameter="1" y="0.327844" x="-35.5119" 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" text_width="-1" frame="false" y="9.45" Valignment="AlignTop" z="27" rotation="0" uuid="{34c5d6d6-2083-4495-becf-75aab30d2c06}" x="601.529" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>%I</text>
|
||||
</dynamic_text>
|
||||
<rect x="511.075" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<rect x="610.744" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<rect x="310.638" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<rect x="411.15" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<circle x="-35.6898" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="-10.0998" antialias="false"/>
|
||||
<circle x="-35.4286" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="-4.80814" antialias="false"/>
|
||||
<circle x="-35.5125" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="19.938" antialias="false"/>
|
||||
<text color="#000000" x="2.55461" y="-22.1903" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="1"/>
|
||||
<dynamic_text text_from="UserText" keep_visual_rotation="false" x="140" Halignment="AlignLeft" y="20" rotation="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{4f0974c5-9e6d-415d-8ba8-bd0fe0dc3609}" frame="false" Valignment="AlignTop" text_width="-1" z="40">
|
||||
<circle antialias="false" diameter="1" y="-15.5" x="-24.2116" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="511.075" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="610.744" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="310.638" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="411.15" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<circle antialias="false" diameter="1" y="-10.0998" x="-35.6898" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="-4.80814" x="-35.4286" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="false" diameter="1" y="19.938" x="-35.5125" 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="-22.1903" rotation="0" x="2.55461" text="1" color="#000000"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="20" Valignment="AlignTop" z="40" rotation="0" uuid="{4f0974c5-9e6d-415d-8ba8-bd0fe0dc3609}" x="140" text_from="UserText" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text>ABE7-H16210/11</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" x="63.3481" y="-22.587" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="4"/>
|
||||
<dynamic_text text_from="ElementInfo" keep_visual_rotation="false" x="530" Halignment="AlignLeft" y="18.5" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{b59782f9-9d89-4dbb-80db-265efa766bbc}" frame="false" Valignment="AlignTop" text_width="-1" z="41">
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-22.587" rotation="0" x="63.3481" text="4" color="#000000"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" frame="false" y="18.5" Valignment="AlignTop" z="41" rotation="0" uuid="{b59782f9-9d89-4dbb-80db-265efa766bbc}" x="530" text_from="ElementInfo" keep_visual_rotation="false" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text color="#000000" x="43.7449" y="-23.3805" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="3"/>
|
||||
<text color="#000000" x="22.9514" y="-22.9838" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2"/>
|
||||
<text color="#000000" x="121" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="100"/>
|
||||
<text color="#000000" x="521" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="104"/>
|
||||
<text color="#000000" x="322" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="102"/>
|
||||
<text color="#000000" x="221" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="101"/>
|
||||
<text color="#000000" x="722" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="106"/>
|
||||
<text color="#000000" x="421" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="103"/>
|
||||
<text color="#000000" x="622" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="105"/>
|
||||
<text color="#000000" x="821" y="-21" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="107"/>
|
||||
<text color="#000000" x="-3" y="45" rotation="270" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+24VCC"/>
|
||||
<text color="#000000" x="67.5021" y="46.4292" rotation="270" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="0VCC"/>
|
||||
<polygon closed="false" y1="-30" x2="-50" y2="-30" y5="50" y3="50" y4="50" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="900" x5="910" x3="-50" antialias="false" x4="910"/>
|
||||
<polygon closed="false" y1="-30" x2="890" y2="-10" y5="50" y3="0" y4="50" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="900" x5="910" x3="900" antialias="false" x4="920"/>
|
||||
<rect x="7.00784" style="line-style:normal;line-weight:normal;filling:none;color:black" y="1.10674" rx="0" width="6.82646" ry="0" height="17.7865" antialias="false"/>
|
||||
<circle x="40" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="10" y="5" antialias="false"/>
|
||||
<line y1="13.5" x2="48" y2="7" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="42.0677" length2="1.5" antialias="false"/>
|
||||
<line y1="7" x2="48" y2="13.5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="42.0677" length2="1.5" antialias="false"/>
|
||||
<polygon style="line-style:normal;line-weight:normal;filling:none;color:black" y6="-10" x3="60" y1="-25" y7="-10" x8="45" y5="-30" y3="-10" x5="60" y2="-10" y8="5" x4="60" x6="60" x7="45" x1="40" antialias="false" closed="false" y4="-25" x2="40"/>
|
||||
<polygon closed="false" y1="15" x2="45" y2="30" y3="30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="45" x3="10" antialias="false"/>
|
||||
<polygon y6="35" closed="false" y1="-25" x2="0" y2="-10" y5="35" x7="0" y3="-10" y4="0" y7="50" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" x5="10" x3="10" antialias="false" x4="10" x6="0"/>
|
||||
<polygon closed="false" y1="-10" x2="20" y2="-10" y3="-30" y4="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" x3="20" antialias="false" x4="20"/>
|
||||
<polygon closed="false" y1="50" x2="20" y2="35" y3="35" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" x3="10" antialias="false"/>
|
||||
<polygon closed="false" y1="25" x2="60" y2="15" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="55" x3="60" antialias="false"/>
|
||||
<polygon y6="30" closed="false" y1="50" x2="40" y2="35" y5="30" x7="65" y3="35" y4="50" y7="30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" x5="60" x3="60" antialias="false" x4="60" x6="55"/>
|
||||
<polygon closed="false" y1="-5" x2="30" y2="-5" y3="0" y4="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="45" x3="30" antialias="false" x4="30"/>
|
||||
<line y1="30" x2="30" y2="25" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="30" length2="1.5" antialias="false"/>
|
||||
<rect x="27.7" style="line-style:normal;line-weight:normal;filling:none;color:black" y="0" rx="0" width="5" ry="0" height="5" antialias="false"/>
|
||||
<rect x="27.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y="19" rx="0" width="5" ry="0" height="5" antialias="false"/>
|
||||
<line y1="10" x2="900" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="60" length2="1.5" antialias="false"/>
|
||||
<rect x="110" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15" rx="0" width="20" ry="0" height="20" antialias="false"/>
|
||||
<rect x="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" rx="0" width="20" ry="0" height="60" antialias="false"/>
|
||||
<text color="#000000" x="-37.6195" y="-23.4535" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="HE10"/>
|
||||
<text color="#000000" x="80" y="40" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="TELEFAST 2"/>
|
||||
<line y1="-30" x2="120" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="120" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="220" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="220" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="320" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="320" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="420" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="420" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="520" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="520" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="620" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="620" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="720" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="720" length2="1.5" antialias="false"/>
|
||||
<line y1="-30" x2="820" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="820" length2="1.5" antialias="false"/>
|
||||
<line y1="5" x2="120" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="120" length2="1.5" antialias="false"/>
|
||||
<line y1="5" x2="220" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="220" length2="1.5" antialias="false"/>
|
||||
<line y1="5" x2="320" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="320" length2="1.5" antialias="false"/>
|
||||
<line y1="6" x2="420" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="420" length2="1.5" antialias="false"/>
|
||||
<line y1="6" x2="520" y2="9" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="520" length2="1.5" antialias="false"/>
|
||||
<line y1="5" x2="620" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="620" length2="1.5" antialias="false"/>
|
||||
<line y1="6" x2="720" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="720" length2="1.5" antialias="false"/>
|
||||
<line y1="5" x2="820" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="820" length2="1.5" antialias="false"/>
|
||||
<circle x="-35.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="-15.5" antialias="false"/>
|
||||
<terminal x="320" y="-29" name="" type="Generic" uuid="{f0e3b5ab-e8d5-46b4-bb0b-696a361d0f80}" orientation="n"/>
|
||||
<terminal x="20" y="-29" name="" type="Generic" uuid="{9eaeb2f6-bdec-4ad3-a83c-4f0ca6eba9fd}" orientation="n"/>
|
||||
<terminal x="0" y="-29" name="" type="Generic" uuid="{1b9cd54d-f8a0-4887-b8f3-f0345686cbb7}" orientation="n"/>
|
||||
<terminal x="220" y="-29" name="" type="Generic" uuid="{36cd91e1-aaf8-4589-a736-795adb97e5f5}" orientation="n"/>
|
||||
<terminal x="720" y="-29" name="" type="Generic" uuid="{a71d9555-d648-49a4-a161-f492b4a430be}" orientation="n"/>
|
||||
<terminal x="620" y="-29" name="" type="Generic" uuid="{099e5c33-dfdb-4abd-b272-55d7dd22c776}" orientation="n"/>
|
||||
<terminal x="120" y="-29" name="" type="Generic" uuid="{5c261b97-d20f-4a02-8959-aaae5133d5b6}" orientation="n"/>
|
||||
<terminal x="20" y="50" name="" type="Generic" uuid="{8286df7c-7770-41d3-bb22-19c1bcf1bf44}" orientation="s"/>
|
||||
<terminal x="520" y="-29" name="" type="Generic" uuid="{0236491c-57c9-4318-8dac-e74923b00163}" orientation="n"/>
|
||||
<terminal x="420" y="-29" name="" type="Generic" uuid="{0fb28fd8-bff6-4882-a114-e04904948c31}" orientation="n"/>
|
||||
<terminal x="60" y="-29" name="" type="Generic" uuid="{1412c38e-98cc-4130-ba90-95c0d5a3fc1d}" orientation="n"/>
|
||||
<terminal x="40" y="-30" name="" type="Generic" uuid="{c721d5ff-21dc-44b7-8920-5acaea761009}" orientation="n"/>
|
||||
<terminal x="-45.4192" y="10.2976" name="" type="Generic" uuid="{44b8d8f1-8e24-4a62-946c-12ab0cbfe4d6}" orientation="w"/>
|
||||
<terminal x="60" y="50" name="" type="Generic" uuid="{a671ab55-b7e6-45fb-b910-7c92284813a2}" orientation="s"/>
|
||||
<terminal x="40" y="50" name="" type="Generic" uuid="{0610645d-1b2f-4982-b5d0-6f196cbe8cda}" orientation="s"/>
|
||||
<terminal x="820" y="-29" name="" type="Generic" uuid="{3cd8f1ac-a6b3-4fc6-981c-49f3e47179c3}" orientation="n"/>
|
||||
<terminal x="0" y="50" name="" type="Generic" uuid="{98c16b89-7e2e-4994-9a38-14e6e2da1fe6}" orientation="s"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-23.3805" rotation="0" x="43.7449" text="3" color="#000000"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-22.9838" rotation="0" x="22.9514" text="2" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="121" text="100" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="521" text="104" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="322" text="102" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="221" text="101" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="722" text="106" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="421" text="103" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="622" text="105" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-21" rotation="0" x="821" text="107" color="#000000"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="45" rotation="270" x="-3" text="+24VCC" color="#000000"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="46.4292" rotation="270" x="67.5021" text="0VCC" color="#000000"/>
|
||||
<polygon y5="50" closed="false" antialias="false" y3="50" x1="900" y2="-30" x5="910" x4="910" y4="50" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="-50" y1="-30" x2="-50"/>
|
||||
<polygon y5="50" closed="false" antialias="false" y3="0" x1="900" y2="-10" x5="910" x4="920" y4="50" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="900" y1="-30" x2="890"/>
|
||||
<rect antialias="false" ry="0" y="1.10674" x="7.00784" width="6.82646" style="line-style:normal;line-weight:normal;filling:none;color:black" height="17.7865" rx="0"/>
|
||||
<circle antialias="false" diameter="10" y="5" x="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line antialias="false" length2="1.5" x1="42.0677" y2="7" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="13.5" x2="48"/>
|
||||
<line antialias="false" length2="1.5" x1="42.0677" y2="13.5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="7" x2="48"/>
|
||||
<polygon closed="false" y8="5" y5="-30" x7="45" antialias="false" x3="60" y3="-10" x6="60" y7="-10" x8="45" y4="-25" x4="60" y1="-25" x1="40" x2="40" y6="-10" y2="-10" x5="60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon closed="false" antialias="false" y3="30" x1="45" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="10" y1="15" x2="45"/>
|
||||
<polygon y5="35" closed="false" antialias="false" y3="-10" x1="0" y6="35" y2="-10" x5="10" x4="10" x7="0" y7="50" y4="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="10" y1="-25" x6="0" x2="0"/>
|
||||
<polygon closed="false" antialias="false" y3="-30" x1="10" y2="-10" x4="20" y4="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="20" y1="-10" x2="20"/>
|
||||
<polygon closed="false" antialias="false" y3="35" x1="20" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="10" y1="50" x2="20"/>
|
||||
<polygon closed="false" antialias="false" y3="-30" x1="55" y2="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="60" y1="25" x2="60"/>
|
||||
<polygon y5="30" closed="false" antialias="false" y3="35" x1="40" y6="30" y2="35" x5="60" x4="60" x7="65" y7="30" y4="50" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="60" y1="50" x6="55" x2="40"/>
|
||||
<polygon closed="false" antialias="false" y3="0" x1="45" y2="-5" x4="30" y4="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="30" y1="-5" x2="30"/>
|
||||
<line antialias="false" length2="1.5" x1="30" y2="25" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="30" x2="30"/>
|
||||
<rect antialias="false" ry="0" y="0" x="27.7" width="5" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5" rx="0"/>
|
||||
<rect antialias="false" ry="0" y="19" x="27.5" width="5" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5" rx="0"/>
|
||||
<line antialias="false" length2="1.5" x1="60" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="10" x2="900"/>
|
||||
<rect antialias="false" ry="0" y="-15" x="110" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" rx="0"/>
|
||||
<rect antialias="false" ry="0" y="-20" x="-40" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="60" rx="0"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-23.4535" rotation="0" x="-37.6195" text="HE10" color="#000000"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="40" rotation="0" x="80" text="TELEFAST 2" color="#000000"/>
|
||||
<line antialias="false" length2="1.5" x1="120" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="120"/>
|
||||
<line antialias="false" length2="1.5" x1="220" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="220"/>
|
||||
<line antialias="false" length2="1.5" x1="320" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="320"/>
|
||||
<line antialias="false" length2="1.5" x1="420" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="420"/>
|
||||
<line antialias="false" length2="1.5" x1="520" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="520"/>
|
||||
<line antialias="false" length2="1.5" x1="620" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="620"/>
|
||||
<line antialias="false" length2="1.5" x1="720" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="720"/>
|
||||
<line antialias="false" length2="1.5" x1="820" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="-30" x2="820"/>
|
||||
<line antialias="false" length2="1.5" x1="120" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="5" x2="120"/>
|
||||
<line antialias="false" length2="1.5" x1="220" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="5" x2="220"/>
|
||||
<line antialias="false" length2="1.5" x1="320" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="5" x2="320"/>
|
||||
<line antialias="false" length2="1.5" x1="420" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="6" x2="420"/>
|
||||
<line antialias="false" length2="1.5" x1="520" y2="9" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="6" x2="520"/>
|
||||
<line antialias="false" length2="1.5" x1="620" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="5" x2="620"/>
|
||||
<line antialias="false" length2="1.5" x1="720" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="6" x2="720"/>
|
||||
<line antialias="false" length2="1.5" x1="820" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y1="5" x2="820"/>
|
||||
<circle antialias="false" diameter="1" y="-15.5" x="-35.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{f0e3b5ab-e8d5-46b4-bb0b-696a361d0f80}" x="320"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{9eaeb2f6-bdec-4ad3-a83c-4f0ca6eba9fd}" x="20"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{1b9cd54d-f8a0-4887-b8f3-f0345686cbb7}" x="0"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{36cd91e1-aaf8-4589-a736-795adb97e5f5}" x="220"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{a71d9555-d648-49a4-a161-f492b4a430be}" x="720"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{099e5c33-dfdb-4abd-b272-55d7dd22c776}" x="620"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{5c261b97-d20f-4a02-8959-aaae5133d5b6}" x="120"/>
|
||||
<terminal orientation="s" type="Generic" y="50" name="" uuid="{8286df7c-7770-41d3-bb22-19c1bcf1bf44}" x="20"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{0236491c-57c9-4318-8dac-e74923b00163}" x="520"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{0fb28fd8-bff6-4882-a114-e04904948c31}" x="420"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{1412c38e-98cc-4130-ba90-95c0d5a3fc1d}" x="60"/>
|
||||
<terminal orientation="n" type="Generic" y="-30" name="" uuid="{c721d5ff-21dc-44b7-8920-5acaea761009}" x="40"/>
|
||||
<terminal orientation="w" type="Generic" y="10" name="" uuid="{44b8d8f1-8e24-4a62-946c-12ab0cbfe4d6}" x="-45"/>
|
||||
<terminal orientation="s" type="Generic" y="50" name="" uuid="{a671ab55-b7e6-45fb-b910-7c92284813a2}" x="60"/>
|
||||
<terminal orientation="s" type="Generic" y="50" name="" uuid="{0610645d-1b2f-4982-b5d0-6f196cbe8cda}" x="40"/>
|
||||
<terminal orientation="n" type="Generic" y="-29" name="" uuid="{3cd8f1ac-a6b3-4fc6-981c-49f3e47179c3}" x="820"/>
|
||||
<terminal orientation="s" type="Generic" y="50" name="" uuid="{98c16b89-7e2e-4994-9a38-14e6e2da1fe6}" x="0"/>
|
||||
</description>
|
||||
</definition>
|
||||
|
||||
+199
@@ -0,0 +1,199 @@
|
||||
<definition height="110" link_type="simple" version="0.90" width="950" type="element" hotspot_x="63" hotspot_y="47">
|
||||
<uuid uuid="{e7890216-5222-4781-9ae7-3d89454d5d2a}"/>
|
||||
<names>
|
||||
<name lang="en">ABE7-R16S111-1</name>
|
||||
<name lang="fr">ABE7-R16S111-1</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>SIEMENS S7-300 (digital inputs)</informations>
|
||||
<description>
|
||||
<polygon y3="-40" x2="-60" y5="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y4="-40" y1="50" x4="802" x1="5" y2="50" x3="-60" x5="802" closed="false"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.4034" y="28.226"/>
|
||||
<line end1="none" end2="none" x2="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="25" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.6918" y="28.226"/>
|
||||
<line end1="none" end2="none" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="45" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.7252" y="33.2452"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.8026" y="8.47095"/>
|
||||
<line end1="none" end2="none" x2="55" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="65" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="75" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="130" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.4368" y="33.2452"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.5142" y="8.47095"/>
|
||||
<line end1="none" end2="none" x2="125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="165" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.7199" y="22.7895"/>
|
||||
<line end1="none" end2="none" x2="175" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="210" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.4315" y="22.7895"/>
|
||||
<line end1="none" end2="none" x2="205" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="245" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.5197" y="2.86804"/>
|
||||
<line end1="none" end2="none" x2="255" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="300" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="285" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="325" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.8081" y="2.86804"/>
|
||||
<line end1="none" end2="none" x2="335" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="370" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.5531" y="13.4513"/>
|
||||
<dynamic_text text_width="-1" uuid="{d5590795-b4f8-48c5-9024-5aea127f3832}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="22" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="70" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{ebf4ad84-363b-479b-ae37-27f172a7892e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="23" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="35" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{7a2d36eb-090d-4366-9d3d-6f386c4c1c78}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="24" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="15" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" end2="none" x2="365" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="405" y2="50" length1="1.5"/>
|
||||
<dynamic_text text_width="-1" uuid="{0c45b15b-5d50-4d0d-a5e4-128fb455b791}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="25" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-5" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.5139" y="-1.64541"/>
|
||||
<dynamic_text text_width="-1" uuid="{7b12a648-c554-49a2-ba44-5dc16f13c287}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="26" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="54" Valignment="AlignTop" text_from="UserText" y="-10">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc998e74-5aae-4160-8048-500a75f2a185}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="27" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="34" Valignment="AlignTop" text_from="UserText" y="-10">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.8415" y="13.4513"/>
|
||||
<dynamic_text text_width="-1" uuid="{8aa0d0dc-abc9-4a43-8c44-8a7f1f30f737}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="28" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="14" Valignment="AlignTop" text_from="UserText" y="-10">
|
||||
<text>24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{2fd32f64-5fa8-4d2f-931d-1497030ca45d}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="29" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-6" Valignment="AlignTop" text_from="UserText" y="-10">
|
||||
<text>24V</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" end2="none" x2="415" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="450" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.6918" y="-12.073"/>
|
||||
<line end1="none" end2="none" x2="445" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="485" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.4306" y="-6.78139"/>
|
||||
<line end1="none" end2="none" x2="495" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="530" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="525" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="565" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.5145" y="17.9648"/>
|
||||
<line end1="none" end2="none" x2="575" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="610" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.8023" y="-1.64541"/>
|
||||
<line end1="none" end2="none" x2="605" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="645" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-28.502" y="-17.4732"/>
|
||||
<line end1="none" end2="none" x2="655" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="690" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.9802" y="-12.073"/>
|
||||
<line end1="none" end2="none" x2="685" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="725" y2="50" length1="1.5"/>
|
||||
<dynamic_text text_width="-1" uuid="{5b289056-05ba-40e6-a0e2-76f8cd258bcd}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="47" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="155" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>100</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.719" y="-6.78139"/>
|
||||
<line end1="none" end2="none" x2="735" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="884" y2="50" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.8029" y="17.9648"/>
|
||||
<rect height="60" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" x="-44.2904" rx="0" y="-21.9732"/>
|
||||
<text text="HE10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="-41.9099" color="#000000" y="-25.4267"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="1" x="-39.7904" y="-17.4732"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="65.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="65.528" y="-24.4721"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="45.528" y="-24.4721"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="25.528" y="-24.4721"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="5.528" y="-24.4721"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="45.528" y="44.5279"/>
|
||||
<line end1="none" end2="none" x2="802" style="line-style:dotted;line-weight:normal;filling:none;color:black" antialias="true" length2="1.5" y1="50" x1="884" y2="-41" length1="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="25.528" y="44.5279"/>
|
||||
<dynamic_text text_width="-1" uuid="{5f051ccd-b884-4e42-81a3-6d4de5c81745}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="62" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="395" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>103</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{1fd20dac-aa4f-4f39-af1c-3d4b8f56f612}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="63" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="315" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>102</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="5.528" y="44.5279"/>
|
||||
<dynamic_text text_width="-1" uuid="{0ea60b42-7bd2-4168-846d-a3be3fdfbff4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="64" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="236" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>101</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="51" x2="170" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="160" y2="10" x3="170" closed="false"/>
|
||||
<polygon y3="10" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="159" x1="120" y2="10" x3="140" closed="false"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="165.528" y="44.5279"/>
|
||||
<polygon y3="51" x2="490" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="480" y2="10" x3="490" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{fafaa1df-de05-4604-98e6-678b11bb0aa0}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="70" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="475" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>104</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="51" x2="410" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="400" y2="10" x3="410" closed="false"/>
|
||||
<polygon y3="51" x2="330" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="320" y2="10" x3="330" closed="false"/>
|
||||
<polygon y3="51" x2="250" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="240" y2="10" x3="250" closed="false"/>
|
||||
<polygon y3="10" x2="440" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="479" x1="440" y2="10" x3="460" closed="false"/>
|
||||
<polygon y3="10" x2="360" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="399" x1="360" y2="10" x3="380" closed="false"/>
|
||||
<polygon y3="10" x2="280" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="319" x1="280" y2="10" x3="300" closed="false"/>
|
||||
<polygon y3="10" x2="200" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="239" x1="200" y2="10" x3="220" closed="false"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="405.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="325.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="245.528" y="44.5279"/>
|
||||
<dynamic_text text_width="-1" uuid="{991713c8-7bdd-4fb6-b218-eb587323f9e6}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="81" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="715" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>107</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="485.528" y="44.5279"/>
|
||||
<dynamic_text text_width="-1" uuid="{1a3348c1-c2e7-440c-b76e-e88ac8de8cb1}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="82" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="635" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>106</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="51" x2="730" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="720" y2="10" x3="730" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{5a9b9491-b9d6-426f-b2b9-16dd15d718fb}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="83" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="556" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>105</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="51" x2="650" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="640" y2="10" x3="650" closed="false"/>
|
||||
<polygon y3="51" x2="570" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="560" y2="10" x3="570" closed="false"/>
|
||||
<polygon y3="10" x2="680" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="719" x1="680" y2="10" x3="700" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{0ed1d8d2-643c-4b6f-a072-3c6d2e6e42f4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="87" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="380" Valignment="AlignTop" text_from="UserText" y="-40">
|
||||
<text>ABE7-R16S111-1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{63b1c2a7-5cfc-415e-a3e2-1eb82cbbb2ba}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="88" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="500" Valignment="AlignTop" text_from="ElementInfo" y="-31.5">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon y3="10" x2="600" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="639" x1="600" y2="10" x3="620" closed="false"/>
|
||||
<polygon y3="10" x2="520" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="0" x4="559" x1="520" y2="10" x3="540" closed="false"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="725.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="645.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="565.528" y="44.5279"/>
|
||||
<rect height="5" width="30" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" x="0" rx="0" y="-2"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="8" x="-6.92932" y="7.59385"/>
|
||||
<line end1="none" end2="none" x2="-0.572051" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="8.76618" x1="-5.57205" y2="13.7662" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="-5.80587" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="9.70147" x1="-0.805874" y2="14.7015" length1="1.5"/>
|
||||
<text text="FUSE" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="9" color="#000000" y="-4"/>
|
||||
<text text="VOYANT" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="3.86215" color="#000000" y="12.7202"/>
|
||||
<polygon y3="-10" x2="10" y5="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y4="-20" y1="-20" x4="30" x1="10" y2="-10" x3="30" x5="30" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="590" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.6</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="110" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.0</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="350" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="270" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="510" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="430" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="670" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.7</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{dc1739ff-919b-4378-b405-667bf35c2a3e}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="104" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="190" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.1</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="-10" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y4="-20" y1="-20" x4="70" x1="50" y2="-10" x3="70" closed="false"/>
|
||||
<polygon y3="0" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y4="0" y1="-10" x4="-10" x1="30" y2="-10" x3="35" closed="false"/>
|
||||
<polygon y3="-10" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="20" x1="-10" y2="20" x3="50" closed="false"/>
|
||||
<line end1="none" end2="none" x2="-2.98124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="0" x1="-3" y2="7.71615" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="15" x1="-3" y2="20" length1="1.5"/>
|
||||
<polygon y7="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" y6="30" x10="280" x6="60" x2="10" closed="false" y3="30" x3="30" y10="0" y5="30" y9="0" y4="50" x1="10" x8="680" x4="30" antialias="false" y8="0" x7="60" y2="30" x5="30" x9="280"/>
|
||||
<polygon y7="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" y6="20" x10="820" x6="70" x2="50" closed="false" y3="40" x3="70" y10="-20" y5="40" y9="-20" y4="50" x1="50" x8="90" x4="70" antialias="false" y8="-20" x7="90" y2="40" x5="70" x9="760"/>
|
||||
<terminal uuid="{7758a613-2a87-477e-b9b0-81b89f097321}" type="Generic" x="70" orientation="n" name="" y="-24"/>
|
||||
<terminal uuid="{1c4cc008-97cc-4b2d-b800-d6ede842e80b}" type="Generic" x="250" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{775bb7b2-5dae-4ead-abd3-1a286811fefa}" type="Generic" x="650" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{56900a24-e50a-421b-99b9-d7380715329a}" type="Generic" x="10" orientation="n" name="" y="-24"/>
|
||||
<terminal uuid="{a07d94d2-cf71-4557-ac1b-e3aff4322438}" type="Generic" x="-50" orientation="w" name="" y="10"/>
|
||||
<terminal uuid="{6b97d58e-8d86-4a9b-83c8-867a4ac68917}" type="Generic" x="50" orientation="n" name="" y="-24"/>
|
||||
<terminal uuid="{5b834c26-2d8d-4fe2-b52f-469b0768bc6e}" type="Generic" x="570" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{427e1c1b-3dae-4fa9-bdc5-bf4f94a3346e}" type="Generic" x="50" orientation="s" name="" y="53"/>
|
||||
<terminal uuid="{0345efe4-42a8-45be-9e37-67d6400677aa}" type="Generic" x="410" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{51ff62d7-2b64-488c-a6da-a3a06c406d19}" type="Generic" x="30" orientation="n" name="" y="-24"/>
|
||||
<terminal uuid="{54ee88f5-a2d0-42a5-8f74-675fbf211ebd}" type="Generic" x="330" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{c2a883ff-3450-4650-aa93-4ba2a77154fb}" type="Generic" x="730" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{abfbffc3-f3d1-4448-87ac-41b587b2dee3}" type="Generic" x="170" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{0f38f67f-88c2-436f-b8a6-be4c8c02a095}" type="Generic" x="10" orientation="s" name="" y="53"/>
|
||||
<terminal uuid="{82084a3f-1aa5-43f2-989b-e2220bf4f422}" type="Generic" x="70" orientation="s" name="" y="53"/>
|
||||
<terminal uuid="{be6b1686-a828-43dd-8e28-882320d6f3c0}" type="Generic" x="490" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{91b7a8e6-11ce-48f9-8643-bfd676f732c9}" type="Generic" x="30" orientation="s" name="" y="53"/>
|
||||
</description>
|
||||
</definition>
|
||||
+117
@@ -0,0 +1,117 @@
|
||||
<definition height="100" link_type="simple" version="0.90" width="800" type="element" hotspot_x="4" hotspot_y="39">
|
||||
<uuid uuid="{b9ef5f40-04b4-45e8-be25-090bd7283aa6}"/>
|
||||
<names>
|
||||
<name lang="en">ABE7-R16S111-2</name>
|
||||
<name lang="fr">ABE7-R16S111-2</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>SIEMENS S7-300 (digital inputs)</informations>
|
||||
<description>
|
||||
<dynamic_text text_width="-1" uuid="{3b73e8dd-6057-416a-b050-bcc41d63a157}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="1" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="379" Valignment="AlignTop" text_from="UserText" y="-32">
|
||||
<text>ABE7-R16S111-2</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" end2="none" x2="77" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="130" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="124" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="165" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="174" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="210" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="205" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="245" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="255" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="290" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="284" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="325" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="335" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="370" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="365" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="405" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="414" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="450" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="445" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="485" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="494" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="530" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="524" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="566" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="575" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="610" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="604" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="645" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="655" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="690" y2="50" length1="1.5"/>
|
||||
<line end1="none" end2="none" x2="685" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="50" x1="725" y2="50" length1="1.5"/>
|
||||
<polygon y3="50" x2="792" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y4="50" y1="-35" x4="734" x1="-1" y2="-35" x3="792" closed="false"/>
|
||||
<line end1="none" end2="none" x2="77" style="line-style:dotted;line-weight:normal;filling:none;color:black" antialias="true" length2="1.5" y1="-35" x1="-1" y2="50" length1="1.5"/>
|
||||
<polygon y3="51" x2="170" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="160" y2="10" x3="170" closed="false"/>
|
||||
<polygon y3="10" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="159" x1="120" y2="10" x3="140" closed="false"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="165.528" y="44.5279"/>
|
||||
<polygon y3="51" x2="490" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="480" y2="10" x3="490" closed="false"/>
|
||||
<polygon y3="51" x2="410" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="400" y2="10" x3="410" closed="false"/>
|
||||
<polygon y3="51" x2="330" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="320" y2="10" x3="330" closed="false"/>
|
||||
<polygon y3="51" x2="250" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="240" y2="10" x3="250" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{9afb8d24-cab3-4466-9bcd-9ae857ecaf76}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="27" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="155" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>108</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="10" x2="440" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="479" x1="440" y2="10" x3="460" closed="false"/>
|
||||
<polygon y3="10" x2="360" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="399" x1="360" y2="10" x3="380" closed="false"/>
|
||||
<polygon y3="10" x2="280" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="319" x1="280" y2="10" x3="300" closed="false"/>
|
||||
<polygon y3="10" x2="200" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="239" x1="200" y2="10" x3="220" closed="false"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="405.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="325.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="245.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="485.528" y="44.5279"/>
|
||||
<polygon y3="51" x2="730" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="720" y2="10" x3="730" closed="false"/>
|
||||
<polygon y3="51" x2="650" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="640" y2="10" x3="650" closed="false"/>
|
||||
<polygon y3="51" x2="570" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="10" x1="560" y2="10" x3="570" closed="false"/>
|
||||
<polygon y3="10" x2="680" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="719" x1="680" y2="10" x3="700" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{c8f5e681-16d6-420d-b582-858dbdb3d0e1}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="40" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="395" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>111</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{3a9e83ad-7f33-4905-a7f7-b4c1f0f97cfb}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="41" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="315" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>110</text>
|
||||
</dynamic_text>
|
||||
<polygon y3="10" x2="600" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="639" x1="600" y2="10" x3="620" closed="false"/>
|
||||
<polygon y3="10" x2="520" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y4="15" y1="-10" x4="559" x1="520" y2="10" x3="540" closed="false"/>
|
||||
<dynamic_text text_width="-1" uuid="{81cdfd64-c2b8-4eb6-beef-9a79537f7496}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="44" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="236" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>109</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="725.528" y="44.5279"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="645.528" y="44.5279"/>
|
||||
<dynamic_text text_width="-1" uuid="{3ddf3006-a3b5-467f-9b94-eb3ee5a979c5}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="47" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="475" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>112</text>
|
||||
</dynamic_text>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="8.9442" x="565.528" y="44.5279"/>
|
||||
<line end1="none" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" y1="-11" x1="680" y2="-11" length1="1.5"/>
|
||||
<dynamic_text text_width="-1" uuid="{1295664a-fff0-472d-94d6-7712282bde82}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="50" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="715" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>115</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{98694e92-fc72-4593-aa45-f50cdb4b7675}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="51" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="635" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>114</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{905be066-4a62-4319-a129-a7827cacb627}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="52" rotation="270" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="556" Valignment="AlignTop" text_from="UserText" y="45">
|
||||
<text>113</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{75868877-eca2-45a5-9fa1-5410beedb3a9}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="53" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="510" Valignment="AlignTop" text_from="ElementInfo" y="-31.5">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="54" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="500" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.13</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="55" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="580" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.14</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="56" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="420" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.12</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="57" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="100" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.08</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="58" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="660" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.15</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="59" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="260" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="60" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="340" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.11</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" uuid="{cc7ec66e-8f56-4c5a-8e44-49a1c96b64b4}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="61" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="180" Valignment="AlignTop" text_from="UserText" y="20">
|
||||
<text>%Q0.09</text>
|
||||
</dynamic_text>
|
||||
<terminal uuid="{252d7be7-716b-4744-8d82-eab03c9ed809}" type="Generic" x="330" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{9b594505-90f5-4ef4-97fa-0a0f9f360d27}" type="Generic" x="170" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{25a7b9c1-b4d2-4a22-90a8-92875919e724}" type="Generic" x="730" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{779edb9d-10e4-4d94-a20b-70636ab7f252}" type="Generic" x="570" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{1b0985ad-f654-480f-8057-9539b1c775e1}" type="Generic" x="410" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{1ee212ef-a187-4ae3-910d-b3a705e100a5}" type="Generic" x="250" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{5830ddef-294f-4bfa-8900-bb51b8eb251b}" type="Generic" x="490" orientation="s" name="" y="54"/>
|
||||
<terminal uuid="{f14f2060-7882-406a-b448-f7666595f080}" type="Generic" x="650" orientation="s" name="" y="54"/>
|
||||
</description>
|
||||
</definition>
|
||||
+749
-473
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
+819
-543
File diff suppressed because it is too large
Load Diff
+757
-481
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+757
-480
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+825
-549
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+781
-488
File diff suppressed because it is too large
Load Diff
+747
-471
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+860
-584
File diff suppressed because it is too large
Load Diff
+781
-505
File diff suppressed because it is too large
Load Diff
+757
-481
File diff suppressed because it is too large
Load Diff
+746
-470
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+761
-484
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+861
-571
File diff suppressed because it is too large
Load Diff
+773
-491
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
+749
-473
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user