mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-12 00:49:58 +01:00
Compare commits
120 Commits
9-dev-2021
...
pixel_size
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98e265da72 | ||
|
|
778837a770 | ||
|
|
e556abbab3 | ||
|
|
337dd7c13b | ||
|
|
34a3325ba9 | ||
|
|
56685d0f30 | ||
|
|
ee7a752a52 | ||
|
|
7084f5bcf0 | ||
|
|
98960f5b2b | ||
|
|
2bdecd3bd2 | ||
|
|
c22f3c84bb | ||
|
|
959dee7889 | ||
|
|
dd82a705d6 | ||
|
|
c744356b0f | ||
|
|
1073ebeebc | ||
|
|
b94ec0938b | ||
|
|
eed1223c1d | ||
|
|
94f66553ac | ||
|
|
c7579db674 | ||
|
|
478c7771b7 | ||
|
|
b46bf67c58 | ||
|
|
8c09399804 | ||
|
|
5055e93114 | ||
|
|
c70eb65259 | ||
|
|
ebeeb04aa4 | ||
|
|
f0413ce9a5 | ||
|
|
21bb3f8426 | ||
|
|
acf7478c8b | ||
|
|
f08811aca0 | ||
|
|
ea26f0b04e | ||
|
|
9485e3360b | ||
|
|
3e5713a512 | ||
|
|
58a3e72abe | ||
|
|
2252feca16 | ||
|
|
985988ee53 | ||
|
|
1cc162867f | ||
|
|
91ac46df83 | ||
|
|
f01b15d00a | ||
|
|
3fdba11c73 | ||
|
|
7afa1b8a59 | ||
|
|
6f197c2bb7 | ||
|
|
5b788c177b | ||
|
|
204b53cd00 | ||
|
|
a646359d51 | ||
|
|
91f034272c | ||
|
|
aefae7b73b | ||
|
|
107d7ff806 | ||
|
|
8b1f2fb0d9 | ||
|
|
7c6fca2aac | ||
|
|
c6e3e385ff | ||
|
|
089f260d9b | ||
|
|
09e345ee4a | ||
|
|
828424cae8 | ||
|
|
dca643f7aa | ||
|
|
cc327cb761 | ||
|
|
c03f2b605f | ||
|
|
7ce23598e4 | ||
|
|
3097a59c68 | ||
|
|
53178cf17a | ||
|
|
6d02cd1779 | ||
|
|
1839e988f6 | ||
|
|
543c706e0c | ||
|
|
5af8665e24 | ||
|
|
86595f4114 | ||
|
|
f8cc42e3a7 | ||
|
|
085f56d192 | ||
|
|
b580c2bb73 | ||
|
|
c6e168bb20 | ||
|
|
a2a0c166d9 | ||
|
|
96d6e21e2f | ||
|
|
4093d1fa27 | ||
|
|
de80d10f5e | ||
|
|
1699ad9dd8 | ||
|
|
e9a5fded5c | ||
|
|
a8d42b0f9a | ||
|
|
b69c7b1027 | ||
|
|
7b0a581008 | ||
|
|
4f1a6d55e5 | ||
|
|
1048cef845 | ||
|
|
dccbf92964 | ||
|
|
626bf4ce9c | ||
|
|
1f22a5a0a8 | ||
|
|
ce4729e1c0 | ||
|
|
d99b035aa6 | ||
|
|
ad77482235 | ||
|
|
b02ed7fe51 | ||
|
|
58efc14633 | ||
|
|
b03deb8e3e | ||
|
|
580bb07685 | ||
|
|
818e5ef484 | ||
|
|
bd6920e049 | ||
|
|
377f8b1521 | ||
|
|
67dbc798aa | ||
|
|
6d17f3d0ad | ||
|
|
5fc5a33543 | ||
|
|
337a2a45b4 | ||
|
|
8cb2fcc09c | ||
|
|
8547940ab2 | ||
|
|
f52ed8cf51 | ||
|
|
ccfb46b354 | ||
|
|
c640d96bca | ||
|
|
37e74b397e | ||
|
|
9135099dbf | ||
|
|
76d68f5025 | ||
|
|
710067969e | ||
|
|
ddc171cfa2 | ||
|
|
896ffb9c72 | ||
|
|
db8529c536 | ||
|
|
fcab77420d | ||
|
|
8c554e875d | ||
|
|
5ef073b6c1 | ||
|
|
895417c98c | ||
|
|
374805d6ab | ||
|
|
b08c2bd90b | ||
|
|
4dd2dc259f | ||
|
|
80601a415a | ||
|
|
cc6f66ad11 | ||
|
|
30dc34ebe1 | ||
|
|
efed7ab5c0 | ||
|
|
f410fbf7e2 |
21
.github/workflows/publish-edge-snap.yml
vendored
Normal file
21
.github/workflows/publish-edge-snap.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Publish Edge Snap
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
publish_amd64:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: snapcore/action-build@v1
|
||||
id: build
|
||||
with:
|
||||
snapcraft-args: --enable-experimental-extensions
|
||||
- uses: snapcore/action-publish@v1
|
||||
with:
|
||||
store_login: ${{ secrets.STORE_LOGIN }}
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
release: edge
|
||||
@@ -100,8 +100,8 @@
|
||||
"sources": [
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://files.pythonhosted.org/packages/45/be/d5940d365ebf256e490bc6c10837244e0b8dda08a7d790691767263c318d/qet_tb_generator-1.2.5.tar.gz",
|
||||
"sha256": "37c3298602244f3152fbb7601caba9b4862bac782991fbb472eab91afb70d09c"
|
||||
"url": "https://files.pythonhosted.org/packages/70/aa/ebde0dddfbde799a4e8cf0564e52f95089105a7f562739ee1d16ff5a495a/qet_tb_generator-1.3.1.tar.gz",
|
||||
"sha256": "52c9836387d54bc30ea29272068ec156fc65c3905e0cb863afd9418abc3c0907"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# a KDE session forces the KDE Plasma platformtheme which is incompatible with QET
|
||||
# unset the ENV vars in that case to prevent loading of the theme
|
||||
if [ ! -z "$KDE_FULL_SESSION" ]; then
|
||||
unset KDE_FULL_SESSION
|
||||
fi
|
||||
|
||||
if echo "$XDG_CURRENT_DESKTOP" | grep -q KDE; then
|
||||
unset XDG_CURRENT_DESKTOP
|
||||
# check if _only_ the correct framework snap is connected
|
||||
framework_name=$(grep "name:" $SNAP/kf5/meta/snap.yaml | cut -d" " -f2)
|
||||
if [ "$framework_name" != "kde-frameworks-5-qt-5-15-3-core20" ]; then
|
||||
downloads_dir=$(xdg-user-dir DOWNLOAD)
|
||||
test ! -d "$downloads_dir" && mkdir -p "$downloads_dir"
|
||||
instructions_file="snap.qelectrotech.update-instructions.html"
|
||||
target="$downloads_dir/$instructions_file"
|
||||
cp "$SNAP/update-instructions/$instructions_file" "$target"
|
||||
xdg-open "$target"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# migrate .qet directory from SNAP_USER_DATA to SNAP_USER_COMMON
|
||||
@@ -23,12 +25,4 @@ fi
|
||||
mkdir -p "$HOME/.qet"
|
||||
ln -snf "$SNAP/bin/DXFtoQET" "$HOME/.qet/DXFtoQET"
|
||||
|
||||
# start desktop portal. Open & save dialogs might fail if it is not running
|
||||
dbus-send --print-reply \
|
||||
--dest=org.freedesktop.DBus \
|
||||
/org/freedesktop/DBus \
|
||||
org.freedesktop.DBus.StartServiceByName \
|
||||
string:org.freedesktop.portal.Desktop \
|
||||
uint32:0
|
||||
|
||||
exec "${@}"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
name: qelectrotech
|
||||
title: QElectroTech
|
||||
base: core18
|
||||
base: core20
|
||||
adopt-info: qelectrotech
|
||||
license: GPL-2.0
|
||||
summary: Electrical diagram editor
|
||||
@@ -10,6 +10,7 @@ description: |
|
||||
|
||||
grade: stable
|
||||
confinement: strict
|
||||
compression: lzo
|
||||
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
@@ -30,15 +31,14 @@ apps:
|
||||
extensions: [kde-neon]
|
||||
plugs: &plugs [opengl, unity7, home, removable-media, gsettings, network, cups-control]
|
||||
environment: &env
|
||||
__EGL_VENDOR_LIBRARY_DIRS: $SNAP/kf5/usr/share/glvnd/egl_vendor.d:$SNAP/usr/share/glvnd/egl_vendor.d
|
||||
TCL_LIBRARY: $SNAP/usr/share/tcltk/tcl8.6
|
||||
QT_QPA_PLATFORMTHEME: gtk3
|
||||
QT_AUTO_SCREEN_SCALE_FACTOR: 1
|
||||
HOME: $SNAP_USER_COMMON
|
||||
PYTHONPATH: $SNAP:$SNAP/lib/python3.6/site-packages:$SNAP/usr/lib/python3.6:$SNAP/usr/lib/python3.6/lib-dynload
|
||||
PYTHONPATH: $SNAP:$SNAP/lib/python3.8/site-packages:$SNAP/usr/lib/python3.8:$SNAP/usr/lib/python3.8/lib-dynload
|
||||
|
||||
qet-tb-generator:
|
||||
command: bin/qelectrotech-launch $SNAP/bin/qet_tb_generator
|
||||
command: bin/qet_tb_generator
|
||||
command-chain:
|
||||
- bin/qelectrotech-launch
|
||||
extensions: [kde-neon]
|
||||
plugs: *plugs
|
||||
environment: *env
|
||||
@@ -56,10 +56,15 @@ parts:
|
||||
organize:
|
||||
'*': bin/
|
||||
|
||||
update-instructions:
|
||||
plugin: dump
|
||||
source: build-aux/snap/local/update-instructions
|
||||
organize:
|
||||
'*': update-instructions/
|
||||
|
||||
qet-tb-generator:
|
||||
plugin: python
|
||||
python-version: python3
|
||||
source: https://github.com/qelectrotech/qet_tb_generator.git
|
||||
source: https://github.com/raulroda/qet_tb_generator-plugin.git
|
||||
python-packages: [PySimpleGUI]
|
||||
stage-packages:
|
||||
- python3-lxml
|
||||
@@ -69,14 +74,14 @@ parts:
|
||||
kde-sdk-setup:
|
||||
plugin: nil
|
||||
build-snaps:
|
||||
- kde-frameworks-5-core18-sdk
|
||||
- kde-frameworks-5-qt-5-15-3-core20-sdk
|
||||
build-packages:
|
||||
- g++
|
||||
- mesa-common-dev
|
||||
- libglvnd-dev
|
||||
- rsync
|
||||
override-build: |
|
||||
rsync -a --ignore-existing /snap/kde-frameworks-5-core18-sdk/current/ /
|
||||
rsync -a --ignore-existing /snap/kde-frameworks-5-qt-5-15-3-core20-sdk/current/ /
|
||||
|
||||
dxf-to-qet:
|
||||
after: [kde-sdk-setup]
|
||||
@@ -92,14 +97,15 @@ parts:
|
||||
after: [kde-sdk-setup]
|
||||
plugin: nil
|
||||
source: .
|
||||
stage-packages: [ git, sqlite3 ]
|
||||
stage-packages: [ git, sqlite3, xdg-user-dirs ]
|
||||
build-packages:
|
||||
- git
|
||||
- libsqlite3-dev
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
snap_version=$(git describe --dirty)
|
||||
modified_displayed_version=$snap_version".snap"
|
||||
displayed_version=$(grep "displayedVersion" sources/qet.h | tr -d "\";" | cut -d" " -f5)
|
||||
snap_version="${displayed_version}~$(git rev-parse --short=8 HEAD)"
|
||||
modified_displayed_version="${snap_version}.snap"
|
||||
sed -i -E "s|const QString displayedVersion =.*|const QString displayedVersion =\"$modified_displayed_version\";|" sources/qet.h
|
||||
snapcraftctl set-version "$snap_version"
|
||||
override-build: |
|
||||
@@ -115,11 +121,14 @@ parts:
|
||||
cleanup:
|
||||
after: [qelectrotech, dxf-to-qet, qet-tb-generator]
|
||||
plugin: nil
|
||||
build-snaps: [core18, kde-frameworks-5-core18]
|
||||
build-snaps: [kde-frameworks-5-qt-5-15-3-core20]
|
||||
override-prime: |
|
||||
# Remove all files from snap that are already included in the base snap or in
|
||||
# any connected content snaps
|
||||
set -eux
|
||||
for snap in "core18" "kde-frameworks-5-core18"; do # List all content-snaps and base snaps you're using here
|
||||
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" \;
|
||||
for snap in "kde-frameworks-5-qt-5-15-3-core20"; do # List all content-snaps you're using here
|
||||
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" "$SNAPCRAFT_PRIME/usr/{}" \;
|
||||
done
|
||||
for cruft in bug lintian man; do
|
||||
rm -rf $SNAPCRAFT_PRIME/usr/share/$cruft
|
||||
done
|
||||
find $SNAPCRAFT_PRIME/usr/share/doc/ -type f -not -name 'copyright' -delete
|
||||
find $SNAPCRAFT_PRIME/usr/share -type d -empty -delete
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="fr">Source tripolaire + PEN</name>
|
||||
<name lang="ar">مصدر ثلاثي القطبيّة + PEN</name>
|
||||
<name lang="cs">Přípojnice 3f+PEN pravá</name>
|
||||
<name lang="hu">3F + PEN</name>
|
||||
<name lang="hu">3F + PEN</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="fr">Source tripolaire + PEN</name>
|
||||
<name lang="ar">مصدر ثلاثي القطبيّة + PEN</name>
|
||||
<name lang="cs">Přípojnice 3f+N+PE pravá</name>
|
||||
<name lang="hu">3F + N + PE</name>
|
||||
<name lang="hu">3F + N + PE</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name lang="es">Masa</name>
|
||||
<name lang="ar">هيكل معدني</name>
|
||||
<name lang="fr">Masse</name>
|
||||
<name lang="hu">Test</name>
|
||||
<name lang="hu">Test</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="en">Chassis</name>
|
||||
<name lang="fr">Masse</name>
|
||||
<name lang="ru">Шасси</name>
|
||||
<name lang="hu">Vázszerkezet</name>
|
||||
<name lang="hu">Vázszerkezet</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="en">Single-pole source + PE +N</name>
|
||||
<name lang="fr">Source unipolaire + PE +N</name>
|
||||
<name lang="ru">Однополюсный + PE +N</name>
|
||||
<name lang="hu">F + N + PE</name>
|
||||
<name lang="hu">F + N + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="en">Single-pole source +PEN</name>
|
||||
<name lang="fr">Source unipolaire + PEN</name>
|
||||
<name lang="ru">Однополюсный + PEN</name>
|
||||
<name lang="hu">F + PEN</name>
|
||||
<name lang="hu">F + PEN</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="en">Single-pole source + neutral</name>
|
||||
<name lang="fr">Source unipolaire + neutre</name>
|
||||
<name lang="ru">Однополюсный + нейтраль</name>
|
||||
<name lang="hu">F + N</name>
|
||||
<name lang="hu">F + N</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="en">Three-pole source</name>
|
||||
<name lang="fr">Source tripolaire</name>
|
||||
<name lang="ru">Трёхполюсный</name>
|
||||
<name lang="hu">3F</name>
|
||||
<name lang="hu">3F</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="en">Three-pole source + PE +N</name>
|
||||
<name lang="fr">Source tripolaire + PE +N</name>
|
||||
<name lang="ru">Трёхполюсный + PE +N</name>
|
||||
<name lang="hu">3F + N + PE</name>
|
||||
<name lang="hu">3F + N + PE</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name lang="en">Three-pole source + PEN</name>
|
||||
<name lang="fr">Source tripolaire + PEN</name>
|
||||
<name lang="ru">Трёхполюсный + PEN</name>
|
||||
<name lang="hu">3F + PEN</name>
|
||||
<name lang="hu">3F + PEN</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="en">Three-pole source + neutral</name>
|
||||
<name lang="fr">Source tripolaire + neutre</name>
|
||||
<name lang="ru">Трёхполюсный + нейтраль</name>
|
||||
<name lang="hu">3F + N</name>
|
||||
<name lang="hu">3F + N</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="en">Neutral source</name>
|
||||
<name lang="fr">Source neutre</name>
|
||||
<name lang="ru">Нейтраль</name>
|
||||
<name lang="hu">N</name>
|
||||
<name lang="hu">N</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="en">Phase source</name>
|
||||
<name lang="fr">Source phase</name>
|
||||
<name lang="ru">Фаза</name>
|
||||
<name lang="hu">F</name>
|
||||
<name lang="hu">F</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<name lang="en">Distribution point TN-C >TN-S</name>
|
||||
<name lang="fr">Point de distribution TN-C >TN-S</name>
|
||||
<name lang="ru">Распределительный пункт TN-C >TN-S</name>
|
||||
<name lang="hu">3F + PEN szétválasztva TN-C-ről TN-S-re</name>
|
||||
<name lang="hu">3F + PEN szétválasztva TN-C-ről TN-S-re</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
<definition version="0.90" link_type="master" type="element" width="20" hotspot_y="34" hotspot_x="10" height="60">
|
||||
<uuid uuid="{c716b6e0-2a14-4058-9aa5-e69c0b462a86}"/>
|
||||
<names>
|
||||
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
|
||||
<name lang="fr">Disjoncteur bipolaire 1 pole protege</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 1P</name>
|
||||
<name lang="pl">Wyłącznik</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 1P</name>
|
||||
<name lang="nl">Lastscheider 1P</name>
|
||||
<name lang="es">Disyuntor termico magnetico en polo P</name>
|
||||
<name lang="hu">Kismegszakító 1 pólusú</name>
|
||||
<name lang="cs">Dvoupólový jistič 1 pól chránící</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line end1="none" y2="20" length1="1.5" y1="16" antialias="false" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none"/>
|
||||
<polygon x3="-5" y2="0" y1="3" antialias="true" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" closed="false" y3="-20"/>
|
||||
<dynamic_text y="-17.5" text_from="ElementInfo" uuid="{b3b0aba4-6a49-4225-9525-4a3fb043d24e}" text_width="-1" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" x="10" Valignment="AlignTop" z="6" frame="false" keep_visual_rotation="false">
|
||||
<text>-F1</text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<arc y="10.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="-4" height="5" start="90" angle="-180"/>
|
||||
<line end1="none" y2="10" length1="1.5" y1="8" antialias="false" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none"/>
|
||||
<line end1="none" y2="8" length1="1.5" y1="8" antialias="false" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" end2="none"/>
|
||||
<line end1="none" y2="8" length1="1.5" y1="3" antialias="false" x1="5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" end2="none"/>
|
||||
<line end1="none" y2="3" length1="1.5" y1="3" antialias="false" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" end2="none"/>
|
||||
<line end1="none" y2="-20" length1="1.5" y1="-30" antialias="false" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none"/>
|
||||
<line end1="none" y2="-18" length1="1.5" y1="-22" antialias="true" x1="2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-2" end2="none"/>
|
||||
<line end1="none" y2="-18" length1="1.5" y1="-22" antialias="true" x1="-2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="2" end2="none"/>
|
||||
<terminal y="20" type="Generic" uuid="{a075b1fc-549f-4649-bf21-0dc88e608d66}" orientation="s" x="0" name=""/>
|
||||
<terminal y="-30" type="Generic" uuid="{6544c451-e414-4fc7-b47d-8c1d33b21f08}" orientation="n" x="0" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,7 +1,7 @@
|
||||
<definition width="40" version="0.4" hotspot_x="20" hotspot_y="34" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{913D46E0-6E35-4878-9B5D-5CFBF47C819F}"/><names>
|
||||
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
|
||||
<name lang="de">Leitungsschutzschalter 1P+N</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 1P+N</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="es">Disyuntor termico magnetico en polo P+N</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 1P+N</name>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<definition width="40" version="0.4" hotspot_x="20" hotspot_y="34" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{AFE0F3B3-00EE-4EC2-9458-E7934876F42B}"/><names>
|
||||
<name lang="ar">قطب ثنائي القطبية قطبين محميين</name>
|
||||
<name lang="de">Leitungsschutzschalter 2P</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 2P</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="es">Disyuntor termico magnetico en 2P</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 2P</name>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<uuid uuid="{315bc1e6-0466-4d2f-a6e4-547252f6bd16}"/>
|
||||
<names>
|
||||
<name lang="ar">قطب ثنائي القطبية قطبين محميين</name>
|
||||
<name lang="de">Leitungsschutzschalter 2P</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 2P</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="es">Disyuntor termico magnetico en 2P</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 2P</name>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<definition width="60" version="0.4" hotspot_x="30" hotspot_y="34" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{E22BC531-ED13-4C91-BED3-97582C9DA35B}"/><names>
|
||||
<name lang="ar">قاطع ثلاثي القطبية</name>
|
||||
<name lang="de">Leitungsschutzschalter 3P</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 3P</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="es">Disyuntor termico magnetico en 3P</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 3P</name>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<definition width="80" version="0.4" hotspot_x="40" hotspot_y="34" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{D54EB26A-23BB-4865-B8BC-CCA0EF9743C9}"/><names>
|
||||
<name lang="ar">قاطع ثلاثي القطبية + خط محايد</name>
|
||||
<name lang="de">Leitungsschutzschalter 3P+N</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 3P+N</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="es">Disyuntor termico magnetico en polos 3P+N</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 3P+N</name>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<definition width="80" version="0.4" hotspot_x="40" hotspot_y="34" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{189A2BE7-D456-4DBD-BF70-A3BF7841745A}"/><names>
|
||||
<name lang="ar">قاطع رباعي القطبية</name>
|
||||
<name lang="de">Leitungsschutzschalter 4P</name>
|
||||
<name lang="de">Leitungsschutzschalter LS 4P</name>
|
||||
<name lang="en">Circuit-breaker</name>
|
||||
<name lang="es">Disyuntor termico magnetico en 4P</name>
|
||||
<name lang="it">Int. Aut. Magneto-termico 4P</name>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<kindInformation name="state">NO</kindInformation>
|
||||
<kindInformation name="number">1</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon closed="false" antialias="true" x2="10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" y3="20" y1="-10" x3="10"/>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<name lang="fr">Lampe</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x2="0" y1="-15" y2="15" x1="0" length1="1.5" antialias="false" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5"/>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name lang="fr">Voyant flash</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="13" uuid="{52feb3dc-7d99-477d-9675-e980db92c85c}" frame="false" Halignment="AlignLeft" keep_visual_rotation="false" z="1" text_width="-1" Valignment="AlignTop" y="-15.95" text_from="ElementInfo">
|
||||
|
||||
@@ -0,0 +1,74 @@
|
||||
<definition hotspot_y="24" version="0.80" orientation="dyyy" hotspot_x="47" width="80" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{23e2be0b-4fda-4c61-a627-7f18dc750a8e}"/>
|
||||
<names>
|
||||
<name lang="ar">Switch with LED</name>
|
||||
<name lang="es">Switch with LED</name>
|
||||
<name lang="en">Switch with LED</name>
|
||||
<name lang="cs">Switch with LED</name>
|
||||
<name lang="nl">Switch with LED</name>
|
||||
<name lang="de">Switch with LED</name>
|
||||
<name lang="fr">Switch with LED</name>
|
||||
<name lang="pl">Switch with LED</name>
|
||||
<name lang="it">Switch with LED</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="13" diameter="14" style="line-style:normal;line-weight:normal;filling:green;color:black" y="-2" antialias="true"/>
|
||||
<polygon y2="15" y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" x3="0" closed="false" y3="25" x1="-15" antialias="true"/>
|
||||
<polygon y5="5" y4="5" y2="5" y1="5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="-27" x4="-31" x3="-29" x5="-41" closed="false" y3="10" x1="-8" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-5" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<polygon y2="-3" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" x3="-12" closed="false" y3="-3" x1="-20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-2" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="25" y1="12" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<arc x="-22.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="10" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" end2="none" x1="15" antialias="false"/>
|
||||
<arc x="17.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="27.5" antialias="true"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" x="18" rotation="0" uuid="{29d2349f-5f03-47cb-9b7a-b373fa6b3aad}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-24" frame="false">
|
||||
<text>+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="35" rotation="0" uuid="{8053f011-a2d9-400b-b527-e8d14d50237e}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-5" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="0" y1="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" end2="none" x1="15" antialias="false"/>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-15" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-23" frame="false">
|
||||
<text>3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-14" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="14" frame="false">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-35" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-23" frame="false">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-23" frame="false">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="4" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="14" frame="false">
|
||||
<text>X2</text>
|
||||
</dynamic_text>
|
||||
<arc x="17.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="27.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="10" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-41" end2="none" x1="-41" antialias="false"/>
|
||||
<arc x="-45" angle="-180" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" height="10" y="0" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-33" end2="none" x1="-33" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="30" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-23" end2="none" x1="-33" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-17" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" end2="none" x1="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="3" end2="none" x1="17" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-33" antialias="false"/>
|
||||
<terminal x="-20" orientation="n" y="-20"/>
|
||||
<terminal x="20" orientation="n" y="-20"/>
|
||||
<terminal x="20" orientation="s" y="30"/>
|
||||
<terminal x="0" orientation="n" y="-20"/>
|
||||
<terminal x="0" orientation="s" y="30"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,74 @@
|
||||
<definition hotspot_y="24" version="0.80" orientation="dyyy" hotspot_x="47" width="80" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{d541c930-af0b-49f6-8904-953c8ce390c0}"/>
|
||||
<names>
|
||||
<name lang="ar">Switch with LED</name>
|
||||
<name lang="es">Switch with LED</name>
|
||||
<name lang="en">Switch with LED</name>
|
||||
<name lang="cs">Switch with LED</name>
|
||||
<name lang="nl">Switch with LED</name>
|
||||
<name lang="de">Switch with LED</name>
|
||||
<name lang="fr">Switch with LED</name>
|
||||
<name lang="pl">Switch with LED</name>
|
||||
<name lang="it">Switch with LED</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="13" diameter="14" style="line-style:normal;line-weight:normal;filling:red;color:black" y="-2" antialias="true"/>
|
||||
<polygon y2="15" y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" x3="0" closed="false" y3="25" x1="-15" antialias="true"/>
|
||||
<polygon y5="5" y4="5" y2="5" y1="5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="-27" x4="-31" x3="-29" x5="-41" closed="false" y3="10" x1="-8" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-5" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<polygon y2="-3" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" x3="-12" closed="false" y3="-3" x1="-20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-2" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="25" y1="12" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<arc x="-22.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="10" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" end2="none" x1="15" antialias="false"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" x="18" rotation="0" uuid="{29d2349f-5f03-47cb-9b7a-b373fa6b3aad}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-24" frame="false">
|
||||
<text>+</text>
|
||||
</dynamic_text>
|
||||
<arc x="17.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="27.5" antialias="true"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="35" rotation="0" uuid="{8053f011-a2d9-400b-b527-e8d14d50237e}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-5" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-23" frame="false">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="0" y1="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" end2="none" x1="15" antialias="false"/>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-35" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-23" frame="false">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-14" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="14" frame="false">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-15" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-23" frame="false">
|
||||
<text>3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="4" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="14" frame="false">
|
||||
<text>X2</text>
|
||||
</dynamic_text>
|
||||
<arc x="17.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="27.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="10" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-41" end2="none" x1="-41" antialias="false"/>
|
||||
<arc x="-45" angle="-180" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" height="10" y="0" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-33" end2="none" x1="-33" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="30" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-23" end2="none" x1="-33" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-17" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" end2="none" x1="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="3" end2="none" x1="17" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="30" y1="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-33" antialias="false"/>
|
||||
<terminal x="-20" orientation="n" y="-20"/>
|
||||
<terminal x="0" orientation="s" y="30"/>
|
||||
<terminal x="0" orientation="n" y="-20"/>
|
||||
<terminal x="20" orientation="s" y="30"/>
|
||||
<terminal x="20" orientation="n" y="-20"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,33 @@
|
||||
<definition hotspot_x="11" type="element" link_type="simple" width="20" version="0.80" hotspot_y="29" height="60">
|
||||
<uuid uuid="{d3b03c88-7d17-4c10-adb8-94fe40b2f53b}"/>
|
||||
<names>
|
||||
<name lang="pt">Interruptor</name>
|
||||
<name lang="nl">Contact (NO)</name>
|
||||
<name lang="es">Interruptor</name>
|
||||
<name lang="ar">مفتاح</name>
|
||||
<name lang="en">Switch</name>
|
||||
<name lang="it">Interruttore</name>
|
||||
<name lang="ru">Переключатель</name>
|
||||
<name lang="pl">Łącznik</name>
|
||||
<name lang="de">Ein-/Ausschalter</name>
|
||||
<name lang="fr">Interrupteur</name>
|
||||
<name lang="cs">Spínač</name>
|
||||
<name lang="el">Διακόπτης</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="-1.75" diameter="3.5" antialias="true" y="8.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="-20" y2="-12.5" x1="0" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="0" length2="1.5" end2="none"/>
|
||||
<dynamic_text x="2.75" Valignment="AlignTop" Halignment="AlignLeft" rotation="0" z="3" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" uuid="{06a2b3b1-c587-454b-89e3-4d8b41413e44}" y="-8.5" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle x="-1.75" diameter="3.5" antialias="true" y="-11.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="-10" y2="8" x1="-5" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="-0.7" length2="1.5" end2="none"/>
|
||||
<line y1="12" y2="17" x1="0" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="0" length2="1.5" end2="none"/>
|
||||
<terminal x="0" orientation="s" uuid="{eabdd4d0-f563-43b0-b1e3-4f7f816d79b1}" y="21" name=""/>
|
||||
<terminal x="0" orientation="n" uuid="{6f505308-b294-48e4-821c-da003e1cff89}" y="-21" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,34 @@
|
||||
<definition hotspot_x="22" type="element" link_type="simple" width="40" version="0.80" hotspot_y="34" height="50">
|
||||
<uuid uuid="{292876ce-c7fc-4eed-b957-ba6eecbd5ef2}"/>
|
||||
<names>
|
||||
<name lang="es">Conmutador bipolar NA</name>
|
||||
<name lang="en">Switch, DPST, n.o.</name>
|
||||
<name lang="ro">Comutator bipolar n,d.</name>
|
||||
<name lang="pl">Zestyki zwierne o przełączaniu niezawodnym</name>
|
||||
<name lang="fr">Commutateur bipolaire n.o.</name>
|
||||
<name lang="cs">Dvoupólový spínač</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<circle x="8.25" diameter="3.5" antialias="true" y="-21.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="8.25" diameter="3.5" antialias="true" y="-1.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-11.75" diameter="3.5" antialias="true" y="-1.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-11.75" diameter="3.5" antialias="true" y="-21.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="-30" y2="-22" x1="-10" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="-10" length2="1.5" end2="none"/>
|
||||
<line y1="-30" y2="-22" x1="10" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="10" length2="1.5" end2="none"/>
|
||||
<line y1="-10" y2="-10" x1="-18" length1="1.5" antialias="false" style="line-style:dotted;line-weight:normal;filling:none;color:black" end1="none" x2="13" length2="1.5" end2="none"/>
|
||||
<dynamic_text x="16" Valignment="AlignTop" Halignment="AlignLeft" rotation="0" z="9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" uuid="{131bf174-6f11-49a5-8e31-1366974c78b9}" y="-18" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line y1="10" y2="2" x1="-10" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="-10" length2="1.5" end2="none"/>
|
||||
<line y1="10" y2="2" x1="10" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="10" length2="1.5" end2="none"/>
|
||||
<line y1="-1.7" y2="-20" x1="-10.6" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="-15" length2="1.5" end2="none"/>
|
||||
<line y1="-1.7" y2="-20" x1="9.4" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="5" length2="1.5" end2="none"/>
|
||||
<terminal x="10" orientation="s" uuid="{62d6aa78-c93e-4ce0-9108-17cc95085452}" y="10" name=""/>
|
||||
<terminal x="-10" orientation="s" uuid="{52bf346a-cfa7-498c-85fd-4400fd338bc3}" y="10" name=""/>
|
||||
<terminal x="-10" orientation="n" uuid="{53465032-346d-4056-9a81-87c47bb07dda}" y="-30" name=""/>
|
||||
<terminal x="10" orientation="n" uuid="{b2675506-49be-4c22-8d32-aa9be7a200d4}" y="-30" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,13 +1,13 @@
|
||||
<definition width="30" version="0.4" hotspot_x="4" hotspot_y="34" height="50" link_type="simple" type="element">
|
||||
<uuid uuid="{C08E215A-998C-44C4-BE38-6A9E638C7CDB}"/><names>
|
||||
<name lang="ar">مفتاح بوضعين</name>
|
||||
<name lang="de">Wahlschalter 2 Positionen</name>
|
||||
<name lang="ru">Переключатель 2-х позиционный</name>
|
||||
<name lang="pt">Interruptor 2 posições</name>
|
||||
<name lang="de">Wahlschalter 3 Positionen</name>
|
||||
<name lang="ru">Переключатель 3-х позиционный</name>
|
||||
<name lang="pt">Interruptor 3 posições</name>
|
||||
<name lang="el">Διακόπτης 2 θέσεων</name>
|
||||
<name lang="en">Switch 2 positions</name>
|
||||
<name lang="it">Interruttore a 2 posizioni</name>
|
||||
<name lang="fr">Interrupteur 2 positions</name>
|
||||
<name lang="en">Switch 3 positions</name>
|
||||
<name lang="it">Interruttore a 3 posizioni</name>
|
||||
<name lang="fr">Interrupteur 3 positions</name>
|
||||
<name lang="pl">Zestyk przełączny przerwowy</name>
|
||||
<name lang="es">Interruptor 3 posiciones</name>
|
||||
<name lang="nl">WisselContact (NC/NO)</name>
|
||||
@@ -0,0 +1,39 @@
|
||||
<definition hotspot_x="24" type="element" link_type="simple" width="50" version="0.80" hotspot_y="34" height="50">
|
||||
<uuid uuid="{6a6396ac-0161-4b29-be22-b69e52599c55}"/>
|
||||
<names>
|
||||
<name lang="pt">Interruptor 3 posições</name>
|
||||
<name lang="es">Interruptor 3 posiciones</name>
|
||||
<name lang="en">Switch 3 positions</name>
|
||||
<name lang="it">Interruttore a 3 posizioni</name>
|
||||
<name lang="ro">comutatorcu3pozitii</name>
|
||||
<name lang="pl">Zestyk przełączny, trójpozycyjny</name>
|
||||
<name lang="ru">Переключатель 3-х позиционный</name>
|
||||
<name lang="de">Wahlschalter 3 Positionen</name>
|
||||
<name lang="fr">Interrupteur 3 positions</name>
|
||||
<name lang="cs">Třípolohový přepínač</name>
|
||||
<name lang="el">Διακόπτης 3 θέσεων</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: titus
|
||||
titus0818@yahoo.com
|
||||
</informations>
|
||||
<description>
|
||||
<dynamic_text x="18" Valignment="AlignTop" Halignment="AlignLeft" rotation="0" z="1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" uuid="{41daec74-14cf-4605-bb4d-22f9cecc0c85}" y="-33" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle x="18.5" diameter="3" antialias="true" y="-1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="2" y2="10" x1="20" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="20" length2="1.5" end2="none"/>
|
||||
<line y1="-18.8" y2="1" x1="-1.2" length1="1.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="-18" length2="1.5" end2="none"/>
|
||||
<circle x="-1.5" diameter="3" antialias="true" y="-1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-1.5" diameter="3" antialias="true" y="-21.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-21.5" diameter="3" antialias="true" y="-1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="2" y2="10" x1="-20" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="-20" length2="1.5" end2="none"/>
|
||||
<line y1="2" y2="10" x1="0" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="0" length2="1.5" end2="none"/>
|
||||
<line y1="-22" y2="-25.5943" x1="0" length1="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x2="0" length2="1.5" end2="none"/>
|
||||
<terminal x="0" orientation="s" uuid="{41a23056-b737-48fe-8bef-7a75fdcf8cd9}" y="10" name=""/>
|
||||
<terminal x="-20" orientation="s" uuid="{bc263590-b9f0-4386-9b01-8ee2cda81a36}" y="10" name=""/>
|
||||
<terminal x="0" orientation="n" uuid="{02106d3b-b190-4331-8a8e-8f608bf54299}" y="-30" name=""/>
|
||||
<terminal x="20" orientation="s" uuid="{283aaa3e-05cb-4b11-bcb8-beb1f4b6ae87}" y="10" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -16,8 +16,9 @@
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<text x="-22" color="#000000" text="0" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<polygon x3="150" x1="145" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="150"/>
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
<definition type="element" link_type="simple" hotspot_x="21" hotspot_y="34" version="0.5" width="40" height="50">
|
||||
<uuid uuid="{1518186B-7F8F-4A69-A715-937286537ED9}"/><names>
|
||||
<name lang="ro">Comutator bipolar n,d.</name>
|
||||
<name lang="pl">Zestyki zwierne o przełączaniu niezawodnym</name>
|
||||
<name lang="es">Conmutador bipolar NA</name>
|
||||
<name lang="fr">Conmutateur bipolaire NO</name>
|
||||
<name lang="cs">Dvoupólový spínač</name>
|
||||
</names>
|
||||
<informations>Author:titus
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<circle x="-13.5" y="-11" antialias="true" diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<polygon y2="0" y3="10" x1="-15" x2="-10" closed="false" x3="-10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20"/>
|
||||
<line y2="-20" x1="-10" end1="none" x2="-10" end2="none" length1="1.5" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30"/>
|
||||
<polygon y2="0" y3="10" x1="5" x2="10" closed="false" x3="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20"/>
|
||||
<line y2="-20" x1="10" end1="none" x2="10" end2="none" length1="1.5" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30"/>
|
||||
<circle x="6.5" y="-11" antialias="true" diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y2="-11" x1="-13" end1="none" x2="7" end2="none" length1="1.5" length2="1.5" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-11"/>
|
||||
<line y2="-9" x1="-13" end1="none" x2="7" end2="none" length1="1.5" length2="1.5" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-9"/>
|
||||
<input rotate="true" tagg="label" size="9" x="16" y="-6.5" text="_"/>
|
||||
<terminal orientation="s" x="10" y="10"/>
|
||||
<terminal orientation="n" x="10" y="-30"/>
|
||||
<terminal orientation="s" x="-10" y="10"/>
|
||||
<terminal orientation="n" x="-10" y="-30"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,34 +0,0 @@
|
||||
<definition type="element" height="50" version="0.5" width="50" link_type="simple" hotspot_x="24" hotspot_y="34">
|
||||
<uuid uuid="{D2C838A8-2C15-4977-880A-42CF376AB71B}"/><names>
|
||||
<name lang="es">Interruptor 3 posiciones</name>
|
||||
<name lang="pt">Interruptor 3 posições</name>
|
||||
<name lang="de">Wahlschalter 3 Positionen</name>
|
||||
<name lang="it">Interruttore a 3 posizioni</name>
|
||||
<name lang="ro">comutatorcu3pozitii</name>
|
||||
<name lang="el">Διακόπτης 3 θέσεων</name>
|
||||
<name lang="en">Switch 3 positions</name>
|
||||
<name lang="pl">Zestyk przełączny, trójpozycyjny</name>
|
||||
<name lang="fr">Interrupteur 3 positions</name>
|
||||
<name lang="ru">Переключатель 3-х позиционный</name>
|
||||
<name lang="cs">Třípolohový přepínač</name>
|
||||
</names>
|
||||
<informations>Author: titus
|
||||
titus0818@yahoo.com
|
||||
</informations>
|
||||
<description>
|
||||
<input tagg="label" size="9" x="18" text="_" y="-21.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="3" antialias="true" x="18.5" y="-1.5"/>
|
||||
<line end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" y2="10" antialias="false" x1="20" x2="20" length1="1.5" length2="1.5"/>
|
||||
<line end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" y2="1" antialias="true" x1="0" x2="-18" length1="1.5" length2="1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="3" antialias="true" x="-1.5" y="-1.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="3" antialias="true" x="-1.5" y="-21.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="3" antialias="true" x="-21.5" y="-1.5"/>
|
||||
<line end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" y2="10" antialias="false" x1="-20" x2="-20" length1="1.5" length2="1.5"/>
|
||||
<line end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" y2="10" antialias="false" x1="0" x2="0" length1="1.5" length2="1.5"/>
|
||||
<line end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20.4057" y2="-25.5943" antialias="false" x1="0" x2="0" length1="1.5" length2="1.5"/>
|
||||
<terminal x="-20" y="10" orientation="s"/>
|
||||
<terminal x="0" y="10" orientation="s"/>
|
||||
<terminal x="0" y="-30" orientation="n"/>
|
||||
<terminal x="20" y="10" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,29 +0,0 @@
|
||||
<definition width="30" version="0.3" hotspot_x="10" hotspot_y="25" height="50" type="element" orientation="dnny">
|
||||
<uuid uuid="{1DF6CC2E-009C-40B6-A165-FD2494620646}"/><names>
|
||||
<name lang="ar">مفتاح</name>
|
||||
<name lang="de">Ein-/Ausschalter</name>
|
||||
<name lang="ru">Переключатель</name>
|
||||
<name lang="pt">Interruptor</name>
|
||||
<name lang="el">Διακόπτης</name>
|
||||
<name lang="en">Switch</name>
|
||||
<name lang="it">Interruttore</name>
|
||||
<name lang="fr">Interrupteur</name>
|
||||
<name lang="pl">Łącznik</name>
|
||||
<name lang="es">Interruptor</name>
|
||||
<name lang="cs">Spínač</name>
|
||||
<name lang="nl">Contact (NO)</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-10" x1="-5" y2="10" x2="0" y3="20" x3="0"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="0" y2="-12.5" x2="0"/>
|
||||
<input x="2.75" y="3" size="9" text="_" tagg="label"/>
|
||||
<circle x="-1.75" y="-11.75" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="3.5"/>
|
||||
<terminal x="0" y="-21" orientation="n"/>
|
||||
<terminal x="0" y="21" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,40 @@
|
||||
<definition hotspot_y="44" version="0.80" orientation="dyyy" hotspot_x="21" width="70" height="70" link_type="simple" type="element">
|
||||
<uuid uuid="{7c5bf0a4-b664-43ff-905f-977c26c4488d}"/>
|
||||
<names>
|
||||
<name lang="en">AC MOTOR 1-Phase</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc x="-3" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="17" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="37" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="-3" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="35" rotation="0" text="PE" y="-19"/>
|
||||
<arc x="17" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="37" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<circle x="-15" diameter="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-10" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="16" rotation="0" text="N" y="-19"/>
|
||||
<rect x="19.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.198" antialias="false"/>
|
||||
<arc x="-17.5" angle="-80" start="20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="35" height="35" y="-12.5" antialias="true"/>
|
||||
<rect x="-0.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.198" antialias="false"/>
|
||||
<rect x="39.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-3" rotation="0" text="L" y="-19"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-5" rotation="0" text="M" y="3"/>
|
||||
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-7" rotation="0" text="1 ~" y="14"/>
|
||||
<line end1="none" length2="1.5" y2="-10" y1="-17" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<polygon y5="-4" y4="-4" y2="-10" y1="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" x4="12" x3="12" x5="12" closed="false" y3="-4" x1="20" antialias="false"/>
|
||||
<polygon y5="-17" y4="-17" y2="14" y1="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" x4="40" x3="40" x5="40" closed="false" y3="-17" x1="15" antialias="false"/>
|
||||
<dynamic_text z="28" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-48" rotation="0" uuid="{5b146f38-9c8c-410e-827c-456cac6fe424}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-8" frame="false">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="20" orientation="n" y="-40"/>
|
||||
<terminal x="40" orientation="n" y="-40"/>
|
||||
<terminal x="0" orientation="n" y="-40"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,49 @@
|
||||
<definition hotspot_y="44" version="0.80" orientation="dyyy" hotspot_x="30" width="80" height="70" link_type="simple" type="element">
|
||||
<uuid uuid="{bae1c471-52c4-4eb0-86c8-7283000b359e}"/>
|
||||
<names>
|
||||
<name lang="en">AC MOTOR 3-Phases</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc x="-3" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="17" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="37" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-23" rotation="0" text="U" y="-19"/>
|
||||
<arc x="-3" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="35" rotation="0" text="PE" y="-19"/>
|
||||
<arc x="17" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="37" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<circle x="-15" diameter="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-10" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="16" rotation="0" text="W" y="-19"/>
|
||||
<rect x="19.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.198" antialias="false"/>
|
||||
<arc x="-17.5" angle="-80" start="20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="35" height="35" y="-12.5" antialias="true"/>
|
||||
<rect x="-0.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.198" antialias="false"/>
|
||||
<rect x="39.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-3" rotation="0" text="V" y="-19"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-5" rotation="0" text="M" y="3"/>
|
||||
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-6" rotation="0" text="3 ~" y="11"/>
|
||||
<arc x="-23" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<arc x="-23" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-36" antialias="true"/>
|
||||
<rect x="-20.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-33.1982" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-40" y1="-36" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" end2="none" x1="-20" antialias="false"/>
|
||||
<rect x="-4" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" height="2" y="13" antialias="false"/>
|
||||
<rect x="-4" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:black;color:black" width="4" height="2" y="13" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-10" y1="-17" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<dynamic_text z="28" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-50" rotation="0" uuid="{5b146f38-9c8c-410e-827c-456cac6fe424}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-5" frame="false">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon y5="-4" y4="-4" y2="-10" y1="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" x4="-12" x3="-12" x5="-12" closed="false" y3="-4" x1="-20" antialias="false"/>
|
||||
<polygon y5="-4" y4="-4" y2="-10" y1="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" x4="12" x3="12" x5="12" closed="false" y3="-4" x1="20" antialias="false"/>
|
||||
<polygon y5="-17" y4="-17" y2="14" y1="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" x4="40" x3="40" x5="40" closed="false" y3="-17" x1="15" antialias="false"/>
|
||||
<terminal x="40" orientation="n" y="-40"/>
|
||||
<terminal x="-20" orientation="n" y="-40"/>
|
||||
<terminal x="0" orientation="n" y="-40"/>
|
||||
<terminal x="20" orientation="n" y="-40"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="ro">piezotransducer</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author:titus
|
||||
<informations>Author:titus
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<circle y="-20" antialias="false" diameter="40" x="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<name lang="fr">Transducteur piézocéramique 2</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author:titus
|
||||
<informations>Author:titus
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<circle x="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" diameter="40"/>
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
<definition hotspot_y="24" version="0.80" orientation="dyyy" hotspot_x="17" width="100" height="50" link_type="simple" type="element">
|
||||
<uuid uuid="{06bac228-c628-4e59-bae7-3f2721d2d41f}"/>
|
||||
<names>
|
||||
<name lang="es">Lámpara verde</name>
|
||||
<name lang="pt">Lâmpada</name>
|
||||
<name lang="en">Light</name>
|
||||
<name lang="ca">Lum verda</name>
|
||||
<name lang="cs">Světlo</name>
|
||||
<name lang="ru">Лампа</name>
|
||||
<name lang="fr">Lampe</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="33" diameter="14" style="line-style:normal;line-weight:normal;filling:yellow;color:black" y="-7" antialias="true"/>
|
||||
<circle x="13" diameter="14" style="line-style:normal;line-weight:normal;filling:green;color:black" y="-7" antialias="true"/>
|
||||
<circle x="39" diameter="2" style="line-style:normal;line-weight:normal;filling:none;color:black" y="13" antialias="false"/>
|
||||
<circle x="-7" diameter="14" style="line-style:normal;line-weight:normal;filling:red;color:black" y="-7" antialias="true"/>
|
||||
<circle x="19" diameter="2" style="line-style:normal;line-weight:normal;filling:none;color:black" y="13" antialias="false"/>
|
||||
<polygon y5="-7.74447" y4="8.25553" y2="-13.7445" y1="-7.74447" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="71.1262" x4="63.1262" x3="71.1262" x5="63.1262" closed="false" y3="14.2555" x1="63.1262" antialias="false"/>
|
||||
<arc x="-2.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="17.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<arc x="37.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<arc x="57.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-22.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-7" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<rect x="57.1262" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="16" y="-7.74447" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-7" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-8" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none" x1="60" antialias="false"/>
|
||||
<dynamic_text z="2" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="80" rotation="0" uuid="{eab74fae-85ab-493c-a96e-cc45b953db7a}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="5" frame="false">
|
||||
<text/>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="14" y1="7" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="14" y1="9" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none" x1="60" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="14" y1="7" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<dynamic_text z="3" Valignment="AlignTop" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="80" rotation="0" uuid="{d7cb3c37-ecc0-4d87-811b-33cc0fc3221a}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-10" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="5" y1="-5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" end2="none" x1="15" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-7" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="5" y1="-5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="45" end2="none" x1="35" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-5" y1="5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="45" end2="none" x1="35" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-5" y1="5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" end2="none" x1="15" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="7" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="5" y1="-5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" end2="none" x1="-5" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-5" y1="5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" end2="none" x1="-5" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="14" y1="14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none" x1="0" antialias="false"/>
|
||||
<circle x="-1" diameter="2" style="line-style:normal;line-weight:normal;filling:none;color:black" y="13" antialias="false"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="-15" rotation="0" uuid="{29d2349f-5f03-47cb-9b7a-b373fa6b3aad}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="2" frame="false">
|
||||
<text>+</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="77" end2="none" x1="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="77" end2="none" x1="77" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="63" end2="none" x1="77" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="43" end2="none" x1="57" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="23" end2="none" x1="37" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="3" end2="none" x1="17" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-12" end2="none" x1="-3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-12" end2="none" x1="-12" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-12" antialias="false"/>
|
||||
<terminal x="20" orientation="n" y="-20"/>
|
||||
<terminal x="60" orientation="n" y="-20"/>
|
||||
<terminal x="40" orientation="n" y="-20"/>
|
||||
<terminal x="0" orientation="s" y="20"/>
|
||||
<terminal x="0" orientation="n" y="-20"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,7 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en">ONNM4T</name>
|
||||
<name lang="de">ONNM4T</name>
|
||||
<name lang="cs">ONNM4T</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,317 @@
|
||||
<definition link_type="simple" type="element" width="110" height="200" hotspot_x="54" version="0.80" hotspot_y="95">
|
||||
<uuid uuid="{a36e8727-bc4d-43a5-a677-58f08f265f36}"/>
|
||||
<names>
|
||||
<name lang="de">ESP8266 nodemcu v3</name>
|
||||
<name lang="nl">ESP8266 nodemcu v3</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<text x="10" y="-32" color="#000000" text="Fi" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<rect x="-13" y="-11" antialias="false" width="2" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<rect x="-9" y="13" antialias="false" width="2" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<rect x="6" y="71" antialias="false" width="5" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<rect x="1" y="33" antialias="false" width="8" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<text x="-9" y="-42" color="#000000" text="ISM 2.4GHz" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<rect x="-23" y="33" antialias="false" width="2" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<rect x="16" y="47" antialias="false" width="8" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<text x="-13" y="-42" color="#000000" text="PA +25dBm" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<text x="-5" y="-59" color="#000000" text="VENDOR" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<text x="10" y="-47" color="#000000" text="Wi" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<text x="-17" y="-42" color="#000000" text="802.11b/g/n" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<circle diameter="2" x="-48" y="59" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="12" antialias="false" y2="12" x1="-9" end2="none" x2="-7" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-12" antialias="false" y2="-12" x1="-13" end2="none" x2="-11" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<circle diameter="2" x="46" y="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="71" antialias="false" y2="73" x1="6" end2="none" x2="6" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="38" x1="2" end2="none" x2="2" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="51" antialias="false" y2="52" x1="17" end2="none" x2="17" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="32" antialias="false" y2="32" x1="-23" end2="none" x2="-21" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="17" antialias="false" y2="17" x1="-9" end2="none" x2="-7" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="37" x1="-23" end2="none" x2="-21" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="51" antialias="false" y2="52" x1="19" end2="none" x2="19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-22" y="-42" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="37" antialias="false" y2="38" x1="4" end2="none" x2="4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-7" antialias="false" y2="-7" x1="-13" end2="none" x2="-11" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="71" antialias="false" y2="73" x1="11" end2="none" x2="11" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="51" antialias="false" y2="52" x1="21" end2="none" x2="21" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="8" y="-20" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="37" antialias="false" y2="38" x1="6" end2="none" x2="6" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="51" antialias="false" y2="52" x1="23" end2="none" x2="23" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="38" x1="8" end2="none" x2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<circle diameter="2" x="46" y="-1" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-22" y="-46" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="46" antialias="false" y2="45" x1="17" end2="none" x2="17" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="32" antialias="false" y2="31" x1="2" end2="none" x2="2" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="31" antialias="false" y2="32" x1="4" end2="none" x2="4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="45" antialias="false" y2="46" x1="19" end2="none" x2="19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<circle diameter="2" x="46" y="-61" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="45" antialias="false" y2="46" x1="21" end2="none" x2="21" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="20" y="-42" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="31" antialias="false" y2="32" x1="6" end2="none" x2="6" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="31" antialias="false" y2="32" x1="8" end2="none" x2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="45" antialias="false" y2="46" x1="23" end2="none" x2="23" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<circle diameter="2" x="-48" y="-21" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="46" y="-51" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-61" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-22" y="-34" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="19" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-22" y="-26" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="2" y="-20" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="14" y="-20" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="39" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-16" y="-20" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="-22" y="-54" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-41" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-22" y="-50" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="9" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-1" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-31" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="19" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="39" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="29" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-51" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="49" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="9" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-10" y="-20" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="-31" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="6" x="42" y="-88" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="69" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="46" y="-11" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="46" y="-41" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="69" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="46" y="49" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-4" y="-20" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="3" x="23.5" y="81" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<text x="16" y="78" color="#000000" text="FLASH" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<circle diameter="5" x="-47" y="88" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse x="42" y="88" antialias="false" width="6" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="29" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-22" y="-38" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="46" y="59" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<text x="34" y="-67" color="#000000" text="D0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="20" y="-46" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="21" y="79" antialias="false" width="8" height="7" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="35" y="-57" color="#000000" text="D1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="20" y="-34" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="35" y="-47" color="#000000" text="D2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="20" y="-54" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="20" y="-50" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-44" y="-67" color="#000000" text="A0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="20" y="-26" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-44" y="-58" color="#000000" text="G" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="20" y="-38" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="35" y="-38" color="#000000" text="D3" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="-48" color="#000000" text="VU" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="20" y="-30" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="35" y="-27" color="#000000" text="D4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="-18" color="#000000" text="3V" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="-37" color="#000000" text="S3" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="-27" color="#000000" text="S2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="39" y="-8" color="#000000" text="G" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="-17" color="#000000" text="S1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="3" color="#000000" text="D5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="-8" color="#000000" text="SC" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="13" color="#000000" text="D6" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="2" color="#000000" text="S0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="23" color="#000000" text="D7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="12" color="#000000" text="SK" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="33" color="#000000" text="D8" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="22" color="#000000" text="G" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="43" color="#000000" text="RX" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="32" color="#000000" text="3V" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="36" y="53" color="#000000" text="TX" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="43" color="#000000" text="EN" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="39" y="63" color="#000000" text="G" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="52" color="#000000" text="RST" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="35" y="73" color="#000000" text="3V" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="62" color="#000000" text="G" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<text x="-44" y="72" color="#000000" text="Vin" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<rect x="-10" y="85" antialias="false" width="20" height="15" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
|
||||
<circle diameter="3" x="-27.5" y="81" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-20" y="-90" antialias="false" width="40" height="70" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="0" y="-59" color="#000000" text="MODEL ESP8266mod" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<rect x="-20" y="-60" antialias="false" width="40" height="0" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="6" x="-48" y="-88" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="-30" y="79" antialias="false" width="8" height="7" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-20" y="80" color="#000000" text="RST" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="90"/>
|
||||
<text x="-14" y="80" color="#000000" text="LoL1n" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<circle diameter="2" x="46" y="-71" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="-70" antialias="false" y2="-70" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="70" antialias="false" y2="70" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="60" antialias="false" y2="60" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="50" antialias="false" y2="50" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="40" antialias="false" y2="40" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="30" antialias="false" y2="30" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="20" antialias="false" y2="20" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="10" antialias="false" y2="10" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="0" antialias="false" y2="0" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-10" antialias="false" y2="-10" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-20" antialias="false" y2="-20" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-30" antialias="false" y2="-30" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-40" antialias="false" y2="-40" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-50" antialias="false" y2="-50" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-60" antialias="false" y2="-60" x1="46" end2="none" x2="50" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-61" antialias="false" y2="-86" x1="-16" end2="none" x2="-16" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-86" x1="-16" end2="none" x2="-12" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-72" x1="-12" end2="none" x2="-12" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-72" antialias="false" y2="-72" x1="-12" end2="none" x2="-8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-72" antialias="false" y2="-86" x1="-8" end2="none" x2="-8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-86" x1="-8" end2="none" x2="-4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-72" x1="-4" end2="none" x2="-4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-72" antialias="false" y2="-72" x1="-4" end2="none" x2="0" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-72" antialias="false" y2="-86" x1="0" end2="none" x2="0" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-86" x1="0" end2="none" x2="4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-72" x1="4" end2="none" x2="4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-72" antialias="false" y2="-72" x1="4" end2="none" x2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-72" antialias="false" y2="-86" x1="8" end2="none" x2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-86" antialias="false" y2="-86" x1="8" end2="none" x2="16" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-66" antialias="false" y2="-66" x1="-16" end2="none" x2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<rect x="-22" y="-30" antialias="false" width="2" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-71" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle diameter="2" x="-48" y="-11" antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-22.7087" end2="none" x2="-22.7087" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-19.4072" end2="none" x2="-19.4072" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-16.1058" end2="none" x2="-16.1058" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-12.8042" end2="none" x2="-12.8042" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-9.50264" end2="none" x2="-9.50264" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-6.20107" end2="none" x2="-6.20107" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="-2.8995" end2="none" x2="-2.8995" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="48.0392" antialias="false" y2="49.9182" x1="0.402059" end2="none" x2="0.402059" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-26.0103" y="50.4637" antialias="false" width="29.7139" height="12.1224" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-22.7087" end2="none" x2="-22.7087" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-19.4072" end2="none" x2="-19.4072" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-16.1058" end2="none" x2="-16.1058" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-12.8042" end2="none" x2="-12.8042" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-9.50264" end2="none" x2="-9.50264" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-6.20107" end2="none" x2="-6.20107" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="-2.8995" end2="none" x2="-2.8995" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64.95" antialias="false" y2="63.071" x1="0.402059" end2="none" x2="0.402059" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<ellipse x="-1.24872" y="52.4639" antialias="false" width="3.30155" height="3.75795" style="line-style:normal;line-weight:thin;filling:none;color:gray"/>
|
||||
<line y1="4.59548" antialias="false" y2="4.59548" x1="0.611202" end2="none" x2="5.83929" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="10.7173" antialias="false" y2="10.7173" x1="0.611202" end2="none" x2="5.83929" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="16.8391" antialias="false" y2="16.8391" x1="0.611202" end2="none" x2="5.83929" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="6.6112" y="0.0109016" antialias="false" width="11.3888" height="19.9891" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="19" y="4" antialias="false" width="5.87257" height="12.1533" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:gray;color:gray"/>
|
||||
<rect x="-20" y="5" antialias="false" width="5" height="6" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<line y1="4" antialias="false" y2="4" x1="-19" end2="none" x2="-16" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="12" antialias="false" y2="12" x1="-19" end2="none" x2="-16" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-20" y="-11" antialias="false" width="2" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<line y1="-12" antialias="false" y2="-12" x1="-20" end2="none" x2="-18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-7" antialias="false" y2="-7" x1="-20" end2="none" x2="-18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-3" y="-10" antialias="false" width="8" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="-6" antialias="false" y2="-5" x1="-2" end2="none" x2="-2" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-6" antialias="false" y2="-5" x1="0" end2="none" x2="0" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-6" antialias="false" y2="-5" x1="2" end2="none" x2="2" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-6" antialias="false" y2="-5" x1="4" end2="none" x2="4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-11" antialias="false" y2="-12" x1="-2" end2="none" x2="-2" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-12" antialias="false" y2="-11" x1="0" end2="none" x2="0" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-12" antialias="false" y2="-11" x1="2" end2="none" x2="2" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-12" antialias="false" y2="-11" x1="4" end2="none" x2="4" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="15" y="-10" antialias="false" width="5" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
|
||||
<line y1="-10" antialias="false" y2="-8" x1="15" end2="none" x2="15" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-10" antialias="false" y2="-8" x1="20" end2="none" x2="20" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="18" y="62" antialias="false" width="4" height="1" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="61" antialias="false" y2="60" x1="18" end2="none" x2="18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="61" antialias="false" y2="60" x1="22" end2="none" x2="22" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="64" antialias="false" y2="65" x1="20" end2="none" x2="20" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="32" antialias="false" y2="32" x1="-10" end2="none" x2="-8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="37" x1="-10" end2="none" x2="-8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-10" y="33" antialias="false" width="2" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<rect x="-18" y="33" antialias="false" width="5" height="3" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:lightgray;color:lightgray"/>
|
||||
<line y1="33" antialias="false" y2="32" x1="-19" end2="none" x2="-19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="32" antialias="false" y2="32" x1="-18" end2="none" x2="-19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="32" antialias="false" y2="32" x1="-13" end2="none" x2="-12" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="33" antialias="false" y2="32" x1="-12" end2="none" x2="-12" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="36" antialias="false" y2="37" x1="-19" end2="none" x2="-19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="37" x1="-18" end2="none" x2="-19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="37" x1="-13" end2="none" x2="-12" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="36" antialias="false" y2="37" x1="-12" end2="none" x2="-12" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="36" x1="17" end2="none" x2="17" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="37" antialias="false" y2="36" x1="21" end2="none" x2="21" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="17" y="34" antialias="false" width="4" height="1" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="32" antialias="false" y2="33" x1="19" end2="none" x2="19" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-70" antialias="false" y2="-70" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-60" antialias="false" y2="-60" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-50" antialias="false" y2="-50" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-50" antialias="false" y2="-50" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-40" antialias="false" y2="-40" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-30" antialias="false" y2="-30" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-20" antialias="false" y2="-20" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-10" antialias="false" y2="-10" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="0" antialias="false" y2="0" x1="-50" end2="none" x2="-46" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="10" antialias="false" y2="10" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="20" antialias="false" y2="20" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="30" antialias="false" y2="30" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="40" antialias="false" y2="40" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="50" antialias="false" y2="50" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="60" antialias="false" y2="60" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="70" antialias="false" y2="70" x1="-50" end2="none" x2="-48" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-58" antialias="false" y2="-58" x1="-18" end2="none" x2="-8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-58" antialias="false" y2="-53" x1="-8" end2="none" x2="-8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-53" antialias="false" y2="-58" x1="-13" end2="none" x2="-13" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5"/>
|
||||
<arc start="90" angle="90" x="-17" y="-51" antialias="true" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc start="0" angle="90" x="-17" y="-51" antialias="true" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc start="90" angle="90" x="-15" y="-49" antialias="true" width="5.35138" height="6.46" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc start="0" angle="90" x="-15.7844" y="-49" antialias="true" width="6.92018" height="6.46" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc start="90" angle="90" x="6.85" y="-49" antialias="true" width="5.95" height="6.75" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<arc start="0" angle="90" x="12.8" y="-49" antialias="true" width="5.95" height="6.75" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<arc start="180" angle="90" x="6.85" y="-42.25" antialias="true" width="5.95" height="6.75" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<arc start="0" angle="90" x="12.8" y="-35.5" antialias="true" width="5.95" height="6.75" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<arc start="270" angle="90" x="12.8" y="-28.75" antialias="true" width="5.95" height="6.75" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<arc start="180" angle="90" x="6.85" y="-28.75" antialias="true" width="5.95" height="6.75" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line y1="-45.625" antialias="false" y2="-38.875" x1="6.85" end2="none" x2="6.85" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-49" antialias="false" y2="-49" x1="9.825" end2="none" x2="15.775" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-45.625" antialias="false" y2="-32.125" x1="18.75" end2="none" x2="18.75" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-35.5" antialias="false" y2="-35.5" x1="15.775" end2="none" x2="9.825" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-38.875" antialias="false" y2="-25.375" x1="6.85" end2="none" x2="6.85" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-22" antialias="false" y2="-22" x1="9.825" end2="none" x2="15.775" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<line y1="-25.375" antialias="false" y2="-32.125" x1="18.75" end2="none" x2="18.75" end1="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5"/>
|
||||
<rect x="7" y="67" antialias="false" width="3" height="2" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line y1="69" antialias="false" y2="67" x1="6" end2="none" x2="6" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="67" antialias="false" y2="69" x1="11" end2="none" x2="11" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-43" y="78" antialias="false" width="3" height="1" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="-43" y="81" antialias="false" width="3" height="1" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="78" antialias="false" y2="79" x1="-44" end2="none" x2="-44" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="78" antialias="false" y2="79" x1="-39" end2="none" x2="-39" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="81" antialias="false" y2="82" x1="-39" end2="none" x2="-39" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="81" antialias="false" y2="82" x1="-44" end2="none" x2="-44" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<rect x="-43" y="-79" antialias="false" width="2" height="1" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect x="-43" y="-76" antialias="false" width="2" height="1" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="-79" antialias="false" y2="-78" x1="-44" end2="none" x2="-44" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-76" antialias="false" y2="-75" x1="-44" end2="none" x2="-44" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-79" antialias="false" y2="-78" x1="-40" end2="none" x2="-40" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<line y1="-76" antialias="false" y2="-75" x1="-40" end2="none" x2="-40" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:gray" length1="1.5"/>
|
||||
<polygon y1="95" y3="-90" x3="50" antialias="false" y2="95" x4="-50" x5="-50" x1="10" y4="-90" x6="-10" x2="50" y5="95" y6="95" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
||||
<terminal orientation="e" x="50" name="" y="-60" uuid="{0ef256f0-f9f2-44a8-b295-0ecbc2e7fe0b}"/>
|
||||
<terminal orientation="e" x="50" name="" y="10" uuid="{14267edc-7c02-473b-8240-81b339eae790}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="0" uuid="{011ee72e-3cc8-4dcf-ab35-f0063822a365}"/>
|
||||
<terminal orientation="e" x="50" name="" y="-30" uuid="{a3e5b7d1-c17f-4d68-a5a6-e22e3fb336ec}"/>
|
||||
<terminal orientation="e" x="50" name="" y="-70" uuid="{50eb21b7-be92-4d96-a0c2-30ccc649fb74}"/>
|
||||
<terminal orientation="e" x="50" name="" y="0" uuid="{7d661241-dad3-4287-ac82-70074fc210da}"/>
|
||||
<terminal orientation="e" x="50" name="" y="20" uuid="{75772848-0a7a-4337-92cf-db4339c557f4}"/>
|
||||
<terminal orientation="e" x="50" name="" y="-50" uuid="{3f0b8ccd-f277-4492-beb2-06cccc3483e8}"/>
|
||||
<terminal orientation="e" x="50" name="" y="30" uuid="{82b13ccd-c0a7-4247-9712-955d881517f8}"/>
|
||||
<terminal orientation="e" x="50" name="" y="50" uuid="{584750db-9b98-459e-9fff-c58677a349d2}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="30" uuid="{a6f24dfa-b713-4a12-b630-92939d99d985}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-20" uuid="{f102ea0a-7bd6-450e-a76e-1e522a01e7e0}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-10" uuid="{cff1500d-4bd5-4cc2-adb7-2fe6d087e185}"/>
|
||||
<terminal orientation="e" x="50" name="" y="40" uuid="{6bc0e44e-37f8-4ac9-8035-be810c2cfcfb}"/>
|
||||
<terminal orientation="e" x="50" name="" y="-10" uuid="{0b1e9ed3-a178-4d85-b730-356e3211e8fe}"/>
|
||||
<terminal orientation="e" x="50" name="" y="70" uuid="{1cfd86ca-695e-4e31-898e-4c692e3b8e95}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="40" uuid="{33ee4868-e2dc-49fc-91d9-1bfa5b9f37be}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-70" uuid="{41e097d1-4411-4a20-a2b0-de4cd8ff5eb3}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="20" uuid="{2079c80a-aa39-4d76-8df0-d66080c443ff}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="10" uuid="{98402606-3ed2-44a1-8b05-9f71abb897b7}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="70" uuid="{4a87885a-6573-4eb5-b7de-9e585a40ffcf}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-50" uuid="{4ec722bb-5673-40b7-82ee-d765502ba3c3}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-40" uuid="{5bce8ebe-0afc-411e-a0d7-41ac7658161b}"/>
|
||||
<terminal orientation="e" x="50" name="" y="60" uuid="{c106496c-6c3a-4268-8a8e-f89a02119c01}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-60" uuid="{eec58d21-4cce-4344-a25e-3227e12c6929}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="50" uuid="{fca8da7f-87a9-463a-ba33-e461e1577832}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="-30" uuid="{98b61480-d41b-4938-bbef-f8d0b308542e}"/>
|
||||
<terminal orientation="e" x="50" name="" y="-40" uuid="{4905722a-119a-48b2-98cc-0bae47a7dc5c}"/>
|
||||
<terminal orientation="e" x="50" name="" y="-20" uuid="{e98d315d-7a3e-473f-bedc-042d35ca52b7}"/>
|
||||
<terminal orientation="w" x="-50" name="" y="60" uuid="{ced77be3-ca9d-4f0c-bbdf-69b3579104b6}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,55 @@
|
||||
<definition link_type="simple" hotspot_x="45" width="90" height="70" version="0.70" hotspot_y="47" orientation="dyyy" type="element">
|
||||
<uuid uuid="{ccf7beda-f8d5-4598-aa70-8b3d2032d4b8}"/>
|
||||
<names>
|
||||
<name lang="en">Fibaro DIMMER 2 FGD-212</name>
|
||||
<name lang="nl">Fibaro DIMMER 2 FGD-212</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="manufacturer" show="1">Fibaro</elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1">Dimmer 2</elementInformation>
|
||||
<elementInformation name="plant" show="1">230V / Z-Wave </elementInformation>
|
||||
<elementInformation name="description" show="1">zwave dimmer</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1">230V Dimmer</elementInformation>
|
||||
<elementInformation name="designation" show="1">FGD-212</elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<text y="-26" x="-8" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S2"/>
|
||||
<text y="-26" x="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="Sx"/>
|
||||
<text y="-26" x="-18" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S1"/>
|
||||
<text y="-26" x="22" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" text="∿"/>
|
||||
<text y="-27" x="23" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="↗"/>
|
||||
<rect y="-42" rx="0" x="-30" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<text y="-26" x="13" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="N"/>
|
||||
<rect y="-42" rx="0" x="-20" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-10" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="0" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="10" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="20" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<circle y="-40" x="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="12" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-28" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<polygon x3="-40" y4="0" x5="-40" x2="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-30" y2="-42" y5="0" x6="-40" y3="-32" closed="false" x4="-40" y6="0" y1="-42"/>
|
||||
<polygon x3="40" y4="0" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="30" y2="-42" y3="-32" closed="false" x4="40" y1="-42"/>
|
||||
<arc y="-20" x="-40" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="180"/>
|
||||
<arc y="-20" x="-40" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="270"/>
|
||||
<rect y="-5" rx="0" x="-30" width="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" ry="0"/>
|
||||
<text y="-19" x="-26" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="L"/>
|
||||
<text y="-6" x="-19" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="DIMMER 2"/>
|
||||
<circle y="-3.7" x="-28.5" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" diameter="4"/>
|
||||
<terminal y="-42" x="25" orientation="n"/>
|
||||
<terminal y="-42" x="-15" orientation="n"/>
|
||||
<terminal y="-42" x="-5" orientation="n"/>
|
||||
<terminal y="-42" x="-25" orientation="n"/>
|
||||
<terminal y="-42" x="15" orientation="n"/>
|
||||
<terminal y="-42" x="5" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,56 @@
|
||||
<definition link_type="simple" hotspot_x="50" width="90" height="70" version="0.70" hotspot_y="47" orientation="dyyy" type="element">
|
||||
<uuid uuid="{0050a285-ff08-4210-945d-f2cdec6cb86c}"/>
|
||||
<names>
|
||||
<name lang="en">Fibaro Double Switch 2 FGS-223</name>
|
||||
<name lang="nl">Fibaro Double Switch 2 FGS-223</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="manufacturer" show="1">Fibaro</elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1">Double Switch 2</elementInformation>
|
||||
<elementInformation name="plant" show="1">230V / Z-Wave</elementInformation>
|
||||
<elementInformation name="description" show="1">Zwave Double switch</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">FGS-223</elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<text y="4" x="-16" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="FGS-223"/>
|
||||
<text y="-4" x="-24" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="SWITCH 2"/>
|
||||
<text y="-26" x="-1" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="L"/>
|
||||
<text y="-26" x="-23" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S2"/>
|
||||
<text y="-26" x="-33" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S1"/>
|
||||
<text y="-26" x="18" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="N"/>
|
||||
<rect y="-42" rx="0" x="-35" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<text y="-26" x="7" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="Q1"/>
|
||||
<rect y="-42" rx="0" x="-25" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-15" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-5" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="5" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="15" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<circle y="-40" x="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="17" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<polygon x3="-45" y4="0" x5="-45" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-35" y2="-42" y5="0" x6="-45" y3="-32" closed="false" x4="-45" y6="0" y1="-42"/>
|
||||
<polygon x3="35" y4="0" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="25" y2="-42" y3="-32" closed="false" x4="35" y1="-42"/>
|
||||
<arc y="-20" x="-45" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="180"/>
|
||||
<arc y="-20" x="-45" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="270"/>
|
||||
<rect y="-5" rx="0" x="-35" width="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" ry="0"/>
|
||||
<text y="-26" x="-13" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="Q2"/>
|
||||
<text y="-13" x="-20" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="DOUBLE"/>
|
||||
<circle y="-3.2" x="-33" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" diameter="3"/>
|
||||
<terminal y="-42" x="20" orientation="n"/>
|
||||
<terminal y="-42" x="0" orientation="n"/>
|
||||
<terminal y="-42" x="-20" orientation="n"/>
|
||||
<terminal y="-42" x="-10" orientation="n"/>
|
||||
<terminal y="-42" x="-30" orientation="n"/>
|
||||
<terminal y="-42" x="10" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,72 @@
|
||||
<definition link_type="simple" hotspot_x="115" width="230" height="170" version="0.70" hotspot_y="56" orientation="dyyy" type="element">
|
||||
<uuid uuid="{05effa26-d988-45fb-a7aa-48004fc5d9c3}"/>
|
||||
<names>
|
||||
<name lang="en">Fibaro RGBW Controller FGRGBWM-441</name>
|
||||
<name lang="nl">Fibaro RGBW Controller FGRGBWM-441</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Fibaro Group S.A.</elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1">Fibaro RGBW</elementInformation>
|
||||
<elementInformation name="plant" show="1">12/24 DC / z-wave</elementInformation>
|
||||
<elementInformation name="description" show="1">RGBW Dimmer</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">FGRGBWM-441</elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>drawn by bertus van der werf
|
||||
(c) by fibaro.com</informations>
|
||||
<description>
|
||||
<text y="-27" x="-34" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="OUT1"/>
|
||||
<text y="-27" x="6" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="IN3"/>
|
||||
<text y="-27" x="26" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="IN2"/>
|
||||
<text y="-27" x="66" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="GND"/>
|
||||
<text y="-27" x="-74" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="OUT3"/>
|
||||
<text y="-27" x="86" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="P"/>
|
||||
<text y="-27" x="46" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="IN1"/>
|
||||
<rect y="-50" rx="0" x="-20" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<text y="-27" x="-54" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="OUT2"/>
|
||||
<text y="-27" x="-14" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="IN4"/>
|
||||
<rect y="-50" rx="0" x="-40" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="-60" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="-80" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="-100" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="20" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="40" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="60" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-50" rx="0" x="80" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<circle y="-45" x="-95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="-75" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="65" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-45" x="85" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<polygon x3="110" x2="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="100" y2="-40" y3="30" closed="false" y1="-50"/>
|
||||
<arc y="-50" x="-110" width="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="160" angle="90" start="180"/>
|
||||
<arc y="-50" x="-110" width="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="160" angle="90" start="270"/>
|
||||
<rect y="40" rx="0" x="-90" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<text y="51" x="-88" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" text="*"/>
|
||||
<text y="-27" x="-95" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="90" text="OUT4"/>
|
||||
<text y="30" x="-40" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="FIBARO RGBW"/>
|
||||
<text y="42" x="-38" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="CONTROLLER"/>
|
||||
<polygon x3="-110" x2="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-100" y2="-40" y3="30" closed="false" y1="-50"/>
|
||||
<terminal y="-50" x="-70" orientation="n"/>
|
||||
<terminal y="-50" x="90" orientation="n"/>
|
||||
<terminal y="-50" x="70" orientation="n"/>
|
||||
<terminal y="-50" x="50" orientation="n"/>
|
||||
<terminal y="-50" x="10" orientation="n"/>
|
||||
<terminal y="-50" x="30" orientation="n"/>
|
||||
<terminal y="-50" x="-10" orientation="n"/>
|
||||
<terminal y="-50" x="-30" orientation="n"/>
|
||||
<terminal y="-50" x="-50" orientation="n"/>
|
||||
<terminal y="-50" x="-90" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,57 @@
|
||||
<definition link_type="simple" hotspot_x="50" width="90" height="70" version="0.70" hotspot_y="47" orientation="dyyy" type="element">
|
||||
<uuid uuid="{3755539c-9ac9-426b-84c6-d214392ae320}"/>
|
||||
<names>
|
||||
<name lang="en">Fibaro Roller Shutter 3</name>
|
||||
<name lang="nl">Fibaro Roller Shutter 3</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="manufacturer" show="1">Fibaro</elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1">230v z-wave</elementInformation>
|
||||
<elementInformation name="description" show="1">control roller blinds</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">FGR-223</elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>drawn by bertus van der werf
|
||||
(c) Fibaro Groupe</informations>
|
||||
<description>
|
||||
<text y="-26" x="-13" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="Q2"/>
|
||||
<text y="-26" x="-1" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="L"/>
|
||||
<text y="-26" x="-23" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S2"/>
|
||||
<text y="-26" x="18" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="N"/>
|
||||
<rect y="-42" rx="0" x="-35" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<text y="-26" x="7" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="Q1"/>
|
||||
<rect y="-42" rx="0" x="-25" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-15" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-5" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="5" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="15" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<circle y="-40" x="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="17" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<polygon x3="-45" y4="0" x5="-45" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-35" y2="-42" y5="0" x6="-45" y3="-32" closed="false" x4="-45" y6="0" y1="-42"/>
|
||||
<polygon x3="35" y4="0" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="25" y2="-42" y3="-32" closed="false" x4="35" y1="-42"/>
|
||||
<arc y="-20" x="-45" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="180"/>
|
||||
<arc y="-20" x="-45" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="270"/>
|
||||
<rect y="-5" rx="0" x="-35" width="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" ry="0"/>
|
||||
<text y="-26" x="-33" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S1"/>
|
||||
<text y="-14" x="-16" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="Roller"/>
|
||||
<text y="-2" x="-22" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="Shutter 3"/>
|
||||
<text y="-5" x="-33" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="B"/>
|
||||
<circle y="-3.7" x="-33.5" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" diameter="4"/>
|
||||
<terminal y="-42" x="0" orientation="n"/>
|
||||
<terminal y="-42" x="-20" orientation="n"/>
|
||||
<terminal y="-42" x="-10" orientation="n"/>
|
||||
<terminal y="-42" x="-30" orientation="n"/>
|
||||
<terminal y="-42" x="10" orientation="n"/>
|
||||
<terminal y="-42" x="20" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,56 @@
|
||||
<definition link_type="simple" hotspot_x="50" width="90" height="70" version="0.70" hotspot_y="47" orientation="dyyy" type="element">
|
||||
<uuid uuid="{b705d339-cf5e-47b8-82ab-922713e6536d}"/>
|
||||
<names>
|
||||
<name lang="en">Fibaro Single Switch 2 FGS-213</name>
|
||||
<name lang="nl">Fibaro Single Switch 2 FGS-213</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="manufacturer" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1">230V / Bluetooth</elementInformation>
|
||||
<elementInformation name="description" show="1">Fibaro Single Switch 2 FGS-213</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">FGS-213</elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<text y="5" x="-20" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="FGS-213"/>
|
||||
<text y="-4" x="-24" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="SWITCH 2"/>
|
||||
<text y="-26" x="-1" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="L"/>
|
||||
<text y="-26" x="-23" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S2"/>
|
||||
<text y="-26" x="-33" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="S1"/>
|
||||
<text y="-26" x="18" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="N"/>
|
||||
<rect y="-42" rx="0" x="-35" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<text y="-26" x="8" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="Q"/>
|
||||
<rect y="-42" rx="0" x="-25" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-15" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="-5" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="5" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<rect y="-42" rx="0" x="15" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" ry="0"/>
|
||||
<circle y="-40" x="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="17" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<circle y="-40" x="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="6"/>
|
||||
<polygon x3="-45" y4="0" x5="-45" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-35" y2="-42" y5="0" x6="-45" y3="-32" closed="false" x4="-45" y6="0" y1="-42"/>
|
||||
<polygon x3="35" y4="0" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="25" y2="-42" y3="-32" closed="false" x4="35" y1="-42"/>
|
||||
<arc y="-20" x="-45" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="180"/>
|
||||
<arc y="-20" x="-45" width="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="40" angle="90" start="270"/>
|
||||
<rect y="-5" rx="0" x="-35" width="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="7" ry="0"/>
|
||||
<text y="-26" x="-11" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="L"/>
|
||||
<text y="-13" x="-20" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="SINGLE"/>
|
||||
<circle y="-3.7" x="-33.5" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" diameter="4"/>
|
||||
<terminal y="-42" x="-30" orientation="n"/>
|
||||
<terminal y="-42" x="10" orientation="n"/>
|
||||
<terminal y="-42" x="20" orientation="n"/>
|
||||
<terminal y="-42" x="0" orientation="n"/>
|
||||
<terminal y="-42" x="-20" orientation="n"/>
|
||||
<terminal y="-42" x="-10" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,79 @@
|
||||
<definition link_type="simple" hotspot_x="234" width="260" height="160" version="0.70" hotspot_y="92" orientation="dyyy" type="element">
|
||||
<uuid uuid="{5e7f1b4f-1841-4a06-9a7b-2f4eb31a2a32}"/>
|
||||
<names>
|
||||
<name lang="en">Fibaro universal binary sensor</name>
|
||||
<name lang="nl">Fibaro universal binary sensor</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="manufacturer" show="1">Fibaro</elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1">9-30V DC / Z-wave</elementInformation>
|
||||
<elementInformation name="description" show="1">Universal Binary Sensor</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1">FGBS-001</elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<text y="13" x="-35" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="OUT1"/>
|
||||
<text y="-45" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="TD"/>
|
||||
<text y="-25" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="TP"/>
|
||||
<text y="-65" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="GND"/>
|
||||
<text y="55" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="P"/>
|
||||
<text y="15" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="IN1"/>
|
||||
<text y="-5" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="IN2"/>
|
||||
<text y="35" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="GND"/>
|
||||
<rect y="-50" rx="0" x="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-30" rx="0" x="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="-10" rx="0" x="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<rect y="10" rx="0" x="0" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<circle y="-45" x="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-25" x="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="-5" x="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<circle y="15" x="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="10"/>
|
||||
<line x2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" length2="1.5" y2="-40" end1="none" length1="1.5" end2="none" y1="-40"/>
|
||||
<line x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" length2="1.5" y2="-20" end1="none" length1="1.5" end2="none" y1="-20"/>
|
||||
<line x2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" length2="1.5" y2="0" end1="none" length1="1.5" end2="none" y1="0"/>
|
||||
<line x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" length2="1.5" y2="20" end1="none" length1="1.5" end2="none" y1="20"/>
|
||||
<line x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" length2="1.5" y2="20" end1="none" length1="1.5" end2="none" y1="0"/>
|
||||
<line x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" length2="1.5" y2="0" end1="none" length1="1.5" end2="none" y1="0"/>
|
||||
<line x2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-30" length2="1.5" y2="-5" end1="none" length1="1.5" end2="none" y1="0"/>
|
||||
<line x2="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" length2="1.5" y2="-20" end1="none" length1="1.5" end2="none" y1="-20"/>
|
||||
<line x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" length2="1.5" y2="-20" end1="none" length1="1.5" end2="none" y1="-40"/>
|
||||
<line x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-40" length2="1.5" y2="-40" end1="none" length1="1.5" end2="none" y1="-40"/>
|
||||
<line x2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-30" length2="1.5" y2="-45" end1="none" length1="1.5" end2="none" y1="-40"/>
|
||||
<rect y="-30" rx="0" x="-75" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="40" ry="0"/>
|
||||
<rect y="-20" rx="0" x="-70" width="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" ry="0"/>
|
||||
<polygon x3="-105" x2="-105" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" y2="-50" y3="-45" closed="false" y1="-50"/>
|
||||
<polygon x3="-105" x2="-105" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="0" y2="30" y3="25" closed="false" y1="30"/>
|
||||
<rect y="-45" rx="0" x="-110" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="70" ry="0"/>
|
||||
<line x2="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" length2="1.5" y2="-45" end1="none" length1="1.5" end2="none" y1="-50"/>
|
||||
<line x2="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" length2="1.5" y2="30" end1="none" length1="1.5" end2="none" y1="25"/>
|
||||
<polygon x3="-200" y4="-60" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="-35" y3="-60" closed="false" x4="-230" y1="-35"/>
|
||||
<polygon x3="-200" y4="-40" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="-25" y3="-40" closed="false" x4="-230" y1="-25"/>
|
||||
<polygon x3="-200" y4="-80" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="-45" y3="-80" closed="false" x4="-230" y1="-45"/>
|
||||
<polygon x3="-200" y4="0" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="-5" y3="0" closed="false" x4="-230" y1="-5"/>
|
||||
<polygon x3="-200" y4="20" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="5" y3="20" closed="false" x4="-230" y1="5"/>
|
||||
<polygon x3="-200" y4="40" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="15" y3="40" closed="false" x4="-230" y1="15"/>
|
||||
<polygon x3="-200" y4="60" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="25" y3="60" closed="false" x4="-230" y1="25"/>
|
||||
<polygon x3="-200" y4="-20" x2="-160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="-110" y2="-15" y3="-20" closed="false" x4="-230" y1="-15"/>
|
||||
<text y="-80" x="-230" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="ANT"/>
|
||||
<text y="-23" x="-35" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="OUT2"/>
|
||||
<terminal y="0" x="-230" orientation="w"/>
|
||||
<terminal y="-40" x="20" orientation="e"/>
|
||||
<terminal y="-60" x="-230" orientation="w"/>
|
||||
<terminal y="40" x="-230" orientation="w"/>
|
||||
<terminal y="20" x="-230" orientation="w"/>
|
||||
<terminal y="-20" x="-230" orientation="w"/>
|
||||
<terminal y="20" x="20" orientation="e"/>
|
||||
<terminal y="-80" x="-230" orientation="w"/>
|
||||
<terminal y="0" x="20" orientation="e"/>
|
||||
<terminal y="-20" x="20" orientation="e"/>
|
||||
<terminal y="60" x="-230" orientation="w"/>
|
||||
<terminal y="-40" x="-230" orientation="w"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,8 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en">Fibaro</name>
|
||||
<name lang="de">Fibaro</name>
|
||||
<name lang="fr">Fibaro</name>
|
||||
<name lang="cs">Fibaro</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,416 @@
|
||||
<definition hotspot_x="365" height="210" hotspot_y="104" width="740" type="element" version="0.80" link_type="simple">
|
||||
<uuid uuid="{6e1450d1-6a58-4698-b0e5-17b3c0e8036a}"/>
|
||||
<names>
|
||||
<name lang="en">IPX800 V5</name>
|
||||
<name lang="fr">IPX800 V5</name>
|
||||
<name lang="be">IPX800 V5</name>
|
||||
<name lang="el">IPX800 V5</name>
|
||||
<name lang="es">IPX800 V5</name>
|
||||
<name lang="it">IPX800 V5</name>
|
||||
<name lang="cs">IPX800 V5</name>
|
||||
<name lang="nl">IPX800 V5</name>
|
||||
<name lang="pl">IPX800 V5</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="designation">IPX 800 V5</elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect x="-350" ry="0" height="30" y="60" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-275.781" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="EBX" rotation="0"/>
|
||||
<text color="#000000" x="217" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-62" text="Open Collector" rotation="0"/>
|
||||
<text color="#000000" x="-187" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="88" text="Gnd" rotation="0"/>
|
||||
<text color="#000000" x="201" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="Max Output : 30V / 50mA" rotation="0"/>
|
||||
<text color="#000000" x="283" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="67" text="LAN" rotation="0"/>
|
||||
<text color="#000000" x="-192" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="3" rotation="0"/>
|
||||
<text color="#000000" x="-349" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="56" text="Powered EBX" rotation="0"/>
|
||||
<text color="#000000" x="-302.141" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="3" rotation="0"/>
|
||||
<polygon x3="-50" y1="-60" y2="-30" x2="-40" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" antialias="false"/>
|
||||
<polygon x3="140" y1="-60" y2="-30" x2="150" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="150" antialias="false"/>
|
||||
<polygon x3="57" y1="-60" y2="-50" x2="70" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="70" antialias="false"/>
|
||||
<polygon x3="-180" y1="-60" y2="-30" x2="-170" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-170" antialias="false"/>
|
||||
<polygon x3="-120" y1="-60" y2="-30" x2="-110" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-110" antialias="false"/>
|
||||
<polygon x3="-273" y1="-60" y2="-50" x2="-260" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-260" antialias="false"/>
|
||||
<polygon x3="10" y1="-60" y2="-30" x2="20" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" antialias="false"/>
|
||||
<polygon x3="-333" y1="-60" y2="-50" x2="-320" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-320" antialias="false"/>
|
||||
<polygon x3="-73" y1="-60" y2="-50" x2="-60" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" antialias="false"/>
|
||||
<polygon x3="-13" y1="-60" y2="-50" x2="0" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" antialias="false"/>
|
||||
<polygon x3="-143" y1="-60" y2="-50" x2="-130" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-130" antialias="false"/>
|
||||
<polygon x3="-203" y1="-60" y2="-50" x2="-190" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-190" antialias="false"/>
|
||||
<polygon x3="80" y1="-60" y2="-30" x2="90" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="90" antialias="false"/>
|
||||
<rect x="-350" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-310" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x3="-250" y1="-60" y2="-30" x2="-240" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-240" antialias="false"/>
|
||||
<rect x="-160" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-153.016" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="10" rotation="0"/>
|
||||
<rect x="-210" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-320" ry="0" height="30" y="60" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="250" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-190" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x3="121" y1="-60" y2="-30" x2="110" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="110" antialias="false"/>
|
||||
<polygon x3="-269" y1="-60" y2="-30" x2="-280" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-280" antialias="false"/>
|
||||
<text color="#000000" x="-212" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="Modbus" rotation="0"/>
|
||||
<polygon x3="-139" y1="-60" y2="-30" x2="-150" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-150" antialias="false"/>
|
||||
<polygon x3="-199" y1="-60" y2="-30" x2="-210" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-210" antialias="false"/>
|
||||
<polygon x3="-69" y1="-60" y2="-30" x2="-80" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-80" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-348" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-348" antialias="false"/>
|
||||
<text color="#000000" x="-23" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="16" rotation="0"/>
|
||||
<rect x="170" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-318" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-318" antialias="false"/>
|
||||
<polygon x3="-9" y1="-60" y2="-30" x2="-20" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" antialias="false"/>
|
||||
<polygon x3="61" y1="-60" y2="-30" x2="50" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="50" antialias="false"/>
|
||||
<rect x="-230" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="72" x2="-317.433" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-302.698" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="72" x2="-347.433" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-332.698" antialias="false"/>
|
||||
<text color="#000000" x="189" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="1" rotation="0"/>
|
||||
<rect x="190" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-62" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="5" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-332" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-332" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-302" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-302" antialias="false"/>
|
||||
<rect x="150" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-114" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="12" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="90" y2="90" x2="-170" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-230" antialias="false"/>
|
||||
<rect x="240" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-317" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-315" antialias="false"/>
|
||||
<rect x="180" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-223" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="88" text="+" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-347" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-345" antialias="false"/>
|
||||
<rect x="190" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-84" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="13" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-332" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-335" antialias="false"/>
|
||||
<rect x="220" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-355" ry="0" height="70" y="-25" width="720" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-202" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="88" text="-" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-302" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-305" antialias="false"/>
|
||||
<rect x="230" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-344" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-344" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-314" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-314" antialias="false"/>
|
||||
<text color="#000000" x="-62" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="14" rotation="0"/>
|
||||
<rect x="170" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="280" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-230" ry="0" height="10" y="70" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-3" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="17" rotation="0"/>
|
||||
<rect x="280" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-336" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-336" antialias="false"/>
|
||||
<rect x="150" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-306" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-306" antialias="false"/>
|
||||
<text color="#000000" x="-44" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="15" rotation="0"/>
|
||||
<rect x="220" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="198" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="2" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="85" x2="-314" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-306" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="85" x2="-344" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-336" antialias="false"/>
|
||||
<text color="#000000" x="128" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="8" rotation="0"/>
|
||||
<text color="#000000" x="178" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="1" rotation="0"/>
|
||||
<text color="#000000" x="-317" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="79" text="RJ45" rotation="0"/>
|
||||
<text color="#000000" x="-347" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="79" text="RJ45" rotation="0"/>
|
||||
<rect x="240" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="230" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-319" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="67" text="EBX 2" rotation="0"/>
|
||||
<text color="#000000" x="16" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="18" rotation="0"/>
|
||||
<rect x="180" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-349" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="67" text="EBX 1" rotation="0"/>
|
||||
<text color="#000000" x="-171" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-62" text="Relay Outputs - Max switched current 10A - 277 VAC" rotation="0"/>
|
||||
<rect x="200" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="157" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="C" rotation="0"/>
|
||||
<rect x="250" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="68" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="7" rotation="0"/>
|
||||
<rect x="260" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="210" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-192" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="8" rotation="0"/>
|
||||
<text color="#000000" x="268" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="4" rotation="0"/>
|
||||
<text color="#000000" x="47" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="19" rotation="0"/>
|
||||
<text color="#000000" x="208" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="2" rotation="0"/>
|
||||
<text color="#000000" x="258" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="4" rotation="0"/>
|
||||
<text color="#000000" x="-3" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="6" rotation="0"/>
|
||||
<rect x="210" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="260" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="200" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-322" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="1" rotation="0"/>
|
||||
<text color="#000000" x="238" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="3" rotation="0"/>
|
||||
<text color="#000000" x="-262" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="2" rotation="0"/>
|
||||
<text color="#000000" x="228" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="C" rotation="0"/>
|
||||
<text color="#000000" x="218" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="C" rotation="0"/>
|
||||
<text color="#000000" x="288" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="C" rotation="0"/>
|
||||
<rect x="150" ry="0" height="10" y="70" width="120" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="188" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="Isolated Inputs" rotation="0"/>
|
||||
<text color="#000000" x="248" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="3" rotation="0"/>
|
||||
<rect x="-360" ry="0" height="180" y="-90" width="730" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="330" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-62" text="12Vcc" rotation="0"/>
|
||||
<rect x="45" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="65" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="50" antialias="false"/>
|
||||
<rect x="85" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="105" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="30" antialias="false"/>
|
||||
<rect x="-90" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="10" antialias="false"/>
|
||||
<rect x="25" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="5" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="100" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-30" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="40" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="340" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="128" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="8" rotation="0"/>
|
||||
<rect x="80" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-180" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="125" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-150" ry="0" height="10" y="70" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-310" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-150" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-50" ry="0" height="10" y="70" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-270" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-330" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="70" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="90" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="110" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="110" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="130" antialias="false"/>
|
||||
<rect x="-250" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="280" ry="0" height="30" y="60" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="50" antialias="false"/>
|
||||
<rect x="-110" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="10" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-50" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-120" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-47" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="3.3V" rotation="0"/>
|
||||
<text color="#000000" x="-144" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="0V" rotation="0"/>
|
||||
<rect x="80" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="320" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="140" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="282" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="282" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="110" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="110" antialias="false"/>
|
||||
<rect x="-270" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-330" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-200" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-350" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="140" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="72" x2="282.567" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="297.302" antialias="false"/>
|
||||
<rect x="-270" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-50" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="130" antialias="false"/>
|
||||
<rect x="80" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="10" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-120" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-341" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="1" rotation="0"/>
|
||||
<rect x="320" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="0" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-90" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-200" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="298" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="298" antialias="false"/>
|
||||
<rect x="100" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="40" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-130" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-30" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="90" antialias="false"/>
|
||||
<rect x="340" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-90" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="20" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-250" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-180" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="348" font="Sans Serif,10,-1,5,50,0,0,0,0,0" y="-81" text="-" rotation="0"/>
|
||||
<rect x="60" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-90" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-20" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="120" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="283" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="285" antialias="false"/>
|
||||
<rect x="-290" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-70" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-10" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="70" antialias="false"/>
|
||||
<rect x="-140" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-220" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="10" antialias="false"/>
|
||||
<text color="#000000" x="325" font="Sans Serif,10,-1,5,50,0,0,0,0,0" y="-81" text="+" rotation="0"/>
|
||||
<text color="#000000" x="126" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="23" rotation="0"/>
|
||||
<rect x="-50" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="20" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="67" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="20" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="298" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="295" antialias="false"/>
|
||||
<dynamic_text text_width="-1" x="-340" z="210" frame="false" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="10" Halignment="AlignLeft" text_from="UserText" uuid="{f3ddc616-6068-4575-bba2-59e7cc29acdd}" Valignment="AlignTop" rotation="0">
|
||||
<text>IP: ---:---:---:---</text>
|
||||
</dynamic_text>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="30" antialias="false"/>
|
||||
<rect x="120" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-10" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-140" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-110" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="60" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="60" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-220" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="286" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="286" antialias="false"/>
|
||||
<rect x="-290" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-70" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="294" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="294" antialias="false"/>
|
||||
<rect x="-130" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="0" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-322" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="2" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="58" y2="50" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-10" antialias="false"/>
|
||||
<text color="#000000" x="86" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="21" rotation="0"/>
|
||||
<text color="#000000" x="-282" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="4" rotation="0"/>
|
||||
<text color="#000000" x="146" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="24" rotation="0"/>
|
||||
<text color="#000000" x="-242" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="6
" rotation="0"/>
|
||||
<text color="#000000" x="-212" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="7" rotation="0"/>
|
||||
<text color="#000000" x="-262" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="5" rotation="0"/>
|
||||
<text color="#000000" x="-82" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="3" rotation="0"/>
|
||||
<rect x="120" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="106" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="22" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="85" x2="286" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="294" antialias="false"/>
|
||||
<text color="#000000" x="-102" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="2" rotation="0"/>
|
||||
<rect x="-20" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="120" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-50" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-123" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="1" rotation="0"/>
|
||||
<text color="#000000" x="28" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="3" rotation="0"/>
|
||||
<rect x="-150" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="8" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="2" rotation="0"/>
|
||||
<rect x="-70" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="60" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-13" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="1" rotation="0"/>
|
||||
<text color="#000000" x="-147" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="Gnd" rotation="0"/>
|
||||
<rect x="-70" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="80" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-43" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="88" text="+" rotation="0"/>
|
||||
<text color="#000000" x="-62" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="4" rotation="0"/>
|
||||
<rect x="40" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="100" ry="0" height="10" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="88" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="6" rotation="0"/>
|
||||
<rect x="100" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="40" ry="0" height="10" y="90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="68" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="5" rotation="0"/>
|
||||
<text color="#000000" x="108" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="7" rotation="0"/>
|
||||
<text color="#000000" x="48" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="88" text="4" rotation="0"/>
|
||||
<rect x="-15" ry="0" height="4" y="58" width="11" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="62" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-10" antialias="false"/>
|
||||
<dynamic_text text_width="-1" x="-340" z="262" frame="false" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-25" Halignment="AlignLeft" text_from="UserText" uuid="{5ccf7370-c37a-44c4-a83a-1c00ed557550}" Valignment="AlignTop" rotation="0">
|
||||
<text>IPX800 - V5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" x="-335" z="263" frame="false" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="23" Halignment="AlignLeft" text_from="ElementInfo" uuid="{9386c8eb-75ff-4cdf-beca-097d396c6fab}" Valignment="AlignTop" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line length2="1.5" end1="none" y1="50" y2="50" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-40" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="70" y2="50" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-40" antialias="false"/>
|
||||
<rect x="310" ry="0" height="30" y="60" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="312" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="312" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="72" x2="312.567" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="327.302" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="328" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="328" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="313" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="315" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="328" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="325" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="316" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="316" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="324" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="324" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="85" x2="316" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="324" antialias="false"/>
|
||||
<text color="#000000" x="315" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="67" text="EXT" rotation="0"/>
|
||||
<rect x="320" ry="0" height="20" y="-80" width="40" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="333" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="Alim" rotation="0"/>
|
||||
<text color="#000000" x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="79" text="RJ45" rotation="0"/>
|
||||
<text color="#000000" x="314" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="79" text="RJ12" rotation="0"/>
|
||||
<rect x="340" ry="0" height="35" y="55" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="340" ry="0" height="20" y="70" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false"/>
|
||||
<circle x="345" y="75" diameter="10" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false"/>
|
||||
<circle x="349" y="79" diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false"/>
|
||||
<text color="#000000" x="343" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="62" text="Alim" rotation="0"/>
|
||||
<text color="#000000" x="344" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="68" text="12V" rotation="0"/>
|
||||
<rect x="-290" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="90" y2="90" x2="-250" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-290" antialias="false"/>
|
||||
<text color="#000000" x="-283" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="88" text="+" rotation="0"/>
|
||||
<text color="#000000" x="-262" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="88" text="-" rotation="0"/>
|
||||
<rect x="-130" ry="0" height="10" y="70" width="80" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-111" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="Analog Inputs" rotation="0"/>
|
||||
<rect x="-20" ry="0" height="10" y="70" width="160" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="39" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="77" text="Digital Inputs" rotation="0"/>
|
||||
<rect x="-350" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-290" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-220" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-160" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-90" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-30" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="40" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="100" ry="0" height="10" y="-80" width="60" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-131" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-72" text="4" rotation="0"/>
|
||||
<text color="#000000" x="-172" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="9" rotation="0"/>
|
||||
<text color="#000000" x="-132" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-82" text="11" rotation="0"/>
|
||||
<rect x="-290" ry="0" height="10" y="70" width="40" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-350" ry="0" height="60" y="-20" width="10" rx="0" style="line-style:normal;line-weight:normal;filling:green;color:none" antialias="false"/>
|
||||
<rect x="-335" ry="0" height="15" y="-10" width="120" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false"/>
|
||||
<text color="#ffffff" x="-334" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="1" text="Ethernet Control System" rotation="0"/>
|
||||
<rect x="220" ry="0" height="10" y="30" width="140" rx="0" style="line-style:normal;line-weight:normal;filling:green;color:none" antialias="false"/>
|
||||
<text color="#000000" x="220" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="28" text="GCE Electronics" rotation="0"/>
|
||||
<rect x="-350" ry="0" height="10" y="-70" width="510" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x3="117" y1="-60" y2="-50" x2="130" closed="false" y3="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="130" antialias="false"/>
|
||||
<polygon x3="-310" y1="-60" y2="-30" x2="-300" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-300" antialias="false"/>
|
||||
<polygon x3="-329" y1="-60" y2="-30" x2="-340" closed="false" y3="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-340" antialias="false"/>
|
||||
<rect x="180" ry="0" height="20" y="-80" width="120" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<terminal x="-130" name="" y="-100" uuid="{f7e5df32-bad1-4007-8281-e828df6e761e}" orientation="n"/>
|
||||
<terminal x="-260" name="" y="-100" uuid="{63c518d8-7355-4312-8cc8-5ace21ed2d3e}" orientation="n"/>
|
||||
<terminal x="160" name="" y="100" uuid="{f3ed712b-953e-41f3-9008-8796f6624e9a}" orientation="s"/>
|
||||
<terminal x="-220" name="" y="100" uuid="{fc184184-e75b-4a71-8245-1c541130e096}" orientation="s"/>
|
||||
<terminal x="270" name="" y="-100" uuid="{9c0b6d50-d674-4c07-a3b0-a711a14f2671}" orientation="n"/>
|
||||
<terminal x="210" name="" y="-100" uuid="{37049d06-3b2b-4406-81ad-2a747832b65b}" orientation="n"/>
|
||||
<terminal x="-340" name="" y="-100" uuid="{9d1b554f-3114-4f57-a2cd-68efdee44314}" orientation="n"/>
|
||||
<terminal x="-280" name="" y="-100" uuid="{01f27ed2-9baf-4848-928a-a65c794c30a0}" orientation="n"/>
|
||||
<terminal x="190" name="" y="-100" uuid="{e102a6ba-86f8-4f11-9ef4-26dfb7dc6444}" orientation="n"/>
|
||||
<terminal x="-180" name="" y="100" uuid="{44293a28-0ab3-426b-9978-dc42cdbff818}" orientation="s"/>
|
||||
<terminal x="240" name="" y="100" uuid="{0fec9acb-7bce-4b78-9d5d-fa0783259eb0}" orientation="s"/>
|
||||
<terminal x="-310" name="" y="90" uuid="{62e226ad-3b26-4b3b-aff0-7af1751f60a3}" orientation="s"/>
|
||||
<terminal x="250" name="" y="-100" uuid="{8c6c4634-67e9-4b64-afd4-648d2b8de698}" orientation="n"/>
|
||||
<terminal x="-200" name="" y="100" uuid="{0a269863-342a-4f90-89dc-ac81613fa3ab}" orientation="s"/>
|
||||
<terminal x="260" name="" y="100" uuid="{3ece338e-8750-4cfb-b7e3-95e21eb57732}" orientation="s"/>
|
||||
<terminal x="-320" name="" y="-100" uuid="{667e0d1c-1348-4d52-9c95-dc0baa77b5fd}" orientation="n"/>
|
||||
<terminal x="180" name="" y="100" uuid="{470f3843-bc92-4645-84da-b3e0b13e47bd}" orientation="s"/>
|
||||
<terminal x="330" name="" y="-100" uuid="{f0f160d5-e53b-4d99-b1b5-62def01b1334}" orientation="n"/>
|
||||
<terminal x="-120" name="" y="100" uuid="{3278ddd4-64e8-41fd-98b9-f72260343fbc}" orientation="s"/>
|
||||
<terminal x="200" name="" y="100" uuid="{1004a80e-99ef-4bb8-b4ad-4ed8236be83e}" orientation="s"/>
|
||||
<terminal x="230" name="" y="-100" uuid="{84a22570-7c79-4d40-ba9f-614fba04f20d}" orientation="n"/>
|
||||
<terminal x="290" name="" y="-100" uuid="{b5e43a79-4284-4048-ae67-b366fca66493}" orientation="n"/>
|
||||
<terminal x="-150" name="" y="-100" uuid="{9c451400-be0c-4326-8103-eb7d327fb83b}" orientation="n"/>
|
||||
<terminal x="-300" name="" y="-100" uuid="{ae82b427-6dd5-4bd1-bc7c-97103198d2c2}" orientation="n"/>
|
||||
<terminal x="220" name="" y="100" uuid="{bdb83249-66e2-45f5-9521-e5b5ffcc7349}" orientation="s"/>
|
||||
<terminal x="-340" name="" y="90" uuid="{64547e95-de5e-4d6e-9175-12e28ee25f9a}" orientation="s"/>
|
||||
<terminal x="-100" name="" y="100" uuid="{60d08d94-02bc-4de6-9258-913a7078d0de}" orientation="s"/>
|
||||
<terminal x="130" name="" y="-100" uuid="{795f5449-2ce1-412f-a190-cb8eb24c5adf}" orientation="n"/>
|
||||
<terminal x="70" name="" y="100" uuid="{9dcab2bf-e499-455f-b30c-1ad43768218d}" orientation="s"/>
|
||||
<terminal x="-60" name="" y="100" uuid="{dc52754b-a65f-487b-8b57-a52a7bc2f4a6}" orientation="s"/>
|
||||
<terminal x="20" name="" y="-100" uuid="{2ef3b5f3-8920-4845-b754-2278638dd99a}" orientation="n"/>
|
||||
<terminal x="-210" name="" y="-100" uuid="{d3349348-c5c4-4837-ac8d-3fd3489ceed2}" orientation="n"/>
|
||||
<terminal x="110" name="" y="-100" uuid="{c400f6ff-a69d-4c1f-8950-41a7b7c78e05}" orientation="n"/>
|
||||
<terminal x="-110" name="" y="-100" uuid="{06546c89-7e53-4097-b8a7-89a443b46f3b}" orientation="n"/>
|
||||
<terminal x="70" name="" y="-100" uuid="{ecdc3ffb-d892-4f95-8b29-1dea2d71a915}" orientation="n"/>
|
||||
<terminal x="-10" name="" y="100" uuid="{18925823-ea28-48c1-80af-8e0b89c7bbf5}" orientation="s"/>
|
||||
<terminal x="-170" name="" y="-100" uuid="{b998e57e-c459-4636-94dc-e074a7aa9894}" orientation="n"/>
|
||||
<terminal x="-20" name="" y="-100" uuid="{ab2f328e-abb0-4004-b52b-1f754637da3b}" orientation="n"/>
|
||||
<terminal x="-190" name="" y="-100" uuid="{fcb84127-fea8-4c10-8f82-aabdaa28b0a9}" orientation="n"/>
|
||||
<terminal x="-260" name="" y="100" uuid="{e97169db-ee41-42b8-acf9-f52d0df6051e}" orientation="s"/>
|
||||
<terminal x="-240" name="" y="-100" uuid="{778416be-7e0d-4051-ab1a-b285538e47b1}" orientation="n"/>
|
||||
<terminal x="150" name="" y="-100" uuid="{51798fde-b02e-4aa4-a87a-96893781c270}" orientation="n"/>
|
||||
<terminal x="-80" name="" y="-100" uuid="{3f9eed64-ce9f-4b00-83a0-dc6b2c58a429}" orientation="n"/>
|
||||
<terminal x="-80" name="" y="100" uuid="{a4547360-cdb5-479d-98c8-e08bc7d59b28}" orientation="s"/>
|
||||
<terminal x="10" name="" y="100" uuid="{2949e3bb-39f1-4a24-9cc5-e638d6e4396d}" orientation="s"/>
|
||||
<terminal x="-60" name="" y="-100" uuid="{8947030b-65c5-42da-b31c-b28cf0927f7a}" orientation="n"/>
|
||||
<terminal x="320" name="" y="90" uuid="{513f2e8c-f131-4bb4-9556-1dddf14471c0}" orientation="s"/>
|
||||
<terminal x="350" name="" y="90" uuid="{7ef962fd-ba6b-4062-9b82-35d96c658f30}" orientation="s"/>
|
||||
<terminal x="30" name="" y="100" uuid="{f1eef48c-a3dc-4a3d-9ecb-e900c78b1dd2}" orientation="s"/>
|
||||
<terminal x="130" name="" y="100" uuid="{cd87a99f-d1d5-49c3-9bf2-44ff171392a4}" orientation="s"/>
|
||||
<terminal x="-140" name="" y="100" uuid="{45d9f6c4-6611-49cd-9dff-c306918b0bb1}" orientation="s"/>
|
||||
<terminal x="-280" name="" y="100" uuid="{9a63063b-592f-467c-b8ae-0ce216534263}" orientation="s"/>
|
||||
<terminal x="290" name="" y="90" uuid="{58f5b24a-3e5c-4466-b1d7-6ed8a2363edf}" orientation="s"/>
|
||||
<terminal x="-40" name="" y="100" uuid="{8876cda4-6977-4726-84c8-35698d570adb}" orientation="s"/>
|
||||
<terminal x="50" name="" y="-100" uuid="{548b8931-e961-4d3c-97af-e73dd646c7f6}" orientation="n"/>
|
||||
<terminal x="350" name="" y="-100" uuid="{ff8d5475-8ce8-43e2-9dda-b04de201fd63}" orientation="n"/>
|
||||
<terminal x="90" name="" y="-100" uuid="{8cee19d8-891e-425d-9d0f-8aeb578a332f}" orientation="n"/>
|
||||
<terminal x="0" name="" y="-100" uuid="{e4fe7b45-e15a-4e00-be84-19ff8e8a3562}" orientation="n"/>
|
||||
<terminal x="-40" name="" y="-100" uuid="{55088f23-a01e-462b-9e54-593fab0137a7}" orientation="n"/>
|
||||
<terminal x="90" name="" y="100" uuid="{d2ed74f4-e35e-414f-aef4-9c6804998d77}" orientation="s"/>
|
||||
<terminal x="110" name="" y="100" uuid="{0e7ede9a-b051-4bf2-9447-33675e183f0e}" orientation="s"/>
|
||||
<terminal x="50" name="" y="100" uuid="{ed5a438e-3ec7-473c-919e-df797526f78b}" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
113
elements/10_electric/20_manufacturers_articles/gce/x-psu 20.elmt
Normal file
113
elements/10_electric/20_manufacturers_articles/gce/x-psu 20.elmt
Normal file
@@ -0,0 +1,113 @@
|
||||
<definition hotspot_x="95" height="210" hotspot_y="104" width="200" type="element" version="0.80" link_type="simple">
|
||||
<uuid uuid="{9020b667-d1e2-43ad-8f45-480836f21e68}"/>
|
||||
<names>
|
||||
<name lang="en">X-PSU 20</name>
|
||||
<name lang="fr">X-PSU 20</name>
|
||||
<name lang="be">X-PSU 20</name>
|
||||
<name lang="el">X-PSU 20</name>
|
||||
<name lang="es">X-PSU 20</name>
|
||||
<name lang="it">X-PSU 20</name>
|
||||
<name lang="cs">X-PSU 20</name>
|
||||
<name lang="nl">X-PSU 20</name>
|
||||
<name lang="pl">X-PSU 20</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="designation">X-PSU 20</elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text color="#000000" x="-79" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-71" text="100-240VAC" rotation="0"/>
|
||||
<text color="#000000" x="57.9063" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="88" text="2" rotation="0"/>
|
||||
<text color="#000000" x="51.5153" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="79" text="GND" rotation="0"/>
|
||||
<text color="#000000" x="77.8125" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="88" text="3" rotation="0"/>
|
||||
<text color="#000000" x="-74.2656" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="69" text="IN" rotation="0"/>
|
||||
<text color="#000000" x="38" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="88" text="1" rotation="0"/>
|
||||
<text color="#000000" x="29.8434" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="79" text="+12v" rotation="0"/>
|
||||
<rect x="-80" ry="0" height="30" y="60" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="72.0466" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="79" text="BAT" rotation="0"/>
|
||||
<text color="#000000" x="-79" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="56" text="Powered EBX" rotation="0"/>
|
||||
<rect x="50" ry="0" height="30" y="70" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-50" ry="0" height="30" y="60" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="70" ry="0" height="30" y="70" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-78" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-78" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-48" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-48" antialias="false"/>
|
||||
<rect x="30" ry="0" height="30" y="70" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="72" x2="-47.433" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-32.698" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="72" x2="-77.433" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-62.698" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-62" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-62" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="72" y2="82" x2="-32" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-32" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="90" y2="90" x2="90.0515" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="30.0353" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-47" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-45" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-77" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-75" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-62" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-65" antialias="false"/>
|
||||
<rect x="-85" ry="0" height="70" y="-25" width="180" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="82" y2="82" x2="-32" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-35" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-74" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-74" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-44" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-44" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-66" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-66" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="82" x2="-36" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-36" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="85" x2="-44" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-36" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="85" y2="85" x2="-74" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-66" antialias="false"/>
|
||||
<text color="#000000" x="-47" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="79" text="RJ45" rotation="0"/>
|
||||
<text color="#000000" x="-77" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="79" text="RJ45" rotation="0"/>
|
||||
<text color="#000000" x="-49" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="69" text="OUT" rotation="0"/>
|
||||
<rect x="-90" ry="0" height="180" y="-90" width="190" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-68" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-63" text="0.6A" rotation="0"/>
|
||||
<rect x="-60" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="0" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-80" ry="0" height="10" y="-100" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-80" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-60" ry="0" height="10" y="-90" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" x="-54" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-81" text="N" rotation="0"/>
|
||||
<text color="#000000" x="-76" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-81" text="Ph" rotation="0"/>
|
||||
<rect x="-80" ry="0" height="20" y="-80" width="40" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-20" ry="0" height="20" y="80" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="90" y2="90" x2="20.0299" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-19.9809" antialias="false"/>
|
||||
<text color="#000000" x="-15" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="88" text="C1" rotation="0"/>
|
||||
<text color="#000000" x="4.02534" font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="88" text="C2" rotation="0"/>
|
||||
<rect x="-20" ry="0" height="20" y="60" width="40" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<rect x="-80" ry="0" height="60" y="-20" width="10" rx="0" style="line-style:normal;line-weight:normal;filling:green;color:none" antialias="false"/>
|
||||
<rect x="-15" ry="0" height="15" y="-10" width="105" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false"/>
|
||||
<text color="#ffffff" x="-12" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="1" text="20Watts Power Supply" rotation="0"/>
|
||||
<rect x="-30" ry="0" height="10" y="30" width="120" rx="0" style="line-style:normal;line-weight:normal;filling:green;color:none" antialias="false"/>
|
||||
<text color="#000000" x="-30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="28" text="GCE Electronics" rotation="0"/>
|
||||
<line length2="1.5" end1="none" y1="80" y2="80" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="30" antialias="false"/>
|
||||
<circle x="-7.5" y="62.5" diameter="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="68" y2="68" x2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="-5" antialias="false"/>
|
||||
<polygon y1="68" y2="60" x2="0" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" antialias="false"/>
|
||||
<polygon y4="68" y7="80" x3="-6" x5="6" x7="10" y5="74" y1="80" y2="74" x2="-10" closed="false" x6="10" y3="74" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" x4="0" y6="74" antialias="false"/>
|
||||
<polygon x3="-4" y1="72" y2="74" x2="-6" closed="false" y3="74" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-6" antialias="false"/>
|
||||
<polygon y4="70" x3="60" y1="75" y2="55" x2="-10" closed="false" y3="55" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-10" x4="60" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="60" y2="60" x2="37" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="27" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="62" y2="62" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="29" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="64" y2="64" x2="33" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="31" antialias="false"/>
|
||||
<line length2="1.5" end1="none" y1="60" y2="55" x2="32" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x1="32" antialias="false"/>
|
||||
<dynamic_text text_width="-1" x="45" z="262" frame="false" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-25" Halignment="AlignLeft" text_from="UserText" uuid="{5ccf7370-c37a-44c4-a83a-1c00ed557550}" Valignment="AlignTop" rotation="0">
|
||||
<text>X-PSU 20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text text_width="-1" x="-68" z="263" frame="false" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-25" Halignment="AlignLeft" text_from="ElementInfo" uuid="{9386c8eb-75ff-4cdf-beca-097d396c6fab}" Valignment="AlignTop" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="40" name="" y="100" uuid="{fc184184-e75b-4a71-8245-1c541130e096}" orientation="s"/>
|
||||
<terminal x="-70" name="" y="90" uuid="{64547e95-de5e-4d6e-9175-12e28ee25f9a}" orientation="s"/>
|
||||
<terminal x="10" name="" y="100" uuid="{e97169db-ee41-42b8-acf9-f52d0df6051e}" orientation="s"/>
|
||||
<terminal x="-40" name="" y="90" uuid="{62e226ad-3b26-4b3b-aff0-7af1751f60a3}" orientation="s"/>
|
||||
<terminal x="-70" name="" y="-100" uuid="{f0f160d5-e53b-4d99-b1b5-62def01b1334}" orientation="n"/>
|
||||
<terminal x="80" name="" y="100" uuid="{44293a28-0ab3-426b-9978-dc42cdbff818}" orientation="s"/>
|
||||
<terminal x="-10" name="" y="100" uuid="{9a63063b-592f-467c-b8ae-0ce216534263}" orientation="s"/>
|
||||
<terminal x="60" name="" y="100" uuid="{0a269863-342a-4f90-89dc-ac81613fa3ab}" orientation="s"/>
|
||||
<terminal x="-50" name="" y="-100" uuid="{ff8d5475-8ce8-43e2-9dda-b04de201fd63}" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,97 @@
|
||||
<definition type="element" hotspot_y="61" version="0.90" hotspot_x="242" width="10" height="10" link_type="simple">
|
||||
<uuid uuid="{4b7ef779-b6b4-40c1-82d1-92ee5b13c6da}"/>
|
||||
<names>
|
||||
<name lang="en">HE5120</name>
|
||||
<name lang="fr">HE5120</name>
|
||||
<name lang="cs">HE5120</name>
|
||||
<name lang="de">HE5120</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="manufacturer" show="1">Hesch</elementInformation>
|
||||
<elementInformation name="description" show="1">HE 5120</elementInformation>
|
||||
<elementInformation name="designation" show="1">Digital Display Modul with CANopen-Interface</elementInformation>
|
||||
<elementInformation name="label" show="1">-PG1</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: plc-user for QElectroTech
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x1="-10.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="-11.4" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="7" rotation="0" y="-52" color="#000000" x="233.9"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="8" rotation="0" y="-52" color="#000000" x="263.4"/>
|
||||
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" rx="0" width="560" y="-50" height="100" x="-280"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="227.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="257.5"/>
|
||||
<line x1="-139.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="-19.5" end1="none" x2="-116.2" length2="1.5" y1="-19.5" length1="1.5"/>
|
||||
<line x1="-89.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="-19.5" end1="none" x2="-66.2" length2="1.5" y1="-19.5" length1="1.5"/>
|
||||
<line x1="60.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="-19.5" end1="none" x2="83.8" length2="1.5" y1="-19.5" length1="1.5"/>
|
||||
<line x1="-39.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="-19.5" end1="none" x2="-16.2" length2="1.5" y1="-19.5" length1="1.5"/>
|
||||
<line x1="10.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="-19.5" end1="none" x2="33.8" length2="1.5" y1="-19.5" length1="1.5"/>
|
||||
<line x1="-39.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="10.7" end1="none" x2="-16.7" length2="1.5" y1="10.7" length1="1.5"/>
|
||||
<line x1="-139.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="10.7" end1="none" x2="-116.7" length2="1.5" y1="10.7" length1="1.5"/>
|
||||
<line x1="10.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="10.7" end1="none" x2="33.3" length2="1.5" y1="10.7" length1="1.5"/>
|
||||
<line x1="60.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="10.7" end1="none" x2="83.3" length2="1.5" y1="10.7" length1="1.5"/>
|
||||
<line x1="-89.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="10.7" end1="none" x2="-66.7" length2="1.5" y1="10.7" length1="1.5"/>
|
||||
<line x1="-90.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="41" end1="none" x2="-67.4" length2="1.5" y1="41" length1="1.5"/>
|
||||
<line x1="-40.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="41" end1="none" x2="-17.4" length2="1.5" y1="41" length1="1.5"/>
|
||||
<line x1="59.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="41" end1="none" x2="82.6" length2="1.5" y1="41" length1="1.5"/>
|
||||
<line x1="9.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="41" end1="none" x2="32.6" length2="1.5" y1="41" length1="1.5"/>
|
||||
<line x1="-140.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="41" end1="none" x2="-117.4" length2="1.5" y1="41" length1="1.5"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="GND" rotation="0" y="-38" color="#000000" x="-198"/>
|
||||
<line x1="54.8" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="54.3" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="-95.2" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="-95.7" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="4.8" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="4.3" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="-145.2" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="-145.7" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="-45.2" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="-45.7" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="4.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="3.6" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="-45.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="-46.4" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="54.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="53.6" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="-95.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="-96.4" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="-145.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="-146.4" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="-110.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="-110.9" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="39.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="39.1" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="Node-ID:" rotation="0" y="43" color="#000000" x="124"/>
|
||||
<line x1="-60.4" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="-60.9" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="89.6" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="4.7" end1="none" x2="89.1" length2="1.5" y1="-13.5" length1="1.5"/>
|
||||
<line x1="-111.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="-111.6" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="-61.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="-61.6" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="38.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="38.4" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="-11.1" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="-11.6" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<line x1="88.9" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="35" end1="none" x2="88.4" length2="1.5" y1="16.8" length1="1.5"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="24V" rotation="0" y="-38" color="#000000" x="-238"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="CAN-G" rotation="0" y="-38" color="#000000" x="-118"/>
|
||||
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" frame="false" y="27.5" z="46" keep_visual_rotation="true" Valignment="AlignTop" Halignment="AlignLeft" x="181" uuid="{43d1c50e-c10c-46f7-aea9-12d874eecdc9}">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="CAN-L" rotation="0" y="-38" color="#000000" x="-158"/>
|
||||
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="CAN-H" rotation="0" y="-38" color="#000000" x="-78"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="-122.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="-162.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="-202.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="-242.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="197.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" antialias="true" y="-52.5" x="-82.5"/>
|
||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="HE 5120" rotation="0" y="42" color="#000000" x="-275"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="1" rotation="0" y="-52" color="#000000" x="-237"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="2" rotation="0" y="-52" color="#000000" x="-196"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="3" rotation="0" y="-52" color="#000000" x="-156"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="4" rotation="0" y="-52" color="#000000" x="-116"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="5" rotation="0" y="-52" color="#000000" x="-76"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="6" rotation="0" y="-52" color="#000000" x="203"/>
|
||||
<line x1="46" style="line-style:normal;line-weight:eleve;filling:none;color:black" end2="none" antialias="false" y2="41" end1="none" x2="47" length2="1.5" y1="41" length1="1.5"/>
|
||||
<polygon x1="200" y3="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y2="-20" y4="-30" x2="200" closed="false" y1="-50" x4="230" x3="230"/>
|
||||
<line x1="230" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" antialias="false" y2="-38" end1="none" x2="230" length2="1.5" y1="-50" length1="1.5"/>
|
||||
<polygon x1="260" y3="-34" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y2="-34" y4="-28" x2="260" closed="false" y1="-50" x4="228" x3="244"/>
|
||||
<dynamic_text text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" frame="false" y="27.5" z="69" keep_visual_rotation="true" Valignment="AlignTop" Halignment="AlignLeft" x="222" uuid="{8d1471a1-398f-4285-b7b9-a6b2ea4c0bf2}">
|
||||
<text>-PG1</text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal type="Generic" name="NO" y="-50" x="230" uuid="{8860dade-97dc-4704-81a4-e2479310a12c}" orientation="n"/>
|
||||
<terminal type="Generic" name="C" y="-50" x="260" uuid="{6d09738e-7881-4062-80dc-2b622b728e87}" orientation="n"/>
|
||||
<terminal type="Generic" name="NC" y="-50" x="200" uuid="{8e7fb577-b350-4fd1-9138-b027582b4a62}" orientation="n"/>
|
||||
<terminal type="Generic" name="CanL" y="-50" x="-160" uuid="{984e9502-f8ab-49fd-9b9b-fb369c9f0828}" orientation="n"/>
|
||||
<terminal type="Generic" name="CanG" y="-50" x="-120" uuid="{acd69033-800a-4013-8e18-a7b09c93e945}" orientation="n"/>
|
||||
<terminal type="Generic" name="CanH" y="-50" x="-80" uuid="{300d4f06-6fd4-4b98-b492-aa389f37be62}" orientation="n"/>
|
||||
<terminal type="Generic" name="GND" y="-50" x="-200" uuid="{7c207591-ceb5-4df3-97b9-e789ea1d6e9e}" orientation="n"/>
|
||||
<terminal type="Generic" name="Vcc" y="-50" x="-240" uuid="{a3f50b9f-63d6-46e8-8da6-21ff46ac9e6f}" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,8 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Hesch</name>
|
||||
<name lang="cs">Hesch</name>
|
||||
<name lang="en">Hesch</name>
|
||||
<name lang="fr">Hesch</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,50 @@
|
||||
<definition hotspot_y="34" version="0.80" orientation="dyyy" hotspot_x="31" width="40" height="50" link_type="simple" type="element">
|
||||
<uuid uuid="{9eb45f48-9e0a-4167-bcee-278c94e66ad9}"/>
|
||||
<names>
|
||||
<name lang="nl">Clogging</name>
|
||||
<name lang="de">Clogging</name>
|
||||
<name lang="it">Clogging</name>
|
||||
<name lang="es">Clogging</name>
|
||||
<name lang="pl">Clogging</name>
|
||||
<name lang="cs">Clogging</name>
|
||||
<name lang="fr">Clogging</name>
|
||||
<name lang="en">Clogging</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line end1="none" length2="1.5" y2="-19" y1="-19" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-7" end2="none" x1="-20" antialias="false"/>
|
||||
<polygon y2="0" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" x3="-10" closed="false" y3="-20" x1="0" antialias="true"/>
|
||||
<dynamic_text z="4" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="-10" rotation="0" uuid="{8e21a201-fac9-4e57-9cb0-8d6ce544a344}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-1" frame="false">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="4" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="-19" rotation="0" uuid="{8e21a201-fac9-4e57-9cb0-8d6ce544a344}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-1" frame="false">
|
||||
<text>4</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="5" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="-21" rotation="0" uuid="{5fd0afeb-0396-40e6-9f03-266c3c10544a}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="6" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" x="-10" rotation="0" uuid="{c9f6bdf3-cb08-47dd-b723-e42d8d613f86}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>3</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="7" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="1" rotation="0" uuid="{7c7f2186-ed1f-4c89-b904-ef6a4cabd088}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-20.5" frame="false">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="-19" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" end2="none" x1="-20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-28" rotation="0" uuid="{0352b3da-e708-40f7-af24-cbe888b57b2d}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-16" frame="false">
|
||||
<text>ΔP</text>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="6" y1="6" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-17" end2="none" x1="-23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="4" y1="4" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-18" end2="none" x1="-22" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="2" y1="2" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-19" end2="none" x1="-21" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-6" y1="-6" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="-4" end2="none" x1="-14" antialias="false"/>
|
||||
<rect x="-26" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="29" height="41" y="-30" antialias="false"/>
|
||||
<terminal x="-20" orientation="s" y="10"/>
|
||||
<terminal x="0" orientation="s" y="10"/>
|
||||
<terminal x="0" orientation="n" y="-30"/>
|
||||
<terminal x="-20" orientation="n" y="-30"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,7 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en">Hydac</name>
|
||||
<name lang="de">Hydac</name>
|
||||
<name lang="cs">Hydac</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
112
elements/10_electric/20_manufacturers_articles/idec/my_emg.elmt
Normal file
112
elements/10_electric/20_manufacturers_articles/idec/my_emg.elmt
Normal file
@@ -0,0 +1,112 @@
|
||||
<definition hotspot_y="34" version="0.80" orientation="dyyy" hotspot_x="28" width="120" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{0e73f745-dfd7-4613-8c06-65089becbdfe}"/>
|
||||
<names>
|
||||
<name lang="ar">Emergency stop</name>
|
||||
<name lang="en">Emergency stop</name>
|
||||
<name lang="fr">Emergency stop</name>
|
||||
<name lang="de">Emergency stop</name>
|
||||
<name lang="es">Emergency stop</name>
|
||||
<name lang="nl">Emergency stop</name>
|
||||
<name lang="cs">Emergency stop</name>
|
||||
<name lang="pl">Emergency stop</name>
|
||||
<name lang="it">Emergency stop</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle x="73" diameter="14" style="line-style:normal;line-weight:normal;filling:red;color:black" y="-12" antialias="true"/>
|
||||
<polygon y5="-5" y4="-5" y2="-5" y1="-5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="-8" x4="-12" x3="-10" x5="-22" closed="false" y3="0" x1="65" antialias="false"/>
|
||||
<arc x="-2.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-12" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="80" end2="none" x1="80" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="15" y1="2" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="80" end2="none" x1="80" antialias="false"/>
|
||||
<arc x="37.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="0" y1="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="85" end2="none" x1="75" antialias="false"/>
|
||||
<arc x="77.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-10" y1="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="85" end2="none" x1="75" antialias="false"/>
|
||||
<arc x="37.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="17.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" x="78" rotation="0" uuid="{29d2349f-5f03-47cb-9b7a-b373fa6b3aad}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-34" frame="false">
|
||||
<text>+</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="95" rotation="0" uuid="{8053f011-a2d9-400b-b527-e8d14d50237e}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-15" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-14" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>12</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="64" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>X2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="26" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>42</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="25" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>41</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="45.5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>33</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="65" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>X1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="6" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>22</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="46" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>34</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>21</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-15" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>11</text>
|
||||
</dynamic_text>
|
||||
<arc x="17.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="77.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" x3="20" closed="false" y3="15" x1="25" antialias="true"/>
|
||||
<arc x="57.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="57.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="0" y1="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-22" end2="none" x1="-22" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="26" end2="none" x1="20" antialias="false"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" x3="0" closed="false" y3="15" x1="5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" x3="60" closed="false" y3="15" x1="55" antialias="true"/>
|
||||
<arc x="-26" angle="-180" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" height="10" y="-10" antialias="true"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" x3="40" closed="false" y3="15" x1="45" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none" x1="60" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="46" end2="none" x1="40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-16" end2="none" x1="-16" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" end2="none" x1="90" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-16" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" end2="none" x1="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="37" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="57" end2="none" x1="43" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="77" end2="none" x1="63" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" end2="none" x1="83" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" end2="none" x1="83" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="63" end2="none" x1="77" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="57" end2="none" x1="43" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-16" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" end2="none" x1="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="37" end2="none" x1="23" antialias="false"/>
|
||||
<terminal x="0" orientation="s" y="20"/>
|
||||
<terminal x="80" orientation="s" y="20"/>
|
||||
<terminal x="80" orientation="n" y="-30"/>
|
||||
<terminal x="60" orientation="s" y="20"/>
|
||||
<terminal x="40" orientation="n" y="-30"/>
|
||||
<terminal x="20" orientation="n" y="-30"/>
|
||||
<terminal x="20" orientation="s" y="20"/>
|
||||
<terminal x="40" orientation="s" y="20"/>
|
||||
<terminal x="0" orientation="n" y="-30"/>
|
||||
<terminal x="60" orientation="n" y="-30"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,7 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en">IDEC</name>
|
||||
<name lang="de">IDEC</name>
|
||||
<name lang="cs">IDEC</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -20,8 +20,8 @@
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="designation">12-F5-C1B-350A</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Orlandi Luca
|
||||
</informations>
|
||||
<informations>Orlandi Luca
|
||||
</informations>
|
||||
<description>
|
||||
<rect antialias="false" rx="0" ry="0" x="-200" y="-50" width="402" height="110" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" rx="0" ry="0" x="-180" y="-50" width="20" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
|
||||
@@ -0,0 +1,82 @@
|
||||
<definition hotspot_y="34" version="0.90" hotspot_x="75" width="350" height="70" link_type="simple" type="element">
|
||||
<uuid uuid="{6350fcc1-ff86-40f4-9785-eb97bccdd3ab}"/>
|
||||
<names>
|
||||
<name lang="en">LENZE Inverter i510 Modbus RTU</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" end2="none" x1="-6" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="235" rotation="0" text="TA" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="155" rotation="0" text="NC" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="232" rotation="0" text="DO1" y="-15"/>
|
||||
<line end1="none" length2="1.5" y2="-18" y1="-18" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="4" end2="none" x1="-4" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="13" rotation="0" text="GND" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="255" rotation="0" text="TB" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="252" rotation="0" text="GND" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="215" rotation="0" text="COM" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="75" rotation="0" text="AO1" y="-15"/>
|
||||
<line end1="none" length2="1.5" y2="-16" y1="-16" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="1" end2="none" x1="-1" antialias="false"/>
|
||||
<rect x="210" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="60" height="20" y="10" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="93" rotation="0" text="10V" y="-15"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-26" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-24" rotation="0" text="L3" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="32" rotation="0" text="AI1" y="-15"/>
|
||||
<rect x="-70" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="80" height="20" y="-30" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="55" rotation="0" text="AI2" y="-15"/>
|
||||
<line end1="none" length2="1.5" y2="21" y1="21" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" end2="none" x1="-6" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="170" rotation="0" text="COM" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="114" rotation="0" text="24V" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="134" rotation="0" text="DI1" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="194" rotation="0" text="DI4" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="154" rotation="0" text="DI2" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="174" rotation="0" text="DI3" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="135" rotation="0" text="NO" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" rotation="0" text="DI5" y="-15"/>
|
||||
<line end1="none" length2="1.5" y2="19" y1="19" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="4" end2="none" x1="-4" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="17" y1="17" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="1" end2="none" x1="-1" antialias="false"/>
|
||||
<dynamic_text z="28" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="55" rotation="0" uuid="{5b146f38-9c8c-410e-827c-456cac6fe424}" text_from="ElementInfo" Halignment="AlignLeft" keep_visual_rotation="true" text_width="-1" y="6" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line end1="none" length2="1.5" y2="27" y1="21" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-44" rotation="0" text="L2" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-62" rotation="0" text="U" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-64" rotation="0" text="L1" y="-15"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-24" rotation="0" text="W" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-42" rotation="0" text="V" y="22"/>
|
||||
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="-66" rotation="0" text="LENZE Inverter i510 Modbus RTU" y="4"/>
|
||||
<rect x="-70" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="340" height="60" y="-30" antialias="false"/>
|
||||
<rect x="10" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="260" height="20" y="-30" antialias="false"/>
|
||||
<rect x="130" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="60" height="20" y="10" antialias="false"/>
|
||||
<rect x="-70" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="80" height="20" y="10" antialias="false"/>
|
||||
<terminal x="240" orientation="n" uuid="{5308f271-40ff-4fad-a15e-3ccdc12599a1}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="260" orientation="n" uuid="{a1908904-7677-43b7-bce2-1f30cb017299}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="220" orientation="s" uuid="{6e1ddc81-6d67-44fc-ad1b-36f3474acbc5}" y="30" name="" type="Generic"/>
|
||||
<terminal x="240" orientation="s" uuid="{2a5f9a7b-a44f-486c-86f5-0a6dacd5a9b8}" y="30" name="" type="Generic"/>
|
||||
<terminal x="260" orientation="s" uuid="{b0b790c5-a3fa-44c0-acfd-83c5f3e859fd}" y="30" name="" type="Generic"/>
|
||||
<terminal x="-20" orientation="s" uuid="{7093fa19-c0cc-4024-8adc-a36be50f4aeb}" y="30" name="" type="Generic"/>
|
||||
<terminal x="180" orientation="s" uuid="{7b89ae26-7d9b-4d11-aa17-5de00f94b559}" y="30" name="" type="Generic"/>
|
||||
<terminal x="80" orientation="n" uuid="{bc2bcbbb-0408-4a49-81a4-b74e3bb9eed7}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="120" orientation="n" uuid="{9f4744bd-b6db-4ef8-8a69-c62736f266bb}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="-20" orientation="n" uuid="{60fe5193-c1ae-44fa-ad90-749fc70f12a0}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="-40" orientation="s" uuid="{9a4387d2-cb57-4947-b65b-1ddf0879d7d0}" y="30" name="" type="Generic"/>
|
||||
<terminal x="100" orientation="n" uuid="{e047460a-afda-434f-b94e-fd985df2ac5a}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="-60" orientation="s" uuid="{db159fac-95a5-4579-bac2-e8dd9f13daba}" y="30" name="" type="Generic"/>
|
||||
<terminal x="-60" orientation="n" uuid="{43314b74-232a-4cf8-83f2-5eae7f1d45bb}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="20" orientation="n" uuid="{e5a1c547-f218-44c8-877c-af03c09ee5fa}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="160" orientation="s" uuid="{3c925f40-f891-4ad1-8470-285ae8ff7536}" y="30" name="" type="Generic"/>
|
||||
<terminal x="140" orientation="s" uuid="{31218c67-fcf0-474f-b19b-db1f69db2a19}" y="30" name="" type="Generic"/>
|
||||
<terminal x="60" orientation="n" uuid="{bfb092e7-7f91-4df7-b5e3-5f2e2f4a1693}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="-40" orientation="n" uuid="{29a2d52e-ad23-4605-80a9-e961c30467bc}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="0" orientation="s" uuid="{d8ca5c60-38c2-4832-8c69-921e80619985}" y="30" name="" type="Generic"/>
|
||||
<terminal x="180" orientation="n" uuid="{6ada8eb8-a79f-4b4b-8930-ca284ba109da}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="220" orientation="n" uuid="{64fe2d1e-e30e-4ea1-8726-cf7b499cacf7}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="40" orientation="n" uuid="{edf94dbc-d9e2-4fb1-b431-7927b59372aa}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="200" orientation="n" uuid="{19855d16-866a-48a3-ac1b-8fd289a2c7a9}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="140" orientation="n" uuid="{0f4304de-8193-455f-8885-7c39f3fb04fa}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="0" orientation="n" uuid="{0e44a592-e16f-4192-9500-5f4b71e2e57b}" y="-30" name="" type="Generic"/>
|
||||
<terminal x="160" orientation="n" uuid="{5112da3b-8592-41b8-8973-296ebf1f7615}" y="-30" name="" type="Generic"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,275 @@
|
||||
<definition hotspot_y="54" version="0.80" orientation="dyyy" hotspot_x="275" width="550" height="120" link_type="simple" type="element">
|
||||
<uuid uuid="{31249657-e6a4-40b6-80e8-17a14ad4cf4f}"/>
|
||||
<names>
|
||||
<name lang="en">LENZE Servo Drive 9400</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc x="-203" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<arc x="-243" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="257" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="97" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="-80.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<rect x="-240.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="-183" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="39.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="-63" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="-200.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="-263" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="104" rotation="0" text="X7" y="30"/>
|
||||
<arc x="-223" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-10" rotation="0" text="SM100" y="30"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-200" end2="none" x1="-200" antialias="false"/>
|
||||
<arc x="-163" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-103" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-263" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-240" end2="none" x1="-240" antialias="false"/>
|
||||
<arc x="-223" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-203" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<rect x="-40.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<rect x="-0.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<rect x="-120.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="57" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="217" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-243" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<dynamic_text z="28" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="210" rotation="0" uuid="{5b146f38-9c8c-410e-827c-456cac6fe424}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="20" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<arc x="-123" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-120" end2="none" x1="-120" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-40" end2="none" x1="-40" antialias="false"/>
|
||||
<rect x="-200.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-42.198" antialias="false"/>
|
||||
<arc x="-243" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<rect x="-240.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<arc x="137" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-203" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="4" rotation="0" text="X4" y="-13"/>
|
||||
<rect x="-260.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<arc x="-23" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="-220.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<arc x="-43" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<rect x="-220.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-260" end2="none" x1="-260" antialias="false"/>
|
||||
<arc x="117" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-80" end2="none" x1="-80" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-240" end2="none" x1="-240" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-49" y1="-45" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-200" end2="none" x1="-200" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="53" rotation="0" text="SIA" y="42"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-220" end2="none" x1="-220" antialias="false"/>
|
||||
<arc x="-143" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-83" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-183" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-123" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<arc x="237" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="77" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-220" end2="none" x1="-220" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="92" rotation="0" text="RESOLVER" y="42"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<arc x="-43" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<arc x="257" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="253" rotation="0" text="DI8" y="-27"/>
|
||||
<arc x="-83" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<arc x="-123" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<arc x="97" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-63" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-223" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<rect x="-140.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="-83" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="77" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-143" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="237" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-235" rotation="0" text="X105" y="29"/>
|
||||
<arc x="-163" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-3" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-140" end2="none" x1="-140" antialias="false"/>
|
||||
<arc x="157" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="164" rotation="0" text="X5" y="-13"/>
|
||||
<arc x="217" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="57" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-103" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-143" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<rect x="-120.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-42.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-147" rotation="0" text="X3" y="-13"/>
|
||||
<rect x="-180.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="117" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<rect x="-140.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<arc x="-3" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<arc x="-43" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<rect x="-100.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<rect x="80" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" height="34" y="16" antialias="false"/>
|
||||
<rect x="-180.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<arc x="37" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<arc x="197" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-100" end2="none" x1="-100" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-180" end2="none" x1="-180" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="34" rotation="0" text="SIB" y="42"/>
|
||||
<arc x="37" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<arc x="-103" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<rect x="-160.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="19.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="-183" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<rect x="-80.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="79.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="239.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="75" rotation="0" text="GI" y="-27"/>
|
||||
<rect x="59.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="-100.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="219.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-140" end2="none" x1="-140" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="133" rotation="0" text="DI2" y="-27"/>
|
||||
<rect x="-60.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="99.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-180" end2="none" x1="-180" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-255" rotation="0" text="X2" y="-13"/>
|
||||
<rect x="259.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-47" rotation="0" text="DO1" y="42"/>
|
||||
<rect x="-40.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-42.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-160" end2="none" x1="-160" antialias="false"/>
|
||||
<rect x="119.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-42.198" antialias="false"/>
|
||||
<rect x="-260.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-49" y1="-45" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-40" end2="none" x1="-40" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-49" y1="-45" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="120" end2="none" x1="120" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-49" y1="-45" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-120" end2="none" x1="-120" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-260" end2="none" x1="-260" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-45" rotation="0" text="GO" y="-27"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-100" end2="none" x1="-100" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="220" end2="none" x1="220" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="16" rotation="0" text="GI" y="42"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none" x1="60" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="240" end2="none" x1="240" antialias="false"/>
|
||||
<arc x="17" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-80" end2="none" x1="-80" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="154" rotation="0" text="DI3" y="-27"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="80" end2="none" x1="80" antialias="false"/>
|
||||
<arc x="17" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="177" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="109.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-225" rotation="0" text="GA" y="-27"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-60" end2="none" x1="-60" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-7" rotation="0" text="24O" y="42"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110" end2="none" x1="110" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" end2="none" x1="100" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="260" end2="none" x1="260" antialias="false"/>
|
||||
<arc x="137" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="107" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="49" antialias="true"/>
|
||||
<arc x="-23" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="92" rotation="0" text="RFI" y="-27"/>
|
||||
<arc x="37" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<rect x="59.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<arc x="197" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-45" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="113" rotation="0" text="DI1" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="13" rotation="0" text="DO2" y="-27"/>
|
||||
<arc x="17" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="177" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none" x1="60" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-25" rotation="0" text="GO" y="42"/>
|
||||
<arc x="157" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-3" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="-50" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="121" height="34" y="16" antialias="false"/>
|
||||
<rect x="39.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-42.198" antialias="false"/>
|
||||
<rect x="199.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-42.198" antialias="false"/>
|
||||
<rect x="19.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-167" rotation="0" text="A1+" y="-27"/>
|
||||
<rect x="179.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="-20.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="174" rotation="0" text="DI4" y="-27"/>
|
||||
<arc x="57" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<rect x="139.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="34" rotation="0" text="DO3" y="-27"/>
|
||||
<rect x="159.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="-0.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="-20.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="46.802" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="180" end2="none" x1="180" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="194" rotation="0" text="DI5" y="-27"/>
|
||||
<line end1="none" length2="1.5" y2="56" y1="60" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" end2="none" x1="-20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<arc x="-23" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-146" rotation="0" text="A1-" y="-27"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" end2="none" x1="-20" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="140" end2="none" x1="140" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="160" end2="none" x1="160" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-49" y1="-45" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="200" end2="none" x1="200" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="214" rotation="0" text="DI6" y="-27"/>
|
||||
<line end1="none" length2="1.5" y2="-49" y1="-45" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" end2="none" x1="40" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="234" rotation="0" text="DI7" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-28" rotation="0" text="24O" y="-27"/>
|
||||
<rect x="70" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="200" height="30" y="-40" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-105" rotation="0" text="L3" y="41"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-7" rotation="0" text="DO1" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-208" rotation="0" text="AO1" y="-27"/>
|
||||
<rect x="-150" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="80" height="35" y="15" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="52" rotation="0" text="DO4" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-187" rotation="0" text="AO2" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-252" rotation="0" text="+24E" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-126" rotation="0" text="A1-" y="-27"/>
|
||||
<rect x="-50" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="120" height="30" y="-40" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-106" rotation="0" text="A1R" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-86" rotation="0" text="A2+" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-66" rotation="0" text="A2-" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-266" rotation="0" text="GE" y="-27"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-184" rotation="0" text="PE" y="42"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-85" rotation="0" text="PE" y="41"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-125" rotation="0" text="L2" y="41"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-262" rotation="0" text="U" y="42"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-204" rotation="0" text="PE" y="42"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-145" rotation="0" text="L1" y="41"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-224" rotation="0" text="W" y="42"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-242" rotation="0" text="V" y="42"/>
|
||||
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="-265" rotation="0" text="LENZE Servo Drive 9400" y="8"/>
|
||||
<rect x="-270" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="540" height="90" y="-40" antialias="false"/>
|
||||
<rect x="-230" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="180" height="30" y="-40" antialias="false"/>
|
||||
<rect x="-270" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="40" height="30" y="-40" antialias="false"/>
|
||||
<rect x="-270" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="100" height="35" y="15" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-125" rotation="0" text="X100" y="29"/>
|
||||
<arc x="-263" angle="180.063" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="50" antialias="true"/>
|
||||
<terminal x="-240" orientation="n" y="-50"/>
|
||||
<terminal x="20" orientation="s" y="60"/>
|
||||
<terminal x="-260" orientation="s" y="60"/>
|
||||
<terminal x="-200" orientation="s" y="60"/>
|
||||
<terminal x="-260" orientation="n" y="-50"/>
|
||||
<terminal x="60" orientation="s" y="60"/>
|
||||
<terminal x="-180" orientation="n" y="-50"/>
|
||||
<terminal x="-100" orientation="n" y="-50"/>
|
||||
<terminal x="0" orientation="n" y="-50"/>
|
||||
<terminal x="-40" orientation="s" y="60"/>
|
||||
<terminal x="60" orientation="n" y="-50"/>
|
||||
<terminal x="240" orientation="n" y="-50"/>
|
||||
<terminal x="-80" orientation="n" y="-50"/>
|
||||
<terminal x="220" orientation="n" y="-50"/>
|
||||
<terminal x="-140" orientation="n" y="-50"/>
|
||||
<terminal x="260" orientation="n" y="-50"/>
|
||||
<terminal x="120" orientation="n" y="-50"/>
|
||||
<terminal x="80" orientation="n" y="-50"/>
|
||||
<terminal x="40" orientation="n" y="-50"/>
|
||||
<terminal x="-140" orientation="s" y="60"/>
|
||||
<terminal x="200" orientation="n" y="-50"/>
|
||||
<terminal x="-20" orientation="s" y="60"/>
|
||||
<terminal x="160" orientation="n" y="-50"/>
|
||||
<terminal x="-200" orientation="n" y="-50"/>
|
||||
<terminal x="-220" orientation="s" y="60"/>
|
||||
<terminal x="-120" orientation="s" y="60"/>
|
||||
<terminal x="-100" orientation="s" y="60"/>
|
||||
<terminal x="180" orientation="n" y="-50"/>
|
||||
<terminal x="-180" orientation="s" y="60"/>
|
||||
<terminal x="-160" orientation="n" y="-50"/>
|
||||
<terminal x="40" orientation="s" y="60"/>
|
||||
<terminal x="20" orientation="n" y="-50"/>
|
||||
<terminal x="-40" orientation="n" y="-50"/>
|
||||
<terminal x="-20" orientation="n" y="-50"/>
|
||||
<terminal x="0" orientation="s" y="60"/>
|
||||
<terminal x="-120" orientation="n" y="-50"/>
|
||||
<terminal x="140" orientation="n" y="-50"/>
|
||||
<terminal x="-60" orientation="n" y="-50"/>
|
||||
<terminal x="-80" orientation="s" y="60"/>
|
||||
<terminal x="100" orientation="n" y="-50"/>
|
||||
<terminal x="110" orientation="s" y="60"/>
|
||||
<terminal x="-220" orientation="n" y="-50"/>
|
||||
<terminal x="-240" orientation="s" y="60"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,93 @@
|
||||
<definition hotspot_y="56" version="0.80" orientation="dyyy" hotspot_x="155" width="300" height="100" link_type="simple" type="element">
|
||||
<uuid uuid="{ca6b413e-4b67-4c3a-a15b-ef30452e4770}"/>
|
||||
<names>
|
||||
<name lang="en">LENZE SERVO MOTOR WITH FAN</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-40" rotation="0" text="Fan" y="-2"/>
|
||||
<arc x="-13" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-113" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="52" rotation="0" text="E" y="20"/>
|
||||
<arc x="7" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="27" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="84" rotation="0" text="interface" y="-5"/>
|
||||
<arc x="-13" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-93" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="47" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="17" height="6" y="-23" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="25" rotation="0" text="PE" y="-29"/>
|
||||
<arc x="7" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="90" rotation="0" text="Drive" y="-13"/>
|
||||
<arc x="27" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<circle x="-25" diameter="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="6" rotation="0" text="N" y="-29"/>
|
||||
<arc x="-73" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-133" rotation="0" text="U" y="-29"/>
|
||||
<rect x="9.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<arc x="-113" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-27.5" angle="-80" start="20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="35" height="35" y="-22.5" antialias="true"/>
|
||||
<rect x="-10.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="49" rotation="0" text="θ" y="-9"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-75" rotation="0" text="PE" y="-29"/>
|
||||
<rect x="29.015" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="30" antialias="false"/>
|
||||
<dynamic_text z="28" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="101" rotation="0" uuid="{5b146f38-9c8c-410e-827c-456cac6fe424}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="17" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<arc x="-93" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-73" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" end2="none" x1="10" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-13" rotation="0" text="L" y="-29"/>
|
||||
<circle x="-125" diameter="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" end2="none" x1="-10" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-94" rotation="0" text="W" y="-29"/>
|
||||
<rect x="-90.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-15" rotation="0" text="M" y="-7"/>
|
||||
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-17" rotation="0" text="1 ~" y="4"/>
|
||||
<arc x="-127.5" angle="-80" start="20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="35" height="35" y="-22.5" antialias="true"/>
|
||||
<rect x="-110.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<rect x="-70.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.198" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-70" end2="none" x1="-70" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-90" end2="none" x1="-90" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-113" rotation="0" text="V" y="-29"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-110" end2="none" x1="-110" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-27" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" end2="none" x1="-10" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-115" rotation="0" text="M" y="-7"/>
|
||||
<polygon y5="-14" y4="-14" y2="-20" y1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" x4="2" x3="2" x5="2" closed="false" y3="-14" x1="10" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-116" rotation="0" text="3 ~" y="1"/>
|
||||
<polygon y5="-27" y4="-27" y2="4" y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" x4="30" x3="30" x5="30" closed="false" y3="-27" x1="5" antialias="false"/>
|
||||
<arc x="97" angle="-180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-43" antialias="true"/>
|
||||
<rect x="99" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-46" antialias="false"/>
|
||||
<arc x="-133" angle="-84" start="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<arc x="-133" angle="-84" start="83" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" height="6" y="-46" antialias="true"/>
|
||||
<rect x="-130.985" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:black;color:black" width="2" height="6" y="-43.1982" antialias="false"/>
|
||||
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="-137" rotation="0" text="LENZE SERVO MOTOR" y="33"/>
|
||||
<line end1="none" length2="1.5" y2="-50" y1="-46" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-130" end2="none" x1="-130" antialias="false"/>
|
||||
<rect x="-114" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" height="2" y="3" antialias="false"/>
|
||||
<rect x="-114" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:black;color:black" width="4" height="2" y="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-27" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-110" end2="none" x1="-110" antialias="false"/>
|
||||
<polygon y5="-14" y4="-14" y2="-20" y1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-130" x4="-122" x3="-122" x5="-122" closed="false" y3="-14" x1="-130" antialias="false"/>
|
||||
<polygon y5="-14" y4="-14" y2="-20" y1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-90" x4="-98" x3="-98" x5="-98" closed="false" y3="-14" x1="-90" antialias="false"/>
|
||||
<polygon y5="-27" y4="-27" y2="4" y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-70" x4="-70" x3="-70" x5="-70" closed="false" y3="-27" x1="-95" antialias="false"/>
|
||||
<rect x="78" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="44" height="26" y="-25" antialias="false"/>
|
||||
<polygon x6="103" y5="-40" y4="40" y2="-40" y1="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-150" x4="140" x3="-150" x5="140" closed="false" y3="40" y6="-40" x1="97" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-37" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" end2="none" x1="100" antialias="false"/>
|
||||
<circle x="45" diameter="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" antialias="false"/>
|
||||
<polygon y2="16" y1="10" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="-110" x3="45" closed="false" y3="16" x1="-110" antialias="false"/>
|
||||
<polygon y4="-14" y2="-26" y1="-26" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="52" x4="62" x3="59" closed="false" y3="-14" x1="49" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-20" y1="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="78" end2="none" x1="64" antialias="false"/>
|
||||
<polygon y4="-4" y2="-20" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="40" x4="78" x3="40" closed="false" y3="-4" x1="47" antialias="false"/>
|
||||
<polygon y2="16" y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" x3="100" closed="false" y3="1" x1="67" antialias="false"/>
|
||||
<terminal x="10" orientation="n" y="-50"/>
|
||||
<terminal x="30" orientation="n" y="-50"/>
|
||||
<terminal x="-10" orientation="n" y="-50"/>
|
||||
<terminal x="-90" orientation="n" y="-50"/>
|
||||
<terminal x="100" orientation="n" y="-50"/>
|
||||
<terminal x="-110" orientation="n" y="-50"/>
|
||||
<terminal x="-130" orientation="n" y="-50"/>
|
||||
<terminal x="-70" orientation="n" y="-50"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,119 @@
|
||||
<definition version="0.70" type="element" hotspot_x="30" hotspot_y="48" height="110" link_type="simple" width="60" orientation="dyyy">
|
||||
<uuid uuid="{a28cb44a-739b-4cb5-bd0c-d529614e6955}"/>
|
||||
<names>
|
||||
<name lang="de">1-Wire Extension</name>
|
||||
<name lang="en">1-Wire Extension</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">1-Wire Extension</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<polygon y1="-40.4" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="-9" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="-14" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="26" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="26" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="6" closed="false"/>
|
||||
<text text="GND" y="-22" rotation="270" x="1.3" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="5V" y="-22" rotation="270" x="7.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-6.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-4.16" closed="false"/>
|
||||
<text text="Loxone
Link" y="26.2" rotation="0" x="7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="33.589" antialias="false" x2="-4.16" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-2.3" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-6.97" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-8.84" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-11.54" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="-11.54" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-13.51" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-6.97" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-8.84" closed="false"/>
|
||||
<text text="LOX+" y="43.3" rotation="270" x="10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="LOX-" y="43.3" rotation="270" x="16" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="GND" y="43.3" rotation="270" x="-3.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="56.8" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="18" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="6" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="18" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="12" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-2" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="6" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="3" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-2" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-2" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="3" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="3" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-8" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="12" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="9" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="12" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-3" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-14" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-8" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-9" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="6" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="9" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-8" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="3" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-3" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-14" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-3" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-9" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-7.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-7.25" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-7.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="4.63" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="4.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="4.63" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="4.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-7.25" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-21.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-21.58" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-21.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="-9.69" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="-9.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="-9.69" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="-9.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-21.58" closed="false"/>
|
||||
<polygon y1="17.2" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.2" x1="-26" closed="false"/>
|
||||
<polygon y1="-10" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-10" x1="-26" closed="false"/>
|
||||
<polygon y1="8.2" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="10" x1="-24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="-24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="-23.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="8.2" x1="-23.97" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="-26" closed="false"/>
|
||||
<polygon y1="10" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="47.8" x1="-26" closed="false"/>
|
||||
<polygon y1="8.2" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="10" x1="24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="8.2" x1="24" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="26" closed="false"/>
|
||||
<polygon y1="10" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="26" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="12.82" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="15.63" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="15.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="17.49" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="12.82" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="10.95" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="8.25" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="8.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="6.28" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="12.82" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="10.95" closed="false"/>
|
||||
<text text="24V+" y="43.3" rotation="270" x="-10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Power" y="28.9" rotation="0" x="-12" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Loxone" y="-0.8" rotation="0" x="-19" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="1-Wire" y="13.3" rotation="0" x="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="DATA" y="-22" rotation="270" x="-5" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text z="201" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" Valignment="AlignTop" y="-37.7" rotation="0" text_width="-1" x="-43" Halignment="AlignRight" text_from="ElementInfo" frame="false" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="287" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" Valignment="AlignTop" y="-45.8" rotation="270" text_width="-1" x="-10" Halignment="AlignLeft" text_from="ElementInfo" frame="false" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<terminal y="49.6" x="-11" orientation="s"/>
|
||||
<terminal y="49.6" x="9" orientation="s"/>
|
||||
<terminal y="-37" x="6" orientation="n"/>
|
||||
<terminal y="49.6" x="15" orientation="s"/>
|
||||
<terminal y="49.6" x="-5" orientation="s"/>
|
||||
<terminal y="-37" x="-6" orientation="n"/>
|
||||
<terminal y="-37" x="0" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,119 @@
|
||||
<definition version="0.70" type="element" hotspot_x="30" hotspot_y="48" height="110" link_type="simple" width="60" orientation="dyyy">
|
||||
<uuid uuid="{acd756a8-e539-4bb1-92cc-fb5882bb2009}"/>
|
||||
<names>
|
||||
<name lang="de">DMX Extension</name>
|
||||
<name lang="en">DMX Extension</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">DMX Extension</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<polygon y1="-40.4" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="-9" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="-14" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="26" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="26" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="6" closed="false"/>
|
||||
<text text="GND" y="-22" rotation="270" x="1.3" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="DMX+" y="-22" rotation="270" x="7.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-6.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-4.16" closed="false"/>
|
||||
<text text="Loxone
Link" y="26.2" rotation="0" x="7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="33.589" antialias="false" x2="-4.16" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-2.3" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-6.97" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-8.84" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-11.54" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="-11.54" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-13.51" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-6.97" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-8.84" closed="false"/>
|
||||
<text text="LOX+" y="43.3" rotation="270" x="10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="LOX-" y="43.3" rotation="270" x="16" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="GND" y="43.3" rotation="270" x="-3.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="56.8" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="18" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="6" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="18" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="12" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-2" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="6" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="3" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-2" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-2" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="3" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="3" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-8" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="12" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="9" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="12" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-3" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-14" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-8" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-9" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="6" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="9" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-8" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="3" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-3" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-14" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-3" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-9" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-7.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-7.25" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-7.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="4.63" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="4.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="4.63" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="4.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-7.25" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-21.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-21.58" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-21.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="-9.69" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="-9.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="-9.69" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="-9.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-21.58" closed="false"/>
|
||||
<polygon y1="17.2" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.2" x1="-26" closed="false"/>
|
||||
<polygon y1="-10" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-10" x1="-26" closed="false"/>
|
||||
<polygon y1="8.2" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="10" x1="-24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="-24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="-23.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="8.2" x1="-23.97" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="-26" closed="false"/>
|
||||
<polygon y1="10" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="47.8" x1="-26" closed="false"/>
|
||||
<polygon y1="8.2" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="10" x1="24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="8.2" x1="24" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="26" closed="false"/>
|
||||
<polygon y1="10" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="26" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="12.82" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="15.63" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="15.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="17.49" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="12.82" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="10.95" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="8.25" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="8.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="6.28" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="12.82" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="10.95" closed="false"/>
|
||||
<text text="24V+" y="43.3" rotation="270" x="-10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Power" y="28.9" rotation="0" x="-12" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Loxone" y="-0.8" rotation="0" x="-19" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="DMX" y="13.3" rotation="0" x="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="DMX-" y="-22" rotation="270" x="-5" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text z="201" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" Valignment="AlignTop" y="-37.7" rotation="0" text_width="-1" x="-43" Halignment="AlignRight" text_from="ElementInfo" frame="false" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="287" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" Valignment="AlignTop" y="-45.8" rotation="270" text_width="-1" x="-10" Halignment="AlignLeft" text_from="ElementInfo" frame="false" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<terminal y="49.6" x="-11" orientation="s"/>
|
||||
<terminal y="49.6" x="9" orientation="s"/>
|
||||
<terminal y="-37" x="6" orientation="n"/>
|
||||
<terminal y="49.6" x="15" orientation="s"/>
|
||||
<terminal y="49.6" x="-5" orientation="s"/>
|
||||
<terminal y="-37" x="-6" orientation="n"/>
|
||||
<terminal y="-37" x="0" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,854 @@
|
||||
<definition version="0.70" width="70" hotspot_x="30" link_type="simple" hotspot_y="15" height="50" type="element" orientation="dyyy">
|
||||
<uuid uuid="{42071200-0c2b-4764-a2a1-d769b3e92240}"/>
|
||||
<names>
|
||||
<name lang="fr">dimmer 100029</name>
|
||||
<name lang="en">dimmer 100029</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||
|
||||
</informations>
|
||||
<description>
|
||||
<dynamic_text font="Sans Serif,2,-1,5,25,0,0,0,0,0" z="1" x="-24" y="20" rotation="90" text_width="-1" uuid="{64fcc197-492e-45dc-a0af-c6d3e642cc6b}" frame="false" text_from="ElementInfo" Halignment="AlignLeft" Valignment="AlignTop">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line y2="4.71" x2="9.31" length2="1.5" x1="9.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.73" x2="9.26" length2="1.5" x1="9.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.75" x2="9.2" length2="1.5" x1="9.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.78" x2="9.16" length2="1.5" x1="9.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.81" x2="9.11" length2="1.5" x1="9.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.85" x2="9.07" length2="1.5" x1="9.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.88" x2="9.02" length2="1.5" x1="9.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.93" x2="9" length2="1.5" x1="9.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.98" x2="8.96" length2="1.5" x1="9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="5.02" x2="8.93" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="5.07" x2="8.91" length2="1.5" x1="8.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="5.13" x2="8.89" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.18" x2="8.88" length2="1.5" x1="8.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.23" x2="8.87" length2="1.5" x1="8.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.29" x2="8.87" length2="1.5" x1="8.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.35" x2="8.87" length2="1.5" x1="8.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.4" x2="8.88" length2="1.5" x1="8.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.45" x2="8.89" length2="1.5" x1="8.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.5" x2="8.91" length2="1.5" x1="8.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.55" x2="8.93" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.61" x2="8.96" length2="1.5" x1="8.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.65" x2="9" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.69" x2="9.02" length2="1.5" x1="9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.73" x2="9.07" length2="1.5" x1="9.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="9.11" length2="1.5" x1="9.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.8" x2="9.16" length2="1.5" x1="9.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.83" x2="9.2" length2="1.5" x1="9.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.85" x2="9.26" length2="1.5" x1="9.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.87" x2="9.31" length2="1.5" x1="9.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.89" x2="9.36" length2="1.5" x1="9.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="4.39" x2="9.3" length2="1.5" x1="9.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="9.24" length2="1.5" x1="9.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="9.18" length2="1.5" x1="9.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="9.12" length2="1.5" x1="9.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="9.06" length2="1.5" x1="9.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="9.01" length2="1.5" x1="9.06" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="8.96" length2="1.5" x1="9.01" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="8.91" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="8.86" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="8.83" length2="1.5" x1="8.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="8.79" length2="1.5" x1="8.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="8.75" length2="1.5" x1="8.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="8.73" length2="1.5" x1="8.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="8.7" length2="1.5" x1="8.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="8.68" length2="1.5" x1="8.7" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="8.67" length2="1.5" x1="8.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="8.68" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="8.7" length2="1.5" x1="8.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="8.73" length2="1.5" x1="8.7" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="8.75" length2="1.5" x1="8.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="8.79" length2="1.5" x1="8.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="8.83" length2="1.5" x1="8.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="8.86" length2="1.5" x1="8.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="8.91" length2="1.5" x1="8.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="8.96" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="9.01" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="9.06" length2="1.5" x1="9.01" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="9.12" length2="1.5" x1="9.06" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="9.18" length2="1.5" x1="9.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="9.24" length2="1.5" x1="9.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="9.3" length2="1.5" x1="9.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="9.36" length2="1.5" x1="9.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="4.71" x2="4.23" length2="1.5" x1="4.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.73" x2="4.18" length2="1.5" x1="4.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.75" x2="4.13" length2="1.5" x1="4.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.78" x2="4.08" length2="1.5" x1="4.13" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.81" x2="4.04" length2="1.5" x1="4.08" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.85" x2="3.99" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.88" x2="3.96" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.93" x2="3.92" length2="1.5" x1="3.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.98" x2="3.88" length2="1.5" x1="3.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="5.02" x2="3.86" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="5.07" x2="3.83" length2="1.5" x1="3.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="5.13" x2="3.82" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.18" x2="3.8" length2="1.5" x1="3.82" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.23" x2="3.79" length2="1.5" x1="3.8" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.29" x2="3.79" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.35" x2="3.79" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.4" x2="3.8" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.45" x2="3.82" length2="1.5" x1="3.8" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.5" x2="3.83" length2="1.5" x1="3.82" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.55" x2="3.86" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.61" x2="3.88" length2="1.5" x1="3.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.65" x2="3.92" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.69" x2="3.96" length2="1.5" x1="3.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.73" x2="3.99" length2="1.5" x1="3.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="4.04" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.8" x2="4.08" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.83" x2="4.13" length2="1.5" x1="4.08" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.85" x2="4.18" length2="1.5" x1="4.13" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.87" x2="4.23" length2="1.5" x1="4.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.89" x2="4.29" length2="1.5" x1="4.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="4.39" x2="4.22" length2="1.5" x1="4.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="4.16" length2="1.5" x1="4.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="4.1" length2="1.5" x1="4.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="4.04" length2="1.5" x1="4.1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="3.99" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="3.93" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="3.88" length2="1.5" x1="3.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="3.83" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="3.79" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="3.75" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="3.71" length2="1.5" x1="3.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="3.68" length2="1.5" x1="3.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="3.65" length2="1.5" x1="3.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="3.62" length2="1.5" x1="3.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="3.61" length2="1.5" x1="3.62" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="3.6" length2="1.5" x1="3.61" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="3.59" length2="1.5" x1="3.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="3.59" length2="1.5" x1="3.59" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="3.59" length2="1.5" x1="3.59" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="3.6" length2="1.5" x1="3.59" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="3.61" length2="1.5" x1="3.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="3.62" length2="1.5" x1="3.61" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="3.65" length2="1.5" x1="3.62" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="3.68" length2="1.5" x1="3.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="3.71" length2="1.5" x1="3.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="3.75" length2="1.5" x1="3.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="3.79" length2="1.5" x1="3.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="3.83" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="3.88" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="3.93" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="3.99" length2="1.5" x1="3.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="4.04" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="4.1" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="4.16" length2="1.5" x1="4.1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="4.22" length2="1.5" x1="4.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="4.29" length2="1.5" x1="4.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="4.71" x2="-0.84" length2="1.5" x1="-0.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.73" x2="-0.9" length2="1.5" x1="-0.84" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.75" x2="-0.94" length2="1.5" x1="-0.9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.78" x2="-1" length2="1.5" x1="-0.94" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.81" x2="-1.04" length2="1.5" x1="-1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.85" x2="-1.09" length2="1.5" x1="-1.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.88" x2="-1.12" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.93" x2="-1.16" length2="1.5" x1="-1.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.98" x2="-1.19" length2="1.5" x1="-1.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="5.02" x2="-1.22" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="5.07" x2="-1.24" length2="1.5" x1="-1.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="5.13" x2="-1.26" length2="1.5" x1="-1.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.18" x2="-1.27" length2="1.5" x1="-1.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.23" x2="-1.28" length2="1.5" x1="-1.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.29" x2="-1.28" length2="1.5" x1="-1.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.35" x2="-1.28" length2="1.5" x1="-1.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.4" x2="-1.27" length2="1.5" x1="-1.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.45" x2="-1.26" length2="1.5" x1="-1.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.5" x2="-1.24" length2="1.5" x1="-1.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.55" x2="-1.22" length2="1.5" x1="-1.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.61" x2="-1.19" length2="1.5" x1="-1.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.65" x2="-1.16" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.69" x2="-1.12" length2="1.5" x1="-1.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.73" x2="-1.09" length2="1.5" x1="-1.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="-1.04" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.8" x2="-1" length2="1.5" x1="-1.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.83" x2="-0.94" length2="1.5" x1="-1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.85" x2="-0.9" length2="1.5" x1="-0.94" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.87" x2="-0.84" length2="1.5" x1="-0.9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.89" x2="-0.79" length2="1.5" x1="-0.84" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="4.39" x2="-0.85" length2="1.5" x1="-0.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="-0.92" length2="1.5" x1="-0.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="-0.97" length2="1.5" x1="-0.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="-1.03" length2="1.5" x1="-0.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="-1.09" length2="1.5" x1="-1.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="-1.14" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="-1.19" length2="1.5" x1="-1.14" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="-1.25" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="-1.29" length2="1.5" x1="-1.25" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="-1.33" length2="1.5" x1="-1.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="-1.36" length2="1.5" x1="-1.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="-1.4" length2="1.5" x1="-1.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="-1.43" length2="1.5" x1="-1.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="-1.45" length2="1.5" x1="-1.43" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="-1.47" length2="1.5" x1="-1.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="-1.48" length2="1.5" x1="-1.47" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="-1.49" length2="1.5" x1="-1.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="-1.49" length2="1.5" x1="-1.49" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="-1.49" length2="1.5" x1="-1.49" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="-1.48" length2="1.5" x1="-1.49" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="-1.47" length2="1.5" x1="-1.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="-1.45" length2="1.5" x1="-1.47" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="-1.43" length2="1.5" x1="-1.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="-1.4" length2="1.5" x1="-1.43" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="-1.36" length2="1.5" x1="-1.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="-1.33" length2="1.5" x1="-1.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="-1.29" length2="1.5" x1="-1.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="-1.25" length2="1.5" x1="-1.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="-1.19" length2="1.5" x1="-1.25" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="-1.14" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="-1.09" length2="1.5" x1="-1.14" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="-1.03" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="-0.97" length2="1.5" x1="-1.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="-0.92" length2="1.5" x1="-0.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="-0.85" length2="1.5" x1="-0.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="-0.79" length2="1.5" x1="-0.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="4.71" x2="-5.92" length2="1.5" x1="-5.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.73" x2="-5.97" length2="1.5" x1="-5.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.75" x2="-6.02" length2="1.5" x1="-5.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.78" x2="-6.07" length2="1.5" x1="-6.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.81" x2="-6.12" length2="1.5" x1="-6.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.85" x2="-6.16" length2="1.5" x1="-6.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.88" x2="-6.2" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.93" x2="-6.23" length2="1.5" x1="-6.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.98" x2="-6.27" length2="1.5" x1="-6.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="5.02" x2="-6.3" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="5.07" x2="-6.31" length2="1.5" x1="-6.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="5.13" x2="-6.33" length2="1.5" x1="-6.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.18" x2="-6.35" length2="1.5" x1="-6.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.23" x2="-6.36" length2="1.5" x1="-6.35" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.29" x2="-6.36" length2="1.5" x1="-6.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.35" x2="-6.36" length2="1.5" x1="-6.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.4" x2="-6.35" length2="1.5" x1="-6.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.45" x2="-6.33" length2="1.5" x1="-6.35" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.5" x2="-6.31" length2="1.5" x1="-6.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.55" x2="-6.3" length2="1.5" x1="-6.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.61" x2="-6.27" length2="1.5" x1="-6.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.65" x2="-6.23" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.69" x2="-6.2" length2="1.5" x1="-6.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.73" x2="-6.16" length2="1.5" x1="-6.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="-6.12" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.8" x2="-6.07" length2="1.5" x1="-6.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.83" x2="-6.02" length2="1.5" x1="-6.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.85" x2="-5.97" length2="1.5" x1="-6.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.87" x2="-5.92" length2="1.5" x1="-5.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.89" x2="-5.87" length2="1.5" x1="-5.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="4.39" x2="-5.93" length2="1.5" x1="-5.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="-5.99" length2="1.5" x1="-5.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="-6.05" length2="1.5" x1="-5.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="-6.11" length2="1.5" x1="-6.05" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="-6.16" length2="1.5" x1="-6.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="-6.22" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="-6.27" length2="1.5" x1="-6.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="-6.32" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="-6.37" length2="1.5" x1="-6.32" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="-6.4" length2="1.5" x1="-6.37" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="-6.44" length2="1.5" x1="-6.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="-6.48" length2="1.5" x1="-6.44" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="-6.5" length2="1.5" x1="-6.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="-6.52" length2="1.5" x1="-6.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="-6.54" length2="1.5" x1="-6.52" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="-6.56" length2="1.5" x1="-6.54" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="-6.57" length2="1.5" x1="-6.56" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="-6.57" length2="1.5" x1="-6.57" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="-6.57" length2="1.5" x1="-6.57" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="-6.56" length2="1.5" x1="-6.57" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="-6.54" length2="1.5" x1="-6.56" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="-6.52" length2="1.5" x1="-6.54" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="-6.5" length2="1.5" x1="-6.52" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="-6.48" length2="1.5" x1="-6.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="-6.44" length2="1.5" x1="-6.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="-6.4" length2="1.5" x1="-6.44" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="-6.37" length2="1.5" x1="-6.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="-6.32" length2="1.5" x1="-6.37" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="-6.27" length2="1.5" x1="-6.32" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="-6.22" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="-6.16" length2="1.5" x1="-6.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="-6.11" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="-6.05" length2="1.5" x1="-6.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="-5.99" length2="1.5" x1="-6.05" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="-5.93" length2="1.5" x1="-5.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="-5.87" length2="1.5" x1="-5.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="4.39" x2="9.3" length2="1.5" x1="9.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="9.24" length2="1.5" x1="9.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="9.18" length2="1.5" x1="9.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="9.12" length2="1.5" x1="9.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="9.06" length2="1.5" x1="9.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="9.01" length2="1.5" x1="9.06" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="8.96" length2="1.5" x1="9.01" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="8.91" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="8.86" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="8.83" length2="1.5" x1="8.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="8.79" length2="1.5" x1="8.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="8.75" length2="1.5" x1="8.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="8.73" length2="1.5" x1="8.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="8.7" length2="1.5" x1="8.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="8.68" length2="1.5" x1="8.7" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="8.67" length2="1.5" x1="8.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="8.67" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="8.68" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="8.7" length2="1.5" x1="8.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="8.73" length2="1.5" x1="8.7" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="8.75" length2="1.5" x1="8.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="8.79" length2="1.5" x1="8.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="8.83" length2="1.5" x1="8.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="8.86" length2="1.5" x1="8.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="8.91" length2="1.5" x1="8.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="8.96" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="9.01" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="9.06" length2="1.5" x1="9.01" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="9.12" length2="1.5" x1="9.06" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="9.18" length2="1.5" x1="9.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="9.24" length2="1.5" x1="9.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="9.3" length2="1.5" x1="9.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="9.36" length2="1.5" x1="9.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="5.87" x2="9.31" length2="1.5" x1="9.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.89"/>
|
||||
<line y2="5.85" x2="9.26" length2="1.5" x1="9.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="5.83" x2="9.2" length2="1.5" x1="9.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.8" x2="9.16" length2="1.5" x1="9.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.76" x2="9.11" length2="1.5" x1="9.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.73" x2="9.07" length2="1.5" x1="9.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.69" x2="9.02" length2="1.5" x1="9.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.65" x2="9" length2="1.5" x1="9.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.61" x2="8.96" length2="1.5" x1="9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.55" x2="8.93" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.5" x2="8.91" length2="1.5" x1="8.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.45" x2="8.89" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.4" x2="8.88" length2="1.5" x1="8.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.35" x2="8.87" length2="1.5" x1="8.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.29" x2="8.87" length2="1.5" x1="8.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.23" x2="8.87" length2="1.5" x1="8.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.18" x2="8.88" length2="1.5" x1="8.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.13" x2="8.89" length2="1.5" x1="8.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.07" x2="8.91" length2="1.5" x1="8.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.02" x2="8.93" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="4.98" x2="8.96" length2="1.5" x1="8.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="4.93" x2="9" length2="1.5" x1="8.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="4.88" x2="9.02" length2="1.5" x1="9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="4.85" x2="9.07" length2="1.5" x1="9.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.81" x2="9.11" length2="1.5" x1="9.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.78" x2="9.16" length2="1.5" x1="9.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.75" x2="9.2" length2="1.5" x1="9.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.73" x2="9.26" length2="1.5" x1="9.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.71" x2="9.31" length2="1.5" x1="9.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.7" x2="9.36" length2="1.5" x1="9.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.39" x2="4.22" length2="1.5" x1="4.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="4.16" length2="1.5" x1="4.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="4.1" length2="1.5" x1="4.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="4.04" length2="1.5" x1="4.1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="3.99" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="3.93" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="3.88" length2="1.5" x1="3.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="3.83" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="3.79" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="3.75" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="3.71" length2="1.5" x1="3.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="3.68" length2="1.5" x1="3.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="3.65" length2="1.5" x1="3.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="3.62" length2="1.5" x1="3.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="3.61" length2="1.5" x1="3.62" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="3.6" length2="1.5" x1="3.61" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="3.59" length2="1.5" x1="3.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="3.59" length2="1.5" x1="3.59" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="3.59" length2="1.5" x1="3.59" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="3.6" length2="1.5" x1="3.59" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="3.61" length2="1.5" x1="3.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="3.62" length2="1.5" x1="3.61" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="3.65" length2="1.5" x1="3.62" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="3.68" length2="1.5" x1="3.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="3.71" length2="1.5" x1="3.68" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="3.75" length2="1.5" x1="3.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="3.79" length2="1.5" x1="3.75" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="3.83" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="3.88" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="3.93" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="3.99" length2="1.5" x1="3.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="4.04" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="4.1" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="4.16" length2="1.5" x1="4.1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="4.22" length2="1.5" x1="4.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="4.29" length2="1.5" x1="4.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="5.87" x2="4.23" length2="1.5" x1="4.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.89"/>
|
||||
<line y2="5.85" x2="4.18" length2="1.5" x1="4.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="5.83" x2="4.13" length2="1.5" x1="4.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.8" x2="4.08" length2="1.5" x1="4.13" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.76" x2="4.04" length2="1.5" x1="4.08" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.73" x2="3.99" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.69" x2="3.96" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.65" x2="3.92" length2="1.5" x1="3.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.61" x2="3.88" length2="1.5" x1="3.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.55" x2="3.86" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.5" x2="3.83" length2="1.5" x1="3.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.45" x2="3.82" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.4" x2="3.8" length2="1.5" x1="3.82" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.35" x2="3.79" length2="1.5" x1="3.8" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.29" x2="3.79" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.23" x2="3.79" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.18" x2="3.8" length2="1.5" x1="3.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.13" x2="3.82" length2="1.5" x1="3.8" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.07" x2="3.83" length2="1.5" x1="3.82" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.02" x2="3.86" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="4.98" x2="3.88" length2="1.5" x1="3.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="4.93" x2="3.92" length2="1.5" x1="3.88" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="4.88" x2="3.96" length2="1.5" x1="3.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="4.85" x2="3.99" length2="1.5" x1="3.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.81" x2="4.04" length2="1.5" x1="3.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.78" x2="4.08" length2="1.5" x1="4.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.75" x2="4.13" length2="1.5" x1="4.08" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.73" x2="4.18" length2="1.5" x1="4.13" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.71" x2="4.23" length2="1.5" x1="4.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.7" x2="4.29" length2="1.5" x1="4.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.39" x2="-0.85" length2="1.5" x1="-0.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="-0.92" length2="1.5" x1="-0.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="-0.97" length2="1.5" x1="-0.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="-1.03" length2="1.5" x1="-0.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="-1.09" length2="1.5" x1="-1.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="-1.14" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="-1.19" length2="1.5" x1="-1.14" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="-1.25" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="-1.29" length2="1.5" x1="-1.25" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="-1.33" length2="1.5" x1="-1.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="-1.36" length2="1.5" x1="-1.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="-1.4" length2="1.5" x1="-1.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="-1.43" length2="1.5" x1="-1.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="-1.45" length2="1.5" x1="-1.43" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="-1.47" length2="1.5" x1="-1.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="-1.48" length2="1.5" x1="-1.47" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="-1.49" length2="1.5" x1="-1.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="-1.49" length2="1.5" x1="-1.49" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="-1.49" length2="1.5" x1="-1.49" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="-1.48" length2="1.5" x1="-1.49" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="-1.47" length2="1.5" x1="-1.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="-1.45" length2="1.5" x1="-1.47" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="-1.43" length2="1.5" x1="-1.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="-1.4" length2="1.5" x1="-1.43" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="-1.36" length2="1.5" x1="-1.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="-1.33" length2="1.5" x1="-1.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="-1.29" length2="1.5" x1="-1.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="-1.25" length2="1.5" x1="-1.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="-1.19" length2="1.5" x1="-1.25" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="-1.14" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="-1.09" length2="1.5" x1="-1.14" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="-1.03" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="-0.97" length2="1.5" x1="-1.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="-0.92" length2="1.5" x1="-0.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="-0.85" length2="1.5" x1="-0.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="-0.79" length2="1.5" x1="-0.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="5.87" x2="-0.84" length2="1.5" x1="-0.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.89"/>
|
||||
<line y2="5.85" x2="-0.9" length2="1.5" x1="-0.84" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="5.83" x2="-0.94" length2="1.5" x1="-0.9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.8" x2="-1" length2="1.5" x1="-0.94" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.76" x2="-1.04" length2="1.5" x1="-1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.73" x2="-1.09" length2="1.5" x1="-1.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.69" x2="-1.12" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.65" x2="-1.16" length2="1.5" x1="-1.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.61" x2="-1.19" length2="1.5" x1="-1.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.55" x2="-1.22" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.5" x2="-1.24" length2="1.5" x1="-1.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.45" x2="-1.26" length2="1.5" x1="-1.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.4" x2="-1.27" length2="1.5" x1="-1.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.35" x2="-1.28" length2="1.5" x1="-1.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.29" x2="-1.28" length2="1.5" x1="-1.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.23" x2="-1.28" length2="1.5" x1="-1.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.18" x2="-1.27" length2="1.5" x1="-1.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.13" x2="-1.26" length2="1.5" x1="-1.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.07" x2="-1.24" length2="1.5" x1="-1.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.02" x2="-1.22" length2="1.5" x1="-1.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="4.98" x2="-1.19" length2="1.5" x1="-1.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="4.93" x2="-1.16" length2="1.5" x1="-1.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="4.88" x2="-1.12" length2="1.5" x1="-1.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="4.85" x2="-1.09" length2="1.5" x1="-1.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.81" x2="-1.04" length2="1.5" x1="-1.09" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.78" x2="-1" length2="1.5" x1="-1.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.75" x2="-0.94" length2="1.5" x1="-1" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.73" x2="-0.9" length2="1.5" x1="-0.94" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.71" x2="-0.84" length2="1.5" x1="-0.9" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.7" x2="-0.79" length2="1.5" x1="-0.84" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="4.39" x2="-5.93" length2="1.5" x1="-5.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.4" x2="-5.99" length2="1.5" x1="-5.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.39"/>
|
||||
<line y2="4.42" x2="-6.05" length2="1.5" x1="-5.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.4"/>
|
||||
<line y2="4.45" x2="-6.11" length2="1.5" x1="-6.05" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.42"/>
|
||||
<line y2="4.47" x2="-6.16" length2="1.5" x1="-6.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.45"/>
|
||||
<line y2="4.51" x2="-6.22" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.47"/>
|
||||
<line y2="4.54" x2="-6.27" length2="1.5" x1="-6.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.51"/>
|
||||
<line y2="4.58" x2="-6.32" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.54"/>
|
||||
<line y2="4.62" x2="-6.37" length2="1.5" x1="-6.32" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.58"/>
|
||||
<line y2="4.67" x2="-6.4" length2="1.5" x1="-6.37" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.62"/>
|
||||
<line y2="4.73" x2="-6.44" length2="1.5" x1="-6.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.67"/>
|
||||
<line y2="4.78" x2="-6.48" length2="1.5" x1="-6.44" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.83" x2="-6.5" length2="1.5" x1="-6.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.89" x2="-6.52" length2="1.5" x1="-6.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.83"/>
|
||||
<line y2="4.95" x2="-6.54" length2="1.5" x1="-6.52" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.89"/>
|
||||
<line y2="5.01" x2="-6.56" length2="1.5" x1="-6.54" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.95"/>
|
||||
<line y2="5.07" x2="-6.57" length2="1.5" x1="-6.56" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.01"/>
|
||||
<line y2="5.14" x2="-6.57" length2="1.5" x1="-6.57" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="5.2" x2="-6.57" length2="1.5" x1="-6.57" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.14"/>
|
||||
<line y2="5.26" x2="-6.56" length2="1.5" x1="-6.57" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.2"/>
|
||||
<line y2="5.32" x2="-6.54" length2="1.5" x1="-6.56" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.26"/>
|
||||
<line y2="5.38" x2="-6.52" length2="1.5" x1="-6.54" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.32"/>
|
||||
<line y2="5.43" x2="-6.5" length2="1.5" x1="-6.52" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.38"/>
|
||||
<line y2="5.49" x2="-6.48" length2="1.5" x1="-6.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.43"/>
|
||||
<line y2="5.55" x2="-6.44" length2="1.5" x1="-6.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.49"/>
|
||||
<line y2="5.59" x2="-6.4" length2="1.5" x1="-6.44" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.64" x2="-6.37" length2="1.5" x1="-6.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.59"/>
|
||||
<line y2="5.69" x2="-6.32" length2="1.5" x1="-6.37" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.64"/>
|
||||
<line y2="5.73" x2="-6.27" length2="1.5" x1="-6.32" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.76" x2="-6.22" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.79" x2="-6.16" length2="1.5" x1="-6.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.82" x2="-6.11" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.79"/>
|
||||
<line y2="5.84" x2="-6.05" length2="1.5" x1="-6.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.82"/>
|
||||
<line y2="5.86" x2="-5.99" length2="1.5" x1="-6.05" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.84"/>
|
||||
<line y2="5.88" x2="-5.93" length2="1.5" x1="-5.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.86"/>
|
||||
<line y2="5.89" x2="-5.87" length2="1.5" x1="-5.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.88"/>
|
||||
<line y2="5.87" x2="-5.92" length2="1.5" x1="-5.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.89"/>
|
||||
<line y2="5.85" x2="-5.97" length2="1.5" x1="-5.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.87"/>
|
||||
<line y2="5.83" x2="-6.02" length2="1.5" x1="-5.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.85"/>
|
||||
<line y2="5.8" x2="-6.07" length2="1.5" x1="-6.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.83"/>
|
||||
<line y2="5.76" x2="-6.12" length2="1.5" x1="-6.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.8"/>
|
||||
<line y2="5.73" x2="-6.16" length2="1.5" x1="-6.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.76"/>
|
||||
<line y2="5.69" x2="-6.2" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.73"/>
|
||||
<line y2="5.65" x2="-6.23" length2="1.5" x1="-6.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.69"/>
|
||||
<line y2="5.61" x2="-6.27" length2="1.5" x1="-6.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.65"/>
|
||||
<line y2="5.55" x2="-6.3" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.61"/>
|
||||
<line y2="5.5" x2="-6.31" length2="1.5" x1="-6.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="5.45" x2="-6.33" length2="1.5" x1="-6.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.5"/>
|
||||
<line y2="5.4" x2="-6.35" length2="1.5" x1="-6.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.45"/>
|
||||
<line y2="5.35" x2="-6.36" length2="1.5" x1="-6.35" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.4"/>
|
||||
<line y2="5.29" x2="-6.36" length2="1.5" x1="-6.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.23" x2="-6.36" length2="1.5" x1="-6.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.29"/>
|
||||
<line y2="5.18" x2="-6.35" length2="1.5" x1="-6.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.23"/>
|
||||
<line y2="5.13" x2="-6.33" length2="1.5" x1="-6.35" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.18"/>
|
||||
<line y2="5.07" x2="-6.31" length2="1.5" x1="-6.33" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.13"/>
|
||||
<line y2="5.02" x2="-6.3" length2="1.5" x1="-6.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.07"/>
|
||||
<line y2="4.98" x2="-6.27" length2="1.5" x1="-6.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.02"/>
|
||||
<line y2="4.93" x2="-6.23" length2="1.5" x1="-6.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.98"/>
|
||||
<line y2="4.88" x2="-6.2" length2="1.5" x1="-6.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.93"/>
|
||||
<line y2="4.85" x2="-6.16" length2="1.5" x1="-6.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.88"/>
|
||||
<line y2="4.81" x2="-6.12" length2="1.5" x1="-6.16" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.85"/>
|
||||
<line y2="4.78" x2="-6.07" length2="1.5" x1="-6.12" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.81"/>
|
||||
<line y2="4.75" x2="-6.02" length2="1.5" x1="-6.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.78"/>
|
||||
<line y2="4.73" x2="-5.97" length2="1.5" x1="-6.02" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.71" x2="-5.92" length2="1.5" x1="-5.97" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.73"/>
|
||||
<line y2="4.7" x2="-5.87" length2="1.5" x1="-5.92" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.71"/>
|
||||
<line y2="-13.39" x2="-5.38" length2="1.5" x1="-5.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-5.38" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-4.11" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-4.11" length2="1.5" x1="-5.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="6.03" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="6.03" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="7.3" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="7.3" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="4.77" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="4.77" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="6.03" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="6.03" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="3.5" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="3.5" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="4.77" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="4.77" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="2.23" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="2.23" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="3.5" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="3.5" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="0.96" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="0.96" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="2.23" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="2.23" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-0.31" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-0.31" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="0.96" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="0.96" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-1.58" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-1.58" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-0.31" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-0.31" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-2.85" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-2.85" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-1.58" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-1.58" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-4.11" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-4.11" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10.42"/>
|
||||
<line y2="-10.42" x2="-2.85" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-13.39" x2="-2.85" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-13.39"/>
|
||||
<line y2="-1.88" x2="-22.14" length2="1.5" x1="-22.14" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-2.38"/>
|
||||
<line y2="-2.38" x2="-22.14" length2="1.5" x1="-19.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-2.38"/>
|
||||
<line y2="-2.38" x2="-19.6" length2="1.5" x1="-19.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.88"/>
|
||||
<line y2="-1.88" x2="-19.6" length2="1.5" x1="-22.14" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.88"/>
|
||||
<line y2="-1.88" x2="-25.18" length2="1.5" x1="-25.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-2.38"/>
|
||||
<line y2="-2.38" x2="-25.18" length2="1.5" x1="-22.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-2.38"/>
|
||||
<line y2="-2.38" x2="-22.65" length2="1.5" x1="-22.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.88"/>
|
||||
<line y2="-1.88" x2="-22.65" length2="1.5" x1="-25.18" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.88"/>
|
||||
<line y2="9.12" x2="8.58" length2="1.5" x1="8.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="8.58" length2="1.5" x1="9.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="9.85" length2="1.5" x1="9.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="9.85" length2="1.5" x1="8.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="7.3" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="7.3" length2="1.5" x1="8.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="8.58" length2="1.5" x1="8.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="8.58" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="6.03" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="6.03" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="7.3" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="7.3" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="4.77" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="4.77" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="6.03" length2="1.5" x1="6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="6.03" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="3.5" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="3.5" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="4.77" length2="1.5" x1="4.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="4.77" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="2.23" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="2.23" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="3.5" length2="1.5" x1="3.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="3.5" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="0.96" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="0.96" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="2.23" length2="1.5" x1="2.23" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="2.23" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-0.31" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-0.31" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="0.96" length2="1.5" x1="0.96" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="0.96" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-1.58" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-1.58" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-0.31" length2="1.5" x1="-0.31" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-0.31" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-2.85" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-2.85" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-1.58" length2="1.5" x1="-1.58" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-1.58" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-4.11" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-4.11" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-2.85" length2="1.5" x1="-2.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-2.85" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-5.38" length2="1.5" x1="-5.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-5.38" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-4.11" length2="1.5" x1="-4.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-4.11" length2="1.5" x1="-5.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-6.66" length2="1.5" x1="-6.66" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-6.66" length2="1.5" x1="-5.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-5.38" length2="1.5" x1="-5.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-5.38" length2="1.5" x1="-6.66" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-7.93" length2="1.5" x1="-7.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-7.93" length2="1.5" x1="-6.66" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-6.66" length2="1.5" x1="-6.66" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-6.66" length2="1.5" x1="-7.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-9.19" length2="1.5" x1="-9.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-9.19" length2="1.5" x1="-7.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-7.93" length2="1.5" x1="-7.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-7.93" length2="1.5" x1="-9.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-10.46" length2="1.5" x1="-10.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-10.46" length2="1.5" x1="-9.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-9.19" length2="1.5" x1="-9.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-9.19" length2="1.5" x1="-10.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-14.65" length2="1.5" x1="-14.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-14.65" length2="1.5" x1="-13.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-13.38" length2="1.5" x1="-13.38" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-13.38" length2="1.5" x1="-14.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-15.91" length2="1.5" x1="-15.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-15.91" length2="1.5" x1="-14.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-14.65" length2="1.5" x1="-14.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-14.65" length2="1.5" x1="-15.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-17.19" length2="1.5" x1="-17.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-17.19" length2="1.5" x1="-15.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-15.91" length2="1.5" x1="-15.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-15.91" length2="1.5" x1="-17.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-18.46" length2="1.5" x1="-18.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-18.46" length2="1.5" x1="-17.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-17.19" length2="1.5" x1="-17.19" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-17.19" length2="1.5" x1="-18.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-19.73" length2="1.5" x1="-19.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-19.73" length2="1.5" x1="-18.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-18.46" length2="1.5" x1="-18.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-18.46" length2="1.5" x1="-19.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-20.99" length2="1.5" x1="-20.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-20.99" length2="1.5" x1="-19.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="6.16"/>
|
||||
<line y2="6.16" x2="-19.73" length2="1.5" x1="-19.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="9.12" x2="-19.73" length2="1.5" x1="-20.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="9.12"/>
|
||||
<line y2="1.09" x2="13.27" length2="1.5" x1="-26.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="1.09"/>
|
||||
<line y2="-5.35" x2="13.27" length2="1.5" x1="-26.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-5.35"/>
|
||||
<line y2="-0.47" x2="-26.07" length2="1.5" x1="-25.69" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-0.9"/>
|
||||
<line y2="-3.79" x2="-26.07" length2="1.5" x1="-25.69" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-3.37"/>
|
||||
<line y2="-0.9" x2="-25.69" length2="1.5" x1="-25.69" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-3.37"/>
|
||||
<line y2="-3.79" x2="-26.07" length2="1.5" x1="-26.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-12.64"/>
|
||||
<line y2="8.38" x2="-26.07" length2="1.5" x1="-26.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-0.47"/>
|
||||
<line y2="-0.47" x2="13.27" length2="1.5" x1="12.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-0.9"/>
|
||||
<line y2="-3.79" x2="13.27" length2="1.5" x1="12.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-3.37"/>
|
||||
<line y2="-0.9" x2="12.89" length2="1.5" x1="12.89" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-3.37"/>
|
||||
<line y2="-3.79" x2="13.27" length2="1.5" x1="13.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-12.64"/>
|
||||
<line y2="-12.64" x2="13.27" length2="1.5" x1="7.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-12.64"/>
|
||||
<line y2="-12.64" x2="-5.38" length2="1.5" x1="-26.07" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-12.64"/>
|
||||
<line y2="8.38" x2="-26.07" length2="1.5" x1="-20.99" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.38"/>
|
||||
<line y2="8.38" x2="-13.38" length2="1.5" x1="-10.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.38"/>
|
||||
<line y2="8.38" x2="9.85" length2="1.5" x1="13.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.38"/>
|
||||
<line y2="8.38" x2="13.27" length2="1.5" x1="13.27" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-0.47"/>
|
||||
<line y2="4.69" x2="9.2" length2="1.5" x1="9.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.69" x2="9.3" length2="1.5" x1="9.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.72"/>
|
||||
<line y2="4.69" x2="9.36" length2="1.5" x1="9.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="4.69" x2="9.2" length2="1.5" x1="8.81" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="5.24" x2="8.87" length2="1.5" x1="8.67" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.24"/>
|
||||
<line y2="5.35" x2="8.87" length2="1.5" x1="8.69" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="4.59" x2="9.36" length2="1.5" x1="8.91" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.59"/>
|
||||
<line y2="4.69" x2="4.13" length2="1.5" x1="4.13" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.69" x2="4.22" length2="1.5" x1="4.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.72"/>
|
||||
<line y2="5.35" x2="3.71" length2="1.5" x1="3.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="4.69" x2="4.29" length2="1.5" x1="4.22" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="4.69" x2="4.13" length2="1.5" x1="3.74" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="5.24" x2="3.79" length2="1.5" x1="3.6" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.24"/>
|
||||
<line y2="5.35" x2="3.79" length2="1.5" x1="3.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="4.59" x2="4.29" length2="1.5" x1="3.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.59"/>
|
||||
<line y2="4.69" x2="-0.95" length2="1.5" x1="-0.95" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.69" x2="-0.85" length2="1.5" x1="-0.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.72"/>
|
||||
<line y2="4.69" x2="-0.79" length2="1.5" x1="-0.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="4.69" x2="-0.95" length2="1.5" x1="-1.34" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="5.24" x2="-1.28" length2="1.5" x1="-1.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.24"/>
|
||||
<line y2="5.35" x2="-1.28" length2="1.5" x1="-1.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="4.59" x2="-0.79" length2="1.5" x1="-1.25" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.59"/>
|
||||
<line y2="4.69" x2="-6.03" length2="1.5" x1="-6.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.75"/>
|
||||
<line y2="4.69" x2="-5.93" length2="1.5" x1="-5.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.72"/>
|
||||
<line y2="5.35" x2="-6.44" length2="1.5" x1="-6.44" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.55"/>
|
||||
<line y2="4.69" x2="-5.87" length2="1.5" x1="-5.93" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="4.69" x2="-6.03" length2="1.5" x1="-6.41" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.69"/>
|
||||
<line y2="5.24" x2="-6.36" length2="1.5" x1="-6.56" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.24"/>
|
||||
<line y2="5.35" x2="-6.36" length2="1.5" x1="-6.44" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="5.35" x2="-6.53" length2="1.5" x1="-6.54" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="5.35"/>
|
||||
<line y2="4.59" x2="-5.87" length2="1.5" x1="-6.32" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.59"/>
|
||||
<line y2="4.39" x2="9.36" length2="1.5" x1="9.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="4.29" length2="1.5" x1="4.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="-0.79" length2="1.5" x1="-0.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="-5.87" length2="1.5" x1="-5.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="9.36" length2="1.5" x1="9.36" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="4.29" length2="1.5" x1="4.29" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="-0.79" length2="1.5" x1="-0.79" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="4.39" x2="-5.87" length2="1.5" x1="-5.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.7"/>
|
||||
<line y2="3.11" x2="7.3" length2="1.5" x1="7.5" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="7.5" length2="1.5" x1="9.37" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="9.37" length2="1.5" x1="9.78" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.63"/>
|
||||
<line y2="3.11" x2="7.3" length2="1.5" x1="7.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="7.11" length2="1.5" x1="5.28" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="5.28" length2="1.5" x1="4.83" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<line y2="3.11" x2="2.23" length2="1.5" x1="2.42" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="2.42" length2="1.5" x1="4.3" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="4.3" length2="1.5" x1="4.71" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.63"/>
|
||||
<line y2="3.11" x2="2.23" length2="1.5" x1="2.03" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="2.03" length2="1.5" x1="0.2" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="0.2" length2="1.5" x1="-0.24" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<line y2="3.11" x2="-2.85" length2="1.5" x1="-2.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-2.65" length2="1.5" x1="-0.77" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-0.77" length2="1.5" x1="-0.37" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.63"/>
|
||||
<line y2="3.11" x2="-2.85" length2="1.5" x1="-3.04" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-3.04" length2="1.5" x1="-4.87" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-4.87" length2="1.5" x1="-5.32" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<line y2="3.4" x2="-14.45" length2="1.5" x1="-13.86" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-13.86" length2="1.5" x1="-13.46" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<line y2="3.14" x2="-14.65" length2="1.5" x1="-14.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-14.85" length2="1.5" x1="-15.43" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-15.43" length2="1.5" x1="-15.84" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<line y2="3.14" x2="-14.65" length2="1.5" x1="-14.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.14" x2="-14.65" length2="1.5" x1="-14.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.14" x2="-18.46" length2="1.5" x1="-18.26" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-18.26" length2="1.5" x1="-16.39" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-16.39" length2="1.5" x1="-15.98" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<line y2="3.14" x2="-18.46" length2="1.5" x1="-18.65" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-18.65" length2="1.5" x1="-20.48" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.4"/>
|
||||
<line y2="3.4" x2="-20.48" length2="1.5" x1="-20.94" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.7"/>
|
||||
<line y2="3.11" x2="-7.93" length2="1.5" x1="-7.73" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-7.73" length2="1.5" x1="-5.85" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-5.85" length2="1.5" x1="-5.45" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.63"/>
|
||||
<line y2="3.11" x2="-7.93" length2="1.5" x1="-8.11" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-8.11" length2="1.5" x1="-9.95" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.37"/>
|
||||
<line y2="3.37" x2="-9.95" length2="1.5" x1="-10.4" end2="none" antialias="false" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="3.66"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-1.91" y="-7.39" rotation="0" text="Digital Inputs" color="#0000ff"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-12.53" y="20.52" rotation="0" text="Dimmer" color="#0000ff"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-12.55" y="23.34" rotation="0" text="100029" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="6.99" y="-8.49" rotation="90" text="GND" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="18" y="-1" rotation="0" text="max. 210W" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="6.81" y="1.77" rotation="0" text="Q4" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="8.24" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="6.97" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="5.71" y="5.54" rotation="90" text="L" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="24" y="13" rotation="0" text="max. 210W" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="1" y="1" rotation="0" text="Q3" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="3.17" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="1.9" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="1" y="5" rotation="90" text="L" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="22" y="2" rotation="0" text="max. 210W" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-3.35" y="1.77" rotation="0" text="Q2" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-1.91" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-3.18" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-4.45" y="5.54" rotation="90" text="L" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="23" y="6" rotation="0" text="max. 400W" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-8" y="2" rotation="0" text="Q1" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-6.98" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-8.25" y="5.54" rotation="90" text="N" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-9.52" y="5.54" rotation="90" text="L" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-13.7" y="6.06" rotation="90" text="LOX -" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-14.97" y="6.06" rotation="90" text="LOX +" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-19.54" y="2.47" rotation="0" text="Power" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-16.24" y="6.03" rotation="90" text="GND" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-17.51" y="6.03" rotation="90" text="GND" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-18.78" y="6.04" rotation="90" text="24V +" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-20.05" y="6.04" rotation="90" text="24V +" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-15.38" y="2.9" rotation="0" text="Link" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-16.05" y="1.85" rotation="0" text="LOXONE" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-4.42" y="-10.6" rotation="90" text="lox 23" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-3.15" y="-10.6" rotation="90" text="lox 24" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="0.66" y="-10.6" rotation="90" text="lox 27" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-0.61" y="-10.6" rotation="90" text="lox 26" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-1.88" y="-10.6" rotation="90" text="lox 25" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="7" y="-10.6" rotation="90" text="lox 32" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="5.73" y="-10.6" rotation="90" text="lox 31" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="4.46" y="-10.6" rotation="90" text="lox 30" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="3.19" y="-10.6" rotation="90" text="lox 29" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="1.92" y="-10.6" rotation="90" text="lox 28" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="5.07" y="-8.99" rotation="0" text="I8" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="3.8" y="-9" rotation="0" text="I7" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="2.53" y="-8.99" rotation="0" text="I6" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="1.26" y="-9" rotation="0" text="I5" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="0" y="-9" rotation="0" text="I4" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-1.27" y="-8.99" rotation="0" text="I3" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-2.54" y="-8.99" rotation="0" text="I2" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-3.81" y="-9" rotation="0" text="I1" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-4.44" y="-8.24" rotation="90" text="+24V" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="9.54" y="8.95" rotation="90" text="lox 22" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="8.28" y="8.95" rotation="90" text="lox 21" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="7.01" y="8.95" rotation="90" text="lox 20" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="5.74" y="8.95" rotation="90" text="lox 19" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="4.47" y="8.95" rotation="90" text="lox 18" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="3.2" y="8.95" rotation="90" text="lox 17" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="1.93" y="8.95" rotation="90" text="lox 16" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="0.66" y="8.95" rotation="90" text="lox 15" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-0.61" y="8.95" rotation="90" text="lox 14" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-1.88" y="8.95" rotation="90" text="lox 13" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-3.15" y="8.95" rotation="90" text="lox 12" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-4.42" y="8.95" rotation="90" text="lox 11" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-5.69" y="8.95" rotation="90" text="lox 10" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-6.96" y="8.95" rotation="90" text="lox 9" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-8.23" y="8.95" rotation="90" text="lox 8" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-9.5" y="8.95" rotation="90" text="lox 7" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-13.68" y="8.95" rotation="90" text="lox 6" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-14.95" y="8.95" rotation="90" text="lox 5" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-16.22" y="8.95" rotation="90" text="lox 4" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-17.49" y="8.95" rotation="90" text="lox 3" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-18.76" y="8.95" rotation="90" text="lox 2" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-20.03" y="8.95" rotation="90" text="lox 1" color="#0000ff"/>
|
||||
<text font="Sans Serif,1,-1,5,50,0,0,0,0,0" x="-9.43" y="0.02" rotation="0" text="DIMMER" color="#0000ff"/>
|
||||
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-17" y="-3" rotation="0" text="LOXONE" color="#0000ff"/>
|
||||
<terminal x="-20" y="30" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,28 @@
|
||||
<definition orientation="dyyy" height="70" width="90" link_type="slave" hotspot_x="45" version="0.70" type="element" hotspot_y="33">
|
||||
<uuid uuid="{788c5c4c-c86d-41b4-85ed-371e31cb99a0}"/>
|
||||
<names>
|
||||
<name lang="de">Miniserver analoger Ausgang</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
</kindInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" y="-4" text_from="ElementInfo" font="Sans Serif,5,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" x="-37" z="1" text_width="-1" uuid="{824f9521-d87d-412b-84c9-dd1d5af5df4c}" frame="false" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle diameter="5" y="27.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="3" x3="40" x2="-4" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="30" closed="false" y1="-30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="3" x3="40" x2="40" y3="-30" closed="false" y1="30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" y="-15" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="0" text="Loxone
Miniserver
analoger
Ausgang" rotation="0"/>
|
||||
<dynamic_text Valignment="AlignTop" y="13" text_from="UserText" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" x="-9" z="13" text_width="-1" uuid="{b29e095c-a984-4597-a674-b5d1afb0c91e}" frame="false" rotation="0">
|
||||
<text>AI1</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="s" y="32" x="0"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,28 @@
|
||||
<definition orientation="dyyy" height="70" width="90" link_type="slave" hotspot_x="45" version="0.70" type="element" hotspot_y="36">
|
||||
<uuid uuid="{10e827da-cc77-4a45-9ce4-32f220afc46d}"/>
|
||||
<names>
|
||||
<name lang="de">Miniserver analoger Eingang</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
</kindInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" y="-4" text_from="ElementInfo" font="Sans Serif,5,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" x="-37" z="1" text_width="-1" uuid="{824f9521-d87d-412b-84c9-dd1d5af5df4c}" frame="false" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle diameter="5" y="-32.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="3" x3="40" x2="3" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="30" closed="false" y1="-30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="-5" x3="40" x2="40" y3="-30" closed="false" y1="30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" y="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="0" text="Loxone
Miniserver
analoger
Eingang" rotation="0"/>
|
||||
<dynamic_text Valignment="AlignTop" y="-29" text_from="UserText" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" x="-7" z="13" text_width="-1" uuid="{b29e095c-a984-4597-a674-b5d1afb0c91e}" frame="false" rotation="0">
|
||||
<text>AI1</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" y="-31" x="0"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,28 @@
|
||||
<definition orientation="dyyy" height="70" width="90" link_type="slave" hotspot_x="45" version="0.70" type="element" hotspot_y="36">
|
||||
<uuid uuid="{539db70b-f822-47c7-b506-fc1e69637e65}"/>
|
||||
<names>
|
||||
<name lang="de">Miniserver digitaler Eingang</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
</kindInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" y="-4" text_from="ElementInfo" font="Sans Serif,5,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" x="-37" z="1" text_width="-1" uuid="{824f9521-d87d-412b-84c9-dd1d5af5df4c}" frame="false" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle diameter="5" y="-32.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="3" x3="40" x2="3" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="30" closed="false" y1="-30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="-5" x3="40" x2="40" y3="-30" closed="false" y1="30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text color="#000000" y="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="0" text="Loxone
Miniserver
digitaler
Eingang" rotation="0"/>
|
||||
<dynamic_text Valignment="AlignTop" y="-29" text_from="UserText" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" x="-7" z="13" text_width="-1" uuid="{b29e095c-a984-4597-a674-b5d1afb0c91e}" frame="false" rotation="0">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" y="-31" x="0"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,342 @@
|
||||
<definition width="190" type="element" version="0.90" height="110" hotspot_y="48" link_type="master" hotspot_x="97">
|
||||
<uuid uuid="{19b7b3e8-4f17-4da4-bffd-8f31cb19f0d7}"/>
|
||||
<names>
|
||||
<name lang="en">Miniserver Gen.1 digitale Ausgänge</name>
|
||||
<name lang="fr">Miniserver Gen.1 digitale Ausgänge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Miniserver Gen.1</elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<text rotation="0" x="-87" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-17.248" text="LAN"/>
|
||||
<polygon x1="90" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="46" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="58" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="270" x="-51.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<text rotation="0" x="-48.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I2"/>
|
||||
<text rotation="0" x="22.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI4"/>
|
||||
<text rotation="270" x="14" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="270" x="32.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ2"/>
|
||||
<text rotation="270" x="50.2" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="59" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ4"/>
|
||||
<text rotation="0" x="-36.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="0" x="-43" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I3"/>
|
||||
<text rotation="270" x="-84" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-30" text="IP"/>
|
||||
<text rotation="0" x="-30.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I5"/>
|
||||
<text rotation="0" x="45" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q8
"/>
|
||||
<text rotation="0" x="-90" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26" text="KNX/EIB
Bus"/>
|
||||
<text rotation="270" x="-80" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="44" text="EIB+"/>
|
||||
<text rotation="270" x="-85.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="EIB-"/>
|
||||
<text rotation="0" x="-54.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I1"/>
|
||||
<text rotation="270" x="-57.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-21.7" text="24V+"/>
|
||||
<text rotation="0" x="-12.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I8"/>
|
||||
<polygon x1="90" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="64" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="54" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<text rotation="0" x="-17.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I7"/>
|
||||
<polygon x1="58" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="64" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="46" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-78" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="53" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ3"/>
|
||||
<polygon x1="40" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="58" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="52" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="4.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI2"/>
|
||||
<polygon x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-24.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I6"/>
|
||||
<polygon x1="40" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="0" x="-1.5" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI1"/>
|
||||
<text rotation="0" x="34" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ1"/>
|
||||
<polygon x1="48" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="-49" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26.2" text="Loxone
Link"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-84" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-90" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="16.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI3"/>
|
||||
<text rotation="270" x="-4" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<polygon x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="52" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="46" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="48" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-3" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q3"/>
|
||||
<polygon x1="34" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-84" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="48" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-26" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q1"/>
|
||||
<polygon x1="-84" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="42" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-90" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="-15" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q2"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q4"/>
|
||||
<polygon x1="54" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="21" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q5"/>
|
||||
<polygon x1="44" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="33" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q7"/>
|
||||
<polygon x1="42" x2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<polygon x1="49" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<text rotation="270" x="-46" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX+"/>
|
||||
<text rotation="270" x="-57.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<polygon x1="47" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<text rotation="270" x="-40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX-"/>
|
||||
<polygon x1="-30" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="270" x="-63.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-17" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="30.7" text="Digital Outputs (Relays) max 5A"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-26" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="30" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-18" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-6" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-32" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="36" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="34" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="12" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-24" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-12" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="0" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-68" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-20" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-30" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-68" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="12" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-12" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-68" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="12" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-38" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="24" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-12" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="6" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-30" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="34" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-20" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="40" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="16" x2="13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-8" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="28" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-6" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-112" Halignment="AlignRight" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" text_width="-1" z="201" keep_visual_rotation="true" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="-37.7">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="42" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="16" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="32" x2="35" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-4" x2="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-16" x2="-13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-28" x2="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="20" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="8" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-18" x2="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-30" x2="-28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-6" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-11" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-2" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-23" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="13" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="25" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="37" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="23" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="35" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="11" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-25" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-13" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="28" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-8" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="10" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-76.25" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-64.37" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-64.37" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-76.25" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-90.58" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-78.69" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-78.69" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-90.58" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-94" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="17.2" closed="false" antialias="false" y2="17.2"/>
|
||||
<polygon x1="-95" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-9.8" closed="false" antialias="false" y2="-9.8"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-92.97" x2="-92.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="88" x2="88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-74" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-40.37" x2="-43.18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-38.51" x2="-40.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-47.75" x2="-45.05" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-49.72" x2="-47.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-45.05" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-61.03" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-52.26" x2="-61.03" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-50.34" x2="-52.26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-62.9" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-71.47" x2="-62.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-73.65" x2="-71.47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.769" closed="false" antialias="false" y2="32.509"/>
|
||||
<text rotation="270" x="-70" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-67" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="28.9" text="Power"/>
|
||||
<text rotation="0" x="-20" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-0.8" text="Loxone"/>
|
||||
<text rotation="0" x="-27" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16.3" text="Miniserver Gen.1"/>
|
||||
<dynamic_text rotation="270" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-63" Halignment="AlignLeft" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" text_width="-1" z="287" keep_visual_rotation="true" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" y="-45.8">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="120" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="-41">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect width="12" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-90" ry="0" antialias="false" height="20" rx="0" y="-44"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{0febf750-067a-4c91-9ace-325d3ba116a3}" orientation="s" y="49"/>
|
||||
<terminal name="" x="13" type="Generic" uuid="{689f328d-964b-4005-ba3c-996b08152db6}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-53" type="Generic" uuid="{ab9d3276-f613-41fb-9c46-9f2e5a5b2e31}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-65" type="Generic" uuid="{c76524d8-a675-40d4-95f5-0211c06aaccb}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-81" type="Generic" uuid="{9a317ef7-adf9-479e-88d5-93dd180a987f}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-41" type="Generic" uuid="{598299b8-5592-469e-b95b-8ef2f071c6c5}" orientation="s" y="49"/>
|
||||
<terminal name="" x="49" type="Generic" uuid="{6a2e1da4-eb96-4237-a1d6-0660963610bd}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-87" type="Generic" uuid="{eae84803-cf0f-4811-bd8f-c3cdb8dbb754}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{23062542-bf44-4510-9292-64a5d67865a7}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-5" type="Generic" uuid="{918c5172-9985-4dac-93ce-0e4da9d9e946}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-71" type="Generic" uuid="{11e6467f-09e2-4e72-ba97-9dbf370090ab}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-47" type="Generic" uuid="{a55bd590-fc0f-4052-9d62-ba3f35054cec}" orientation="s" y="49"/>
|
||||
<terminal name="" x="31" type="Generic" uuid="{8698e537-840f-4a28-b8a3-07a13ef33888}" orientation="n" y="-37"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,342 @@
|
||||
<definition width="190" type="element" version="0.90" height="110" hotspot_y="48" link_type="master" hotspot_x="97">
|
||||
<uuid uuid="{3dbaeebb-e3d9-46ee-ac6e-d1fab9646322}"/>
|
||||
<names>
|
||||
<name lang="en">Miniserver Gen.1 analoge Eingänge</name>
|
||||
<name lang="de">Miniserver Gen.1 analoge Eingänge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Miniserver Gen.1</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<text rotation="0" x="-87" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-17.248" text="LAN"/>
|
||||
<polygon x1="90" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="46" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="58" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="270" x="-51.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<text rotation="0" x="-48.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I2"/>
|
||||
<text rotation="0" x="22.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI4"/>
|
||||
<text rotation="270" x="14" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="270" x="32.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ2"/>
|
||||
<text rotation="270" x="50.2" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="59" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ4"/>
|
||||
<text rotation="0" x="-36.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="0" x="-43" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I3"/>
|
||||
<text rotation="270" x="-84" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-30" text="IP"/>
|
||||
<text rotation="0" x="-30.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I5"/>
|
||||
<text rotation="0" x="45" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q8
"/>
|
||||
<text rotation="0" x="-90" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26" text="KNX/EIB
Bus"/>
|
||||
<text rotation="270" x="-80" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="44" text="EIB+"/>
|
||||
<text rotation="270" x="-85.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="EIB-"/>
|
||||
<text rotation="0" x="-54.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I1"/>
|
||||
<text rotation="270" x="-57.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-21.7" text="24V+"/>
|
||||
<text rotation="0" x="-12.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I8"/>
|
||||
<polygon x1="90" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="64" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="54" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<text rotation="0" x="-17.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I7"/>
|
||||
<polygon x1="58" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="64" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="46" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-78" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="53" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ3"/>
|
||||
<polygon x1="40" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="58" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="52" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="4.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI2"/>
|
||||
<polygon x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-24.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I6"/>
|
||||
<polygon x1="40" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="0" x="-1.5" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI1"/>
|
||||
<text rotation="0" x="34" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ1"/>
|
||||
<polygon x1="48" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="-49" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26.2" text="Loxone
Link"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-84" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-90" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="16.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI3"/>
|
||||
<text rotation="270" x="-4" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<polygon x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="52" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="46" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="48" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-3" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q3"/>
|
||||
<polygon x1="34" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-84" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="48" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-26" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q1"/>
|
||||
<polygon x1="-84" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="42" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-90" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="-15" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q2"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q4"/>
|
||||
<polygon x1="54" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="21" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q5"/>
|
||||
<polygon x1="44" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="33" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q7"/>
|
||||
<polygon x1="42" x2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<polygon x1="49" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<text rotation="270" x="-46" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX+"/>
|
||||
<text rotation="270" x="-57.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<polygon x1="47" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<text rotation="270" x="-40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX-"/>
|
||||
<polygon x1="-30" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="270" x="-63.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-17" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="30.7" text="Digital Outputs (Relays) max 5A"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-26" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="30" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-18" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-6" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-32" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="36" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="34" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="12" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-24" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-12" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="0" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-68" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-20" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-30" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-68" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="12" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-12" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-68" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="12" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-38" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="24" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-12" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="6" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-30" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="34" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-20" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="40" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="16" x2="13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-8" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="28" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-6" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-112" Halignment="AlignRight" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" text_width="-1" z="201" keep_visual_rotation="true" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="-37.7">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="42" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="16" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="32" x2="35" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-4" x2="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-16" x2="-13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-28" x2="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="20" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="8" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-18" x2="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-30" x2="-28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-6" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-11" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-2" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-23" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="13" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="25" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="37" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="23" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="35" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="11" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-25" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-13" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="28" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-8" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="10" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-76.25" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-64.37" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-64.37" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-76.25" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-90.58" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-78.69" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-78.69" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-90.58" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-94" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="17.2" closed="false" antialias="false" y2="17.2"/>
|
||||
<polygon x1="-95" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-9.8" closed="false" antialias="false" y2="-9.8"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-92.97" x2="-92.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="88" x2="88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-74" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-40.37" x2="-43.18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-38.51" x2="-40.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-47.75" x2="-45.05" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-49.72" x2="-47.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-45.05" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-61.03" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-52.26" x2="-61.03" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-50.34" x2="-52.26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-62.9" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-71.47" x2="-62.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-73.65" x2="-71.47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.769" closed="false" antialias="false" y2="32.509"/>
|
||||
<text rotation="270" x="-70" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-67" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="28.9" text="Power"/>
|
||||
<text rotation="0" x="-20" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-0.8" text="Loxone"/>
|
||||
<text rotation="0" x="-27" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16.3" text="Miniserver Gen.1"/>
|
||||
<dynamic_text rotation="270" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-63" Halignment="AlignLeft" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" text_width="-1" z="287" keep_visual_rotation="true" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" y="-45.8">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="120" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="60">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect width="12" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-90" ry="0" antialias="false" height="20" rx="0" y="-44"/>
|
||||
<terminal name="" x="-71" type="Generic" uuid="{c5762b10-1735-43df-a6c5-17fae968b28c}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-41" type="Generic" uuid="{a1b60de7-5261-47b1-a1f3-ef87517bb117}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-53" type="Generic" uuid="{7bbd7e04-b967-4522-8909-de1f279e3168}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-81" type="Generic" uuid="{456b87fc-c77f-4e92-ab98-94e2418ce86d}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-87" type="Generic" uuid="{2ab4d20b-85f8-444a-9d9e-ed865870c5d0}" orientation="s" y="49"/>
|
||||
<terminal name="" x="31" type="Generic" uuid="{053be67a-203a-44a8-8d68-685d778e6ada}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="13" type="Generic" uuid="{384cb120-3327-47a6-90a1-619a3ba8da1b}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-47" type="Generic" uuid="{88410db0-7415-4d02-91f3-b97ac712f70b}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{68abef87-4015-49da-b41b-f2fb3906fc43}" orientation="s" y="49"/>
|
||||
<terminal name="" x="49" type="Generic" uuid="{7b991b2c-8f1e-4c3c-b28b-16a483cb2dcf}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-65" type="Generic" uuid="{e22fe61a-7d57-4940-b51b-08253d0eead0}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-5" type="Generic" uuid="{cd3afa98-28d7-48dc-a4ba-17cca1536c0d}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{42e4a2ba-8233-4367-bdb1-05fb0c1143fc}" orientation="n" y="-37"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,342 @@
|
||||
<definition width="190" type="element" version="0.90" height="110" hotspot_y="48" link_type="master" hotspot_x="97">
|
||||
<uuid uuid="{1f519afc-db18-4f7f-ad04-1f2a007af2ef}"/>
|
||||
<names>
|
||||
<name lang="en">Miniserver Gen.1 digitale Eingänge</name>
|
||||
<name lang="fr">Miniserver Gen.1 digitale Eingänge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Miniserver Gen.1</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<text rotation="0" x="-87" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-17.248" text="LAN"/>
|
||||
<polygon x1="90" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="46" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="58" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="270" x="-51.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<text rotation="0" x="-48.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I2"/>
|
||||
<text rotation="0" x="22.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI4"/>
|
||||
<text rotation="270" x="14" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="270" x="32.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ2"/>
|
||||
<text rotation="270" x="50.2" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="59" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ4"/>
|
||||
<text rotation="0" x="-36.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="0" x="-43" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I3"/>
|
||||
<text rotation="270" x="-84" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-30" text="IP"/>
|
||||
<text rotation="0" x="-30.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I5"/>
|
||||
<text rotation="0" x="45" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q8
"/>
|
||||
<text rotation="0" x="-90" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26" text="KNX/EIB
Bus"/>
|
||||
<text rotation="270" x="-80" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="44" text="EIB+"/>
|
||||
<text rotation="270" x="-85.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="EIB-"/>
|
||||
<text rotation="0" x="-54.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I1"/>
|
||||
<text rotation="270" x="-57.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-21.7" text="24V+"/>
|
||||
<text rotation="0" x="-12.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I8"/>
|
||||
<polygon x1="90" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="64" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="54" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<text rotation="0" x="-17.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I7"/>
|
||||
<polygon x1="58" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="64" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="46" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-78" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="53" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ3"/>
|
||||
<polygon x1="40" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="58" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="52" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="4.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI2"/>
|
||||
<polygon x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-24.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I6"/>
|
||||
<polygon x1="40" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="0" x="-1.5" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI1"/>
|
||||
<text rotation="0" x="34" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ1"/>
|
||||
<polygon x1="48" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="-49" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26.2" text="Loxone
Link"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-84" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-90" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="16.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI3"/>
|
||||
<text rotation="270" x="-4" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<polygon x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="52" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="46" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="48" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-3" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q3"/>
|
||||
<polygon x1="34" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-84" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="48" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-26" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q1"/>
|
||||
<polygon x1="-84" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="42" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-90" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="-15" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q2"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q4"/>
|
||||
<polygon x1="54" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="21" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q5"/>
|
||||
<polygon x1="44" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="33" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q7"/>
|
||||
<polygon x1="42" x2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<polygon x1="49" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<text rotation="270" x="-46" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX+"/>
|
||||
<text rotation="270" x="-57.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<polygon x1="47" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<text rotation="270" x="-40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX-"/>
|
||||
<polygon x1="-30" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="270" x="-63.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-17" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="30.7" text="Digital Outputs (Relays) max 5A"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-26" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="30" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-18" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-6" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-32" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="36" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="34" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="12" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-24" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-12" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="0" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-68" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-20" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-30" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-68" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="12" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-12" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-68" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="12" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-38" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="24" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-12" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="6" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-30" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="34" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-20" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="40" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="16" x2="13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-8" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="28" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-6" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-112" Halignment="AlignRight" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" text_width="-1" z="201" keep_visual_rotation="true" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="-37.7">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="42" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="16" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="32" x2="35" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-4" x2="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-16" x2="-13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-28" x2="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="20" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="8" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-18" x2="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-30" x2="-28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-6" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-11" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-2" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-23" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="13" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="25" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="37" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="23" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="35" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="11" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-25" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-13" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="28" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-8" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="10" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-76.25" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-64.37" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-64.37" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-76.25" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-90.58" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-78.69" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-78.69" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-90.58" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-94" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="17.2" closed="false" antialias="false" y2="17.2"/>
|
||||
<polygon x1="-95" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-9.8" closed="false" antialias="false" y2="-9.8"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-92.97" x2="-92.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="88" x2="88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-74" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-40.37" x2="-43.18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-38.51" x2="-40.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-47.75" x2="-45.05" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-49.72" x2="-47.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-45.05" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-61.03" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-52.26" x2="-61.03" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-50.34" x2="-52.26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-62.9" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-71.47" x2="-62.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-73.65" x2="-71.47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.769" closed="false" antialias="false" y2="32.509"/>
|
||||
<text rotation="270" x="-70" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-67" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="28.9" text="Power"/>
|
||||
<text rotation="0" x="-20" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-0.8" text="Loxone"/>
|
||||
<dynamic_text rotation="270" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-63" Halignment="AlignLeft" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" text_width="-1" z="287" keep_visual_rotation="true" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" y="-45.8">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="121" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="-150">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="-27" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16.3" text="Miniserver Gen.1"/>
|
||||
<rect width="12" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-90" ry="0" antialias="false" height="20" rx="0" y="-44"/>
|
||||
<terminal name="" x="-87" type="Generic" uuid="{eae84803-cf0f-4811-bd8f-c3cdb8dbb754}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{0febf750-067a-4c91-9ace-325d3ba116a3}" orientation="s" y="49"/>
|
||||
<terminal name="" x="13" type="Generic" uuid="{689f328d-964b-4005-ba3c-996b08152db6}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-53" type="Generic" uuid="{ab9d3276-f613-41fb-9c46-9f2e5a5b2e31}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-65" type="Generic" uuid="{c76524d8-a675-40d4-95f5-0211c06aaccb}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-81" type="Generic" uuid="{9a317ef7-adf9-479e-88d5-93dd180a987f}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-41" type="Generic" uuid="{598299b8-5592-469e-b95b-8ef2f071c6c5}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-5" type="Generic" uuid="{918c5172-9985-4dac-93ce-0e4da9d9e946}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{23062542-bf44-4510-9292-64a5d67865a7}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="31" type="Generic" uuid="{8698e537-840f-4a28-b8a3-07a13ef33888}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-71" type="Generic" uuid="{11e6467f-09e2-4e72-ba97-9dbf370090ab}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-47" type="Generic" uuid="{a55bd590-fc0f-4052-9d62-ba3f35054cec}" orientation="s" y="49"/>
|
||||
<terminal name="" x="49" type="Generic" uuid="{6a2e1da4-eb96-4237-a1d6-0660963610bd}" orientation="n" y="-37"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,346 @@
|
||||
<definition width="190" type="element" version="0.90" height="110" hotspot_y="48" link_type="master" hotspot_x="97">
|
||||
<uuid uuid="{257fc4af-cbca-4523-a66a-434ef031dc7d}"/>
|
||||
<names>
|
||||
<name lang="en">Miniserver Gen.1 analoge Ausgänge</name>
|
||||
<name lang="de">Miniserver Gen.1 analoge Ausgänge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Miniserver Gen.1</elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<text rotation="0" x="-87" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-17.248" text="LAN"/>
|
||||
<polygon x1="90" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="46" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="58" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="270" x="-51.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<text rotation="0" x="-48.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I2"/>
|
||||
<text rotation="0" x="22.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI4"/>
|
||||
<text rotation="270" x="14" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="270" x="32.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ2"/>
|
||||
<text rotation="270" x="50.2" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<text rotation="0" x="59" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ4"/>
|
||||
<text rotation="0" x="-36.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="0" x="-43" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I3"/>
|
||||
<text rotation="270" x="-84" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="-30" text="IP"/>
|
||||
<text rotation="0" x="-30.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I5"/>
|
||||
<text rotation="0" x="45" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q8
"/>
|
||||
<text rotation="0" x="-90" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26" text="KNX/EIB
Bus"/>
|
||||
<text rotation="270" x="-80" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="44" text="EIB+"/>
|
||||
<text rotation="270" x="-85.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="EIB-"/>
|
||||
<text rotation="0" x="-54.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I1"/>
|
||||
<text rotation="270" x="-57.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-21.7" text="24V+"/>
|
||||
<text rotation="0" x="-12.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I8"/>
|
||||
<polygon x1="90" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-90" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="64" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="54" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<text rotation="0" x="-17.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I7"/>
|
||||
<polygon x1="58" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="64" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="46" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-78" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="53" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ3"/>
|
||||
<polygon x1="40" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="58" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="52" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-78" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="4.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI2"/>
|
||||
<polygon x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-24.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="I6"/>
|
||||
<polygon x1="40" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<text rotation="0" x="-1.5" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI1"/>
|
||||
<text rotation="0" x="34" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-27" text="AQ1"/>
|
||||
<polygon x1="48" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="-49" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26.2" text="Loxone
Link"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-84" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-22.252" closed="false" antialias="false" y2="-21.136"/>
|
||||
<polygon x1="-90" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<text rotation="0" x="16.6" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-26.7" text="AI3"/>
|
||||
<text rotation="270" x="-4" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-23" text="GND"/>
|
||||
<polygon x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="52" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="46" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="48" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-3" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q3"/>
|
||||
<polygon x1="34" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-84" x2="-90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="48" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<text rotation="0" x="-26" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q1"/>
|
||||
<polygon x1="-84" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-21.136" closed="false" antialias="false" y2="-20.056"/>
|
||||
<polygon x1="42" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-90" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="52" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-80" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="-15" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q2"/>
|
||||
<polygon x1="-78" x2="-80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q4"/>
|
||||
<polygon x1="54" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-88" x2="-85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="21" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q5"/>
|
||||
<polygon x1="44" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-90" x2="-88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34.228" closed="false" antialias="false" y2="33.112"/>
|
||||
<text rotation="0" x="33" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q7"/>
|
||||
<polygon x1="42" x2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-83" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<polygon x1="49" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<text rotation="270" x="-46" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX+"/>
|
||||
<text rotation="270" x="-57.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<polygon x1="47" x2="48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-85" x2="-84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.112" closed="false" antialias="false" y2="31.996"/>
|
||||
<text rotation="270" x="-40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX-"/>
|
||||
<polygon x1="-30" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="270" x="-63.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-17" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="30.7" text="Digital Outputs (Relays) max 5A"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-26" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="30" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-18" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-6" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-32" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="36" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="34" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="12" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-24" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-12" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="0" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-68" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-6" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-20" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-30" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="24" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-68" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="12" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-32" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-12" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-20" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-68" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="12" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-26" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-38" x2="-32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="24" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="0" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-12" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="6" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-30" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="18" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-6" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-18" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="34" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-20" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="40" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="16" x2="13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-8" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="28" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-6" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-112" Halignment="AlignRight" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" text_width="-1" z="201" keep_visual_rotation="true" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="-37.7">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="42" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="16" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="32" x2="35" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-4" x2="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-16" x2="-13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-28" x2="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="20" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="8" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-18" x2="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="18" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="30" x2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="6" x2="8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-30" x2="-28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="4" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-6" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-11" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-2" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-23" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="13" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="25" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="37" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="23" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="35" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="11" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-25" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-1" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-13" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="28" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-8" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="28" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="4" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-2" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="22" x2="28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="10" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-8" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-14" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-76.25" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-64.37" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-64.37" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-76.25" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-90.58" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-78.69" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-78.69" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-90.58" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-94" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="17.2" closed="false" antialias="false" y2="17.2"/>
|
||||
<polygon x1="-95" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-9.8" closed="false" antialias="false" y2="-9.8"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-92.97" x2="-92.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="88" x2="88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-74" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-40.37" x2="-43.18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-38.51" x2="-40.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-47.75" x2="-45.05" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-49.72" x2="-47.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-45.05" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-61.03" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-52.26" x2="-61.03" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-50.34" x2="-52.26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-62.9" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-71.47" x2="-62.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-73.65" x2="-71.47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.769" closed="false" antialias="false" y2="32.509"/>
|
||||
<text rotation="270" x="-70" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-67" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="28.9" text="Power"/>
|
||||
<text rotation="0" x="-20" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-0.8" text="Loxone"/>
|
||||
<dynamic_text rotation="270" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-63" Halignment="AlignLeft" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" text_width="-1" z="287" keep_visual_rotation="true" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" y="-45.8">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="-27" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16.3" text="Miniserver Gen.1"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="120" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="55">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="120" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="115">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect width="12" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-90" ry="0" antialias="false" height="20" rx="0" y="-44"/>
|
||||
<terminal name="" x="-5" type="Generic" uuid="{4b7c8b80-535f-41c0-889b-42a5fccfec20}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-53" type="Generic" uuid="{42863f6f-993b-4e4e-b68a-66daab5421f3}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{aea1a8c8-0029-4ca3-ab7f-d578af40ad3e}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-87" type="Generic" uuid="{245e8b27-4b8e-4402-beb7-1f76ee222baf}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-81" type="Generic" uuid="{f5a8f460-5b88-4d8e-a050-e5f6a71df2db}" orientation="s" y="49"/>
|
||||
<terminal name="" x="31" type="Generic" uuid="{750fa2d1-34dd-4a2e-a853-677ff27d2850}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="13" type="Generic" uuid="{6239b59e-eed1-4cec-801a-2aa1b61827a6}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-41" type="Generic" uuid="{557e0891-48c2-4d9d-952a-9f6234cdb703}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-71" type="Generic" uuid="{8d94b0a2-d6fb-4b20-ae37-80de940c5f8a}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-65" type="Generic" uuid="{e0d3692b-a083-4036-8190-5d4a35661541}" orientation="s" y="49"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{7705bd98-1a00-4a31-98eb-76ad6963ed42}" orientation="n" y="-37"/>
|
||||
<terminal name="" x="-47" type="Generic" uuid="{c14f4f0f-9aca-4e5f-900b-4621e4ed2a08}" orientation="s" y="49"/>
|
||||
<terminal name="" x="49" type="Generic" uuid="{35b361f4-f8a3-4d58-a183-a0104a307412}" orientation="n" y="-37"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,5 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Loxone Miniserver Gen.1</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,33 @@
|
||||
<definition orientation="dyyy" height="80" width="90" link_type="slave" hotspot_x="45" version="0.70" type="element" hotspot_y="39">
|
||||
<uuid uuid="{17b79d42-eb71-4c0d-9b0c-f0bdd04885da}"/>
|
||||
<names>
|
||||
<name lang="de">Loxone Relay Ausgang </name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
</kindInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" y="-4" text_from="ElementInfo" font="Sans Serif,5,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" x="-37" z="1" text_width="-1" uuid="{824f9521-d87d-412b-84c9-dd1d5af5df4c}" frame="false" rotation="0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle diameter="5" y="-32.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="3" x3="40" x2="3" y3="-30" closed="false" y1="-30" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<circle diameter="5" y="27.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" antialias="false"/>
|
||||
<polygon x1="-40" x3="-3" x2="-40" y3="30" closed="false" y1="-30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon x1="3" x3="40" x2="40" y3="-30" closed="false" y1="30" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line x1="-15" x2="-5" y1="-13" y2="-13" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none" length2="1.5" antialias="false"/>
|
||||
<line x1="-5" x2="5" y1="-13" y2="-18" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none" length2="1.5" antialias="false"/>
|
||||
<line x1="5" x2="15" y1="-13" y2="-13" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" end2="none" length2="1.5" antialias="false"/>
|
||||
<text color="#000000" y="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="0" text="Loxone
Relay" rotation="0"/>
|
||||
<dynamic_text Valignment="AlignTop" y="5" text_from="UserText" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" x="0" z="13" text_width="-1" uuid="{b29e095c-a984-4597-a674-b5d1afb0c91e}" frame="false" rotation="0">
|
||||
<text>Q1</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" y="-31" x="0"/>
|
||||
<terminal orientation="s" y="31" x="0"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,332 @@
|
||||
<definition width="190" type="element" version="0.90" height="110" hotspot_y="48" link_type="master" hotspot_x="97">
|
||||
<uuid uuid="{bbb55835-3f1d-488a-b6b9-95633c6e06ab}"/>
|
||||
<names>
|
||||
<name lang="en">relay extension</name>
|
||||
<name lang="fr">relay extension</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Relay Extension</elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<text rotation="270" x="-51.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<polygon x1="-83" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="90" x2="69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<text rotation="0" x="-49" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="26.2" text="Loxone
Link"/>
|
||||
<polygon x1="-10" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="0" x="13" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q11"/>
|
||||
<text rotation="0" x="-26" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q9"/>
|
||||
<polygon x1="30" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="0" x="-7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q10"/>
|
||||
<text rotation="0" x="33" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q12"/>
|
||||
<text rotation="0" x="53" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q13"/>
|
||||
<text rotation="0" x="73" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="39.7" text="Q14"/>
|
||||
<text rotation="270" x="-46" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX+"/>
|
||||
<text rotation="270" x="-57.8" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="GND"/>
|
||||
<text rotation="270" x="-40" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="LOX-"/>
|
||||
<polygon x1="-30" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<text rotation="270" x="-63.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-79" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q1"/>
|
||||
<text rotation="0" x="-59" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q2"/>
|
||||
<text rotation="0" x="-39" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q3"/>
|
||||
<text rotation="0" x="-19" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q4"/>
|
||||
<text rotation="0" x="1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q5"/>
|
||||
<text rotation="0" x="41" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q7"/>
|
||||
<text rotation="0" x="21" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q6"/>
|
||||
<text rotation="0" x="-3" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="30.7" text="Digital Outputs (Relays) max 16A"/>
|
||||
<text rotation="0" x="61" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="-25.1" text="Q8"/>
|
||||
<polygon x1="10" x2="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-3" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-43" x2="-51" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-23" x2="-31" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="50" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="70" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-50" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-38" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-11" x2="-17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="30" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-10" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="90" x2="82" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="10" x2="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-51" x2="-57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="50" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-31" x2="-37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="37" x2="29" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="70" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-63" x2="-71" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-38" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-44" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="62" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-11" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="22" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-18" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-51" x2="-51" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="2" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="57" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="82" x2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-31" x2="-31" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="42" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-50" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-57" x2="-51" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-71" x2="-77" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-37" x2="-31" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="49" x2="43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="42" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="62" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="82" x2="82" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-17" x2="-11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="2" x2="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="22" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-63" x2="-63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-23" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="76" x2="82" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-43" x2="-43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-56" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-71" x2="-71" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="69" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="36" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-24" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-4" x2="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="16" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="56" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-68" x2="-62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="10" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-17" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="50" x2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="30" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="29" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="70" x2="70" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-37" x2="-43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-56" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-57" x2="-63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-10" x2="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-44" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-77" x2="-71" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-30" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="56" x2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="76" x2="70" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-68" x2="-74" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-83" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="17" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-40.4"/>
|
||||
<polygon x1="-50" x2="-44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="36" x2="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-62" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-37" x2="-37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-4" x2="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="56.8" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-17" x2="-17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-57" x2="-57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-68" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="36" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-23" x2="-17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-43" x2="-37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="56" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="49" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="16" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-63" x2="-57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-4" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-24" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="76" x2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="56.8"/>
|
||||
<polygon x1="-77" x2="-83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-53" x2="-56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-13" x2="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="30" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-74" x2="-68" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-30" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="50" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="29" x2="29" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="70" x2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="10" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="-33" x2="-36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-77" x2="-77" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-10" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44.2" closed="false" antialias="false" y2="44.2"/>
|
||||
<polygon x1="69" x2="69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="60" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-20" x2="-23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="80" x2="77" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-11" x2="-13" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-51" x2="-53" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-83" x2="-77" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="40" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="20" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="0" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-31" x2="-33" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-41" x2="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="22" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-21" x2="-18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="63" x2="69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-18" x2="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="2" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="82" x2="80" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-61" x2="-58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="42" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="62" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="43" x2="49" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="-23" x2="-21" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="72" x2="75" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-63" x2="-61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="12" x2="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-8" x2="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-28" x2="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-43" x2="-41" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="52" x2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="32" x2="35" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-10" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="50" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-36" x2="-37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="70" x2="72" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-56" x2="-57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="30" x2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-30" x2="-28" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="23" x2="29" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="10" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="43.228" closed="false" antialias="false" y2="42.112"/>
|
||||
<polygon x1="-16" x2="-17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="-3" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-58" x2="-57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="-18" x2="-17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="9" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="17" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-38" x2="-37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="-23" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="37" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="57" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="77" x2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="57" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="55" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="75" x2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="35" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-25" x2="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="15" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="-5" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="42.112" closed="false" antialias="false" y2="40.996"/>
|
||||
<polygon x1="37" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="9" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-112" Halignment="AlignRight" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" text_width="-1" z="201" keep_visual_rotation="true" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="-37.7">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="17" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="63" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="43" x2="37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="3" x2="9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="23" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="63" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="43" x2="43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="-3" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="23" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="17" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="57" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="3" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-31.4" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="37" x2="43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="27" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="67" x2="64" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="3" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-31.4"/>
|
||||
<polygon x1="47" x2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="29" x2="27" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-3" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-44" closed="false" antialias="false" y2="-44"/>
|
||||
<polygon x1="49" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="69" x2="67" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="59" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="19" x2="22" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="39" x2="42" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="37" x2="39" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="57" x2="59" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="17" x2="19" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="44" x2="43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="64" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="24" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="42" x2="43" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="62" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="22" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="7" x2="4" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="9" x2="7" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-1" x2="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-3" x2="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="4" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="2" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="-76.25" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-64.37" x2="-76.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-64.37" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-76.25" x2="-64.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-90.58" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-78.69" x2="-90.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="2.665" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-78.69" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="2.665"/>
|
||||
<polygon x1="-90.58" x2="-78.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="4.762" closed="false" antialias="false" y2="4.762"/>
|
||||
<polygon x1="-94" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="17.2" closed="false" antialias="false" y2="17.2"/>
|
||||
<polygon x1="-95" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-9.8" closed="false" antialias="false" y2="-9.8"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="-93" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-92.97" x2="-92.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-95" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="8.2" closed="false" antialias="false" y2="10"/>
|
||||
<polygon x1="88" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="88" x2="88" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-1.7" closed="false" antialias="false" y2="8.2"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-40.4" closed="false" antialias="false" y2="-3.5"/>
|
||||
<polygon x1="-74" x2="-95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="47.8" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="90" x2="90" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="10" closed="false" antialias="false" y2="47.8"/>
|
||||
<polygon x1="-40.37" x2="-43.18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-38.51" x2="-40.37" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-47.75" x2="-45.05" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-49.72" x2="-47.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-43.18" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-45.05" x2="-44.11" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-61.03" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-52.26" x2="-61.03" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-50.34" x2="-52.26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.589" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-62.9" x2="-61.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="31.384"/>
|
||||
<polygon x1="-71.47" x2="-62.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32.509" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-73.65" x2="-71.47" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="33.769" closed="false" antialias="false" y2="32.509"/>
|
||||
<polygon x1="-73" x2="-76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-71" x2="-73" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-81" x2="-78" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-83" x2="-81" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-30.104" closed="false" antialias="false" y2="-28.988"/>
|
||||
<polygon x1="-76" x2="-77" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<polygon x1="-78" x2="-77" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-28.988" closed="false" antialias="false" y2="-27.908"/>
|
||||
<text rotation="270" x="-70" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="43.3" text="24V+"/>
|
||||
<text rotation="0" x="-67" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="28.9" text="Power"/>
|
||||
<text rotation="0" x="-34" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="-17" text="Digital Outputs (Relays) max 16A"/>
|
||||
<text rotation="0" x="-20" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-0.8" text="Loxone"/>
|
||||
<text rotation="0" x="-9" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16.3" text="Relay"/>
|
||||
<dynamic_text rotation="270" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-84" Halignment="AlignLeft" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" text_width="-1" z="287" keep_visual_rotation="true" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" y="-45.8">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="120" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="-41">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal name="" x="-65" type="Generic" uuid="{51dd6b6f-d755-4654-be48-156313f00f69}" orientation="s" y="49.6"/>
|
||||
<terminal name="" x="-47" type="Generic" uuid="{de825e30-991b-437d-bdd2-6e67b9f3d1ed}" orientation="s" y="49.6"/>
|
||||
<terminal name="" x="-71" type="Generic" uuid="{c0ac6345-e4ad-4beb-9d10-5be506e3d69f}" orientation="s" y="49.6"/>
|
||||
<terminal name="" x="-41" type="Generic" uuid="{2443b9ce-f62e-48ae-9141-0b5d8adfefdc}" orientation="s" y="49.6"/>
|
||||
<terminal name="" x="-59" type="Generic" uuid="{31a811b9-ec64-44a9-94c2-c96f8ff5d32e}" orientation="s" y="49.6"/>
|
||||
<terminal name="" x="-53" type="Generic" uuid="{e40e3b8c-2305-4ca0-b619-abae235533ad}" orientation="s" y="49.6"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,33 @@
|
||||
<definition version="0.70" type="element" hotspot_x="45" hotspot_y="39" height="80" link_type="slave" width="90" orientation="dyyy">
|
||||
<uuid uuid="{e7856daf-4252-4d9a-aece-cef2a53d7c07}"/>
|
||||
<names>
|
||||
<name lang="de">Loxone Relay Ausgang </name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
</kindInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<dynamic_text z="1" uuid="{824f9521-d87d-412b-84c9-dd1d5af5df4c}" Valignment="AlignTop" y="-4" rotation="0" text_width="-1" x="-37" Halignment="AlignLeft" text_from="ElementInfo" frame="false" font="Sans Serif,5,-1,5,50,0,0,0,0,0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle y="-32.5" antialias="false" x="-2.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
|
||||
<polygon y1="-30" y3="-30" antialias="false" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-30" x1="-40" closed="false" x3="-3"/>
|
||||
<polygon y1="-30" y3="-30" antialias="false" x2="3" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-30" x1="3" closed="false" x3="40"/>
|
||||
<circle y="27.5" antialias="false" x="-2.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5"/>
|
||||
<polygon y1="-30" y3="30" antialias="false" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="30" x1="-40" closed="false" x3="-3"/>
|
||||
<polygon y1="30" y3="-30" antialias="false" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="30" x1="3" closed="false" x3="40"/>
|
||||
<line y1="-13" end2="none" antialias="false" x2="-5" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-13" length2="1.5" end1="none" x1="-15"/>
|
||||
<line y1="-13" end2="none" antialias="false" x2="5" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-18" length2="1.5" end1="none" x1="-5"/>
|
||||
<line y1="-13" end2="none" antialias="false" x2="15" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-13" length2="1.5" end1="none" x1="5"/>
|
||||
<text text="Loxone
Relay" y="0" rotation="0" x="0" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text z="13" uuid="{b29e095c-a984-4597-a674-b5d1afb0c91e}" Valignment="AlignTop" y="5" rotation="0" text_width="-1" x="0" Halignment="AlignLeft" text_from="UserText" frame="false" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
|
||||
<text>Q1</text>
|
||||
</dynamic_text>
|
||||
<terminal y="-31" x="0" orientation="n"/>
|
||||
<terminal y="31" x="0" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,5 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Loxone Relay Extension-</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,89 @@
|
||||
<definition width="60" type="element" version="0.90" height="80" hotspot_y="38" link_type="master" hotspot_x="30">
|
||||
<uuid uuid="{b12d4c64-72fd-44ea-bb4f-a937838433a8}"/>
|
||||
<names>
|
||||
<name lang="en">Nano DI Tree</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type">coil</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Tree Extension</elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<polygon x1="-14" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="29" closed="false" antialias="false" y2="29"/>
|
||||
<polygon x1="26" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="28" closed="false" antialias="false" y2="28"/>
|
||||
<polygon x1="6" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="29" closed="false" antialias="false" y2="29"/>
|
||||
<polygon x1="-4.16" x2="-6.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="13.509"/>
|
||||
<text rotation="0" x="7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="7.2" text="Loxone
Link"/>
|
||||
<polygon x1="-2.3" x2="-4.16" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="14.589" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="-6.97" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="12.384"/>
|
||||
<polygon x1="-11.54" x2="-8.84" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="-13.51" x2="-11.54" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="14.589" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="-6.97" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="12.384"/>
|
||||
<polygon x1="-8.84" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="12.384"/>
|
||||
<text rotation="270" x="10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="24.3" text="LOX+"/>
|
||||
<text rotation="270" x="16" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="24.3" text="LOX-"/>
|
||||
<text rotation="270" x="-3.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="24.3" text="GND"/>
|
||||
<polygon x1="18" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="18" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="12" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="-2" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="6" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="-2" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="-8" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="12" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="12" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="-14" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="-8" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="37.8" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="6" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="-8" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="37.8"/>
|
||||
<polygon x1="-14" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="25.2" closed="false" antialias="false" y2="25.2"/>
|
||||
<polygon x1="-26" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-29" closed="false" antialias="false" y2="-29"/>
|
||||
<polygon x1="-26" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-29" closed="false" antialias="false" y2="28.8"/>
|
||||
<polygon x1="26" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-29" closed="false" antialias="false" y2="29"/>
|
||||
<polygon x1="15.63" x2="12.82" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="17.49" x2="15.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="14.589" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="12.82" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="12.384"/>
|
||||
<polygon x1="8.25" x2="10.95" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="6.28" x2="8.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="14.589" closed="false" antialias="false" y2="13.509"/>
|
||||
<polygon x1="12.82" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="12.384"/>
|
||||
<polygon x1="10.95" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="13.509" closed="false" antialias="false" y2="12.384"/>
|
||||
<text rotation="270" x="-10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="24.3" text="24V+"/>
|
||||
<text rotation="0" x="-12" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0" y="9.9" text="Power"/>
|
||||
<text rotation="0" x="-19" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-19.8" text="Loxone"/>
|
||||
<text rotation="0" x="-12" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="-5.7" text="Nano DI
Tree"/>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-43" Halignment="AlignRight" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" text_width="-1" z="201" keep_visual_rotation="true" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" y="-27.7">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="-15" Halignment="AlignLeft" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" text_width="-1" z="287" keep_visual_rotation="true" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal" y="-45.8">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" text_from="ElementInfo" Valignment="AlignTop" frame="false" x="55" Halignment="AlignLeft" uuid="{73dc16bb-db42-499b-bab2-29fc4fe4903e}" text_width="-1" z="288" keep_visual_rotation="true" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" y="-30">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal name="" x="-5" type="Generic" uuid="{f927964f-f9e2-428b-955c-1ec4957301b7}" orientation="s" y="30.6"/>
|
||||
<terminal name="" x="-11" type="Generic" uuid="{16a54ab9-21c6-4498-a44c-a61a5f38a3c9}" orientation="s" y="30.6"/>
|
||||
<terminal name="" x="15" type="Generic" uuid="{bda64d94-4f82-44d3-ab54-cd1108fc2247}" orientation="s" y="30.6"/>
|
||||
<terminal name="" x="9" type="Generic" uuid="{cc2cff8d-76ea-4f9b-bd97-95d7ea47e7c5}" orientation="s" y="30.6"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,31 @@
|
||||
<definition orientation="dyyy" hotspot_y="36" type="element" version="0.70" width="90" hotspot_x="45" height="70" link_type="slave">
|
||||
<uuid uuid="{be1bc50e-52af-435d-903f-f22556cfb2f5}"/>
|
||||
<names>
|
||||
<name lang="de">Nano DI Tree digitaler Eingang</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
</kindInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<circle x="24.5" y="-32.5" diameter="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<dynamic_text z="1" x="-37" y="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{824f9521-d87d-412b-84c9-dd1d5af5df4c}" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" rotation="0" frame="false" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon closed="false" x3="24" x1="14" x2="-25" y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-30" y2="-30" antialias="false"/>
|
||||
<circle x="-29.5" y="-32.5" diameter="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<polygon closed="false" x3="-30" x1="-40" x2="-40" y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-30" y2="-30" antialias="false"/>
|
||||
<polygon closed="false" x3="40" x1="30" x2="30" y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-30" y2="-30" antialias="false"/>
|
||||
<polygon closed="false" x3="-3" x1="-40" x2="-40" y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="30" y2="30" antialias="false"/>
|
||||
<polygon closed="false" x3="40" x1="-5" x2="40" y1="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-30" y2="30" antialias="false"/>
|
||||
<text color="#000000" x="0" y="-7" text="Loxone
Nano DI
Tree
digitaler
Eingang" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<dynamic_text z="13" x="-7" y="-29" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{b29e095c-a984-4597-a674-b5d1afb0c91e}" Halignment="AlignLeft" text_from="UserText" Valignment="AlignTop" rotation="0" frame="false" text_width="-1">
|
||||
<text>I1</text>
|
||||
</dynamic_text>
|
||||
<terminal x="-27" y="-31" orientation="n"/>
|
||||
<terminal x="27" y="-31" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,5 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Loxone</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,138 @@
|
||||
<definition version="0.70" type="element" hotspot_x="30" hotspot_y="48" height="110" link_type="simple" width="60" orientation="dyyy">
|
||||
<uuid uuid="{6a90b9a0-6435-4d3f-8ff2-a98d1ae0d680}"/>
|
||||
<names>
|
||||
<name lang="en">Tree Extension</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="description" show="1">Tree Extension</elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1">Loxone</elementInformation>
|
||||
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: DXF converter
|
||||
License:see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version:V3.0 DB
|
||||

|
||||
</informations>
|
||||
<description>
|
||||
<polygon y1="48" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="-14" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="26" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="26" closed="false"/>
|
||||
<polygon y1="48" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="6" closed="false"/>
|
||||
<text text="grün" y="-24" rotation="270" x="16.2" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="grün" y="-24" rotation="270" x="-3.7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="weiß" y="-24" rotation="270" x="10.1" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="-14" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-6.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-4.16" closed="false"/>
|
||||
<text text="Loxone
Link" y="26.2" rotation="0" x="7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="33.589" antialias="false" x2="-4.16" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-2.3" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-6.97" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-8.84" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-11.54" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="-11.54" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="-13.51" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-6.97" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="-7.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="-8.84" closed="false"/>
|
||||
<text text="LOX+" y="43.3" rotation="270" x="10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="LOX-" y="43.3" rotation="270" x="16" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="GND" y="43.3" rotation="270" x="-3.9" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="linker
Ast" y="-18" rotation="0" x="-12" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="rechter
Ast" y="-18.1" rotation="0" x="7" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<polygon y1="56.8" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="18" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="18" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="6" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-40.4" x1="6" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="18" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="12" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-2" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="18" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="6" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="12" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-2" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-2" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-2" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="6" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-2" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-8" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="12" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="6" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="12" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="12" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-2" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-8" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-14" closed="false"/>
|
||||
<polygon y1="56.8" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-8" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-14" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="6" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="12" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="56.8" x1="-8" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="6" closed="false"/>
|
||||
<polygon y1="-31.4" antialias="false" x2="-14" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-8" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="13" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="16" closed="false"/>
|
||||
<polygon y1="44.2" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="44.2" x1="-14" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-31.4" x1="-8" closed="false"/>
|
||||
<polygon y1="-23.104" antialias="false" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="18" closed="false"/>
|
||||
<polygon y1="-44" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-44" x1="-14" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="8" closed="false"/>
|
||||
<polygon y1="-23.104" antialias="false" x2="8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="6" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-20.908" x1="13" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-20.908" x1="11" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-7.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-7.25" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-7.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="4.63" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="4.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="4.63" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="4.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-7.25" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-21.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-21.58" closed="false"/>
|
||||
<polygon y1="2.665" antialias="false" x2="-21.58" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="-9.69" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="-9.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.665" x1="-9.69" closed="false"/>
|
||||
<polygon y1="4.762" antialias="false" x2="-9.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="4.762" x1="-21.58" closed="false"/>
|
||||
<polygon y1="17.2" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.2" x1="-26" closed="false"/>
|
||||
<polygon y1="-10" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-10" x1="-26" closed="false"/>
|
||||
<polygon y1="8.2" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="10" x1="-24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="-24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="-23.97" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="8.2" x1="-23.97" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="-26" closed="false"/>
|
||||
<polygon y1="10" antialias="false" x2="-26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="47.8" x1="-26" closed="false"/>
|
||||
<polygon y1="8.2" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="10" x1="24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="24" closed="false"/>
|
||||
<polygon y1="-1.7" antialias="false" x2="24" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="8.2" x1="24" closed="false"/>
|
||||
<polygon y1="-40.4" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-3.5" x1="26" closed="false"/>
|
||||
<polygon y1="10" antialias="false" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="48" x1="26" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="12.82" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="15.63" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="15.63" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="17.49" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="12.82" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="10.95" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="8.25" closed="false"/>
|
||||
<polygon y1="33.589" antialias="false" x2="8.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="32.509" x1="6.28" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="12.82" closed="false"/>
|
||||
<polygon y1="32.509" antialias="false" x2="11.89" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="31.384" x1="10.95" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="-7" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="-4" closed="false"/>
|
||||
<polygon y1="-23.104" antialias="false" x2="-4" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="-2" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="-9" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="-12" closed="false"/>
|
||||
<polygon y1="-23.104" antialias="false" x2="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-21.988" x1="-14" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-20.908" x1="-7" closed="false"/>
|
||||
<polygon y1="-21.988" antialias="false" x2="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-20.908" x1="-9" closed="false"/>
|
||||
<text text="24V+" y="43.3" rotation="270" x="-10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Power" y="28.9" rotation="0" x="-12" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Loxone" y="-0.8" rotation="0" x="-19" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="Tree" y="13.3" rotation="0" x="-8" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text text="weiß" y="-24" rotation="270" x="-10" color="#000000" font="Sans Serif,2,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text z="201" uuid="{54b619d5-111f-4cb0-a758-b177501d33d1}" Valignment="AlignTop" y="-37.7" rotation="0" text_width="-1" x="-43" Halignment="AlignRight" text_from="ElementInfo" frame="false" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
|
||||
<text></text>
|
||||
<info_name>formula</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="287" uuid="{1c2198c8-05e6-4b4c-a7a4-e0fe74799646}" Valignment="AlignTop" y="-45.8" rotation="270" text_width="-1" x="-15" Halignment="AlignLeft" text_from="ElementInfo" frame="false" font="Sans Serif,3,-1,5,0,0,0,0,0,0,normal">
|
||||
<text></text>
|
||||
</dynamic_text>
|
||||
<terminal y="49.6" x="15" orientation="s"/>
|
||||
<terminal y="49.6" x="-11" orientation="s"/>
|
||||
<terminal y="-37" x="-11" orientation="n"/>
|
||||
<terminal y="-37" x="9" orientation="n"/>
|
||||
<terminal y="-37" x="15" orientation="n"/>
|
||||
<terminal y="-37" x="-5" orientation="n"/>
|
||||
<terminal y="49.6" x="-5" orientation="s"/>
|
||||
<terminal y="49.6" x="9" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,61 @@
|
||||
<definition hotspot_y="34" version="0.80" orientation="dyyy" hotspot_x="33" width="70" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{32c0c3b0-da46-4636-9202-33964dc3f317}"/>
|
||||
<names>
|
||||
<name lang="fr">Door switch</name>
|
||||
<name lang="de">Door switch</name>
|
||||
<name lang="es">Door switch</name>
|
||||
<name lang="it">Door switch</name>
|
||||
<name lang="nl">Door switch</name>
|
||||
<name lang="pl">Door switch</name>
|
||||
<name lang="ar">Door switch</name>
|
||||
<name lang="cs">Door switch</name>
|
||||
<name lang="en">Door switch</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon y5="-5" y4="-5" y2="-5" y1="-5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="-8" x4="-12" x3="-10" x5="-20" closed="false" y3="0" x1="17" antialias="false"/>
|
||||
<arc x="-2.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="-2.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" x3="20" closed="false" y3="15" x1="15" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" end2="none" x1="20" antialias="false"/>
|
||||
<arc x="17.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="17.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="35" rotation="0" uuid="{8053f011-a2d9-400b-b527-e8d14d50237e}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-15" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-14" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>21</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-15" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>22</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="5.5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>14</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="6" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>13</text>
|
||||
</dynamic_text>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" x3="0" closed="false" y3="15" x1="5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none" x1="0" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-16" end2="none" x1="-16" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="30" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-16" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" end2="none" x1="3" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-3" end2="none" x1="-16" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17" end2="none" x1="3" antialias="false"/>
|
||||
<circle x="-26.5" diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-8.5" antialias="false"/>
|
||||
<terminal x="20" orientation="s" y="20"/>
|
||||
<terminal x="0" orientation="n" y="-30"/>
|
||||
<terminal x="20" orientation="n" y="-30"/>
|
||||
<terminal x="0" orientation="s" y="20"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,141 @@
|
||||
<definition hotspot_y="34" version="0.80" orientation="dyyy" hotspot_x="68" width="170" height="60" link_type="master" type="element">
|
||||
<uuid uuid="{a9fe1cfe-edd7-413d-ac2a-735492fcb7f3}"/>
|
||||
<names>
|
||||
<name lang="ar">Door Lock</name>
|
||||
<name lang="it">Door Lock</name>
|
||||
<name lang="en">Door Lock</name>
|
||||
<name lang="de">Door Lock</name>
|
||||
<name lang="nl">Door Lock</name>
|
||||
<name lang="cs">Door Lock</name>
|
||||
<name lang="es">Door Lock</name>
|
||||
<name lang="pl">Door Lock</name>
|
||||
<name lang="fr">Door Lock</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc x="67.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="-52.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="67.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="-52.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="47.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="47.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="-12.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="-12.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="-32.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<dynamic_text z="10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="103" rotation="0" uuid="{8053f011-a2d9-400b-b527-e8d14d50237e}" text_from="ElementInfo" Halignment="AlignLeft" text_width="-1" y="-15" frame="true">
|
||||
<text/>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="74.5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>14</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>63</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-45" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>52</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-5.5" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>64</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-25" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>72</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="55" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>22</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="35" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>41</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-25" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>71</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-66" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>A1</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-45" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>51</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="55" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>21</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="34" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>42</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-66" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="-33" frame="false">
|
||||
<text>A2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="11" Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="75" rotation="0" uuid="{cc7bb8fc-97ea-4f33-abcc-7c37e5174f9b}" text_from="UserText" Halignment="AlignLeft" text_width="-1" y="4" frame="false">
|
||||
<text>13</text>
|
||||
</dynamic_text>
|
||||
<arc x="-32.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="87.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<arc x="87.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<arc x="7.5" angle="180" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="17.5" antialias="true"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="50" x3="50" closed="false" y3="15" x1="55" antialias="true"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" x3="90" closed="false" y3="15" x1="85" antialias="true"/>
|
||||
<arc x="7.5" angle="180" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="5" height="5" y="-32.5" antialias="true"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="70" x3="70" closed="false" y3="15" x1="75" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="56" end2="none" x1="50" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="50" end2="none" x1="50" antialias="false"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-30" x3="-30" closed="false" y3="15" x1="-25" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="90" end2="none" x1="90" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="76" end2="none" x1="70" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="70" end2="none" x1="70" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="67" end2="none" x1="53" antialias="false"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" x3="10" closed="false" y3="15" x1="5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="87" end2="none" x1="73" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="97" end2="none" x1="93" antialias="false"/>
|
||||
<polygon y2="5" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" x3="-10" closed="false" y3="15" x1="-5" antialias="true"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-24" end2="none" x1="-30" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-30" end2="none" x1="-30" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="93" end2="none" x1="97" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" end2="none" x1="10" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="87" end2="none" x1="73" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="67" end2="none" x1="53" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-14" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-4" end2="none" x1="-10" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-14" y1="-25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" end2="none" x1="-10" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-64" end2="none" x1="-64" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-53" end2="none" x1="-64" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-33" end2="none" x1="-47" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-13" end2="none" x1="-27" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="7" end2="none" x1="-7" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-30" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="47" end2="none" x1="13" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="13" end2="none" x1="47" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="7" end2="none" x1="-7" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-53" end2="none" x1="-64" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-33" end2="none" x1="-47" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-13" end2="none" x1="-27" antialias="false"/>
|
||||
<rect x="-57" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="14" height="25" y="-18" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-19" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-50" end2="none" x1="-50" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="7" y1="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-50" end2="none" x1="-50" antialias="false"/>
|
||||
<circle x="19" diameter="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-17" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="0" y1="-12" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="23" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-9" y1="-9" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="36" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-3" y1="-3" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="36" end2="none" x1="23" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-6" y1="-12" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="39" end2="none" x1="34" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="0" y1="-6" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="34" end2="none" x1="39" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="20" y1="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="97" end2="none" x1="97" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-6" y1="-6" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="6" end2="none" x1="-42" antialias="false"/>
|
||||
<line end1="none" length2="1.5" y2="-6" y1="-6" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black" x2="86" end2="none" x1="42" antialias="false"/>
|
||||
<terminal x="70" orientation="n" y="-30"/>
|
||||
<terminal x="90" orientation="n" y="-30"/>
|
||||
<terminal x="50" orientation="s" y="20"/>
|
||||
<terminal x="50" orientation="n" y="-30"/>
|
||||
<terminal x="-10" orientation="n" y="-30"/>
|
||||
<terminal x="10" orientation="s" y="20"/>
|
||||
<terminal x="90" orientation="s" y="20"/>
|
||||
<terminal x="-30" orientation="s" y="20"/>
|
||||
<terminal x="-10" orientation="s" y="20"/>
|
||||
<terminal x="-50" orientation="n" y="-30"/>
|
||||
<terminal x="-50" orientation="s" y="20"/>
|
||||
<terminal x="-30" orientation="n" y="-30"/>
|
||||
<terminal x="10" orientation="n" y="-30"/>
|
||||
<terminal x="70" orientation="s" y="20"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -6,12 +6,10 @@
|
||||
<name lang="fr">Entrée Digitale STB DDI3725</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version: V2.0
|
||||

|
||||
</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version: V2.0
|
||||
</informations>
|
||||
<description>
|
||||
<rect y="-120" height="280" width="50" style="line-style:normal;line-weight:normal;filling:HTMLWhiteWhiteSmoke;color:black" rx="0" x="-10" antialias="false" ry="0"/>
|
||||
<rect y="-31" height="185" width="18" style="line-style:normal;line-weight:normal;filling:HTMLGrayGainsboro;color:black" rx="0" x="17" antialias="false" ry="0"/>
|
||||
|
||||
@@ -5,12 +5,10 @@
|
||||
<name lang="en">power stbpdt3100k</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version: V2.0
|
||||

|
||||
</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
Converter version: V2.0
|
||||
</informations>
|
||||
<description>
|
||||
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="112" x="9.49211" rotation="0" text="24VDC" color="#000000"/>
|
||||
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="52" x="8.76963" rotation="0" text="24VDC" color="#000000"/>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="description">Carte de sorties digitales</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text text="6A" rotation="0" x="130" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
|
||||
|
||||
@@ -10,11 +10,10 @@
|
||||
<elementInformation show="1" name="designation">286-842</elementInformation>
|
||||
<elementInformation show="1" name="description">Surge Suppression Module</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
EN 60617: 07-22-03
|
||||
<informations>Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
EN 60617: 07-22-03
|
||||
</informations>
|
||||
<description>
|
||||
<rect x="-65" height="140" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-30" ry="0" width="100" rx="0"/>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
<elementInformation show="1" name="designation">287-474</elementInformation>
|
||||
<elementInformation show="1" name="description">4 Relays 24V (250V / 16A)</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<polygon x3="163" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="125" y2="100" closed="false" x1="170" y3="100" x2="170" antialias="false"/>
|
||||
<polygon x3="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="125" y2="100" closed="false" x1="110" y3="100" x2="110" antialias="false"/>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
<elementInformation show="1" name="designation">287-475</elementInformation>
|
||||
<elementInformation show="1" name="description">4 Relays 24V (440V / 16A)</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<polygon x3="163" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="125" y2="100" closed="false" x1="170" y3="100" x2="170" antialias="false"/>
|
||||
<polygon x3="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="125" y2="100" closed="false" x1="110" y3="100" x2="110" antialias="false"/>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
||||
<elementInformation show="1" name="description">16 Relays 12V</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<line x2="792" length2="1.5" x1="812" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" end2="none" y1="55" y2="55" length1="1.5"/>
|
||||
<line x2="672" length2="1.5" x1="692" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" end2="none" y1="55" y2="55" length1="1.5"/>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
||||
<elementInformation show="1" name="description">16 Relays 24V</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<informations>Author: The QElectroTech team
|
||||
Modified by: plc-user
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<line x2="792" length2="1.5" x1="812" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" end2="none" y1="55" y2="55" length1="1.5"/>
|
||||
<line x2="672" length2="1.5" x1="692" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" end2="none" y1="55" y2="55" length1="1.5"/>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<definition hotspot_x="64" height="70" width="130" type="element" hotspot_y="34" version="0.80" link_type="simple">
|
||||
<definition hotspot_y="34" version="0.90" hotspot_x="64" width="130" height="70" type="element" link_type="simple">
|
||||
<names>
|
||||
<name lang="fr">289-128</name>
|
||||
<name lang="en">289-128</name>
|
||||
<name lang="de">289-128</name>
|
||||
<name lang="cs">289-128</name>
|
||||
<name lang="en">289-128</name>
|
||||
<name lang="fr">289-128</name>
|
||||
<name lang="de">289-128</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
||||
@@ -14,31 +14,28 @@
|
||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<line antialias="false" length1="1.5" x1="-60" x2="-60" y2="30" y1="-30" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
|
||||
<line antialias="false" length1="1.5" x1="-60" x2="60" y2="-30" y1="-30" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
|
||||
<line antialias="false" length1="1.5" x1="60" x2="60" y2="30" y1="-30" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
|
||||
<text rotation="0" color="#000000" y="8" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-55" text="3"/>
|
||||
<text rotation="0" color="#000000" y="8" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="50.625" text="4"/>
|
||||
<circle diameter="5" antialias="true" y="7.5" x="-62.5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
|
||||
<circle diameter="5" antialias="true" y="7.5" x="57.5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
|
||||
<text rotation="0" color="#000000" y="-12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="50.625" text="2"/>
|
||||
<circle diameter="5" antialias="true" y="-12.5" x="57.5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
|
||||
<circle diameter="5" antialias="true" y="-12.5" x="-62.5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
|
||||
<dynamic_text text_from="ElementInfo" rotation="0" y="28" frame="false" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" x="-4" z="42" uuid="{32815a7b-7a5c-4c39-bbd5-70f7869c4d0b}" Halignment="AlignLeft">
|
||||
<rect x="-60" y="-30" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="120" ry="0" antialias="false" height="60"/>
|
||||
<text x="-55" y="8" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="3"/>
|
||||
<text x="50.625" y="8" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="4"/>
|
||||
<circle x="-62.5" y="7.5" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="true" diameter="5"/>
|
||||
<circle x="57.5" y="7.5" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="true" diameter="5"/>
|
||||
<text x="50.625" y="-12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="2"/>
|
||||
<circle x="57.5" y="-12.5" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="true" diameter="5"/>
|
||||
<circle x="-62.5" y="-12.5" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="true" diameter="5"/>
|
||||
<line x1="-41.5" end1="circle" length1="1.5" y1="0" y2="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x2="41.5" end2="circle" length2="1.5"/>
|
||||
<text x="-37" y="27" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="Resistor 9k1"/>
|
||||
<text x="-55" y="-12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="1"/>
|
||||
<text x="-45" y="-16" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="WAGO 289-128"/>
|
||||
<rect x="-15" y="-5" rx="0" style="line-style:normal;line-weight:normal;filling:white;color:black" width="30" ry="0" antialias="false" height="10"/>
|
||||
<polygon x3="-40" x1="-60" y1="-10" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="-40" y3="10" x4="-60" y4="10" closed="false"/>
|
||||
<polygon x3="40" x1="60" y1="-10" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="40" y3="10" x4="60" y4="10" closed="false"/>
|
||||
<dynamic_text x="-4" y="28" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" Halignment="AlignLeft" text_from="ElementInfo" z="16" uuid="{32815a7b-7a5c-4c39-bbd5-70f7869c4d0b}" text_width="-1" frame="false" keep_visual_rotation="true">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line antialias="false" length1="1.5" x1="-41.5" x2="41.5" y2="0" y1="0" end1="circle" end2="circle" style="line-style:normal;line-weight:normal;filling:black;color:black" length2="1.5"/>
|
||||
<line antialias="false" length1="1.5" x1="-60" x2="60" y2="30" y1="30" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
|
||||
<text rotation="0" color="#000000" y="27" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-37" text="Resistor 9k1"/>
|
||||
<text rotation="0" color="#000000" y="-12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-55" text="1"/>
|
||||
<text rotation="0" color="#000000" y="-16" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-45" text="WAGO 289-128"/>
|
||||
<rect rx="0" ry="0" antialias="false" height="10" width="30" y="-5" x="-15" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
|
||||
<polygon x3="-40" y4="10" antialias="false" x1="-60" x4="-60" x2="-40" y2="-10" y3="10" closed="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x3="40" y4="10" antialias="false" x1="60" x4="60" x2="40" y2="-10" y3="10" closed="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal name="R1.2" orientation="e" y="-10" x="60"/>
|
||||
<terminal name="R1.1" orientation="w" y="-10" x="-60"/>
|
||||
<terminal name="R2.2" orientation="e" y="10" x="60"/>
|
||||
<terminal name="R2.1" orientation="w" y="10" x="-60"/>
|
||||
<terminal x="60" y="-10" orientation="e" name="R1.2"/>
|
||||
<terminal x="-60" y="-10" orientation="w" name="R1.1"/>
|
||||
<terminal x="60" y="10" orientation="e" name="R2.2"/>
|
||||
<terminal x="-60" y="10" orientation="w" name="R2.1"/>
|
||||
</description>
|
||||
</definition>
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<name lang="cs">289-131</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="designation">289-131</elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
||||
<elementInformation show="1" name="designation">289-131</elementInformation>
|
||||
<elementInformation show="1" name="description">Module with terminals</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: plc-user for QElectroTech
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
||||
<elementInformation show="1" name="designation">750-812</elementInformation>
|
||||
<elementInformation show="1" name="description">Modbus-Controller</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: plc-user for QElectroTech
|
||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||
<informations>Author: plc-user for QElectroTech
|
||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" x="-360" rx="0" y="-40" height="90" width="720" ry="0"/>
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
||||
<elementInformation show="1" name="designation">750-814</elementInformation>
|
||||
<elementInformation show="1" name="description">Modbus-Controller</elementInformation>
|
||||
</elementInformations>
|
||||
<informations>
|
||||
Author: plc-user for QElectroTech
|
||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||
<informations>Author: plc-user for QElectroTech
|
||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||
</informations>
|
||||
<description>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" x="-360" rx="0" y="-40" height="90" width="720" ry="0"/>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user