mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
Compare commits
112 Commits
test_merge
...
0.8.rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f004c271f | ||
|
|
bafe7a39db | ||
|
|
0b1e012a32 | ||
|
|
e0a03e7353 | ||
|
|
68215d099c | ||
|
|
3b472591b6 | ||
|
|
d3cb7ef08c | ||
|
|
049848737b | ||
|
|
d3348e25be | ||
|
|
764cdfea53 | ||
|
|
b149e3e6ca | ||
|
|
7313cdfa9e | ||
|
|
fd92c1ce92 | ||
|
|
0ac96eecfc | ||
|
|
d02b88488a | ||
|
|
87956d8d42 | ||
|
|
ab1027eb5d | ||
|
|
aa858ba32d | ||
|
|
a303a38d0d | ||
|
|
51bae7cdf1 | ||
|
|
05dad2c8d8 | ||
|
|
b457b98b22 | ||
|
|
8fec6dabef | ||
|
|
f7e12e5e87 | ||
|
|
689799ea24 | ||
|
|
380de0b4c3 | ||
|
|
3633123d17 | ||
|
|
66d45cc835 | ||
|
|
56710ef25c | ||
|
|
77479dc949 | ||
|
|
529c6a721a | ||
|
|
fd3d2dfb90 | ||
|
|
d1aba1118b | ||
|
|
c4fe1fe3da | ||
|
|
c167015b22 | ||
|
|
48e597663e | ||
|
|
bd26e4bb9c | ||
|
|
f7a445c0a7 | ||
|
|
bb32c30004 | ||
|
|
79fa9c8ec5 | ||
|
|
a73d50d7d0 | ||
|
|
af7d1df5ab | ||
|
|
c87fe8df2f | ||
|
|
f613f7fcdc | ||
|
|
20911f215b | ||
|
|
b557aa0e98 | ||
|
|
6b89349240 | ||
|
|
6b54e45e3a | ||
|
|
fec3c70739 | ||
|
|
a028724773 | ||
|
|
49b2e4ad0a | ||
|
|
81efc5181b | ||
|
|
6f60156e00 | ||
|
|
7882c5734a | ||
|
|
0bfbc37bc9 | ||
|
|
e3b98001f3 | ||
|
|
d1c969b723 | ||
|
|
acf9c17969 | ||
|
|
862dbede24 | ||
|
|
be3421f8c9 | ||
|
|
4ad4e75132 | ||
|
|
d2c4bf4ec7 | ||
|
|
a97ee8ddba | ||
|
|
ca0dcc9b7b | ||
|
|
62333506f1 | ||
|
|
98de247a4d | ||
|
|
a0efad18ab | ||
|
|
b514c39883 | ||
|
|
859bf7f645 | ||
|
|
1b10fe3b7f | ||
|
|
41c7cde8ca | ||
|
|
69adb10bcc | ||
|
|
239a7daf7f | ||
|
|
f73f71c0aa | ||
|
|
23764c0e11 | ||
|
|
beec556a55 | ||
|
|
3a0da97878 | ||
|
|
2afac1e56d | ||
|
|
72271cfc69 | ||
|
|
24c930d727 | ||
|
|
87845ef0ee | ||
|
|
8c51725c71 | ||
|
|
dbf4315deb | ||
|
|
099dc614bd | ||
|
|
96450ce19f | ||
|
|
1d606c574b | ||
|
|
8ba982f6cc | ||
|
|
329ceb4594 | ||
|
|
50de125787 | ||
|
|
2839a4009c | ||
|
|
6bfb2b95d2 | ||
|
|
0dba97ef6a | ||
|
|
c5c3dfb07b | ||
|
|
1c91a6300a | ||
|
|
b1eb59f3ea | ||
|
|
cb29a4d383 | ||
|
|
077c4f578a | ||
|
|
752f31513c | ||
|
|
756fc845a5 | ||
|
|
9d89719c21 | ||
|
|
785c5884e8 | ||
|
|
87425d70ce | ||
|
|
9c267d673d | ||
|
|
69f775aa0f | ||
|
|
2619d96998 | ||
|
|
74ee2fd82c | ||
|
|
ec0b92ec1d | ||
|
|
a65675b53e | ||
|
|
c39ef0a999 | ||
|
|
ff84a71d97 | ||
|
|
434c3dfbfb | ||
|
|
096f8f58e1 |
67
.clang-format
Normal file
67
.clang-format
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
---
|
||||||
|
BasedOnStyle: LLVM
|
||||||
|
AlignAfterOpenBracket: AlwaysBreak
|
||||||
|
AlignConsecutiveMacros: 'true'
|
||||||
|
AlignConsecutiveAssignments: 'true'
|
||||||
|
AlignConsecutiveDeclarations: 'true'
|
||||||
|
AlignEscapedNewlines: Right
|
||||||
|
AlignOperands: 'true'
|
||||||
|
AlignTrailingComments: 'true'
|
||||||
|
AllowAllArgumentsOnNextLine: 'false'
|
||||||
|
AllowAllConstructorInitializersOnNextLine: 'true'
|
||||||
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
||||||
|
AllowShortBlocksOnASingleLine: 'true'
|
||||||
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
||||||
|
AllowShortFunctionsOnASingleLine: All
|
||||||
|
AllowShortIfStatementsOnASingleLine: Always
|
||||||
|
AllowShortLambdasOnASingleLine: All
|
||||||
|
AllowShortLoopsOnASingleLine: 'true'
|
||||||
|
AlwaysBreakAfterReturnType: None
|
||||||
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
||||||
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
||||||
|
BinPackArguments: 'false'
|
||||||
|
BinPackParameters: 'false'
|
||||||
|
BreakAfterJavaFieldAnnotations: 'true'
|
||||||
|
BreakBeforeBinaryOperators: NonAssignment
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
|
BreakBeforeTernaryOperators: 'false'
|
||||||
|
BreakConstructorInitializers: AfterColon
|
||||||
|
BreakInheritanceList: AfterColon
|
||||||
|
BreakStringLiterals: 'true'
|
||||||
|
ColumnLimit: '80'
|
||||||
|
CompactNamespaces: 'false'
|
||||||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||||
|
Cpp11BracedListStyle: 'true'
|
||||||
|
FixNamespaceComments: 'true'
|
||||||
|
IncludeBlocks: Regroup
|
||||||
|
IndentCaseLabels: 'false'
|
||||||
|
IndentPPDirectives: AfterHash
|
||||||
|
IndentWidth: '4'
|
||||||
|
JavaScriptWrapImports: 'true'
|
||||||
|
Language: Cpp
|
||||||
|
MaxEmptyLinesToKeep: '1'
|
||||||
|
NamespaceIndentation: All
|
||||||
|
PointerAlignment: Left
|
||||||
|
ReflowComments: 'true'
|
||||||
|
SortIncludes: 'true'
|
||||||
|
SortUsingDeclarations: 'true'
|
||||||
|
SpaceAfterCStyleCast: 'true'
|
||||||
|
SpaceAfterLogicalNot: 'true'
|
||||||
|
SpaceAfterTemplateKeyword: 'true'
|
||||||
|
SpaceBeforeAssignmentOperators: 'true'
|
||||||
|
SpaceBeforeCpp11BracedList: 'true'
|
||||||
|
SpaceBeforeCtorInitializerColon: 'true'
|
||||||
|
SpaceBeforeInheritanceColon: 'true'
|
||||||
|
SpaceBeforeParens: ControlStatements
|
||||||
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
||||||
|
SpaceInEmptyParentheses: 'false'
|
||||||
|
SpacesInAngles: 'false'
|
||||||
|
SpacesInCStyleCastParentheses: 'false'
|
||||||
|
SpacesInContainerLiterals: 'false'
|
||||||
|
SpacesInParentheses: 'false'
|
||||||
|
SpacesInSquareBrackets: 'false'
|
||||||
|
Standard: Cpp11
|
||||||
|
TabWidth: '4'
|
||||||
|
UseTab: Always
|
||||||
|
|
||||||
|
...
|
||||||
@@ -1,32 +1,34 @@
|
|||||||
<definition hotspot_y="19" link_type="simple" hotspot_x="5" version="0.80" width="10" height="40" type="element">
|
<definition type="element" hotspot_x="5" link_type="simple" height="40" width="10" hotspot_y="19" version="0.80">
|
||||||
<uuid uuid="{82d755cf-7766-41ec-847a-6e23987685d5}"/>
|
<uuid uuid="{d10419ff-f379-4e2e-9011-a32d0d2601d3}"/>
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">Fusible</name>
|
<name lang="en">Fuse 1p</name>
|
||||||
<name lang="cs">Pojistka</name>
|
<name lang="cs">Pojistka 1p</name>
|
||||||
|
<name lang="de">Sicherung 1p</name>
|
||||||
|
<name lang="fr">Fusible 1p</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations/>
|
<elementInformations/>
|
||||||
<informations></informations>
|
<informations></informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-10" ry="0" x="-3" width="6" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-3" rx="0" y="-10" height="20" antialias="false" ry="0" width="6"/>
|
||||||
<line y2="10" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x2="0" y2="10" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="-2" z="3" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{bfbf3256-ac23-4ce9-b4e0-729aa7338739}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-2" Halignment="AlignLeft" uuid="{bfbf3256-ac23-4ce9-b4e0-729aa7338739}" y="-21" Valignment="AlignTop" z="3" rotation="0" text_from="UserText" text_width="-1">
|
||||||
<text>1</text>
|
<text>1</text>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="UserText" y="5" x="-2" z="4" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{b12232a5-c73b-4559-ba54-076c7a50bef5}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-2" Halignment="AlignLeft" uuid="{b12232a5-c73b-4559-ba54-076c7a50bef5}" y="5" Valignment="AlignTop" z="4" rotation="0" text_from="UserText" text_width="-1">
|
||||||
<text>2</text>
|
<text>2</text>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="ElementInfo" y="-17" x="-30" z="5" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" frame="false" uuid="{dd6f5b99-eca8-4928-89f0-eb8204fb8854}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-30" Halignment="AlignLeft" uuid="{dd6f5b99-eca8-4928-89f0-eb8204fb8854}" y="-17" Valignment="AlignTop" z="5" rotation="0" text_from="ElementInfo" text_width="-1">
|
||||||
<text></text>
|
<text></text>
|
||||||
<info_name>label</info_name>
|
<info_name>label</info_name>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="ElementInfo" y="-1" x="-35" z="6" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" rotation="0" frame="false" uuid="{77ff60fb-d245-4681-8f5e-ac827f675bab}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-35" Halignment="AlignLeft" uuid="{77ff60fb-d245-4681-8f5e-ac827f675bab}" y="-1" Valignment="AlignTop" z="6" rotation="0" text_from="ElementInfo" text_width="-1">
|
||||||
<text></text>
|
<text></text>
|
||||||
<info_name>comment</info_name>
|
<info_name>comment</info_name>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<line y2="-15" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x2="0" y2="-15" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<line y2="15" length2="1.5" y1="10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" x2="0" y2="15" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<line y2="15" length2="1.5" y1="-15" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-15" x2="0" y2="15" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<terminal y="-15" orientation="n" x="0"/>
|
<terminal x="0" uuid="{67931c05-57c6-40dd-8607-3e2bb47feaa8}" y="-15" name="" orientation="n"/>
|
||||||
<terminal y="15" orientation="s" x="0"/>
|
<terminal x="0" uuid="{05fdba7b-6122-47ce-9e68-fe7ebc9c3df3}" y="15" name="" orientation="s"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,43 +1,45 @@
|
|||||||
<definition hotspot_y="19" link_type="simple" hotspot_x="5" version="0.80" width="20" height="40" type="element">
|
<definition type="element" hotspot_x="5" link_type="simple" height="40" width="20" hotspot_y="19" version="0.80">
|
||||||
<uuid uuid="{329f82a5-7029-4192-ab32-2e8b11615564}"/>
|
<uuid uuid="{ebfe7b2f-0c86-44ca-8819-39490917c977}"/>
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">Fusible 2p</name>
|
<name lang="en">Fuse 2p</name>
|
||||||
<name lang="cs">Pojistka 2p</name>
|
<name lang="cs">Pojistka 2p</name>
|
||||||
|
<name lang="de">Sicherung 2p</name>
|
||||||
|
<name lang="fr">Fusible 2p</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations/>
|
<elementInformations/>
|
||||||
<informations></informations>
|
<informations></informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-10" ry="0" x="7" width="6" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="7" rx="0" y="-10" height="20" antialias="false" ry="0" width="6"/>
|
||||||
<rect y="-10" ry="0" x="-3" width="6" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-3" rx="0" y="-10" height="20" antialias="false" ry="0" width="6"/>
|
||||||
<line y2="10" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x2="0" y2="10" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<line y2="10" length2="1.5" y1="-10" x1="10" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x2="10" y2="10" length1="1.5" end2="none" length2="1.5" x1="10" antialias="false" end1="none"/>
|
||||||
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="7" z="5" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{c37aa946-efa6-4e46-b228-9c8b1d8ce193}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="7" Halignment="AlignLeft" uuid="{c37aa946-efa6-4e46-b228-9c8b1d8ce193}" y="-21" Valignment="AlignTop" z="5" rotation="0" text_from="UserText" text_width="-1">
|
||||||
|
<text>3</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-3" Halignment="AlignLeft" uuid="{6190ce78-54fe-49ae-85b3-915fd3bcf431}" y="-21" Valignment="AlignTop" z="6" rotation="0" text_from="UserText" text_width="-1">
|
||||||
<text>1</text>
|
<text>1</text>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="-3" z="6" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{6190ce78-54fe-49ae-85b3-915fd3bcf431}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="7" Halignment="AlignLeft" uuid="{caa6bbc0-5cda-4bd6-8c5d-14a8b1a19f5d}" y="5" Valignment="AlignTop" z="7" rotation="0" text_from="UserText" text_width="-1">
|
||||||
<text>1</text>
|
<text>4</text>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="UserText" y="5" x="7" z="7" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{caa6bbc0-5cda-4bd6-8c5d-14a8b1a19f5d}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-3" Halignment="AlignLeft" uuid="{9f060a2d-d66b-4b5b-b86b-d4c0c872f605}" y="5" Valignment="AlignTop" z="8" rotation="0" text_from="UserText" text_width="-1">
|
||||||
<text>2</text>
|
<text>2</text>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="UserText" y="5" x="-3" z="8" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{9f060a2d-d66b-4b5b-b86b-d4c0c872f605}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-30" Halignment="AlignLeft" uuid="{c8fdb551-ba1e-4910-9293-206116b3640f}" y="-17" Valignment="AlignTop" z="9" rotation="0" text_from="ElementInfo" text_width="-1">
|
||||||
<text>2</text>
|
|
||||||
</dynamic_text>
|
|
||||||
<dynamic_text text_width="-1" text_from="ElementInfo" y="-17" x="-30" z="9" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" frame="false" uuid="{c8fdb551-ba1e-4910-9293-206116b3640f}" Halignment="AlignLeft">
|
|
||||||
<text></text>
|
<text></text>
|
||||||
<info_name>label</info_name>
|
<info_name>label</info_name>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<dynamic_text text_width="-1" text_from="ElementInfo" y="0" x="-36" z="10" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" rotation="0" frame="false" uuid="{9a3517e6-3bbf-4a00-8ebb-198952257b50}" Halignment="AlignLeft">
|
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-36" Halignment="AlignLeft" uuid="{9a3517e6-3bbf-4a00-8ebb-198952257b50}" y="0" Valignment="AlignTop" z="10" rotation="0" text_from="ElementInfo" text_width="-1">
|
||||||
<text></text>
|
<text></text>
|
||||||
<info_name>comment</info_name>
|
<info_name>comment</info_name>
|
||||||
</dynamic_text>
|
</dynamic_text>
|
||||||
<line y2="-15" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x2="0" y2="-15" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<line y2="-15" length2="1.5" y1="-10" x1="10" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x2="10" y2="-15" length1="1.5" end2="none" length2="1.5" x1="10" antialias="false" end1="none"/>
|
||||||
<line y2="15" length2="1.5" y1="10" x1="10" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" x2="10" y2="15" length1="1.5" end2="none" length2="1.5" x1="10" antialias="false" end1="none"/>
|
||||||
<line y2="15" length2="1.5" y1="10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" x2="0" y2="15" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
<terminal y="15" orientation="s" x="0"/>
|
<terminal x="0" uuid="{4ed26a40-3700-4a45-b746-5668e6ba5dd0}" y="15" name="" orientation="s"/>
|
||||||
<terminal y="-15" orientation="n" x="0"/>
|
<terminal x="0" uuid="{39753af0-946f-49b5-b9d0-75eb0df3bc20}" y="-15" name="" orientation="n"/>
|
||||||
<terminal y="15" orientation="s" x="10"/>
|
<terminal x="10" uuid="{b6e160a6-4879-41f5-80cd-8fcc0dd44cf7}" y="15" name="" orientation="s"/>
|
||||||
<terminal y="-15" orientation="n" x="10"/>
|
<terminal x="10" uuid="{1a4a3cfe-e9df-4ae4-b85e-3b9f0cf3486e}" y="-15" name="" orientation="n"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<definition type="element" hotspot_x="19" link_type="simple" height="50" width="40" hotspot_y="25" version="0.80">
|
||||||
|
<uuid uuid="{c7d0e778-bde2-4b8a-85d1-97345dd4eef8}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="en">Fuse 3p</name>
|
||||||
|
<name lang="cs">Pojistka 3p</name>
|
||||||
|
<name lang="de">Sicherung 3p</name>
|
||||||
|
<name lang="fr">Fusible 3p</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="7" rx="0" y="-10" height="20" antialias="false" ry="0" width="6"/>
|
||||||
|
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="0.8125" color="#000000" text="3" y="-15" rotation="0"/>
|
||||||
|
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="11" color="#000000" text="5" y="-15" rotation="0"/>
|
||||||
|
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="4" y="19" rotation="0"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.6875" rx="0" y="-10" height="20" antialias="false" ry="0" width="6"/>
|
||||||
|
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="11" color="#000000" text="6" y="19" rotation="0"/>
|
||||||
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="-10" y2="20" length1="1.5" end2="none" length2="1.5" x1="-10" antialias="false" end1="none"/>
|
||||||
|
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-9" color="#000000" text="2" y="19" rotation="0"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-3" rx="0" y="-10" height="20" antialias="false" ry="0" width="6"/>
|
||||||
|
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-30" Halignment="AlignLeft" uuid="{c8fdb551-ba1e-4910-9293-206116b3640f}" y="-17" Valignment="AlignTop" z="9" rotation="0" text_from="ElementInfo" text_width="-1">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="0" y2="20" length1="1.5" end2="none" length2="1.5" x1="0" antialias="false" end1="none"/>
|
||||||
|
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-36" Halignment="AlignLeft" uuid="{9a3517e6-3bbf-4a00-8ebb-198952257b50}" y="0" Valignment="AlignTop" z="10" rotation="0" text_from="ElementInfo" text_width="-1">
|
||||||
|
<text></text>
|
||||||
|
<info_name>comment</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="10" y2="20" length1="1.5" end2="none" length2="1.5" x1="10" antialias="false" end1="none"/>
|
||||||
|
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-9" color="#000000" text="1" y="-15" rotation="0"/>
|
||||||
|
<terminal x="-10" uuid="{5985d006-9796-4e90-a278-fbb06c9842e1}" y="20" name="" orientation="s"/>
|
||||||
|
<terminal x="0" uuid="{a558c01d-720f-4ee5-b8fc-aca90c52b181}" y="20" name="" orientation="s"/>
|
||||||
|
<terminal x="0" uuid="{a078f70f-2f77-492d-a96a-c86399a376ba}" y="-20" name="" orientation="n"/>
|
||||||
|
<terminal x="-10" uuid="{61f16275-3023-4416-94fb-f2b02c3ead02}" y="-20" name="" orientation="n"/>
|
||||||
|
<terminal x="10" uuid="{aee46aca-d778-4f4c-b77c-abc8436c6481}" y="-20" name="" orientation="n"/>
|
||||||
|
<terminal x="10" uuid="{2dba3e52-95b9-4efb-9ffa-170fd3e516f8}" y="20" name="" orientation="s"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
<definition version="0.80" link_type="slave" hotspot_x="70" height="60" width="80" type="element" hotspot_y="29">
|
||||||
|
<uuid uuid="{9c311281-af7f-432e-9306-bbc95b1c6a69}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="en">Contactor 1 changeover 3 poles</name>
|
||||||
|
<name lang="fr">Contacteur 1 inverseur 3 poles</name>
|
||||||
|
</names>
|
||||||
|
<kindInformations>
|
||||||
|
<kindInformation name="number" show="1">3</kindInformation>
|
||||||
|
<kindInformation name="state" show="1">NO</kindInformation>
|
||||||
|
<kindInformation name="type" show="1">power</kindInformation>
|
||||||
|
</kindInformations>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<text rotation="0" color="#000000" text="3
L2" y="-20" x="-35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="5
L3" y="-20" x="-15" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="4
T2" y="19" x="-36" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="2
T1" y="19" x="-56" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="6
T3" y="19" x="-16" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-10" x3="-20" closed="false" antialias="true" y2="10" x1="-25" y3="20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-60" closed="false" antialias="true" y2="10" x1="-65" y3="20" x2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="0" length2="1.48" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="-62" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-40" closed="false" antialias="true" y2="10" x1="-45" y3="20" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="10" text_width="-1" y="-10" uuid="{cf89cd93-26be-471d-aaae-5af0536b9bb9}" Valignment="AlignTop" x="-84" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-60" x2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-62.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-40" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-42.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-22.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="1
L1" y="-20" x="-56" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-2" y4="-2" x3="0" antialias="false" x4="-4" y2="-2" x1="-4" y3="3" x2="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<terminal name="2" orientation="s" y="20" uuid="{a30378fb-df7f-41fc-9ebf-e6237d0a70e0}" x="-60"/>
|
||||||
|
<terminal name="4" orientation="s" y="20" uuid="{4392a21d-fad7-40af-8dd1-fbdda0e000c8}" x="-40"/>
|
||||||
|
<terminal name="5" orientation="n" y="-20" uuid="{b5400f6b-82b1-41b7-b3cd-fe403daec5fc}" x="-20"/>
|
||||||
|
<terminal name="3" orientation="n" y="-20" uuid="{0a462fcf-680f-43dc-a9f9-05b790362d13}" x="-40"/>
|
||||||
|
<terminal name="5" orientation="s" y="20" uuid="{c25f281a-3b5c-4323-a71c-79504dd62e4d}" x="-20"/>
|
||||||
|
<terminal name="1" orientation="n" y="-20" uuid="{611c6946-9a08-4c22-9704-f2cf240ff731}" x="-60"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
<definition version="0.80" link_type="slave" hotspot_x="33" height="60" width="80" type="element" hotspot_y="29">
|
||||||
|
<uuid uuid="{5d1646da-9823-448b-9e9f-e63e783ef11a}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="en">Contactor 2 changeover 3 poles</name>
|
||||||
|
<name lang="fr">Contacteur 2 inverseur 3 poles </name>
|
||||||
|
</names>
|
||||||
|
<kindInformations>
|
||||||
|
<kindInformation name="number" show="1">3</kindInformation>
|
||||||
|
<kindInformation name="state" show="1">NO</kindInformation>
|
||||||
|
<kindInformation name="type" show="1">power</kindInformation>
|
||||||
|
</kindInformations>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<line y1="0" length2="1.48" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="-27" x2="27" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="3
L2" y="-20" x="15" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="5
L3" y="-20" x="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="4
T2" y="19" x="14" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="2
T1" y="19" x="-6" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="6
T3" y="19" x="34" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-10" x3="30" closed="false" antialias="true" y2="10" x1="25" y3="20" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-10" closed="false" antialias="true" y2="10" x1="-15" y3="20" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="10" text_width="-1" y="-10" uuid="{cf89cd93-26be-471d-aaae-5af0536b9bb9}" Valignment="AlignTop" x="35" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<polygon y1="-10" x3="10" closed="false" antialias="true" y2="10" x1="5" y3="20" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-12.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="7.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="30" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="27.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="1
L1" y="-20" x="-6" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<terminal name="3" orientation="n" y="-20" uuid="{08bb8a28-2da4-4630-91f2-4eb87e5850e5}" x="10"/>
|
||||||
|
<terminal name="1" orientation="n" y="-20" uuid="{3b66052a-252f-49f1-bca6-5b735daf2a84}" x="-10"/>
|
||||||
|
<terminal name="4" orientation="s" y="20" uuid="{cc6d7085-3b57-460c-8c18-b97dfce67dc3}" x="10"/>
|
||||||
|
<terminal name="2" orientation="s" y="20" uuid="{7e0fa384-4a72-42de-8563-cb8feda81215}" x="-10"/>
|
||||||
|
<terminal name="5" orientation="n" y="-20" uuid="{3942e18d-c67f-4728-9272-e96e278d5693}" x="30"/>
|
||||||
|
<terminal name="6" orientation="s" y="20" uuid="{5eda0853-bd77-487b-8ec1-568e80d15c65}" x="30"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<definition version="0.80" link_type="slave" hotspot_x="90" height="60" width="100" type="element" hotspot_y="29">
|
||||||
|
<uuid uuid="{baa1b63b-88e4-4d36-bf15-73a7b845b60b}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="en">Contactor 1 changeover 4 poles</name>
|
||||||
|
<name lang="fr">Contacteur 1 inverseur 4 poles</name>
|
||||||
|
</names>
|
||||||
|
<kindInformations>
|
||||||
|
<kindInformation name="number" show="1">4</kindInformation>
|
||||||
|
<kindInformation name="state" show="1">NO</kindInformation>
|
||||||
|
<kindInformation name="type" show="1">power</kindInformation>
|
||||||
|
</kindInformations>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<line y1="0" length2="1.48" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="-83" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="6
T3" y="18" x="-36" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="4
T2" y="18" x="-56" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="8
T4" y="18" x="-16" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-10" x3="-20" closed="false" antialias="true" y2="10" x1="-25" y3="20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-40" closed="false" antialias="true" y2="10" x1="-45" y3="20" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-60" closed="false" antialias="true" y2="10" x1="-65" y3="20" x2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-40" x2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-60" x2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="10" text_width="-1" y="-10" uuid="{cf89cd93-26be-471d-aaae-5af0536b9bb9}" Valignment="AlignTop" x="-100" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="2
T1" y="18" x="-76" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-42.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-22.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-62.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="3
L2" y="-20" x="-55" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="5
L3" y="-20" x="-36" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="7
L4" y="-20" x="-16" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-10" x3="-80" closed="false" antialias="true" y2="10" x1="-85" y3="20" x2="-80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-80" x2="-80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-82.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="1
L1" y="-20" x="-76" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-2" y4="-2" x3="0" antialias="false" x4="-4" y2="-2" x1="-4" y3="3" x2="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<terminal name="7" orientation="n" y="-20" uuid="{aef20556-47cf-474c-8766-ff7d847b000a}" x="-20"/>
|
||||||
|
<terminal name="3" orientation="n" y="-20" uuid="{4c167395-1a48-4105-bf26-a9498814a1f3}" x="-60"/>
|
||||||
|
<terminal name="6" orientation="s" y="20" uuid="{80aa01e9-8810-42e4-a39f-9f097cec5126}" x="-40"/>
|
||||||
|
<terminal name="1" orientation="n" y="-20" uuid="{611c6946-9a08-4c22-9704-f2cf240ff731}" x="-80"/>
|
||||||
|
<terminal name="4" orientation="s" y="20" uuid="{a82fb8b8-00ad-4fa9-bbe3-a7ef6527b523}" x="-60"/>
|
||||||
|
<terminal name="5" orientation="n" y="-20" uuid="{f4e10dc4-bf5f-41a7-8623-240a3d1ad917}" x="-40"/>
|
||||||
|
<terminal name="2" orientation="s" y="20" uuid="{a30378fb-df7f-41fc-9ebf-e6237d0a70e0}" x="-80"/>
|
||||||
|
<terminal name="8" orientation="s" y="20" uuid="{5277858a-4998-4df0-b3df-38835be0b1d0}" x="-20"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
<definition version="0.80" link_type="slave" hotspot_x="53" height="60" width="100" type="element" hotspot_y="29">
|
||||||
|
<uuid uuid="{ab335ee8-298b-48bb-82f8-e16a83f0d4cf}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="en">Contactor 2 changeover 4 poles</name>
|
||||||
|
<name lang="fr">Contacteur 2 inverseur 4 poles</name>
|
||||||
|
</names>
|
||||||
|
<kindInformations>
|
||||||
|
<kindInformation name="number" show="1">4</kindInformation>
|
||||||
|
<kindInformation name="state" show="1">NO</kindInformation>
|
||||||
|
<kindInformation name="type" show="1">power</kindInformation>
|
||||||
|
</kindInformations>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<text rotation="0" color="#000000" text="8
T4" y="18" x="34" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="6
T3" y="18" x="14" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="4
T2" y="18" x="-6" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="2
T1" y="18" x="-26" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<polygon y1="-10" x3="30" closed="false" antialias="true" y2="10" x1="25" y3="20" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="10" closed="false" antialias="true" y2="10" x1="5" y3="20" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-10" closed="false" antialias="true" y2="10" x1="-15" y3="20" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="-10" x3="-30" closed="false" antialias="true" y2="10" x1="-35" y3="20" x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-30" x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="10" text_width="-1" y="-10" uuid="{cf89cd93-26be-471d-aaae-5af0536b9bb9}" Valignment="AlignTop" x="35" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="-10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-10" length1="1.5" end2="none" x1="30" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="7.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="27.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-12.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<arc antialias="true" y="-14.5" height="5" width="5" x="-32.5" start="-90" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" color="#000000" text="1
L1" y="-20" x="-26" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="3
L2" y="-20" x="-5" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="5
L3" y="-20" x="14" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<text rotation="0" color="#000000" text="7
L4" y="-20" x="34" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<line y1="0" length2="1.5" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="27" x2="-47" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<terminal name="2" orientation="s" y="20" uuid="{e7e9a1aa-663a-436e-a0db-1ea39bd52dc3}" x="-30"/>
|
||||||
|
<terminal name="8" orientation="s" y="20" uuid="{7ef9a0ec-d821-4219-819d-55f81620a221}" x="30"/>
|
||||||
|
<terminal name="4" orientation="s" y="20" uuid="{35ddbfa0-4ebc-4950-b948-cf206179a7dc}" x="-10"/>
|
||||||
|
<terminal name="6" orientation="s" y="20" uuid="{dc7f94cf-2452-410e-885e-1e6b6d9af658}" x="10"/>
|
||||||
|
<terminal name="7" orientation="n" y="-20" uuid="{f1181042-eebf-437d-aa07-ad82c9c9ef25}" x="30"/>
|
||||||
|
<terminal name="5" orientation="n" y="-20" uuid="{0eca74f7-8a2c-4314-abbe-9aed863da29c}" x="10"/>
|
||||||
|
<terminal name="3" orientation="n" y="-20" uuid="{b82787b8-68cb-419e-b563-64999d49d051}" x="-10"/>
|
||||||
|
<terminal name="1" orientation="n" y="-20" uuid="{0e7d0032-21d0-4f98-9146-5719c760411f}" x="-30"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<definition link_type="simple" type="element" version="0.80" width="50" hotspot_y="16" hotspot_x="24" height="30">
|
||||||
|
<uuid uuid="{3a401a8c-2087-4a75-b13b-ef6474f241c8}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="fr">Transformateur</name>
|
||||||
|
<name lang="cs">Tlumivka s jádrem</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-5" start="0" x="-20" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-5" start="0" x="-10" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-5" start="0" x="0" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-5" start="0" x="10" height="10" angle="180"/>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:eleve;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-10" length1="1.5" x2="-4"/>
|
||||||
|
<line antialias="false" x1="4" style="line-style:normal;line-weight:eleve;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-10" length1="1.5" x2="20"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="ElementInfo" y="-20" rotation="0" x="-46" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="7" uuid="{5c02f2f0-17c0-4d09-8dca-24b1182962ad}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="5" length1="1.5" x2="-20"/>
|
||||||
|
<line antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="5" length1="1.5" x2="20"/>
|
||||||
|
<terminal y="5" x="-20" uuid="{4be4ef83-90c0-42ea-bb99-46ec8279a815}" name="" orientation="s"/>
|
||||||
|
<terminal y="5" x="20" uuid="{93686765-ccb3-4dff-a58b-04814173e817}" name="" orientation="s"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
<definition link_type="simple" type="element" version="0.80" width="50" hotspot_y="19" hotspot_x="24" height="40">
|
||||||
|
<uuid uuid="{a86902d2-4aae-4be5-a22a-c099817573fc}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="fr">
|
||||||
|
Transformateur à deux enroulements</name>
|
||||||
|
<name lang="cs">Trafo se dvěma vinutími</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="90" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="90" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="90" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="90" x="10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="10" height="10" angle="90"/>
|
||||||
|
<line antialias="false" x1="-18" style="line-style:normal;line-weight:eleve;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="0" length1="1.5" x2="18"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-22" rotation="0" x="-23" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="18" uuid="{cf8ce068-aa1f-48d3-b287-0e648121d35a}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>1</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-22" rotation="0" x="17" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="19" uuid="{a89a3e01-8ea3-4c45-a954-f1f49b690cd0}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>2</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="-23" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="20" uuid="{2b0f9c48-cb72-494e-867c-1a200959d8d2}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>3</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="17" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="21" uuid="{e01ede6a-4b4c-42d4-8ecb-312650f07bc4}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>4</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="ElementInfo" y="-13" rotation="0" x="-46" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="22" uuid="{a4b3aa7f-d028-4f2d-84ec-23b276264e48}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-7.5" rotation="0" x="22" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="23" uuid="{5d047a8d-0164-41d5-96ae-f4a53c0d6d35}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>_</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-15" end2="none" y2="-10" length1="1.5" x2="-20"/>
|
||||||
|
<line antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-15" end2="none" y2="-10" length1="1.5" x2="20"/>
|
||||||
|
<line antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="20"/>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="-20"/>
|
||||||
|
<terminal y="15" x="20" uuid="{9cb09037-535c-4480-a4a7-db3f3bad1151}" name="4" orientation="s"/>
|
||||||
|
<terminal y="-15" x="-20" uuid="{bb3642bb-ebd5-4bc0-8235-966591fad320}" name="1" orientation="n"/>
|
||||||
|
<terminal y="-15" x="20" uuid="{d79d49ea-e09d-4686-a7d8-9a8bf99d521e}" name="2" orientation="n"/>
|
||||||
|
<terminal y="15" x="-20" uuid="{b83a2645-754a-4e05-987b-33180e32a364}" name="3" orientation="s"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,82 @@
|
|||||||
|
<definition link_type="simple" type="element" version="0.80" width="70" hotspot_y="19" hotspot_x="24" height="40">
|
||||||
|
<uuid uuid="{2f2b3de7-39a5-468c-9e85-62d1b1098cac}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="fr">Transformateur à trois enroulements</name>
|
||||||
|
<name lang="cs">Trafo se třemi vinutími</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-21" rotation="0" x="37" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="1" uuid="{56935e11-5d97-48e4-ac04-fd8063083040}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>4</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-21" rotation="0" x="27" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="2" uuid="{de73ca80-7ccf-43d2-be1f-d6bd09c71a80}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>3</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="30" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="-20" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="-10" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="20" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="30" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="10" height="10" angle="90"/>
|
||||||
|
<line antialias="false" x1="-18" style="line-style:normal;line-weight:eleve;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="0" length1="1.5" x2="38"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-21" rotation="0" x="-23" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="17" uuid="{c44877af-791e-4316-93cc-689e2b323dd0}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>1</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-21" rotation="0" x="7" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="18" uuid="{8c370f9f-530a-453c-8f9f-be4ea5e2204f}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>2</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="-3" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="19" uuid="{f96dfefb-7921-4764-bc25-85b25e85a78c}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>6</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="ElementInfo" y="-13" rotation="0" x="-46" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="20" uuid="{c786a125-3f40-4953-af28-372282964128}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="10.5" rotation="0" x="-42" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="21" uuid="{2070a050-464b-40d5-ba88-7b98dc7dc15f}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>_</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="20" height="10" angle="180"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="-23" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="23" uuid="{310aeac2-baf0-49a7-bec8-1f9d0a9f4431}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>5</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="17" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="24" uuid="{794abaee-627f-48be-be63-5d4617008888}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>7</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="37" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="25" uuid="{1c35324d-bcc4-4fa8-982e-3365ea054986}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>8</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="6" rotation="0" x="-18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="26" uuid="{6eaa911a-6dc2-4851-a347-e1a35e77ec31}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>12V</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="6" rotation="0" x="23" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="27" uuid="{418e2800-549d-4af3-9720-7bff12dbe7fb}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>24V</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-27" rotation="0" x="10" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="28" uuid="{b57864dc-0c10-406c-9df6-a421b99dfdd9}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>230V</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-15" length1="1.5" x2="-20"/>
|
||||||
|
<line antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-15" length1="1.5" x2="10"/>
|
||||||
|
<line antialias="false" x1="30" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-15" length1="1.5" x2="30"/>
|
||||||
|
<line antialias="false" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-15" length1="1.5" x2="40"/>
|
||||||
|
<line antialias="false" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="40"/>
|
||||||
|
<line antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="20"/>
|
||||||
|
<line antialias="false" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="0"/>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="-20"/>
|
||||||
|
<terminal y="-15" x="40" uuid="{dcfd8182-81f7-4a66-bd64-e28522197d2d}" name="4" orientation="n"/>
|
||||||
|
<terminal y="15" x="-20" uuid="{16a0d955-d63b-4478-a214-f841f9fc1a73}" name="5" orientation="s"/>
|
||||||
|
<terminal y="15" x="0" uuid="{8b1e81f3-f187-47a3-8971-fcbe7d30baa5}" name="6" orientation="s"/>
|
||||||
|
<terminal y="-15" x="10" uuid="{d6826dd2-61eb-4dc0-9e4a-b6e5078e4e9b}" name="2" orientation="n"/>
|
||||||
|
<terminal y="-15" x="-20" uuid="{1d6d33ac-d71c-4307-82f5-8f74aec0b049}" name="1" orientation="n"/>
|
||||||
|
<terminal y="15" x="40" uuid="{df979790-07e1-4299-9596-6e102cb76d58}" name="8" orientation="s"/>
|
||||||
|
<terminal y="-15" x="30" uuid="{cea66c19-9140-4df0-8b3f-6827050dd23b}" name="3" orientation="n"/>
|
||||||
|
<terminal y="15" x="20" uuid="{bcac8f72-35c2-4df2-8a80-22e376f5636b}" name="7" orientation="s"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
<definition link_type="simple" type="element" version="0.80" width="70" hotspot_y="19" hotspot_x="24" height="40">
|
||||||
|
<uuid uuid="{2ae3c800-50c5-4303-8979-2456b356b147}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="fr">Transformateur à trois enroulements sans prises</name>
|
||||||
|
<name lang="cs">Trafo se třemi vinutími bez odboček</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-21" rotation="0" x="37" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="1" uuid="{951664ed-0649-4c2c-be03-701e01896985}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>2</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="30" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="-20" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="-10" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="5" start="0" x="20" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="30" height="10" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="-20" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="-10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="0" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="270" x="10" height="10" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="10" height="10" angle="90"/>
|
||||||
|
<line antialias="false" x1="-18" style="line-style:normal;line-weight:eleve;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="0" length1="1.5" x2="38"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-21" rotation="0" x="-23" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="16" uuid="{b8794432-4dc6-4984-87e2-eb09a7baf2a1}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>1</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="-3" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="17" uuid="{a20eca6e-78a0-4ed8-b0ad-ca07203ee3ae}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>4</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="ElementInfo" y="-13" rotation="0" x="-46" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="18" uuid="{76e3b5f2-bca2-4f03-a65d-41ea3b3e6313}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="10.5" rotation="0" x="-42" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="19" uuid="{370f084a-20f3-472f-aab4-5c057bc63906}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>_</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="-15" start="180" x="20" height="10" angle="180"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="-23" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="21" uuid="{0ebacc11-8225-4f76-ab04-ae4c47e0c0cb}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>3</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="17" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="22" uuid="{2a177faf-bfae-452d-9f0e-0e5c895569f3}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>5</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="5" rotation="0" x="37" font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="23" uuid="{b388f1b5-e993-4008-8a94-80ad3ab7ef6c}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>6</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="6" rotation="0" x="-18" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="24" uuid="{6f93a423-4b65-4765-9516-d10c27938696}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>12V</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="6" rotation="0" x="22" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="25" uuid="{7aef2072-7376-4943-a7b6-cf0281f59040}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>30V</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="UserText" y="-27" rotation="0" x="0" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="26" uuid="{6a05ec77-a746-4a32-abd6-17a7014de9c9}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text>230V</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-15" length1="1.5" x2="-20"/>
|
||||||
|
<line antialias="false" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-10" end2="none" y2="-15" length1="1.5" x2="40"/>
|
||||||
|
<line antialias="false" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="40"/>
|
||||||
|
<line antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="20"/>
|
||||||
|
<line antialias="false" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="0"/>
|
||||||
|
<line antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="10" end2="none" y2="15" length1="1.5" x2="-20"/>
|
||||||
|
<terminal y="-15" x="-20" uuid="{c73e0147-e2ce-4cea-b765-b86575e14a72}" name="1" orientation="n"/>
|
||||||
|
<terminal y="15" x="20" uuid="{ba5f46a2-933b-4dc7-8020-9d4d54f2b453}" name="5" orientation="s"/>
|
||||||
|
<terminal y="15" x="40" uuid="{39d9179f-ff80-494c-a266-1fb1aab768c2}" name="6" orientation="s"/>
|
||||||
|
<terminal y="15" x="0" uuid="{a9c1575b-a75a-4d87-9fa6-a41d1afea141}" name="4" orientation="s"/>
|
||||||
|
<terminal y="-15" x="40" uuid="{c9f77521-a3e6-46b4-ba26-31b91685453a}" name="2" orientation="n"/>
|
||||||
|
<terminal y="15" x="-20" uuid="{36a6036f-5cde-4f6b-9ddb-d26330350fbc}" name="3" orientation="s"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
<definition version="0.70" height="80" hotspot_x="50" link_type="simple" hotspot_y="39" width="100" type="element">
|
|
||||||
<uuid uuid="{c4ecef4b-8696-443d-9548-83590289d1f6}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="es">Fuente de poder AC/DC 3 polos</name>
|
|
||||||
<name lang="de">Netzteil AC/DC 3-polig</name>
|
|
||||||
<name lang="pl">Zasilacz trójfazowy</name>
|
|
||||||
<name lang="fr">ABL8RPS24050</name>
|
|
||||||
<name lang="en">Power supply AC/DC 3 poles</name>
|
|
||||||
</names>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">ABL8RPS24050</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1"></elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">schneider</elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>EN 60617: 06-14-03</informations>
|
|
||||||
<description>
|
|
||||||
<text text="AC 3~" y="-7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-28"/>
|
|
||||||
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.5"/>
|
|
||||||
<text text="-" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="9"/>
|
|
||||||
<text text="-" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="29"/>
|
|
||||||
<text text="LV" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-14"/>
|
|
||||||
<line length1="1.5" y2="30" length2="1.5" end1="none" antialias="false" x1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="27" end2="none"/>
|
|
||||||
<text text="DC" y="12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="18"/>
|
|
||||||
<line length1="1.5" y2="30" length2="1.5" end1="none" antialias="false" x1="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="7" end2="none"/>
|
|
||||||
<line length1="1.5" y2="30" length2="1.5" end1="none" antialias="false" x1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="-13" end2="none"/>
|
|
||||||
<text text="+" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-12"/>
|
|
||||||
<text text="C" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="6"/>
|
|
||||||
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.5"/>
|
|
||||||
<text text="PE" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-34"/>
|
|
||||||
<text text="HV" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="28"/>
|
|
||||||
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.5"/>
|
|
||||||
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.5"/>
|
|
||||||
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.5"/>
|
|
||||||
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.5"/>
|
|
||||||
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.5"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" Halignment="AlignLeft" text_width="-1" y="-30" uuid="{85ca85a9-4d65-41f0-bf73-bacf801bfd0e}" text_from="ElementInfo" frame="false" z="20" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-80">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text text="+" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-32"/>
|
|
||||||
<polygon x3="-45" y2="30" y4="-29.8785" y5="-29.8785" closed="false" x4="-33" y6="-29.8785" x5="-33" x6="-33" antialias="false" x1="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="-45" y3="-29.8785"/>
|
|
||||||
<polygon x3="45" y2="-30.1383" y4="30" y5="30" closed="false" x4="33" y6="30" x5="33" x6="33" antialias="false" x1="33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30.1383" x2="45" y3="30"/>
|
|
||||||
<line length1="1.5" y2="-30" length2="1.5" end1="none" antialias="false" x1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x2="-13" end2="none"/>
|
|
||||||
<line length1="1.5" y2="-30" length2="1.5" end1="none" antialias="false" x1="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x2="7" end2="none"/>
|
|
||||||
<line length1="1.5" y2="-30" length2="1.5" end1="none" antialias="false" x1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x2="27" end2="none"/>
|
|
||||||
<rect height="30" rx="0" y="-15" width="60" antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-30"/>
|
|
||||||
<line length1="1.5" y2="15" length2="1.5" end1="none" antialias="false" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-15" x2="-30" end2="none"/>
|
|
||||||
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.5"/>
|
|
||||||
<terminal orientation="n" y="-33" x="-10"/>
|
|
||||||
<terminal orientation="n" y="-33" x="-30"/>
|
|
||||||
<terminal orientation="s" y="33" x="-30"/>
|
|
||||||
<terminal orientation="s" y="33" x="-10"/>
|
|
||||||
<terminal orientation="n" y="-33" x="10"/>
|
|
||||||
<terminal orientation="s" y="33" x="10"/>
|
|
||||||
<terminal orientation="s" y="33" x="30"/>
|
|
||||||
<terminal orientation="n" y="-33" x="30"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
<definition version="0.80" link_type="simple" hotspot_x="19" height="50" width="30" type="element" hotspot_y="24">
|
||||||
|
<uuid uuid="{751b403e-f048-44ed-ac01-210d4e00bacc}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="es">Paro de emergencia con pedal (NC)</name>
|
||||||
|
<name lang="nl">Voetschakelaar (NC)</name>
|
||||||
|
<name lang="el">Ποδοδιακόπτης, κλειστή επαφή</name>
|
||||||
|
<name lang="en">Foot Switch (NC)</name>
|
||||||
|
<name lang="ar">مفتاح بدوّاسة (NC)</name>
|
||||||
|
<name lang="it">Comando a pedale (NC)</name>
|
||||||
|
<name lang="cs">Pedálový spínač (NC)</name>
|
||||||
|
<name lang="fr">Interrupteur à pedale (NC)</name>
|
||||||
|
<name lang="pl">Łącznik wielozestykowy napędzany nogą NC</name>
|
||||||
|
<name lang="de">Fußschalter 2-polig Öffner</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<line y1="0" length2="1.5" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="-12" x2="3" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<line y1="-9" length2="1.5" antialias="false" end1="none" y2="-9" length1="1.5" end2="none" x1="0" x2="7" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-5" length2="1.5" antialias="false" end1="none" y2="5" length1="1.5" end2="none" x1="-9.7256" x2="-13.9133" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="4" text_width="-1" y="-24" uuid="{50d62516-a25d-4431-b4bb-ee70971dad6f}" Valignment="AlignTop" x="-3" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
|
<text>21</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="5" text_width="-1" y="10" uuid="{d91a2d31-da0e-47e2-8236-82b8c18f7c08}" Valignment="AlignTop" x="-3" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
|
<text>22</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<line y1="5" length2="1.5" antialias="false" end1="none" y2="3" length1="1.5" end2="none" x1="-13.9059" x2="-16.4185" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<polygon y1="20" x3="6" closed="false" antialias="true" y2="10" x1="0" y3="-10" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-9" length1="1.5" end2="none" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="12" text_width="-1" y="5" uuid="{7cef0658-2571-4a65-b7e6-c14252e4b178}" Valignment="AlignTop" x="-10" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<terminal name="21" orientation="n" y="-20" uuid="{faae3ab0-3906-402d-8782-ef9d0ac0413b}" x="0"/>
|
||||||
|
<terminal name="22" orientation="s" y="20" uuid="{3f32169a-026a-43e8-af61-efa7268f5512}" x="0"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
<definition version="0.80" link_type="simple" hotspot_x="21" height="50" width="30" type="element" hotspot_y="24">
|
||||||
|
<uuid uuid="{4cae0bd5-396b-4dc4-9f73-f4d86cfcdc5c}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="es">Paro de emergencia con pedal (NA)</name>
|
||||||
|
<name lang="nl">Voetschakelaar (NO)</name>
|
||||||
|
<name lang="el">Ποδοδιακόπτης, ανοιχτή</name>
|
||||||
|
<name lang="en">Foot Switch (NO)</name>
|
||||||
|
<name lang="ar">مفتاح بدوّاسة (NO)</name>
|
||||||
|
<name lang="it">Comando a pedale (NO)</name>
|
||||||
|
<name lang="cs">Pedálový spínač (NO)</name>
|
||||||
|
<name lang="fr">Interrupteur à pedale (NO)</name>
|
||||||
|
<name lang="pl">Łącznik wielozestykowy napędzany nogą NO</name>
|
||||||
|
<name lang="de">Fußschalter 2-polig NO</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<line y1="0" length2="1.5" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="-12" x2="-3" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="2" text_width="-1" y="-23" uuid="{103311ab-7139-4ca2-a914-9e89bc4ec8a7}" Valignment="AlignTop" x="-3" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
|
<text>13</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<line y1="-5" length2="1.5" antialias="false" end1="none" y2="5" length1="1.5" end2="none" x1="-9.7256" x2="-13.9133" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<line y1="5" length2="1.5" antialias="false" end1="none" y2="3" length1="1.5" end2="none" x1="-13.9059" x2="-16.4185" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="6" text_width="-1" y="9" uuid="{f625d933-1de1-4066-bad0-ac16003441e6}" Valignment="AlignTop" x="-3" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
|
<text>14</text>
|
||||||
|
</dynamic_text>
|
||||||
|
<polygon y1="20" x3="-6" closed="false" antialias="true" y2="10" x1="0" y3="-10" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-9" length1="1.5" end2="none" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="12" text_width="-1" y="5" uuid="{7cef0658-2571-4a65-b7e6-c14252e4b178}" Valignment="AlignTop" x="-10" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<terminal name="13" orientation="n" y="-20" uuid="{209816c7-3f76-4f05-84d1-722f15518734}" x="0"/>
|
||||||
|
<terminal name="14" orientation="s" y="20" uuid="{f8e508cc-0ac1-420b-9b64-b9f012fbd7de}" x="0"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -1,37 +1,48 @@
|
|||||||
<definition width="70" version="0.3" hotspot_x="25" hotspot_y="30" height="60" type="element" orientation="dnny">
|
<definition version="0.80" link_type="simple" hotspot_x="19" height="50" width="50" type="element" hotspot_y="24">
|
||||||
<uuid uuid="{F412BF99-0EAC-4BD7-B0D8-3C38D1BA4B6D}"/><names>
|
<uuid uuid="{990f5268-dfca-4943-b1d9-e82c0d4ae841}"/>
|
||||||
<name lang="ar">مفتاح بدوّاسة (NO/NC)</name>
|
<names>
|
||||||
|
<name lang="es">Paro de emergencia con pedal (NA/NC)</name>
|
||||||
|
<name lang="nl">Voetschakelaar (NO/NC)</name>
|
||||||
<name lang="el">Ποδοδιακόπτης, ανοικτή και κλειστή επαφή</name>
|
<name lang="el">Ποδοδιακόπτης, ανοικτή και κλειστή επαφή</name>
|
||||||
<name lang="en">Foot Switch (NO/NC)</name>
|
<name lang="en">Foot Switch (NO/NC)</name>
|
||||||
<name lang="es">Paro de emergencia con pedal (NA/NC)</name>
|
<name lang="ar">مفتاح بدوّاسة (NO/NC)</name>
|
||||||
<name lang="de">Fußschalter 2-polig Schliesser/Öffner</name>
|
|
||||||
<name lang="it">Comando a pedale (NO/NC)</name>
|
<name lang="it">Comando a pedale (NO/NC)</name>
|
||||||
|
<name lang="cs">Pedálový spínač (NO/NC)</name>
|
||||||
<name lang="fr">Interrupteur à pedale (NO/NC)</name>
|
<name lang="fr">Interrupteur à pedale (NO/NC)</name>
|
||||||
<name lang="pl">Łącznik wielozestykowy napędzany nogą</name>
|
<name lang="pl">Łącznik wielozestykowy napędzany nogą</name>
|
||||||
<name lang="cs">Pedálový spínač (NO/NC)</name>
|
<name lang="de">Fußschalter 2-polig Schliesser/Öffner</name>
|
||||||
<name lang="nl">Voetschakelaar (NO/NC)</name>
|
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<elementInformations/>
|
||||||
<kindInformation show="1" name="type">commutator</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
<informations>Author: The QElectroTech team
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
<description>
|
<description>
|
||||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9" x1="20" y2="-9" x2="27"/>
|
<line y1="0" length2="1.5" antialias="false" end1="none" y2="0" length1="1.5" end2="none" x1="-12" x2="23" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
||||||
<input x="-2" y="-14.5" size="5" rotate="true" text="13"/>
|
<line y1="-9" length2="1.5" antialias="false" end1="none" y2="-9" length1="1.5" end2="none" x1="20" x2="27" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
<polygon antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" closed="false" y1="2" x1="-19" y2="-4" x2="-13" y3="4" x3="-13"/>
|
<dynamic_text frame="false" rotation="0" z="2" text_width="-1" y="-23" uuid="{103311ab-7139-4ca2-a914-9e89bc4ec8a7}" Valignment="AlignTop" x="-3" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
<input x="17" y="-14.5" size="5" rotate="true" text="21"/>
|
<text>13</text>
|
||||||
<input x="18" y="17.5" size="5" rotate="true" text="22"/>
|
</dynamic_text>
|
||||||
<input x="-2" y="17.5" size="5" rotate="true" text="14"/>
|
<line y1="-5" length2="1.5" antialias="false" end1="none" y2="5" length1="1.5" end2="none" x1="-9.7256" x2="-13.9133" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="20" x1="20" y2="10" x2="20" y3="-10" x3="26"/>
|
<dynamic_text frame="false" rotation="0" z="4" text_width="-1" y="-23" uuid="{50d62516-a25d-4431-b4bb-ee70971dad6f}" Valignment="AlignTop" x="17" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="0" x1="-13" y2="0" x2="23"/>
|
<text>21</text>
|
||||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="20" y2="-9" x2="20"/>
|
</dynamic_text>
|
||||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="20" x1="0" y2="10" x2="0" y3="-10" x3="-6"/>
|
<dynamic_text frame="false" rotation="0" z="5" text_width="-1" y="9" uuid="{d91a2d31-da0e-47e2-8236-82b8c18f7c08}" Valignment="AlignTop" x="17" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,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="-9" x2="0"/>
|
<text>22</text>
|
||||||
<input x="26" y="3.6666" size="9" text="_" tagg="label"/>
|
</dynamic_text>
|
||||||
<terminal x="0" y="-20" orientation="n"/>
|
<dynamic_text frame="false" rotation="0" z="6" text_width="-1" y="9" uuid="{f625d933-1de1-4066-bad0-ac16003441e6}" Valignment="AlignTop" x="-3" text_from="UserText" Halignment="AlignLeft" font="Sans Serif,3,-1,5,50,0,0,0,0,0">
|
||||||
<terminal x="0" y="20" orientation="s"/>
|
<text>14</text>
|
||||||
<terminal x="20" y="-20" orientation="n"/>
|
</dynamic_text>
|
||||||
<terminal x="20" y="20" orientation="s"/>
|
<line y1="5" length2="1.5" antialias="false" end1="none" y2="3" length1="1.5" end2="none" x1="-13.9059" x2="-16.4185" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||||
|
<polygon y1="20" x3="26" closed="false" antialias="true" y2="10" x1="20" y3="-10" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-9" length1="1.5" end2="none" x1="20" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<polygon y1="20" x3="-6" closed="false" antialias="true" y2="10" x1="0" y3="-10" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<line y1="-20" length2="1.5" antialias="false" end1="none" y2="-9" length1="1.5" end2="none" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<dynamic_text frame="false" rotation="0" z="12" text_width="-1" y="-8" uuid="{7cef0658-2571-4a65-b7e6-c14252e4b178}" Valignment="AlignTop" x="26" text_from="ElementInfo" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<terminal name="21" orientation="n" y="-20" uuid="{faae3ab0-3906-402d-8782-ef9d0ac0413b}" x="20"/>
|
||||||
|
<terminal name="13" orientation="n" y="-20" uuid="{209816c7-3f76-4f05-84d1-722f15518734}" x="0"/>
|
||||||
|
<terminal name="22" orientation="s" y="20" uuid="{3f32169a-026a-43e8-af61-efa7268f5512}" x="20"/>
|
||||||
|
<terminal name="14" orientation="s" y="20" uuid="{f8e508cc-0ac1-420b-9b64-b9f012fbd7de}" x="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<definition type="element" link_type="simple" height="70" width="50" hotspot_y="34" version="0.80" hotspot_x="28">
|
||||||
|
<uuid uuid="{ff3971b1-115b-4ccc-bcd6-8a6c51a2760b}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="it">Eccitazione separata del motore CC</name>
|
||||||
|
<name lang="pt">Excitação separada do motor DC</name>
|
||||||
|
<name lang="ru">Раздельное возбуждение двигателя постоянного тока</name>
|
||||||
|
<name lang="de">Gleichstrommotor Fremderregt</name>
|
||||||
|
<name lang="en">Separate excitation DC motor</name>
|
||||||
|
<name lang="es">Excitación separada del motor DC</name>
|
||||||
|
<name lang="fr">Moteur DC excitation séparée</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations>Author: The QElectroTech team
|
||||||
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
|
<description>
|
||||||
|
<rect x="-3" height="2" antialias="false" width="6" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-17" ry="0"/>
|
||||||
|
<text x="-6" text="M" rotation="0" y="5" font="Sans Serif,11,-1,5,50,0,0,0,0,0" color="#000000"/>
|
||||||
|
<text x="-18" text="K" rotation="0" y="26" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000"/>
|
||||||
|
<arc x="-23.5" angle="-180" height="5" antialias="true" width="7" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y="8"/>
|
||||||
|
<circle x="-15" diameter="30" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15"/>
|
||||||
|
<text x="2" text="A2" rotation="0" y="26" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000"/>
|
||||||
|
<text x="-18" text="I" rotation="0" y="-22" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000"/>
|
||||||
|
<text x="2" text="A1" rotation="0" y="-22" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000"/>
|
||||||
|
<arc x="-23.5" angle="-180" height="5" antialias="true" width="7" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12"/>
|
||||||
|
<line x1="0" end1="none" y2="30" antialias="false" y1="17" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="0"/>
|
||||||
|
<arc x="-23.5" angle="-180" height="5" antialias="true" width="7" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-2"/>
|
||||||
|
<arc x="-23.5" angle="-180" height="5" antialias="true" width="7" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y="3"/>
|
||||||
|
<arc x="-23.5" angle="-180" height="5" antialias="true" width="7" start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-7"/>
|
||||||
|
<line x1="0" end1="none" y2="-17" antialias="false" y1="-30" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="0"/>
|
||||||
|
<line x1="-20" end1="none" y2="-12" antialias="false" y1="-30" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-20"/>
|
||||||
|
<line x1="-20" end1="none" y2="13" antialias="false" y1="30" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-20"/>
|
||||||
|
<line x1="-6" end1="none" y2="8" antialias="false" y1="8" length1="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="6"/>
|
||||||
|
<rect x="-3" height="2" antialias="false" width="6" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="15" ry="0"/>
|
||||||
|
<terminal x="0" orientation="n" uuid="{ebcfbf4f-3065-4c64-901a-4f6c8f69a6e9}" name="A1" y="-30"/>
|
||||||
|
<terminal x="-20" orientation="n" uuid="{a5e81d4a-16bc-4a34-8b34-dc0fd7b44196}" name="I" y="-30"/>
|
||||||
|
<terminal x="-20" orientation="s" uuid="{739f6f62-22e8-43bc-aecf-b454a2c2b90e}" name="K" y="30"/>
|
||||||
|
<terminal x="0" orientation="s" uuid="{8152411b-db39-4479-abd1-02ca189b041f}" name="A2" y="30"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -1,40 +1,45 @@
|
|||||||
<definition width="60" version="0.4" hotspot_x="24" hotspot_y="28" height="60" link_type="simple" type="element" ic="true">
|
<definition version="0.80" width="60" height="60" hotspot_y="37" type="element" hotspot_x="26" link_type="simple">
|
||||||
<uuid uuid="{275C2EA0-C854-407D-967D-EDAD6D31E049}"/><names>
|
<uuid uuid="{c7ea8bc8-4b15-4956-8680-e289d805ba44}"/>
|
||||||
<name lang="ar">محرّك ثلاثي الأوجه</name>
|
<names>
|
||||||
<name lang="de">Drehstrom Motor</name>
|
|
||||||
<name lang="ru">Трёхфазный эл. мотор</name>
|
|
||||||
<name lang="pt">Motor trifásico</name>
|
<name lang="pt">Motor trifásico</name>
|
||||||
<name lang="en">Three-phase engine</name>
|
|
||||||
<name lang="es">Motor trifásico</name>
|
|
||||||
<name lang="it">Motore trifase</name>
|
|
||||||
<name lang="fr">Moteur triphasé</name>
|
|
||||||
<name lang="pl">Silnik trójfazowy</name>
|
<name lang="pl">Silnik trójfazowy</name>
|
||||||
<name lang="nl">Draaistroommotor</name>
|
<name lang="en">Three-phase engine</name>
|
||||||
|
<name lang="fr">Moteur triphasé</name>
|
||||||
<name lang="cs">Trojfázový motor</name>
|
<name lang="cs">Trojfázový motor</name>
|
||||||
|
<name lang="ru">Трёхфазный эл. мотор</name>
|
||||||
|
<name lang="it">Motore trifase</name>
|
||||||
|
<name lang="ar">محرّك ثلاثي الأوجه</name>
|
||||||
|
<name lang="es">Motor trifásico</name>
|
||||||
|
<name lang="de">Drehstrom Motor</name>
|
||||||
|
<name lang="nl">Draaistroommotor</name>
|
||||||
</names>
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
<informations>Author: The QElectroTech team
|
<informations>Author: The QElectroTech team
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
<description>
|
<description>
|
||||||
<circle x="-15" y="-7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="30"/>
|
<circle antialias="true" x="-15" diameter="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15"/>
|
||||||
<arc width="32" x="-14.5" y="-7.5" antialias="true" height="32" style="line-style:normal;line-weight:normal;filling:none;color:black" start="20" angle="-80"/>
|
<arc width="32" antialias="true" x="-14.5" height="32" angle="-80" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-15.5" start="20"/>
|
||||||
<text x="24" y="-15" size="4" text="W1"/>
|
<text x="21" y="-24" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="W1" rotation="0" color="#000000"/>
|
||||||
<text x="4" y="-16" size="4" text="V1"/>
|
<text x="2" y="-24" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="V1" rotation="0" color="#000000"/>
|
||||||
<text x="-6" y="8" size="11" text="M"/>
|
<text x="-6" y="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" text="M" rotation="0" color="#000000"/>
|
||||||
<input x="40" y="10.5" size="9" text="M_" tagg="label"/>
|
<dynamic_text Halignment="AlignLeft" x="21" text_from="ElementInfo" frame="false" z="6" uuid="{1df13766-b38e-4417-9aac-1b5844595696}" y="-12" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1">
|
||||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-22" x1="0" y2="-7" x2="0"/>
|
<text></text>
|
||||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-22" x1="-20" y2="-12" x2="-20" y3="-3" x3="-11"/>
|
<info_name>label</info_name>
|
||||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-22" x1="20" y2="-12" x2="20" y3="-3" x3="11"/>
|
</dynamic_text>
|
||||||
<text x="-16" y="-15" size="4" text="U1"/>
|
<line end1="none" y2="-15" antialias="false" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" end2="none" length2="1.5" length1="1.5"/>
|
||||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="25" x1="16" y2="25" x2="24"/>
|
<polygon y2="-20" antialias="false" y3="-11" x1="-20" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" closed="false" x3="-11"/>
|
||||||
<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="27" x1="17" y2="27" x2="23"/>
|
<polygon y2="-20" antialias="false" y3="-11" x1="20" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" closed="false" x3="11"/>
|
||||||
<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="29" x1="18.6115" y2="29" x2="21.4209"/>
|
<text x="-19" y="-24" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="U1" rotation="0" color="#000000"/>
|
||||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="16" x1="16" y2="20" x2="20" y3="25" x3="20"/>
|
<line end1="none" y2="13" antialias="false" x1="17" x2="25" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" end2="none" length2="1.5" length1="1.5"/>
|
||||||
<text x="-8" y="18" size="9" text="3"/>
|
<line end1="none" y2="15" antialias="false" x1="18" x2="24" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" end2="none" length2="1.5" length1="1.5"/>
|
||||||
<arc width="4" x="0" y="11.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="-180"/>
|
<line end1="none" y2="17" antialias="false" x1="19.6115" x2="22.4209" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="17" end2="none" length2="1.5" length1="1.5"/>
|
||||||
<arc width="4" x="4" y="11.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" angle="-180"/>
|
<polygon y2="6" antialias="false" y3="13" x1="18" x2="21" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="4" closed="false" x3="21"/>
|
||||||
<terminal x="-20" y="-22" orientation="n"/>
|
<text x="-8" y="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="3" rotation="0" color="#000000"/>
|
||||||
<terminal x="20" y="-22" orientation="n"/>
|
<arc width="4" antialias="true" x="0" height="5" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" y="3.5" start="0"/>
|
||||||
<terminal x="0" y="-23" orientation="n"/>
|
<arc width="4" antialias="true" x="4" height="5" angle="-180" style="line-style:normal;line-weight:normal;filling:none;color:black" y="3.5" start="-180"/>
|
||||||
<terminal x="20" y="20" orientation="n"/>
|
<terminal name="" x="20" uuid="{1f50d3c6-4d98-41f8-b0d7-f30322bc7d01}" orientation="n" y="-30"/>
|
||||||
|
<terminal name="" x="-20" uuid="{fa49658e-170d-415d-8556-43ee3ef5a156}" orientation="n" y="-30"/>
|
||||||
|
<terminal name="" x="21" uuid="{14bcbcca-193a-4564-a5b2-07b4fda7e862}" orientation="n" y="7"/>
|
||||||
|
<terminal name="" x="0" uuid="{25b65584-e2f6-4c45-9a60-8b5287289312}" orientation="n" y="-30"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<definition width="60" version="0.4" hotspot_x="24" hotspot_y="38" height="70" link_type="simple" type="element">
|
<definition width="60" version="0.4" hotspot_x="24" hotspot_y="38" height="70" link_type="simple" type="element">
|
||||||
<uuid uuid="{E6DC1DD6-C533-4E58-BA59-B893B04AFAB6}"/><names>
|
<uuid uuid="{E6DC1DD6-C533-4E58-BA59-B893B04AFAB6}"/><names>
|
||||||
<name lang="en">diode</name>
|
<name lang="en">diode-tube</name>
|
||||||
|
<name lang="de">Röhrendiode</name>
|
||||||
<name lang="it">diodo</name>
|
<name lang="it">diodo</name>
|
||||||
<name lang="fr">diode</name>
|
<name lang="fr">diode</name>
|
||||||
<name lang="pl">Dioda</name>
|
<name lang="pl">Dioda</name>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<name lang="ro">Tranzistor NPN cu radiator</name>
|
<name lang="ro">Tranzistor NPN cu radiator</name>
|
||||||
<name lang="it">Transistor bipolare NPN</name>
|
<name lang="it">Transistor bipolare NPN</name>
|
||||||
<name lang="en">Bipolar transistor npn</name>
|
<name lang="en">Bipolar transistor npn</name>
|
||||||
|
<name lang="de">Bipolartransistor NPN</name>
|
||||||
<name lang="cs">Dvoupólový tranzistor npn</name>
|
<name lang="cs">Dvoupólový tranzistor npn</name>
|
||||||
<name lang="fr">Transistor bipolaire npn</name>
|
<name lang="fr">Transistor bipolaire npn</name>
|
||||||
<name lang="nl">Transistor bipolare NPN</name>
|
<name lang="nl">Transistor bipolare NPN</name>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<uuid uuid="{77C8E6F1-2CD9-463E-92FE-D7BF2F1490BB}"/><names>
|
<uuid uuid="{77C8E6F1-2CD9-463E-92FE-D7BF2F1490BB}"/><names>
|
||||||
<name lang="ar">ترنزيستور ثنائي القطبيّة NPN</name>
|
<name lang="ar">ترنزيستور ثنائي القطبيّة NPN</name>
|
||||||
<name lang="en">Bipolar transistor npn</name>
|
<name lang="en">Bipolar transistor npn</name>
|
||||||
|
<name lang="de">Bipolartransistor NPN</name>
|
||||||
<name lang="fr">Transistor bipolaire npn</name>
|
<name lang="fr">Transistor bipolaire npn</name>
|
||||||
<name lang="pl">Tranzystor biopolarny npn</name>
|
<name lang="pl">Tranzystor biopolarny npn</name>
|
||||||
<name lang="cs">Dvoupólový tranzistor npn</name>
|
<name lang="cs">Dvoupólový tranzistor npn</name>
|
||||||
|
|||||||
@@ -0,0 +1,181 @@
|
|||||||
|
<definition link_type="simple" type="element" version="0.80" width="160" hotspot_y="15" hotspot_x="6" height="120">
|
||||||
|
<uuid uuid="{15ca4668-4676-4b6f-acf0-1858e44f4525}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="fr">Micro830</name>
|
||||||
|
<name lang="en">Micro830</name>
|
||||||
|
<name lang="cs">Micro830</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations>
|
||||||
|
<elementInformation show="1" name="supplier"></elementInformation>
|
||||||
|
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||||
|
<elementInformation show="1" name="description"></elementInformation>
|
||||||
|
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
|
||||||
|
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
|
||||||
|
<elementInformation show="1" name="comment"></elementInformation>
|
||||||
|
<elementInformation show="1" name="designation">Micro830</elementInformation>
|
||||||
|
<elementInformation show="1" name="label"></elementInformation>
|
||||||
|
<elementInformation show="1" name="unity"></elementInformation>
|
||||||
|
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||||
|
<elementInformation show="1" name="manufacturer">Allen Bradley</elementInformation>
|
||||||
|
<elementInformation show="1" name="quantity"></elementInformation>
|
||||||
|
<elementInformation show="1" name="plant"></elementInformation>
|
||||||
|
</elementInformations>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" width="148" y="0" x="0" ry="0" height="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="96" start="180" x="10" height="4" angle="180"/>
|
||||||
|
<line antialias="false" x1="134" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="-5" length1="1.5" x2="134"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="96" start="180" x="142" height="4" angle="180"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="24" y="60" x="110" ry="0" height="8"/>
|
||||||
|
<line antialias="false" x1="134" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="90" end2="none" y2="97" length1="1.5" x2="134"/>
|
||||||
|
<line antialias="false" x1="146" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-5" end2="none" y2="0" length1="1.5" x2="146"/>
|
||||||
|
<line antialias="false" x1="94" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="15" end2="none" y2="17" length1="1.5" x2="94"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" y="-11" start="0" x="134" height="12" angle="180"/>
|
||||||
|
<line antialias="false" x1="146" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="97" end2="none" y2="90" length1="1.5" x2="146"/>
|
||||||
|
<text text="Allen Bradley" color="#000000" y="42" rotation="0" x="110" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="96" start="180" x="134" height="4" angle="180"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="24" y="68" x="110" ry="0" height="8"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="51" diameter="4"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="94" start="0" x="138" height="4" angle="180"/>
|
||||||
|
<text text="Allen Bradley" color="#000000" y="42" rotation="0" x="76" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<line antialias="false" x1="138" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="98" end2="none" y2="97" length1="1.5" x2="138"/>
|
||||||
|
<text text="Allen Bradley" color="#000000" y="42" rotation="0" x="44" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<line antialias="false" x1="142" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="98" end2="none" y2="97" length1="1.5" x2="142"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="24" y="68" x="76" ry="0" height="8"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="76" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="61" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="24" y="60" x="76" ry="0" height="8"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="17" x="73" ry="0" height="7"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="66" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="17" x="107" ry="0" height="7"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="101" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="56" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="121" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="121" diameter="4"/>
|
||||||
|
<line antialias="false" x1="128" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="15" end2="none" y2="17" length1="1.5" x2="128"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="24" y="60" x="42" ry="0" height="8"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="32" y="14" x="70" ry="0" height="62"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="32" y="14" x="104" ry="0" height="62"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="111" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="86" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="110" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="110" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="24" x="73" ry="0" height="7"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="24" x="107" ry="0" height="7"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="42" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="56" diameter="4"/>
|
||||||
|
<line antialias="false" x1="35" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="90" length1="1.5" x2="35"/>
|
||||||
|
<line antialias="false" x1="135" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="22" end2="none" y2="22" length1="1.5" x2="132"/>
|
||||||
|
<line antialias="false" x1="101" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="22" end2="none" y2="22" length1="1.5" x2="98"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="101" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="116" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="91" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="114" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="46" diameter="4"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" y="14" start="180" x="128" height="8" angle="90"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" y="14" start="180" x="94" height="8" angle="90"/>
|
||||||
|
<line antialias="false" x1="137" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="90" length1="1.5" x2="137"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="114" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="50" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="16" x="96" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="66" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="16" x="130" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="106" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="15" y="15" x="20" ry="0" height="75"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="118" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="81" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="118" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20" y="62" x="0" ry="0" height="16"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="122" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="122" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="61" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="54" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="71" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="96" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="126" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="51" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="20" y="45" x="0" ry="0" height="17"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="58" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="126" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="62" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="76" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="130" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="32" y="14" x="36" ry="0" height="62"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="130" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="86" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4" x="46" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="111" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="116" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="91" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="106" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="81" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="96" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="71" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="81" x="46" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="83" y="2" x="44" ry="0" height="8"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="83" y="79" x="44" ry="0" height="8"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="39" x="21" ry="0" height="2"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="43" x="21" ry="0" height="2"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="47" x="21" ry="0" height="2"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="51" x="21" ry="0" height="2"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="55" x="21" ry="0" height="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="48" x="4" diameter="12"/>
|
||||||
|
<polygon antialias="false" x1="6" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="6" y3="74" y4="73" x3="12" closed="false" x5="13" x6="12" y6="66" y7="66" y1="66" x4="13" y2="74" y5="67" x2="6"/>
|
||||||
|
<polygon antialias="false" x1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="4" y3="76" y4="73" x3="12" closed="false" x5="15" x6="12" y6="64" y7="64" y1="64" x4="15" y2="76" y5="67" x2="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" y="82" x="4" ry="0" height="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="82" x="8" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="11" y="14" x="137" ry="0" height="62"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="24" y="68" x="42" ry="0" height="8"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="42" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="46" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="50" diameter="4"/>
|
||||||
|
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="54" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="58" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="62" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="76" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="80" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="84" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="88" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="92" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="62" x="96" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="84" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="80" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="76" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="88" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="92" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="70" x="96" diameter="4"/>
|
||||||
|
<line antialias="false" x1="60" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="15" end2="none" y2="17" length1="1.5" x2="60"/>
|
||||||
|
<line antialias="false" x1="67" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="22" end2="none" y2="22" length1="1.5" x2="64"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" y="14" start="180" x="60" height="8" angle="90"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="16" x="62" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="71" x="37" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="71" x="71" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="71" x="105" diameter="4"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="17" x="39" ry="0" height="7"/>
|
||||||
|
<rect rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" y="24" x="39" ry="0" height="7"/>
|
||||||
|
<text text="Allen Bradley" color="#000000" y="8" rotation="0" x="11" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
|
||||||
|
<dynamic_text Valignment="AlignTop" text_width="-1" text_from="ElementInfo" y="9" rotation="0" x="2" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="133" uuid="{0088d25a-d5a7-491e-86e5-5ca54af4b001}" frame="false" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="50" x="6" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="50" x="9" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="50" x="12" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="53" x="5" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="53" x="9" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="53" x="13" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="56" x="7" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="56" x="11" diameter="2"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-7" x="6" diameter="4"/>
|
||||||
|
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-7" x="138" diameter="4"/>
|
||||||
|
<line antialias="false" x1="2" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="0" end2="none" y2="-5" length1="1.5" x2="2"/>
|
||||||
|
<line antialias="false" x1="14" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="-5" end2="none" y2="0" length1="1.5" x2="14"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="12" y="-11" start="0" x="2" height="12" angle="180"/>
|
||||||
|
<line antialias="false" x1="2" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="90" end2="none" y2="97" length1="1.5" x2="2"/>
|
||||||
|
<line antialias="false" x1="14" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="97" end2="none" y2="90" length1="1.5" x2="14"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="96" start="180" x="2" height="4" angle="180"/>
|
||||||
|
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" width="4" y="94" start="0" x="6" height="4" angle="180"/>
|
||||||
|
<line antialias="false" x1="6" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="98" end2="none" y2="97" length1="1.5" x2="6"/>
|
||||||
|
<line antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" end1="none" y1="98" end2="none" y2="97" length1="1.5" x2="10"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
<definition width="80" hotspot_x="39" type="element" link_type="simple" height="70" hotspot_y="36" version="0.51">
|
|
||||||
<uuid uuid="{b5d9bdc3-de5d-45b4-8906-1c245d0110c7}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">BES 516-324-G-E5-C-S49 (BES00P7)</name>
|
|
||||||
</names>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="16.985"/>
|
|
||||||
<text y="-2" size="4" x="-1" text="-"/>
|
|
||||||
<text y="-2" size="4" x="-21" text="+"/>
|
|
||||||
<rect width="71" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" antialias="false" x="-35"/>
|
|
||||||
<polygon y1="10" x4="-14" y3="10" x1="-20" y4="16" x5="-20" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="-8" y5="10" antialias="false" y2="4" x2="-14"/>
|
|
||||||
<line y1="6" x1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="14" length2="1.5" x2="-12"/>
|
|
||||||
<text y="-9" size="6" x="18" text="4"/>
|
|
||||||
<line y1="6" x1="-16" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="14" length2="1.5" x2="-16"/>
|
|
||||||
<input rotate="true" y="-13" tagg="label" size="9" x="-60" text="_"/>
|
|
||||||
<line y1="10" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="10" length2="1.5" x2="5"/>
|
|
||||||
<arc width="4" start="180" y="19.5" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5" antialias="true" angle="-180" x="-20"/>
|
|
||||||
<polygon y1="7" y3="10" x1="5" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="20" antialias="false" y2="10" x2="15"/>
|
|
||||||
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="16.985"/>
|
|
||||||
<polygon y1="-3" x4="23" y3="-5" x1="17" y4="-5" closed="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="20" antialias="false" y2="-3" x2="20"/>
|
|
||||||
<arc width="4" start="180" y="19.5" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5" antialias="true" angle="-180" x="-12"/>
|
|
||||||
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="19"/>
|
|
||||||
<line y1="-29.8018" x1="19.985" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="19.985"/>
|
|
||||||
<arc width="4" start="180" y="19.5" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5" antialias="true" angle="-180" x="-16"/>
|
|
||||||
<line y1="22" x1="-24" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="22" length2="1.5" x2="-20"/>
|
|
||||||
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-3.015"/>
|
|
||||||
<line y1="22" x1="-8" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="22" length2="1.5" x2="-4"/>
|
|
||||||
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-3.015"/>
|
|
||||||
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="-1"/>
|
|
||||||
<line y1="-29.8018" x1="-0.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="-0.015"/>
|
|
||||||
<text y="-14" size="4" x="-31" text="M8"/>
|
|
||||||
<text y="-9" size="6" x="-22" text="1"/>
|
|
||||||
<text y="-9" size="6" x="-2" text="3"/>
|
|
||||||
<arc width="6" start="-180" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-23.015"/>
|
|
||||||
<arc width="6" start="83" y="-25.8018" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true" angle="-84" x="-23.015"/>
|
|
||||||
<rect width="2" y="-23" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6" antialias="false" x="-21"/>
|
|
||||||
<line y1="-29.8018" x1="-20.015" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" antialias="false" y2="-25.8018" length2="1.5" x2="-20.015"/>
|
|
||||||
<terminal orientation="n" y="-30" x="-20"/>
|
|
||||||
<terminal orientation="n" y="-30" x="0"/>
|
|
||||||
<terminal orientation="n" y="-30" x="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="ru">Индуктивные датчики</name>
|
|
||||||
<name lang="de">Sensoren induktiv</name>
|
|
||||||
<name lang="en">Sensors inductive</name>
|
|
||||||
<name lang="fr">Capteurs inductifs</name>
|
|
||||||
<name lang="ar">حسّسات حثيّة</name>
|
|
||||||
<name lang="pl">Czujniki indukcyjne</name>
|
|
||||||
<name lang="cs">Indukční čidla</name>
|
|
||||||
<name lang="es">Sensores inductivos</name>
|
|
||||||
<name lang="it">Sensori induttivi</name>
|
|
||||||
<name lang="el">Επαγωγικοί αισθητήρες</name>
|
|
||||||
<name lang="nl">Sensoren Inductief</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<definition version="0.5" type="element" height="20" hotspot_y="4" link_type="next_report" width="60" hotspot_x="30">
|
|
||||||
<uuid uuid="{FE63B6A1-3B47-4686-ABFA-7BA53A3055E7}"/><names>
|
|
||||||
<name lang="fr">Canal (référence croisée)</name>
|
|
||||||
<name lang="de">Kanal (Verweis)</name>
|
|
||||||
<name lang="en">Channel (cross reference)</name>
|
|
||||||
</names>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<input y="5.5" rotate="true" size="7" tagg="label" text="/" x="-17"/>
|
|
||||||
<line antialias="false" x1="-24.4694" length1="1.5" end1="none" length2="1.5" y1="11" y2="11" x2="24.4694" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon antialias="false" x1="-25" x3="25" closed="false" x6="25" y6="11" y5="11" y1="11" x5="25" y2="0" y3="0" x2="-25" y4="11" x4="25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<input y="-8.5" rotate="true" size="7" tagg="none" text="_" x="-25"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<definition link_type="simple" hotspot_x="30" hotspot_y="42" width="60" height="50" type="element" version="0.5">
|
|
||||||
<uuid uuid="{036B19AD-8549-4932-B8C2-CD13972E2EEB}"/><names>
|
|
||||||
<name lang="fr">Canal borne</name>
|
|
||||||
<name lang="de">Kanal Anschluss</name>
|
|
||||||
<name lang="en">Channel terminal</name>
|
|
||||||
</names>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<input tagg="label" rotate="true" x="-20" size="9" text="_" y="-29"/>
|
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2.5" antialias="false" diameter="5" y="-2.5"/>
|
|
||||||
<polygon x3="-3" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="-25" y3="0" closed="false" x5="-3" y1="-39" x4="-3" y5="0" x1="-25" y4="0"/>
|
|
||||||
<polygon x3="25" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="25" y3="-39" closed="false" x5="25" y1="0" x4="25" y5="-39" x1="3" y4="-39"/>
|
|
||||||
<terminal x="0" orientation="s" y="3"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<definition version="0.5" type="element" height="30" hotspot_y="15" link_type="previous_report" width="370" hotspot_x="6">
|
|
||||||
<uuid uuid="{CA224F08-A69D-449C-9D53-96B366DA0087}"/><names>
|
|
||||||
<name lang="fr">Vue d'ensemble (référence croisée)</name>
|
|
||||||
<name lang="de">Übersicht (Verweis)</name>
|
|
||||||
<name lang="en">Overview (cross reference)</name>
|
|
||||||
</names>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<input y="-0.5" rotate="true" size="7" tagg="label" text="/" x="20"/>
|
|
||||||
<input y="-0.5" rotate="true" size="7" tagg="none" text="Signaltext" x="60"/>
|
|
||||||
<input y="0" rotate="true" size="9" tagg="none" text="E" x="0"/>
|
|
||||||
<rect antialias="false" y="-10" height="20" width="360" x="0" style="line-style:normal;line-weight:none;filling:none;color:black"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -2,6 +2,8 @@
|
|||||||
<uuid uuid="{86211763-6b87-4549-8f6f-d024751b1660}"/>
|
<uuid uuid="{86211763-6b87-4549-8f6f-d024751b1660}"/>
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">Crouzet M3</name>
|
<name lang="fr">Crouzet M3</name>
|
||||||
|
<name lang="en">Crouzet M3</name>
|
||||||
|
<name lang="de">Millenium 3</name>
|
||||||
</names>
|
</names>
|
||||||
<informations></informations>
|
<informations></informations>
|
||||||
<description>
|
<description>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<name lang="fr">Crouzet mic 48</name>
|
<name lang="fr">Crouzet mic 48</name>
|
||||||
<name lang="en">Crouzet mic 48</name>
|
<name lang="en">Crouzet mic 48</name>
|
||||||
<name lang="it">Crouzet MIC 48</name>
|
<name lang="it">Crouzet MIC 48</name>
|
||||||
|
<name lang="de">Crouzet Temperaturregler MIC 48</name>
|
||||||
<name lang="cs">Crouzet MIC 48</name>
|
<name lang="cs">Crouzet MIC 48</name>
|
||||||
</names>
|
</names>
|
||||||
<informations>Author: The QElectroTech team
|
<informations>Author: The QElectroTech team
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<qet-directory>
|
||||||
|
<names>
|
||||||
|
<name lang="fr">Cynergy 3</name>
|
||||||
|
</names>
|
||||||
|
</qet-directory>
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
<definition width="50" height="60" hotspot_x="38" version="0.80" type="element" hotspot_y="31" link_type="master">
|
|
||||||
<uuid uuid="{54d1f8c1-db53-4078-9e06-2a5d0f35e2a3}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">FAZ-B15/1-NA (132685)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">FAZ-B15/1-NA </elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Eaton Moeller</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">132685</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="-34" y="-13" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="15A(B)" color="#000000"/>
|
|
||||||
<text x="2" y="18" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="2" color="#000000"/>
|
|
||||||
<polygon x1="-5" antialias="true" y1="-10" x3="0" closed="false" y3="20" y2="10" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text x="-53" y="-10.5" text_from="ElementInfo" Valignment="AlignTop" z="4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{947c09a5-09d7-4c56-88b0-7956b88f2014}" rotation="0" frame="false" Halignment="AlignLeft" text_width="-1">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line end1="none" x1="0" length1="1.5" antialias="false" y1="-20" y2="-12" length2="1.5" x2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="2" y="-15" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="1" color="#000000"/>
|
|
||||||
<polygon y7="-3" antialias="false" y5="-2" y1="0" x8="-4" x7="-4" x3="-13" x4="-9" y3="-5" y6="-3" y8="-3" x1="-16" x2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-1" x5="-8" x6="-4" y4="-6" closed="false"/>
|
|
||||||
<line end1="none" x1="-15" length1="1.5" antialias="false" y1="5" y2="2" length2="1.5" x2="-3" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="-16" y4="5.43882" antialias="false" y1="5.43882" x3="-11.95" y3="5.84891" y6="5.43882" y2="2.97827" y5="5.43882" x2="-12.85" x4="-16" x5="-16" x6="-16" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
|
||||||
<terminal x="0" name="" y="-20" uuid="{685559c9-1f67-4301-a2b2-54585d9b0b4d}" orientation="n"/>
|
|
||||||
<terminal x="0" name="" y="20" uuid="{3cd7dad3-45e3-4d41-a95d-0d66eccba6bb}" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<definition type="element" hotspot_y="31" link_type="master" version="0.5" width="50" height="60" hotspot_x="39">
|
|
||||||
<uuid uuid="{411db451-4e2e-43c9-b113-3320fa5ed956}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">FAZ-C10/1 (278557)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text y="-13" size="6" x="-36" text="10A(C)"/>
|
|
||||||
<text y="18" size="6" x="2" text="2"/>
|
|
||||||
<polygon x1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" y1="-10" x2="0" y2="10" closed="false" antialias="true" x3="0"/>
|
|
||||||
<input y="1" size="9" tagg="label" x="-53" text="_"/>
|
|
||||||
<line x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="0" end2="none" y2="-12" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="-15" size="6" x="2" text="1"/>
|
|
||||||
<polygon y6="-3" x6="-4" y4="-6" x4="-9" x3="-13" x1="-16" y5="-2" x8="-4" y1="0" y8="-3" y2="-1" antialias="false" y3="-5" x2="-12" y7="-3" x5="-8" closed="false" x7="-4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="-15" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="5" x2="-3" end2="none" y2="2" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<polygon x1="-16" y6="5.43882" style="line-style:normal;line-weight:normal;filling:black;color:black" y3="5.84891" y1="5.43882" y5="5.43882" x2="-12.85" y4="5.43882" x4="-16" x5="-16" y2="2.97827" x6="-16" antialias="false" x3="-11.95"/>
|
|
||||||
<terminal y="-20" x="0" orientation="n"/>
|
|
||||||
<terminal y="20" x="0" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<definition hotspot_y="31" type="element" hotspot_x="37" height="60" version="0.5" link_type="master" width="50">
|
|
||||||
<uuid uuid="{EB0A6F1A-99C0-4CD9-850A-58F656C00732}"/><names>
|
|
||||||
<name lang="en">FAZ-C1/1-NA (102078)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text size="6" x="-31" y="-13" text="1A(C)"/>
|
|
||||||
<text size="6" x="2" y="18" text="2"/>
|
|
||||||
<polygon x2="0" y1="-10" x1="-5" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y2="10" x3="0" antialias="true"/>
|
|
||||||
<input size="9" x="-53" y="1" tagg="label" text="_"/>
|
|
||||||
<line x2="0" y1="-20" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-12" end1="none" antialias="false"/>
|
|
||||||
<text size="6" x="2" y="-15" text="1"/>
|
|
||||||
<polygon x4="-9" x6="-4" x8="-4" x1="-16" y1="0" closed="false" x3="-13" x7="-4" y6="-3" antialias="false" x2="-12" y3="-5" x5="-8" y4="-6" y2="-1" y8="-3" y7="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" y5="-2"/>
|
|
||||||
<line x2="-3" y1="5" x1="-15" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="2" end1="none" antialias="false"/>
|
|
||||||
<polygon x2="-12.85" y1="5.43882" y4="5.43882" x5="-16" x1="-16" y6="5.43882" y3="5.84891" x4="-16" x6="-16" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="5.43882" y2="2.97827" x3="-11.95" antialias="false"/>
|
|
||||||
<terminal x="0" y="-20" orientation="n"/>
|
|
||||||
<terminal x="0" y="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<definition width="50" link_type="master" type="element" height="60" hotspot_x="38" hotspot_y="31" version="0.5">
|
|
||||||
<uuid uuid="{80EB8815-0128-4AE2-9467-FAA9EC7E8553}"/><names>
|
|
||||||
<name lang="en">FAZ-C20/1-NA (102091)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text size="6" y="-13" x="-34" text="20A(C)"/>
|
|
||||||
<text size="6" y="18" x="2" text="2"/>
|
|
||||||
<polygon x2="0" y3="20" x1="-5" x3="0" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="true" y1="-10" y2="10"/>
|
|
||||||
<input size="9" tagg="label" y="1" x="-53" text="_"/>
|
|
||||||
<line x2="0" length1="1.5" x1="0" end1="none" length2="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-20" y2="-12"/>
|
|
||||||
<text size="6" y="-15" x="2" text="1"/>
|
|
||||||
<polygon x2="-12" x8="-4" x6="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="-9" y6="-3" y2="-1" y1="0" y8="-3" x7="-4" y7="-3" x3="-13" y4="-6" x5="-8" antialias="false" y5="-2" x1="-16" closed="false" y3="-5"/>
|
|
||||||
<line x2="-3" length1="1.5" x1="-15" end1="none" length2="1.5" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="5" y2="2"/>
|
|
||||||
<polygon x6="-16" y6="5.43882" x5="-16" x2="-12.85" y3="5.84891" x1="-16" x3="-11.95" y5="5.43882" x4="-16" style="line-style:normal;line-weight:normal;filling:black;color:black" y4="5.43882" antialias="false" y1="5.43882" y2="2.97827"/>
|
|
||||||
<terminal y="-20" x="0" orientation="n"/>
|
|
||||||
<terminal y="20" x="0" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
<definition type="element" hotspot_y="31" link_type="master" version="0.5" width="90" height="60" hotspot_x="50">
|
|
||||||
<uuid uuid="{b5b0f538-38c1-41b5-9ba7-62fe45457515}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">FAZ-C32/3 (278876)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text y="-13" size="6" x="-47" text="32A(C)"/>
|
|
||||||
<polygon y6="-3" x6="6" y4="-6" x4="1" x3="-3" x1="-6" y5="-2" x8="6" y1="0" y8="-3" y2="-1" antialias="false" y3="-5" x2="-2" y7="-3" x5="2" closed="false" x7="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon y6="-3" x6="26" y4="-6" x4="21" x3="17" x1="14" y5="-2" x8="26" y1="0" y8="-3" y2="-1" antialias="false" y3="-5" x2="18" y7="-3" x5="22" closed="false" x7="26" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text y="-15" size="6" x="12" text="3"/>
|
|
||||||
<line x1="-5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="5" x2="7" end2="none" y2="2" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="-15" size="6" x="32" text="5"/>
|
|
||||||
<line x1="15" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="5" x2="27" end2="none" y2="2" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<polygon x1="-6" y6="5.43882" style="line-style:normal;line-weight:normal;filling:black;color:black" y3="5.84891" y1="5.43882" y5="5.43882" x2="-2.85" y4="5.43882" x4="-6" x5="-6" y2="2.97827" x6="-6" antialias="false" x3="-1.95"/>
|
|
||||||
<polygon x1="14" y6="5.43882" style="line-style:normal;line-weight:normal;filling:black;color:black" y3="5.84891" y1="5.43882" y5="5.43882" x2="17.15" y4="5.43882" x4="14" x5="14" y2="2.97827" x6="14" antialias="false" x3="18.05"/>
|
|
||||||
<text y="18" size="6" x="12" text="4"/>
|
|
||||||
<text y="18" size="6" x="-8" text="2"/>
|
|
||||||
<text y="18" size="6" x="32" text="6"/>
|
|
||||||
<polygon x1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" y1="-10" x2="-10" y2="10" closed="false" antialias="true" x3="-10"/>
|
|
||||||
<polygon x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" y1="-10" x2="30" y2="10" closed="false" antialias="true" x3="30"/>
|
|
||||||
<polygon x1="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" y1="-10" x2="10" y2="10" closed="false" antialias="true" x3="10"/>
|
|
||||||
<input y="1" size="9" tagg="label" x="-63" text="_"/>
|
|
||||||
<line x1="-10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="-10" end2="none" y2="-12" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="10" end2="none" y2="-12" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="30" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="30" end2="none" y2="-12" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="-15" size="6" x="-8" text="1"/>
|
|
||||||
<polygon y6="-3" x6="-14" y4="-6" x4="-19" x3="-23" x1="-26" y5="-2" x8="-14" y1="0" y8="-3" y2="-1" antialias="false" y3="-5" x2="-22" y7="-3" x5="-18" closed="false" x7="-14" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="-25" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="5" x2="-13" end2="none" y2="2" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<polygon x1="-26" y6="5.43882" style="line-style:normal;line-weight:normal;filling:black;color:black" y3="5.84891" y1="5.43882" y5="5.43882" x2="-22.85" y4="5.43882" x4="-26" x5="-26" y2="2.97827" x6="-26" antialias="false" x3="-21.95"/>
|
|
||||||
<terminal y="-20" x="-10" orientation="n"/>
|
|
||||||
<terminal y="20" x="-10" orientation="s"/>
|
|
||||||
<terminal y="-20" x="30" orientation="n"/>
|
|
||||||
<terminal y="20" x="30" orientation="s"/>
|
|
||||||
<terminal y="-20" x="10" orientation="n"/>
|
|
||||||
<terminal y="20" x="10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<definition hotspot_y="31" type="element" hotspot_x="38" height="60" version="0.5" link_type="master" width="50">
|
|
||||||
<uuid uuid="{88AFBEB2-1F88-4E4C-9302-32F82A5BF5E0}"/><names>
|
|
||||||
<name lang="en">FAZ-C40/1-NA (102096)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text size="6" x="-34" y="-13" text="40A(C)"/>
|
|
||||||
<text size="6" x="2" y="18" text="2"/>
|
|
||||||
<polygon x2="0" y1="-10" x1="-5" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y2="10" x3="0" antialias="true"/>
|
|
||||||
<input size="9" x="-53" y="1" tagg="label" text="_"/>
|
|
||||||
<line x2="0" y1="-20" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-12" end1="none" antialias="false"/>
|
|
||||||
<text size="6" x="2" y="-15" text="1"/>
|
|
||||||
<polygon x4="-9" x6="-4" x8="-4" x1="-16" y1="0" closed="false" x3="-13" x7="-4" y6="-3" antialias="false" x2="-12" y3="-5" x5="-8" y4="-6" y2="-1" y8="-3" y7="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" y5="-2"/>
|
|
||||||
<line x2="-3" y1="5" x1="-15" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="2" end1="none" antialias="false"/>
|
|
||||||
<polygon x2="-12.85" y1="5.43882" y4="5.43882" x5="-16" x1="-16" y6="5.43882" y3="5.84891" x4="-16" x6="-16" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="5.43882" y2="2.97827" x3="-11.95" antialias="false"/>
|
|
||||||
<terminal x="0" y="-20" orientation="n"/>
|
|
||||||
<terminal x="0" y="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
<definition width="90" height="60" link_type="master" version="0.80" hotspot_x="56" hotspot_y="31" type="element">
|
|
||||||
<uuid uuid="{ae618b57-4640-4e9a-9791-643a00675f1a}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">FAZ-C4/1 (278553)
|
|
||||||
</name>
|
|
||||||
<name lang="en">FAZ-C4/1 (278553)
|
|
||||||
</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="manufacturer" show="1">Eaton Moeller</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">278553</elementInformation>
|
|
||||||
<elementInformation name="description" show="1">FAZ-C4/1 - Disjoncteur, 4 A, 1p,</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="22" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="N" y="18"/>
|
|
||||||
<text x="-50" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="C4/1N" y="15"/>
|
|
||||||
<polygon x2="20" closed="false" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="15" y1="-10" y3="20" x3="20" antialias="true"/>
|
|
||||||
<text x="2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="2" y="18"/>
|
|
||||||
<line length2="1.5" length1="1.5" x2="20" end1="none" y2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="20" y1="-20" antialias="false"/>
|
|
||||||
<polygon x2="0" closed="false" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-5" y1="-10" y3="20" x3="0" antialias="true"/>
|
|
||||||
<text x="22" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="N" y="-15"/>
|
|
||||||
<dynamic_text x="-50" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_width="-1" uuid="{423a3d23-e96a-49be-9be2-8b0b32d52666}" Valignment="AlignTop" rotation="0" Halignment="AlignLeft" z="8" y="-15">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line length2="1.5" length1="1.5" x2="0" end1="none" y2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y1="-20" antialias="false"/>
|
|
||||||
<text x="2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="1" y="-15"/>
|
|
||||||
<polygon closed="false" x1="-16" x2="-12" x3="-13" x5="-8" y8="-3" y5="-2" y3="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="-4" y2="-1" y1="0" y7="-3" antialias="false" x7="-4" y4="-6" x4="-9" x8="-4" y6="-3"/>
|
|
||||||
<line length2="1.5" length1="1.5" x2="-3" end1="none" y2="2" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y1="5" antialias="false"/>
|
|
||||||
<polygon x2="-12.85" x5="-16" y6="5.43882" y2="2.97827" x4="-16" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="-16" y1="5.43882" y3="5.84891" x6="-16" y5="5.43882" x3="-11.95" antialias="false" y4="5.43882"/>
|
|
||||||
<terminal name="" x="0" uuid="{0eb06a1a-bc60-43d7-93ea-48553252389b}" orientation="s" y="20"/>
|
|
||||||
<terminal name="" x="20" uuid="{032f9570-ebf2-450a-8e4e-6cb65214147a}" orientation="s" y="20"/>
|
|
||||||
<terminal name="" x="20" uuid="{dfcafbaa-17e4-437b-8d6a-20656958f901}" orientation="n" y="-20"/>
|
|
||||||
<terminal name="" x="0" uuid="{2bbd19be-4646-498f-bfbf-7fcedc931aac}" orientation="n" y="-20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
<definition hotspot_y="31" type="element" hotspot_x="36" height="60" version="0.5" link_type="master" width="90">
|
|
||||||
<uuid uuid="{C4A4BC30-399B-49E3-89C6-5CB8E42F746B}"/><names>
|
|
||||||
<name lang="en">FAZ-C6/3-NA (102244)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text size="6" x="42" y="18" text="6"/>
|
|
||||||
<text size="6" x="22" y="18" text="4"/>
|
|
||||||
<text size="6" x="-30" y="-13" text="6A(C)"/>
|
|
||||||
<polygon x2="20" y1="-10" x1="15" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y2="10" x3="20" antialias="true"/>
|
|
||||||
<text size="6" x="2" y="18" text="2"/>
|
|
||||||
<polygon x2="40" y1="-10" x1="35" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y2="10" x3="40" antialias="true"/>
|
|
||||||
<line x2="40" y1="-20" x1="40" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-12" end1="none" antialias="false"/>
|
|
||||||
<line x2="20" y1="-20" x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-12" end1="none" antialias="false"/>
|
|
||||||
<polygon x2="0" y1="-10" x1="-5" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y2="10" x3="0" antialias="true"/>
|
|
||||||
<text size="6" x="22" y="-15" text="3"/>
|
|
||||||
<input size="9" x="-53" y="1" tagg="label" text="_"/>
|
|
||||||
<text size="6" x="42" y="-15" text="5"/>
|
|
||||||
<polygon x4="11" x6="16" x8="16" x1="4" y1="0" closed="false" x3="7" x7="16" y6="-3" antialias="false" x2="8" y3="-5" x5="12" y4="-6" y2="-1" y8="-3" y7="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" y5="-2"/>
|
|
||||||
<polygon x4="31" x6="36" x8="36" x1="24" y1="0" closed="false" x3="27" x7="36" y6="-3" antialias="false" x2="28" y3="-5" x5="32" y4="-6" y2="-1" y8="-3" y7="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" y5="-2"/>
|
|
||||||
<line x2="0" y1="-20" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-12" end1="none" antialias="false"/>
|
|
||||||
<line x2="17" y1="5" x1="5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="2" end1="none" antialias="false"/>
|
|
||||||
<text size="6" x="2" y="-15" text="1"/>
|
|
||||||
<line x2="37" y1="5" x1="25" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="2" end1="none" antialias="false"/>
|
|
||||||
<polygon x2="27.15" y1="5.43882" y4="5.43882" x5="24" x1="24" y6="5.43882" y3="5.84891" x4="24" x6="24" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="5.43882" y2="2.97827" x3="28.05" antialias="false"/>
|
|
||||||
<polygon x4="-9" x6="-4" x8="-4" x1="-16" y1="0" closed="false" x3="-13" x7="-4" y6="-3" antialias="false" x2="-12" y3="-5" x5="-8" y4="-6" y2="-1" y8="-3" y7="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" y5="-2"/>
|
|
||||||
<polygon x2="7.15" y1="5.43882" y4="5.43882" x5="4" x1="4" y6="5.43882" y3="5.84891" x4="4" x6="4" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="5.43882" y2="2.97827" x3="8.05" antialias="false"/>
|
|
||||||
<line x2="-3" y1="5" x1="-15" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="2" end1="none" antialias="false"/>
|
|
||||||
<polygon x2="-12.85" y1="5.43882" y4="5.43882" x5="-16" x1="-16" y6="5.43882" y3="5.84891" x4="-16" x6="-16" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="5.43882" y2="2.97827" x3="-11.95" antialias="false"/>
|
|
||||||
<terminal x="0" y="-20" orientation="n"/>
|
|
||||||
<terminal x="0" y="20" orientation="s"/>
|
|
||||||
<terminal x="20" y="-20" orientation="n"/>
|
|
||||||
<terminal x="20" y="20" orientation="s"/>
|
|
||||||
<terminal x="40" y="-20" orientation="n"/>
|
|
||||||
<terminal x="40" y="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
<definition width="90" type="element" hotspot_x="39" link_type="master" version="0.5" hotspot_y="31" height="60">
|
|
||||||
<uuid uuid="{AC9CFC22-0162-49E1-AECE-57A9AECB5EDB}"/><names>
|
|
||||||
<name lang="en">FAZ-D1,5/3-NA (102259)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="42" text="6" y="18" size="6"/>
|
|
||||||
<text x="22" text="4" y="18" size="6"/>
|
|
||||||
<text x="-36" text="1,5A(D)" y="-13" size="6"/>
|
|
||||||
<polygon closed="false" y3="20" y1="-10" x3="20" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y2="10" x1="15"/>
|
|
||||||
<text x="2" text="2" y="18" size="6"/>
|
|
||||||
<polygon closed="false" y3="20" y1="-10" x3="40" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y2="10" x1="35"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="40"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="20"/>
|
|
||||||
<polygon closed="false" y3="20" y1="-10" x3="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y2="10" x1="-5"/>
|
|
||||||
<text x="22" text="3" y="-15" size="6"/>
|
|
||||||
<input x="-53" text="_" y="1" tagg="label" size="9"/>
|
|
||||||
<text x="42" text="5" y="-15" size="6"/>
|
|
||||||
<polygon y7="-3" x4="11" y2="-1" y6="-3" x1="4" y1="0" x6="16" antialias="false" y4="-6" closed="false" x5="12" y3="-5" x8="16" y8="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="16" x3="7" y5="-2" x2="8"/>
|
|
||||||
<polygon y7="-3" x4="31" y2="-1" y6="-3" x1="24" y1="0" x6="36" antialias="false" y4="-6" closed="false" x5="32" y3="-5" x8="36" y8="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="36" x3="27" y5="-2" x2="28"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="0"/>
|
|
||||||
<line length1="1.5" y1="5" end2="none" x2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="2" x1="5"/>
|
|
||||||
<text x="2" text="1" y="-15" size="6"/>
|
|
||||||
<line length1="1.5" y1="5" end2="none" x2="37" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="2" x1="25"/>
|
|
||||||
<polygon y3="5.84891" x5="24" y1="5.43882" x6="24" y6="5.43882" x3="28.05" y4="5.43882" x2="27.15" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x4="24" y2="2.97827" x1="24" y5="5.43882"/>
|
|
||||||
<polygon y7="-3" x4="-9" y2="-1" y6="-3" x1="-16" y1="0" x6="-4" antialias="false" y4="-6" closed="false" x5="-8" y3="-5" x8="-4" y8="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="-4" x3="-13" y5="-2" x2="-12"/>
|
|
||||||
<polygon y3="5.84891" x5="4" y1="5.43882" x6="4" y6="5.43882" x3="8.05" y4="5.43882" x2="7.15" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x4="4" y2="2.97827" x1="4" y5="5.43882"/>
|
|
||||||
<line length1="1.5" y1="5" end2="none" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="2" x1="-15"/>
|
|
||||||
<polygon y3="5.84891" x5="-16" y1="5.43882" x6="-16" y6="5.43882" x3="-11.95" y4="5.43882" x2="-12.85" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x4="-16" y2="2.97827" x1="-16" y5="5.43882"/>
|
|
||||||
<terminal x="0" y="-20" orientation="n"/>
|
|
||||||
<terminal x="0" y="20" orientation="s"/>
|
|
||||||
<terminal x="20" y="-20" orientation="n"/>
|
|
||||||
<terminal x="20" y="20" orientation="s"/>
|
|
||||||
<terminal x="40" y="-20" orientation="n"/>
|
|
||||||
<terminal x="40" y="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
<definition width="70" type="element" hotspot_x="36" link_type="master" version="0.5" hotspot_y="31" height="60">
|
|
||||||
<uuid uuid="{85E1C0DE-B1CA-4D29-BA0A-7928F2312C9E}"/><names>
|
|
||||||
<name lang="en">FAZ-D4/2-NA (102182)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="22" text="4" y="18" size="6"/>
|
|
||||||
<text x="-30" text="4A(D)" y="-13" size="6"/>
|
|
||||||
<polygon closed="false" y3="20" y1="-10" x3="20" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y2="10" x1="15"/>
|
|
||||||
<text x="2" text="2" y="18" size="6"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="20"/>
|
|
||||||
<polygon closed="false" y3="20" y1="-10" x3="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y2="10" x1="-5"/>
|
|
||||||
<text x="22" text="3" y="-15" size="6"/>
|
|
||||||
<input x="-53" text="_" y="1" tagg="label" size="9"/>
|
|
||||||
<polygon y7="-3" x4="11" y2="-1" y6="-3" x1="4" y1="0" x6="16" antialias="false" y4="-6" closed="false" x5="12" y3="-5" x8="16" y8="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="16" x3="7" y5="-2" x2="8"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="0"/>
|
|
||||||
<line length1="1.5" y1="5" end2="none" x2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="2" x1="5"/>
|
|
||||||
<text x="2" text="1" y="-15" size="6"/>
|
|
||||||
<polygon y7="-3" x4="-9" y2="-1" y6="-3" x1="-16" y1="0" x6="-4" antialias="false" y4="-6" closed="false" x5="-8" y3="-5" x8="-4" y8="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x7="-4" x3="-13" y5="-2" x2="-12"/>
|
|
||||||
<polygon y3="5.84891" x5="4" y1="5.43882" x6="4" y6="5.43882" x3="8.05" y4="5.43882" x2="7.15" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x4="4" y2="2.97827" x1="4" y5="5.43882"/>
|
|
||||||
<line length1="1.5" y1="5" end2="none" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="2" x1="-15"/>
|
|
||||||
<polygon y3="5.84891" x5="-16" y1="5.43882" x6="-16" y6="5.43882" x3="-11.95" y4="5.43882" x2="-12.85" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x4="-16" y2="2.97827" x1="-16" y5="5.43882"/>
|
|
||||||
<terminal x="20" y="-20" orientation="n"/>
|
|
||||||
<terminal x="0" y="-20" orientation="n"/>
|
|
||||||
<terminal x="20" y="20" orientation="s"/>
|
|
||||||
<terminal x="0" y="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="de">Leitungsschutzschalter und Lastschalter</name>
|
|
||||||
<name lang="ru">Выключатели</name>
|
|
||||||
<name lang="en">Circuit-breakers</name>
|
|
||||||
<name lang="fr">Disjoncteurs</name>
|
|
||||||
<name lang="ar">قواطع</name>
|
|
||||||
<name lang="es">Disyuntores</name>
|
|
||||||
<name lang="cs">Jističe</name>
|
|
||||||
<name lang="pt">Disjuntores</name>
|
|
||||||
<name lang="pl">Wyłączniki</name>
|
|
||||||
<name lang="it">Relè termici</name>
|
|
||||||
<name lang="nl">Lastscheiders</name>
|
|
||||||
<name lang="el">Αυτόματοι διακόπτες</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,73 +0,0 @@
|
|||||||
<definition width="120" height="100" hotspot_x="68" version="0.80" type="element" hotspot_y="41" link_type="master">
|
|
||||||
<uuid uuid="{684b4d0d-fc9f-4d45-b865-d5a0652ff978}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">NZMN1-AF60-NA (274232)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">NZMN1-AF60-NA </elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Eaton Moeller</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">274232</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="33" y="20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="60A" color="#000000"/>
|
|
||||||
<circle x="-2" y="-17" antialias="true" diameter="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="20" y4="14" antialias="true" y1="24" x3="25" closed="false" y3="20" y6="4" y2="20" y5="14" y7="-15" x2="20" x4="25" x7="13" x5="20" x6="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<circle x="18" y="-17" antialias="true" diameter="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="22" length1="1.5" antialias="false" y1="-17" y2="-17" length2="1.5" x2="18" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="2" length1="1.5" antialias="false" y1="-17" y2="-17" length2="1.5" x2="-2" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="0" y4="14" antialias="true" y1="24" x3="5" closed="false" y3="20" y6="4" y2="20" y5="14" y7="-15" x2="0" x4="5" x7="-7" x5="0" x6="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="16" y="35" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="I>" color="#000000"/>
|
|
||||||
<text x="22" y="-25" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="5" color="#000000"/>
|
|
||||||
<text x="2" y="-25" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="3" color="#000000"/>
|
|
||||||
<text x="2" y="49" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="4" color="#000000"/>
|
|
||||||
<rect x="-30" width="60" height="28" y="10" antialias="false" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="22" y="49" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="6" color="#000000"/>
|
|
||||||
<text x="-18" y="49" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="2" color="#000000"/>
|
|
||||||
<circle x="-22" y="-17" antialias="true" diameter="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="-4" y="35" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="I>" color="#000000"/>
|
|
||||||
<line end1="none" x1="-18" length1="1.5" antialias="false" y1="-17" y2="-17" length2="1.5" x2="-22" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text x="-87" y="-0.5" text_from="ElementInfo" Valignment="AlignTop" z="18" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{e1f7115a-2957-4ee9-a876-bc5fdd6612c2}" rotation="0" frame="false" Halignment="AlignLeft" text_width="-1">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line end1="none" x1="-30" length1="1.5" antialias="false" y1="24" y2="24" length2="1.5" x2="30" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-10" length1="1.5" antialias="false" y1="10" y2="37" length2="1.5" x2="-10" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="10" length1="1.5" antialias="false" y1="10" y2="38" length2="1.5" x2="10" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="-24" y="35" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" text="I>" color="#000000"/>
|
|
||||||
<polygon x1="-63" y4="-11" antialias="false" y1="-1" x3="-60" closed="false" y3="-11" y6="-11" y2="-1" y5="-11" x2="-60" x4="-57" x5="-57" x6="-57" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-20" length1="1.5" antialias="false" y1="50" y2="39" length2="1.5" x2="-20" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="0" length1="1.5" antialias="false" y1="50" y2="39" length2="1.5" x2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="20" length1="1.5" antialias="false" y1="50" y2="39" length2="1.5" x2="20" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="-18" y="-25" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="1" color="#000000"/>
|
|
||||||
<polygon x1="-20" y4="14" antialias="true" y1="24" x3="-15" closed="false" y3="20" y6="4" y2="20" y5="14" y7="-15" x2="-20" x4="-15" x7="-27" x5="-20" x6="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-20" length1="1.5" antialias="false" y1="-17" y2="-30" length2="1.5" x2="-20" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="0" length1="1.5" antialias="false" y1="-17" y2="-30" length2="1.5" x2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="20" length1="1.5" antialias="false" y1="-17" y2="-30" length2="1.5" x2="20" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<rect x="-46" width="12" height="12" y="-12" antialias="false" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-40" length1="1.5" antialias="false" y1="0" y2="-12" length2="1.5" x2="-40" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-34" length1="1.5" antialias="false" y1="-6" y2="-6" length2="1.5" x2="16" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x1="-30" antialias="false" y1="31" x3="-40" closed="false" y3="0" y2="31" x2="-40" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-30" length1="1.5" antialias="false" y1="17" y2="17" length2="1.5" x2="-40" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-34" length1="1.5" antialias="false" y1="-6" y2="-6" length2="1.5" x2="-46" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-60" length1="1.5" antialias="false" y1="-6" y2="-6" length2="1.5" x2="-46" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<terminal x="0" name="" y="50" uuid="{081f802a-63c1-45c6-a5d3-b39733f7a170}" orientation="s"/>
|
|
||||||
<terminal x="20" name="" y="50" uuid="{4243261c-dfab-40c2-a3de-e5366716c3b1}" orientation="s"/>
|
|
||||||
<terminal x="-20" name="" y="50" uuid="{9c6018c3-a82e-4303-83e8-6cef085a6c3b}" orientation="s"/>
|
|
||||||
<terminal x="0" name="" y="-30" uuid="{21c265e3-1509-4efb-9371-86b5350842bf}" orientation="n"/>
|
|
||||||
<terminal x="20" name="" y="-30" uuid="{8f97ba93-670f-4e8a-9904-58066a4410e2}" orientation="n"/>
|
|
||||||
<terminal x="-20" name="" y="-30" uuid="{28811a0b-30da-458d-8d61-f1408177671a}" orientation="n"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
<definition hotspot_y="51" type="element" hotspot_x="59" height="100" version="0.5" link_type="master" width="120">
|
|
||||||
<uuid uuid="{AA8F9FA6-3CBF-4F1E-8C26-3897C322A004}"/><names>
|
|
||||||
<name lang="en">PKE12/XTU-12 (121733)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<polygon x2="20" y1="14" y4="4" x5="20" x1="20" y6="-6" y3="10" x4="25" x6="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y7="-25" closed="false" x7="13" y5="4" y2="10" x3="25" antialias="true"/>
|
|
||||||
<text size="6" x="32" y="10" text="3-12A"/>
|
|
||||||
<polygon x2="0" y1="14" y4="4" x5="0" x1="0" y6="-6" y3="10" x4="5" x6="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y7="-25" closed="false" x7="-7" y5="4" y2="10" x3="5" antialias="true"/>
|
|
||||||
<text size="9" x="16" y="25" text="I>"/>
|
|
||||||
<text size="6" x="22" y="-35" text="5"/>
|
|
||||||
<text size="6" x="2" y="-35" text="3"/>
|
|
||||||
<text size="6" x="2" y="39" text="4"/>
|
|
||||||
<rect x="-30" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="28" width="60" antialias="false"/>
|
|
||||||
<text size="6" x="22" y="39" text="6"/>
|
|
||||||
<text size="6" x="-18" y="39" text="2"/>
|
|
||||||
<text size="9" x="-4" y="25" text="I>"/>
|
|
||||||
<line x2="-22" y1="-29" x1="-18" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-25" end1="none" antialias="false"/>
|
|
||||||
<line x2="-18" y1="-29" x1="-22" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-25" end1="none" antialias="false"/>
|
|
||||||
<line x2="-2" y1="-29" x1="2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-25" end1="none" antialias="false"/>
|
|
||||||
<line x2="2" y1="-29" x1="-2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-25" end1="none" antialias="false"/>
|
|
||||||
<line x2="18" y1="-29" x1="22" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-25" end1="none" antialias="false"/>
|
|
||||||
<line x2="22" y1="-29" x1="18" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-25" end1="none" antialias="false"/>
|
|
||||||
<input size="9" x="-92" y="-0.5" tagg="label" text="-Q" rotate="true"/>
|
|
||||||
<line x2="30" y1="14" x1="-30" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="14" end1="none" antialias="false"/>
|
|
||||||
<line x2="-10" y1="0" x1="-10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="27" end1="none" antialias="false"/>
|
|
||||||
<line x2="10" y1="0" x1="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="28" end1="none" antialias="false"/>
|
|
||||||
<text size="9" x="-24" y="25" text="I>"/>
|
|
||||||
<line x2="-20" y1="40" x1="-20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="29" end1="none" antialias="false"/>
|
|
||||||
<line x2="0" y1="40" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="29" end1="none" antialias="false"/>
|
|
||||||
<line x2="20" y1="40" x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="29" end1="none" antialias="false"/>
|
|
||||||
<text size="6" x="-18" y="-35" text="1"/>
|
|
||||||
<polygon x2="-20" y1="14" y4="4" x5="-20" x1="-20" y6="-6" y3="10" x4="-15" x6="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y7="-25" closed="false" x7="-27" y5="4" y2="10" x3="-15" antialias="true"/>
|
|
||||||
<line x2="-20" y1="-27" x1="-20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-40" end1="none" antialias="false"/>
|
|
||||||
<line x2="0" y1="-27" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-40" end1="none" antialias="false"/>
|
|
||||||
<line x2="20" y1="-27" x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" y2="-40" end1="none" antialias="false"/>
|
|
||||||
<rect x="-46" y="-22" style="line-style:normal;line-weight:thin;filling:none;color:black" height="12" width="12" antialias="false"/>
|
|
||||||
<line x2="-53" y1="-16" x1="-34" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="-16" end1="none" antialias="false"/>
|
|
||||||
<line x2="-53" y1="-20" x1="-53" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="-12" end1="none" antialias="false"/>
|
|
||||||
<line x2="-40" y1="-10" x1="-40" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="-22" end1="none" antialias="false"/>
|
|
||||||
<line x2="16" y1="-16" x1="-34" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="-16" end1="none" antialias="false"/>
|
|
||||||
<polygon x2="-40" y1="21" x1="-30" y3="-10" style="line-style:dashed;line-weight:thin;filling:none;color:black" closed="false" y2="21" x3="-40" antialias="false"/>
|
|
||||||
<line x2="-40" y1="7" x1="-30" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" y2="7" end1="none" antialias="false"/>
|
|
||||||
<terminal x="20" y="40" orientation="s"/>
|
|
||||||
<terminal x="-20" y="-40" orientation="n"/>
|
|
||||||
<terminal x="20" y="-40" orientation="n"/>
|
|
||||||
<terminal x="0" y="-40" orientation="n"/>
|
|
||||||
<terminal x="-20" y="40" orientation="s"/>
|
|
||||||
<terminal x="0" y="40" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
<definition width="120" type="element" hotspot_x="56" link_type="master" version="0.5" hotspot_y="51" height="90">
|
|
||||||
<uuid uuid="{E40EDAE1-0866-459F-AB51-A80C5A6BB038}"/><names>
|
|
||||||
<name lang="en">PKE32/XTUCP-36 (168972)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="32" text="15-36A" y="10" size="6"/>
|
|
||||||
<polygon closed="false" y3="10" x5="20" y1="14" x6="20" y6="-6" x3="25" y4="4" x7="13" x2="20" y7="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x4="25" y2="10" x1="20" y5="4"/>
|
|
||||||
<polygon closed="false" y3="10" x5="0" y1="14" x6="0" y6="-6" x3="5" y4="4" x7="-7" x2="0" y7="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x4="5" y2="10" x1="0" y5="4"/>
|
|
||||||
<text x="22" text="5" y="-35" size="6"/>
|
|
||||||
<text x="2" text="3" y="-35" size="6"/>
|
|
||||||
<text x="2" text="4" y="25" size="6"/>
|
|
||||||
<text x="22" text="6" y="25" size="6"/>
|
|
||||||
<text x="-18" text="2" y="25" size="6"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="-18"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="-22"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="2"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="-2"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="22"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="18"/>
|
|
||||||
<input x="-92" text="-Q" rotate="true" y="-0.5" tagg="label" size="9"/>
|
|
||||||
<line length1="1.5" y1="14" end2="none" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="14" x1="-30"/>
|
|
||||||
<text x="-18" text="1" y="-35" size="6"/>
|
|
||||||
<polygon closed="false" y3="10" x5="-20" y1="14" x6="-20" y6="-6" x3="-15" y4="4" x7="-27" x2="-20" y7="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x4="-15" y2="10" x1="-20" y5="4"/>
|
|
||||||
<line length1="1.5" y1="-27" end2="none" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-40" x1="-20"/>
|
|
||||||
<line length1="1.5" y1="-27" end2="none" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-40" x1="0"/>
|
|
||||||
<line length1="1.5" y1="-27" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-40" x1="20"/>
|
|
||||||
<rect x="-46" width="12" y="-22" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="12"/>
|
|
||||||
<line length1="1.5" y1="-16" end2="none" x2="-53" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-16" x1="-34"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="-53" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="-53"/>
|
|
||||||
<line length1="1.5" y1="-10" end2="none" x2="-40" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-22" x1="-40"/>
|
|
||||||
<line length1="1.5" y1="-16" end2="none" x2="16" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-16" x1="-34"/>
|
|
||||||
<line length1="1.5" y1="0" end2="none" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="14" x1="-10"/>
|
|
||||||
<line length1="1.5" y1="0" end2="none" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="14" x1="10"/>
|
|
||||||
<rect x="-30" width="60" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="14"/>
|
|
||||||
<polygon closed="false" y3="8" x5="-30" y1="-10" x3="-30" y4="8" x2="-40" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" x4="-30" y2="8" x1="-40" y5="8"/>
|
|
||||||
<line length1="1.5" y1="14" end2="none" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="30" x1="-20"/>
|
|
||||||
<line length1="1.5" y1="14" end2="none" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="30" x1="0"/>
|
|
||||||
<line length1="1.5" y1="14" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="30" x1="20"/>
|
|
||||||
<terminal x="20" y="30" orientation="s"/>
|
|
||||||
<terminal x="20" y="-40" orientation="n"/>
|
|
||||||
<terminal x="0" y="-40" orientation="n"/>
|
|
||||||
<terminal x="0" y="30" orientation="s"/>
|
|
||||||
<terminal x="-20" y="-40" orientation="n"/>
|
|
||||||
<terminal x="-20" y="30" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
<definition width="120" type="element" hotspot_x="56" link_type="master" version="0.5" hotspot_y="51" height="100">
|
|
||||||
<uuid uuid="{2FCF879B-26C8-48C1-97C3-EB5D61DFA448}"/><names>
|
|
||||||
<name lang="en">PKZM0-32 (278489)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<polygon closed="false" y3="10" x5="20" y1="14" x6="20" y6="-6" x3="25" y4="4" x7="13" x2="20" y7="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x4="25" y2="10" x1="20" y5="4"/>
|
|
||||||
<text x="32" text="25-32A" y="10" size="6"/>
|
|
||||||
<polygon closed="false" y3="10" x5="0" y1="14" x6="0" y6="-6" x3="5" y4="4" x7="-7" x2="0" y7="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x4="5" y2="10" x1="0" y5="4"/>
|
|
||||||
<text x="16" text="I>" y="25" size="9"/>
|
|
||||||
<text x="22" text="5" y="-35" size="6"/>
|
|
||||||
<text x="2" text="3" y="-35" size="6"/>
|
|
||||||
<text x="2" text="4" y="39" size="6"/>
|
|
||||||
<rect x="-30" width="60" y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="28"/>
|
|
||||||
<text x="22" text="6" y="39" size="6"/>
|
|
||||||
<text x="-18" text="2" y="39" size="6"/>
|
|
||||||
<text x="-4" text="I>" y="25" size="9"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="-18"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="-22"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="2"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="2" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="-2"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="22"/>
|
|
||||||
<line length1="1.5" y1="-29" end2="none" x2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-25" x1="18"/>
|
|
||||||
<input x="-92" text="-Q" rotate="true" y="-0.5" tagg="label" size="9"/>
|
|
||||||
<line length1="1.5" y1="14" end2="none" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="14" x1="-30"/>
|
|
||||||
<line length1="1.5" y1="0" end2="none" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="27" x1="-10"/>
|
|
||||||
<line length1="1.5" y1="0" end2="none" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="28" x1="10"/>
|
|
||||||
<text x="-24" text="I>" y="25" size="9"/>
|
|
||||||
<line length1="1.5" y1="40" end2="none" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="29" x1="-20"/>
|
|
||||||
<line length1="1.5" y1="40" end2="none" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="29" x1="0"/>
|
|
||||||
<line length1="1.5" y1="40" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="29" x1="20"/>
|
|
||||||
<text x="-18" text="1" y="-35" size="6"/>
|
|
||||||
<polygon closed="false" y3="10" x5="-20" y1="14" x6="-20" y6="-6" x3="-15" y4="4" x7="-27" x2="-20" y7="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x4="-15" y2="10" x1="-20" y5="4"/>
|
|
||||||
<line length1="1.5" y1="-27" end2="none" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-40" x1="-20"/>
|
|
||||||
<line length1="1.5" y1="-27" end2="none" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-40" x1="0"/>
|
|
||||||
<line length1="1.5" y1="-27" end2="none" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-40" x1="20"/>
|
|
||||||
<rect x="-46" width="12" y="-22" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" height="12"/>
|
|
||||||
<line length1="1.5" y1="-16" end2="none" x2="-53" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-16" x1="-34"/>
|
|
||||||
<line length1="1.5" y1="-20" end2="none" x2="-53" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-12" x1="-53"/>
|
|
||||||
<line length1="1.5" y1="-10" end2="none" x2="-40" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-22" x1="-40"/>
|
|
||||||
<line length1="1.5" y1="-16" end2="none" x2="16" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="-16" x1="-34"/>
|
|
||||||
<polygon closed="false" y3="-10" y1="21" x3="-40" x2="-40" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" y2="21" x1="-30"/>
|
|
||||||
<line length1="1.5" y1="7" end2="none" x2="-40" style="line-style:dashed;line-weight:thin;filling:none;color:black" antialias="false" end1="none" length2="1.5" y2="7" x1="-30"/>
|
|
||||||
<terminal x="20" y="40" orientation="s"/>
|
|
||||||
<terminal x="-20" y="-40" orientation="n"/>
|
|
||||||
<terminal x="20" y="-40" orientation="n"/>
|
|
||||||
<terminal x="0" y="-40" orientation="n"/>
|
|
||||||
<terminal x="-20" y="40" orientation="s"/>
|
|
||||||
<terminal x="0" y="40" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
<definition type="element" hotspot_y="51" link_type="master" version="0.5" width="120" height="100" hotspot_x="57">
|
|
||||||
<uuid uuid="{ccf455d2-d4dd-49e4-a66a-ff1685b79479}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">PKZM0-4 (072737)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<polygon x1="20" y6="-6" x7="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="10" y1="14" y5="4" y7="-25" x2="20" y4="4" x4="25" x5="20" y2="10" closed="false" x6="20" antialias="true" x3="25"/>
|
|
||||||
<polygon x1="0" y6="-6" x7="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="10" y1="14" y5="4" y7="-25" x2="0" y4="4" x4="5" x5="0" y2="10" closed="false" x6="0" antialias="true" x3="5"/>
|
|
||||||
<text y="25" size="9" x="16" text="I>"/>
|
|
||||||
<text y="-35" size="6" x="22" text="5"/>
|
|
||||||
<text y="-35" size="6" x="2" text="3"/>
|
|
||||||
<text y="39" size="6" x="2" text="4"/>
|
|
||||||
<rect y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" height="28" x="-30" antialias="false"/>
|
|
||||||
<text y="39" size="6" x="22" text="6"/>
|
|
||||||
<text y="39" size="6" x="-18" text="2"/>
|
|
||||||
<text y="25" size="9" x="-4" text="I>"/>
|
|
||||||
<line x1="-18" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="-22" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-22" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="-18" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="-2" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="2" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="22" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="18" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="18" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="22" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<input y="-0.5" size="9" tagg="label" rotate="true" x="-92" text="-Q"/>
|
|
||||||
<line x1="-30" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="14" x2="30" end2="none" y2="14" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="-10" end2="none" y2="27" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="10" end2="none" y2="28" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="25" size="9" x="-24" text="I>"/>
|
|
||||||
<line x1="-20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x2="-20" end2="none" y2="29" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x2="0" end2="none" y2="29" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x2="20" end2="none" y2="29" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="-35" size="6" x="-18" text="1"/>
|
|
||||||
<polygon x1="-20" y6="-6" x7="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="10" y1="14" y5="4" y7="-25" x2="-20" y4="4" x4="-15" x5="-20" y2="10" closed="false" x6="-20" antialias="true" x3="-15"/>
|
|
||||||
<line x1="-20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-27" x2="-20" end2="none" y2="-40" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-27" x2="0" end2="none" y2="-40" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-27" x2="20" end2="none" y2="-40" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<rect y="-22" style="line-style:normal;line-weight:thin;filling:none;color:black" width="12" height="12" x="-46" antialias="false"/>
|
|
||||||
<line x1="-34" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-16" x2="-53" end2="none" y2="-16" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-53" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-20" x2="-53" end2="none" y2="-12" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-40" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10" x2="-40" end2="none" y2="-22" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-34" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="-16" x2="16" end2="none" y2="-16" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<polygon x1="-30" style="line-style:dashed;line-weight:thin;filling:none;color:black" y3="-10" y1="21" x2="-40" y2="21" closed="false" antialias="false" x3="-40"/>
|
|
||||||
<line x1="-30" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="7" x2="-40" end2="none" y2="7" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="10" size="6" x="32" text="2,5-4A"/>
|
|
||||||
<terminal y="-40" x="-20" orientation="n"/>
|
|
||||||
<terminal y="-40" x="0" orientation="n"/>
|
|
||||||
<terminal y="40" x="-20" orientation="s"/>
|
|
||||||
<terminal y="-40" x="20" orientation="n"/>
|
|
||||||
<terminal y="40" x="0" orientation="s"/>
|
|
||||||
<terminal y="40" x="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
<definition type="element" hotspot_y="51" link_type="master" version="0.5" width="120" height="100" hotspot_x="57">
|
|
||||||
<uuid uuid="{b2ef879f-6566-4f18-a5ca-8af364439f9d}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">PKZM0-6,3 (072738)</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<polygon x1="20" y6="-6" x7="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="10" y1="14" y5="4" y7="-25" x2="20" y4="4" x4="25" x5="20" y2="10" closed="false" x6="20" antialias="true" x3="25"/>
|
|
||||||
<polygon x1="0" y6="-6" x7="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="10" y1="14" y5="4" y7="-25" x2="0" y4="4" x4="5" x5="0" y2="10" closed="false" x6="0" antialias="true" x3="5"/>
|
|
||||||
<text y="25" size="9" x="16" text="I>"/>
|
|
||||||
<text y="-35" size="6" x="22" text="5"/>
|
|
||||||
<text y="-35" size="6" x="2" text="3"/>
|
|
||||||
<text y="39" size="6" x="2" text="4"/>
|
|
||||||
<rect y="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" height="28" x="-30" antialias="false"/>
|
|
||||||
<text y="39" size="6" x="22" text="6"/>
|
|
||||||
<text y="39" size="6" x="-18" text="2"/>
|
|
||||||
<text y="25" size="9" x="-4" text="I>"/>
|
|
||||||
<line x1="-18" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="-22" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-22" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="-18" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="-2" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="2" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="22" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="18" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="18" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29" x2="22" end2="none" y2="-25" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<input y="-0.5" size="9" tagg="label" rotate="true" x="-92" text="-Q"/>
|
|
||||||
<line x1="-30" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="14" x2="30" end2="none" y2="14" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="-10" end2="none" y2="27" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="10" end2="none" y2="28" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="25" size="9" x="-24" text="I>"/>
|
|
||||||
<line x1="-20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x2="-20" end2="none" y2="29" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x2="0" end2="none" y2="29" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x2="20" end2="none" y2="29" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="-35" size="6" x="-18" text="1"/>
|
|
||||||
<polygon x1="-20" y6="-6" x7="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="10" y1="14" y5="4" y7="-25" x2="-20" y4="4" x4="-15" x5="-20" y2="10" closed="false" x6="-20" antialias="true" x3="-15"/>
|
|
||||||
<line x1="-20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-27" x2="-20" end2="none" y2="-40" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-27" x2="0" end2="none" y2="-40" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="20" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-27" x2="20" end2="none" y2="-40" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<rect y="-22" style="line-style:normal;line-weight:thin;filling:none;color:black" width="12" height="12" x="-46" antialias="false"/>
|
|
||||||
<line x1="-34" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-16" x2="-53" end2="none" y2="-16" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-53" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-20" x2="-53" end2="none" y2="-12" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-40" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-10" x2="-40" end2="none" y2="-22" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<line x1="-34" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="-16" x2="16" end2="none" y2="-16" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<polygon x1="-30" style="line-style:dashed;line-weight:thin;filling:none;color:black" y3="-10" y1="21" x2="-40" y2="21" closed="false" antialias="false" x3="-40"/>
|
|
||||||
<line x1="-30" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y1="7" x2="-40" end2="none" y2="7" length1="1.5" end1="none" antialias="false"/>
|
|
||||||
<text y="10" size="6" x="32" text="4-6,3A"/>
|
|
||||||
<terminal y="-40" x="-20" orientation="n"/>
|
|
||||||
<terminal y="-40" x="0" orientation="n"/>
|
|
||||||
<terminal y="40" x="-20" orientation="s"/>
|
|
||||||
<terminal y="-40" x="20" orientation="n"/>
|
|
||||||
<terminal y="40" x="0" orientation="s"/>
|
|
||||||
<terminal y="40" x="20" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="ru">Магнито-тепловые прерыватели</name>
|
|
||||||
<name lang="de">Motorschutzschalter</name>
|
|
||||||
<name lang="en">Magneto-thermal circuit breaker GV</name>
|
|
||||||
<name lang="fr">Disjoncteur magnéto-thermique GV</name>
|
|
||||||
<name lang="ar">GV قواطع مغناطسية-حرارية</name>
|
|
||||||
<name lang="pl">Wyłączniki silnikowe</name>
|
|
||||||
<name lang="cs">Magnetotepelný jistič GV</name>
|
|
||||||
<name lang="it">Interr. magnetotermici</name>
|
|
||||||
<name lang="el">Θερμομαγνητικοί διακόπτες</name>
|
|
||||||
<name lang="nl">Motorbeveiligingsschakelaar GV</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
<definition width="80" height="60" hotspot_x="40" version="0.80" type="element" hotspot_y="31" link_type="simple">
|
|
||||||
<uuid uuid="{40df4e45-d71b-4f35-bfd0-6b2e55933c85}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="en">P3-63/EA/SVB-SW (057857)</name>
|
|
||||||
</names>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">P3-63/EA/SVB-SW </elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Eaton Moeller</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">057857</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<text x="-37" y="18" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="63A" color="#000000"/>
|
|
||||||
<text x="12" y="-15" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="3" color="#000000"/>
|
|
||||||
<circle x="28" y="-12" antialias="true" diameter="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="32" y="-15" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="5" color="#000000"/>
|
|
||||||
<text x="12" y="18" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="4" color="#000000"/>
|
|
||||||
<circle x="8" y="-12" antialias="true" diameter="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="-8" y="18" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="2" color="#000000"/>
|
|
||||||
<text x="32" y="18" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="6" color="#000000"/>
|
|
||||||
<circle x="-12" y="-12" antialias="true" diameter="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="-15" antialias="true" y1="-10" x3="-10" closed="false" y3="20" y2="10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="25" antialias="true" y1="-10" x3="30" closed="false" y3="20" y2="10" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="5" antialias="true" y1="-10" x3="10" closed="false" y3="20" y2="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text x="-63" y="-10.5" text_from="ElementInfo" Valignment="AlignTop" z="13" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{f070527d-6f8d-4333-bf46-413eb7d32d03}" rotation="0" frame="false" Halignment="AlignLeft" text_width="-1">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line end1="none" x1="-10" length1="1.5" antialias="false" y1="-20" y2="-12" length2="1.5" x2="-10" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="-8" length1="1.5" antialias="false" y1="-12" y2="-12" length2="1.5" x2="-12" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="10" length1="1.5" antialias="false" y1="-20" y2="-12" length2="1.5" x2="10" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="12" length1="1.5" antialias="false" y1="-12" y2="-12" length2="1.5" x2="8" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="30" length1="1.5" antialias="false" y1="-20" y2="-12" length2="1.5" x2="30" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line end1="none" x1="32" length1="1.5" antialias="false" y1="-12" y2="-12" length2="1.5" x2="28" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text x="-8" y="-15" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" text="1" color="#000000"/>
|
|
||||||
<line end1="none" x1="-29" length1="1.5" antialias="false" y1="0" y2="0" length2="1.5" x2="27" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x1="-33" y4="-5" antialias="false" y1="5" x3="-30" closed="false" y3="-5" y6="-5" y2="5" y5="-5" x2="-30" x4="-27" x5="-27" x6="-27" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<terminal x="-10" name="" y="-20" uuid="{536f1f15-36a7-4380-9eae-144bacec5e50}" orientation="n"/>
|
|
||||||
<terminal x="-10" name="" y="20" uuid="{7e667006-b7cb-4a07-9bcf-ddac34fed447}" orientation="s"/>
|
|
||||||
<terminal x="30" name="" y="-20" uuid="{1ab1917e-144c-4c1a-a3c5-8478bca68580}" orientation="n"/>
|
|
||||||
<terminal x="30" name="" y="20" uuid="{e76b3b16-ff15-4546-8d7c-6020810e3d75}" orientation="s"/>
|
|
||||||
<terminal x="10" name="" y="-20" uuid="{b5678a25-dacc-4d2d-ba3b-bd6f8a8c3e96}" orientation="n"/>
|
|
||||||
<terminal x="10" name="" y="20" uuid="{8cc5bb88-d8b8-4005-a788-c00cacf88118}" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="de">Lasttrenner</name>
|
|
||||||
<name lang="ru">Разъеденители</name>
|
|
||||||
<name lang="en">Disconnecting switches</name>
|
|
||||||
<name lang="fr">Sectionneurs</name>
|
|
||||||
<name lang="ar">عازلات</name>
|
|
||||||
<name lang="es">Seccionadores</name>
|
|
||||||
<name lang="cs">Odpojovače</name>
|
|
||||||
<name lang="pt">Seccionadores</name>
|
|
||||||
<name lang="pl">Odłączniki</name>
|
|
||||||
<name lang="it">Sezionatori</name>
|
|
||||||
<name lang="nl">Lastschakelaars</name>
|
|
||||||
<name lang="el">Αποζεύκτες</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="ru">Предохранители и элементы защиты</name>
|
|
||||||
<name lang="en">Fuses and protective gears</name>
|
|
||||||
<name lang="fr">Fusibles et protections</name>
|
|
||||||
<name lang="it">Fusibili e protezioni</name>
|
|
||||||
<name lang="pl">Łączniki i zabezpieczenia</name>
|
|
||||||
<name lang="de">Sicherungen und Schutzeinrichtungen</name>
|
|
||||||
<name lang="el">Ασφάλειες και εξαρτήματα προστασίας</name>
|
|
||||||
<name lang="nl">Zekeringen en beveiligingen</name>
|
|
||||||
<name lang="cs">Tavné pojistky a ochrany</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
<uuid uuid="{629ec862-dfe9-40a5-bf95-fb47c6db9d0f}"/>
|
<uuid uuid="{629ec862-dfe9-40a5-bf95-fb47c6db9d0f}"/>
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">FESTO VPPM Proportional valve</name>
|
<name lang="en">FESTO VPPM Proportional valve</name>
|
||||||
|
<name lang="en">FESTO VPPM Proportionalventil</name>
|
||||||
<name lang="hu">FESTO VPPM Proporcionális szelep</name>
|
<name lang="hu">FESTO VPPM Proporcionális szelep</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations/>
|
<elementInformations/>
|
||||||
|
|||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{b1ab607c-d64a-4996-aeb7-22b5de1b484b}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFS701 1A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFS701</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">1A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C1 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>s.deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>1A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{56614048-9a5c-4579-8d4e-0cf90d3d982e}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{c6c1f565-3838-4408-b107-2d945c870bee}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{5acd1736-68a7-4613-8c73-37e92958ff5b}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{47a10701-2b6a-46ef-bcdc-0d1c36abfef2}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition hotspot_x="19" link_type="master" height="70" type="element" width="50" version="0.80" hotspot_y="40">
|
|
||||||
<uuid uuid="{6f9c9f8e-4db8-4b43-baa1-eb5109a7d3e1}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFS702 2A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="description">DISJONCTEUR UNI+N COURBE C2 A</elementInformation>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">2A</elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">MFS702</elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>s.deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="-10" x2="7" length2="1.5" length1="1.5" end2="none" end1="none" y1="-10"/>
|
|
||||||
<polygon closed="false" x1="-10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="-10" x3="-15" y1="3"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="16"/>
|
|
||||||
<polygon closed="false" x1="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="10" x3="5" y1="3"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" text_from="ElementInfo" z="6" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" Halignment="AlignLeft" y="-20" x="20" rotation="0" frame="false">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y="10.5" width="8" x="6" start="90"/>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="3" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" text_width="-1" text_from="ElementInfo" z="18" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" Halignment="AlignLeft" y="-5" x="15" rotation="0" frame="false">
|
|
||||||
<text>2A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22" x="12" text="2" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="12" text="1" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="-9" text="N" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21" x="19" text="C" rotation="0"/>
|
|
||||||
<terminal orientation="n" y="-30" x="-10"/>
|
|
||||||
<terminal orientation="n" y="-30" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="-10"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition hotspot_x="19" link_type="master" height="70" type="element" width="50" version="0.80" hotspot_y="40">
|
|
||||||
<uuid uuid="{f4faedb2-ae31-4961-b451-c9a845ad6c78}"/>
|
|
||||||
<names>
|
|
||||||
|
|
||||||
<name lang="fr">MFS706 6A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="description">DISJONCTEUR UNI+N COURBE C6 A</elementInformation>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">6A</elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">MFS706</elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="-10" x2="7" length2="1.5" length1="1.5" end2="none" end1="none" y1="-10"/>
|
|
||||||
<polygon closed="false" x1="-10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="-10" x3="-15" y1="3"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="16"/>
|
|
||||||
<polygon closed="false" x1="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="10" x3="5" y1="3"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" text_from="ElementInfo" z="6" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" Halignment="AlignLeft" y="-20" x="20" rotation="0" frame="false">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y="10.5" width="8" x="6" start="90"/>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="3" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" text_width="-1" text_from="ElementInfo" z="18" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" Halignment="AlignLeft" y="-5" x="15" rotation="0" frame="false">
|
|
||||||
<text>6A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22" x="12" text="2" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="12" text="1" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="-9" text="N" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21" x="19" text="C" rotation="0"/>
|
|
||||||
<terminal orientation="n" y="-30" x="-10"/>
|
|
||||||
<terminal orientation="n" y="-30" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="-10"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{da9c8539-f1f9-41aa-b90f-cb58ac76984d}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="cs">Dvojpólový jistič 1 pól chránící</name>
|
|
||||||
<name lang="es">Disyuntor termico magnetico en polo P+N</name>
|
|
||||||
<name lang="fr">MFS710 10A</name>
|
|
||||||
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
|
|
||||||
<name lang="de">Leitungsschutzschalter 1P+N</name>
|
|
||||||
<name lang="en">Circuit-breaker</name>
|
|
||||||
<name lang="it">Int. Aut. Magneto-termico 1P+N</name>
|
|
||||||
<name lang="nl">Lastscheider 1P+N</name>
|
|
||||||
<name lang="pl">Wyłącznik</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFS710</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">10A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C10 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>10A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{1d33a199-7569-4f3d-9208-e0f2cd0d4d32}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{cc898844-a82d-40e2-8f5d-87b21f80dc89}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{a80a2511-018e-43c3-a142-9f7480a87ac3}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{a0dfed95-4d4d-41e0-aca8-871733eda449}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition hotspot_x="19" link_type="master" height="70" type="element" width="50" version="0.80" hotspot_y="40">
|
|
||||||
<uuid uuid="{add9e4ed-d00d-47b9-8e6e-7785a16ab324}"/>
|
|
||||||
<names>
|
|
||||||
|
|
||||||
<name lang="fr">MFS716 16A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="description">DISJONCTEUR UNI+N COURBE C16 A</elementInformation>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">16A</elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">MFS716</elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="-10" x2="7" length2="1.5" length1="1.5" end2="none" end1="none" y1="-10"/>
|
|
||||||
<polygon closed="false" x1="-10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="-10" x3="-15" y1="3"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="16"/>
|
|
||||||
<polygon closed="false" x1="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="10" x3="5" y1="3"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" text_from="ElementInfo" z="6" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" Halignment="AlignLeft" y="-20" x="20" rotation="0" frame="false">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y="10.5" width="8" x="6" start="90"/>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="3" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" text_width="-1" text_from="ElementInfo" z="18" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" Halignment="AlignLeft" y="-5" x="15" rotation="0" frame="false">
|
|
||||||
<text>16A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22" x="12" text="2" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="12" text="1" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="-9" text="N" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21" x="19" text="C" rotation="0"/>
|
|
||||||
<terminal orientation="n" y="-30" x="-10"/>
|
|
||||||
<terminal orientation="n" y="-30" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="-10"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition hotspot_x="19" link_type="master" height="70" type="element" width="50" version="0.80" hotspot_y="40">
|
|
||||||
<uuid uuid="{a50f88a2-1259-4fa8-b10e-e4c8579c868d}"/>
|
|
||||||
<names>
|
|
||||||
|
|
||||||
<name lang="fr">MFS720 20A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="description">DISJONCTEUR UNI+N COURBE C20 A</elementInformation>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">20A</elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">MFS720</elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="-10" x2="7" length2="1.5" length1="1.5" end2="none" end1="none" y1="-10"/>
|
|
||||||
<polygon closed="false" x1="-10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="-10" x3="-15" y1="3"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="16"/>
|
|
||||||
<polygon closed="false" x1="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" y3="-20" x2="10" x3="5" y1="3"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" text_from="ElementInfo" z="6" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" Halignment="AlignLeft" y="-20" x="20" rotation="0" frame="false">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y="10.5" width="8" x="6" start="90"/>
|
|
||||||
<line x1="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="-10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="8"/>
|
|
||||||
<line x1="15" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="8" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="3" x2="15" length2="1.5" length1="1.5" end2="none" end1="none" y1="3"/>
|
|
||||||
<line x1="-12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="-8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="10" length2="1.5" length1="1.5" end2="none" end1="none" y1="-30"/>
|
|
||||||
<line x1="12" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="8" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<line x1="8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-18" x2="12" length2="1.5" length1="1.5" end2="none" end1="none" y1="-22"/>
|
|
||||||
<dynamic_text Valignment="AlignTop" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" text_width="-1" text_from="ElementInfo" z="18" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" Halignment="AlignLeft" y="-5" x="15" rotation="0" frame="false">
|
|
||||||
<text>20A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22" x="12" text="2" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="12" text="1" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25" x="-9" text="N" rotation="0"/>
|
|
||||||
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21" x="19" text="C" rotation="0"/>
|
|
||||||
<terminal orientation="n" y="-30" x="-10"/>
|
|
||||||
<terminal orientation="n" y="-30" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="10"/>
|
|
||||||
<terminal orientation="s" y="20" x="-10"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{c8a8f4ea-e851-4906-a11b-6f29bcf63948}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFS725 25A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFS725</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">25A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C25 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>25A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{27a0f65e-ad09-4ff7-81d1-78f68a7fd3c2}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{b9fd35e2-5fa9-48dd-8bed-5f7f7ff958ea}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{f90388f3-b0a4-44b9-8fdb-b51ed3e8e06c}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{6e4fd68d-bd2a-4727-8972-9dd8de2cc467}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{dfff2478-33e7-4d47-9730-47e7630d65a0}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFS732 32A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFS732</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">32A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C32 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>32A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{c8e756c8-1470-48d5-ae59-fc5cfdf79861}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{b3a98f3b-39a5-4b7e-ac31-9a1144b2e806}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{9fc9c9f1-4db7-4624-a29d-dcf34d60451b}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{71ab1723-1cea-4608-80fb-987e178466f0}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Auto/Auto</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Courbe C</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{302ae2a7-827d-44d0-8396-8a1fe0ecd35b}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN701 1A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN701</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">1A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C1 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>s.deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>1A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{f6e26355-82bd-4547-8ad0-2c05ba6a64c2}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{01ebd6dc-fe56-4b0d-986c-fa14f218145c}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{7506acc4-bb66-4a6d-819b-aaa8e28c75ef}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{e3b0ab07-fbdc-47fa-bd09-e68a2b2124d8}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{f1461903-ebad-4fd6-929d-6b5f3f6c3974}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN702 2A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN702</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">2A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C2 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>s.deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>2A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{78854855-9276-40e0-87bf-0eeb416361fa}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{0b00c34a-d7f4-4738-bea2-b0cdcee3c7ab}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{58d787c3-7a22-4924-b0dc-bc35bde10bc1}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{2c21f88f-b595-4627-b400-0a386a10ed48}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{73cc4d65-b7f7-49ca-9aeb-bfd37d813318}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN706 6A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN706</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">6A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C6 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>6A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{d489a473-e346-4bda-a2ea-5a7506378d97}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN710 10A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN710</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">10A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C10 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>10A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{eebdb81e-58ab-4bf8-ba8c-fbc6cbbb2d2b}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{a7068329-943b-41dd-86c0-af71b2bdedc5}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{444e614c-45f9-4065-8070-d2b4fde1e788}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{7ed07d6d-78c0-4fd0-8c82-7129ec5eda8a}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{ff6fd0d2-95de-43c4-817b-9f434ec1c588}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFS716 16A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN716</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">16A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C16 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>16A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{12dc11fc-0e38-4f0d-9f0b-357fefe223bf}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{746db202-dce1-4f5c-aa43-bf313a058aa3}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{c6fbe115-6527-4346-b12c-06f84c1b52ac}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{ef9ed25c-a7c3-4513-af97-2e5784502165}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{cc81ef47-8c99-4a20-b1f2-31d77ce2c800}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN720 20A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN720</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">20A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C20 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>20A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{ad1b9140-52d9-4ff6-b2cc-28399988c725}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{44ddd14f-4261-4ee8-a7aa-0a94ec01e187}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{d5712660-50c1-4265-83a8-9aedcb03d4a3}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{086d7872-e550-42eb-8d61-4862d4ab5ba1}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{5cc54491-a772-4dd1-9879-3a36c5cc9aec}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN725 25A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN725</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">25A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C25 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>25A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{761bbb62-07b2-4981-b9cc-ca11f634e6fd}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{e52fb8f4-9c43-4553-a43a-892ca02b33e7}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{524c19fa-82b7-4039-8da2-e3d842de137b}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{6d4be6b8-a6c9-440a-9364-f24447cebe37}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition version="0.80" link_type="master" hotspot_y="40" height="70" type="element" width="50" hotspot_x="18">
|
|
||||||
<uuid uuid="{80f10f4a-93b6-43d0-b572-9d710595fa7c}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">MFN732 32A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">MFN732</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">32A</elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">DISJONCTEUR UNI+N COURBE C32 A</elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="-10" end1="none" y2="20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-10" antialias="false" x2="7" end1="none" y2="-10" x1="-12" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x3="-15" y1="3" antialias="true" x2="-10" y2="0" x1="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="16" antialias="false" x2="10" end1="none" y2="20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x3="5" y1="3" antialias="true" x2="10" y2="0" x1="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-20" text_width="-1" text_from="ElementInfo" x="20" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="6">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc angle="-180" antialias="true" y="10.5" start="90" x="6" height="5" width="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="-10" end1="none" y2="-20" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="10" end1="none" y2="10" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="8" antialias="false" x2="15" end1="none" y2="8" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="8" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-12" end1="none" y2="-18" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="3" antialias="false" x2="15" end1="none" y2="3" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="-8" end1="none" y2="-18" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-30" antialias="false" x2="10" end1="none" y2="-20" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="8" end1="none" y2="-18" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line length1="1.5" end2="none" length2="1.5" y1="-22" antialias="true" x2="12" end1="none" y2="-18" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" y="-5" text_width="-1" text_from="ElementInfo" x="15" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" z="18">
|
|
||||||
<text>32A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<text rotation="0" y="21" text="C" x="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
|
|
||||||
<terminal uuid="{ae449151-c6fd-47c9-b71c-2892dbe7ea0f}" name="" y="-30" x="-10" orientation="n"/>
|
|
||||||
<terminal uuid="{1bf44921-6735-4093-be34-bd603610b72e}" name="" y="-30" x="10" orientation="n"/>
|
|
||||||
<terminal uuid="{e8ab021b-7769-4a77-8f50-4a9855e0f463}" name="" y="20" x="10" orientation="s"/>
|
|
||||||
<terminal uuid="{a74681fe-db8f-4e73-b98c-3c8044dba30d}" name="" y="20" x="-10" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Vis/Vis</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Auto/Auto</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Auto/Vis</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Courbe D</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{09fa6986-b2f6-4074-98e4-761448d41e6f}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT701 1A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT701</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 1A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">1A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>1A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{619615e7-2e77-4785-970d-4f31f6d532db}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT702 2A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT702</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 2A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">2A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>2A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{26454751-7279-409d-ae0c-86543141ddf5}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT703 3A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT702</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 3A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">3A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>3A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{db4a03e3-2935-4815-b7f2-9bc48a1c6f3f}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT704 4A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT704</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 4A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">4A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>4A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{ccc71fa0-8039-4486-ac7d-d73b8ac73a9c}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT706 6A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT706</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 6A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">6A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>6A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{675564a8-4120-49dd-aceb-5973b1fcc649}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT710 10A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT710</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 10A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">10A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>10A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{03f68dcf-4587-4146-a901-31b62042f545}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT716 16A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT716</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 16A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">16A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>16A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<definition hotspot_y="40" link_type="master" width="50" height="70" type="element" version="0.80" hotspot_x="18">
|
|
||||||
<uuid uuid="{116b7277-f5c2-4f9b-9622-f8062c4101a4}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT720 20A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="designation" show="1">NGT720</elementInformation>
|
|
||||||
<elementInformation name="comment" show="1">20A</elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">Disjoncteur 1P+N 6-10kA courbe D - 20A 1 module</elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>Author: The QElectroTech team


|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line x1="-10" end2="none" antialias="false" y2="20" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="-10" y1="3"/>
|
|
||||||
<line x1="-12" end2="none" antialias="false" y2="-10" end1="none" length2="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" length1="1.5" x2="7" y1="-10"/>
|
|
||||||
<polygon y3="-20" x1="-10" antialias="true" y2="0" closed="false" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" y1="3"/>
|
|
||||||
<line x1="10" end2="none" antialias="false" y2="20" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="10" y1="16"/>
|
|
||||||
<polygon y3="-20" x1="10" antialias="true" y2="0" closed="false" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" y1="3"/>
|
|
||||||
<dynamic_text rotation="0" y="-20" frame="false" Valignment="AlignTop" text_from="ElementInfo" x="20" z="6" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" text_width="-1">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc width="8" antialias="true" y="10.5" height="5" x="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" angle="-180"/>
|
|
||||||
<line x1="-10" end2="none" antialias="false" y2="-20" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="-10" y1="-30"/>
|
|
||||||
<line x1="10" end2="none" antialias="false" y2="10" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="10" y1="8"/>
|
|
||||||
<line x1="10" end2="none" antialias="false" y2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="15" y1="8"/>
|
|
||||||
<line x1="15" end2="none" antialias="false" y2="8" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="15" y1="3"/>
|
|
||||||
<line x1="-8" end2="none" antialias="true" y2="-18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="-12" y1="-22"/>
|
|
||||||
<line x1="10" end2="none" antialias="false" y2="3" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="15" y1="3"/>
|
|
||||||
<line x1="-12" end2="none" antialias="true" y2="-18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="-8" y1="-22"/>
|
|
||||||
<line x1="10" end2="none" antialias="false" y2="-20" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="10" y1="-30"/>
|
|
||||||
<line x1="12" end2="none" antialias="true" y2="-18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="8" y1="-22"/>
|
|
||||||
<line x1="8" end2="none" antialias="true" y2="-18" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x2="12" y1="-22"/>
|
|
||||||
<dynamic_text rotation="0" y="-5" frame="false" Valignment="AlignTop" text_from="ElementInfo" x="15" z="18" Halignment="AlignLeft" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" text_width="-1">
|
|
||||||
<text>20A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text rotation="0" y="22" text="2" x="12" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
|
||||||
<text rotation="0" y="-25" text="1" x="12" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
|
||||||
<text rotation="0" y="-25" text="N" x="-9" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
|
||||||
<text rotation="0" y="21" text="D" x="19" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
|
||||||
<terminal y="-30" x="-10" name="" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" orientation="n"/>
|
|
||||||
<terminal y="-30" x="10" name="" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" orientation="n"/>
|
|
||||||
<terminal y="20" x="10" name="" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" orientation="s"/>
|
|
||||||
<terminal y="20" x="-10" name="" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" orientation="s"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{a015522d-0072-4011-9e44-736f78f7794b}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT725 25A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT725</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 25A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">25A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>25A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{fa2eadbd-32e0-4ccb-a547-a61289abd0d1}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT732 32A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT732</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 32A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">32A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>32A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<definition width="50" height="70" hotspot_x="18" hotspot_y="40" link_type="master" version="0.80" type="element">
|
|
||||||
<uuid uuid="{32621924-cb57-47b5-b331-ebb148d60d19}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">NGT740 40A</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">NGT740</elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur 1P+N 6-10kA courbe D - 40A 1 module</elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment">40A</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.Deffaux
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="-10" y1="3" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" y2="-10" x1="-12" y1="-10" x2="7"/>
|
|
||||||
<polygon antialias="true" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="-10" y1="3" y3="-20" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="20" x1="10" y1="16" x2="10"/>
|
|
||||||
<polygon antialias="true" x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="0" closed="false" x1="10" y1="3" y3="-20" x2="10"/>
|
|
||||||
<dynamic_text x="20" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{0afdb394-69b7-48fe-b2ce-3abb444ef6b3}" y="-20">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<arc x="6" antialias="true" width="8" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" start="90" y="10.5"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="-10" y1="-30" x2="-10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="10" x1="10" y1="8" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="10" y1="8" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="8" x1="15" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-8" y1="-22" x2="-12"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3" x1="10" y1="3" x2="15"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="-12" y1="-22" x2="-8"/>
|
|
||||||
<line length1="1.5" antialias="false" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-20" x1="10" y1="-30" x2="10"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="12" y1="-22" x2="8"/>
|
|
||||||
<line length1="1.5" antialias="true" length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-18" x1="8" y1="-22" x2="12"/>
|
|
||||||
<dynamic_text x="15" Halignment="AlignLeft" frame="false" rotation="0" text_from="ElementInfo" text_width="-1" Valignment="AlignTop" z="18" font="Arial,9,-1,5,50,0,0,0,0,0,Normal" uuid="{0e0653ea-01b2-48bb-8668-edd62f7eed33}" y="-5">
|
|
||||||
<text>40A</text>
|
|
||||||
<info_name>comment</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<text x="12" color="#000000" text="2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="22"/>
|
|
||||||
<text x="12" color="#000000" text="1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="-9" color="#000000" text="N" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-25"/>
|
|
||||||
<text x="19" color="#000000" text="D" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="21"/>
|
|
||||||
<terminal x="-10" name="" orientation="n" uuid="{313ae06d-af44-4502-9d4d-ba2b6a219468}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="n" uuid="{0a7c4e4d-ed26-4286-b1bb-fdcb409988ad}" y="-30"/>
|
|
||||||
<terminal x="10" name="" orientation="s" uuid="{70d1db28-51d0-4332-bca4-da7d36674ed9}" y="20"/>
|
|
||||||
<terminal x="-10" name="" orientation="s" uuid="{6cf65f57-95fb-4b24-aada-aeb924fc4d8d}" y="20"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Disjoncteur</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,75 +0,0 @@
|
|||||||
<definition height="90" hotspot_x="43" width="110" link_type="master" version="0.80" type="element" hotspot_y="37">
|
|
||||||
<uuid uuid="{cd9532b4-bc2b-425f-862b-33da1f25e5de}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="cs">Dvojpólový jistič 1 pól chránící</name>
|
|
||||||
<name lang="pl">Wyłącznik</name>
|
|
||||||
<name lang="es">Disyuntor termico magnetico en polo P+N</name>
|
|
||||||
<name lang="nl">Lastscheider 1P+N</name>
|
|
||||||
<name lang="it">Int. Aut. Magneto-termico 1P+N</name>
|
|
||||||
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
|
|
||||||
<name lang="en">Circuit-breaker</name>
|
|
||||||
<name lang="fr">Disjoncteur différentiel C32A 30mA</name>
|
|
||||||
<name lang="de">Leitungsschutzschalter 1P+N</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="state">NO</kindInformation>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
<kindInformation show="1" name="number">1</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment"></elementInformation>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur différentiel C32A 30mA</elementInformation>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">ADC832F</elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.DEFFAUX

|
|
||||||
Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line x1="10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="18" y2="40" end2="none" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="-30" x3="-35" antialias="true" y1="3" y2="0" closed="false" x2="-30" y3="-20" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<arc antialias="true" angle="-180" height="5" width="8" start="90" style="line-style:normal;line-weight:normal;filling:none;color:black" x="6" y="12.5"/>
|
|
||||||
<polygon x1="-20" x3="-25" antialias="true" y1="2" y2="0" closed="false" x2="-20" y3="-20" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line x1="-10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="4" y2="40" end2="none" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" z="6" text_width="-1" rotation="0" frame="false" uuid="{7c189aba-a86c-4286-964d-b437612ed744}" text_from="ElementInfo" x="20" y="-18" Valignment="AlignTop">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line x1="10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="10" y2="12" end2="none" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="10" y2="10" end2="none" x2="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="-22" antialias="false" end1="none" length2="1.5" length1="1.5" y1="-10" y2="-10" end2="none" x2="8" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x1="-10" x3="-15" antialias="true" y1="3" y2="0" closed="false" x2="-10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="15" antialias="false" end1="none" length2="1.5" length1="1.5" y1="5" y2="10" end2="none" x2="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="5" y2="5" end2="none" x2="15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<polygon x1="10" x3="5" antialias="true" y1="4" y2="0" closed="false" x2="10" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="-10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="-30" y2="-20" end2="none" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="-8" antialias="true" end1="none" length2="1.5" length1="1.5" y1="-22" y2="-18" end2="none" x2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="-12" antialias="true" end1="none" length2="1.5" length1="1.5" y1="-22" y2="-18" end2="none" x2="-8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="-30" y2="-20" end2="none" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="12" antialias="true" end1="none" length2="1.5" length1="1.5" y1="-22" y2="-18" end2="none" x2="8" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<line x1="8" antialias="true" end1="none" length2="1.5" length1="1.5" y1="-22" y2="-18" end2="none" x2="12" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
|
||||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" text="C32A" x="22" y="18"/>
|
|
||||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" text="30mA" x="22" y="34"/>
|
|
||||||
<line x1="-10" antialias="false" end1="none" length2="1.5" length1="1.5" y1="35" y2="35" end2="none" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line x1="-30" antialias="false" end1="none" length2="1.5" length1="1.5" y1="35" y2="20" end2="none" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<rect rx="0" ry="0" antialias="false" height="10" width="4" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-32" y="10"/>
|
|
||||||
<line x1="-30" antialias="false" end1="none" length2="1.5" length1="1.5" y1="10" y2="3" end2="none" x2="-30" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x1="-30" y5="-20" x3="-20" y4="-20" antialias="false" y1="-20" y2="-25" closed="false" x2="-30" x4="-20" y3="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" x5="-20"/>
|
|
||||||
<line x1="-20" antialias="false" end1="none" length2="1.5" length1="1.5" y1="2" y2="2" end2="none" x2="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<line x1="-40" antialias="false" end1="none" length2="1.5" length1="1.5" y1="-10" y2="-10" end2="none" x2="-35" style="line-style:dashdotted;line-weight:thin;filling:none;color:black"/>
|
|
||||||
<polygon x1="-38" y5="-7" x3="-40" y4="-7" antialias="false" y1="-13" y2="-13" closed="false" x2="-40" x4="-38" y3="-7" style="line-style:normal;line-weight:thin;filling:none;color:black" x5="-38"/>
|
|
||||||
<rect rx="5" ry="5" antialias="false" height="10" width="40" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" y="20"/>
|
|
||||||
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" text="TYPE A" x="22" y="44"/>
|
|
||||||
<terminal name="" uuid="{44d3f9b6-f5d1-4709-9746-1069a30586fb}" orientation="s" x="-10" y="40"/>
|
|
||||||
<terminal name="" uuid="{06c6440e-f337-4699-b13f-624ff3323a8f}" orientation="n" x="-10" y="-30"/>
|
|
||||||
<terminal name="" uuid="{d8fa9739-72bf-47b2-ac02-3bb56b4cae43}" orientation="n" x="10" y="-30"/>
|
|
||||||
<terminal name="" uuid="{2fea9367-33e4-40ee-8d4a-565c8b6521d2}" orientation="s" x="10" y="40"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,74 +0,0 @@
|
|||||||
<definition width="100" type="element" link_type="master" height="80" version="0.80" hotspot_y="34" hotspot_x="42">
|
|
||||||
<uuid uuid="{28520ff9-8722-46ad-a471-645f385a753e}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="cs">Dvojpólový jistič 1 pól chránící</name>
|
|
||||||
<name lang="nl">Lastscheider 1P+N</name>
|
|
||||||
<name lang="it">Int. Aut. Magneto-termico 1P+N</name>
|
|
||||||
<name lang="pl">Wyłącznik</name>
|
|
||||||
<name lang="en">Circuit-breaker</name>
|
|
||||||
<name lang="fr">Disjoncteur différentiel C40A 30mA</name>
|
|
||||||
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
|
|
||||||
<name lang="es">Disyuntor termico magnetico en polo P+N</name>
|
|
||||||
<name lang="de">Leitungsschutzschalter 1P+N</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation show="1" name="type">protection</kindInformation>
|
|
||||||
<kindInformation show="1" name="state">NO</kindInformation>
|
|
||||||
<kindInformation show="1" name="number">1</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation show="1" name="unity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="plant"></elementInformation>
|
|
||||||
<elementInformation show="1" name="designation">ADC840F</elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="manufacturer">Hager</elementInformation>
|
|
||||||
<elementInformation show="1" name="label"></elementInformation>
|
|
||||||
<elementInformation show="1" name="comment"></elementInformation>
|
|
||||||
<elementInformation show="1" name="quantity"></elementInformation>
|
|
||||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
|
||||||
<elementInformation show="1" name="supplier"></elementInformation>
|
|
||||||
<elementInformation show="1" name="description">Disjoncteur différentiel C40A 30mA</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.DEFFAUX
|
|
||||||
Author: The QElectroTech team
|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line y1="18" end1="none" y2="40" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<polygon y1="3" y3="-20" closed="false" y2="0" x3="-35" antialias="true" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30"/>
|
|
||||||
<arc width="8" height="5" y="12.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="6" angle="-180" start="90"/>
|
|
||||||
<polygon y1="2" y3="-20" closed="false" y2="0" x3="-25" antialias="true" x1="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-20"/>
|
|
||||||
<line y1="4" end1="none" y2="40" antialias="false" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<dynamic_text Halignment="AlignLeft" text_from="ElementInfo" frame="false" Valignment="AlignTop" y="-18" rotation="0" x="20" text_width="-1" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{7c189aba-a86c-4286-964d-b437612ed744}">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line y1="10" end1="none" y2="12" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="10" end1="none" y2="10" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-10" end1="none" y2="-10" antialias="false" x1="-22" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="8" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<polygon y1="3" y3="-20" closed="false" y2="0" x3="-15" antialias="true" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10"/>
|
|
||||||
<line y1="5" end1="none" y2="10" antialias="false" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="5" end1="none" y2="5" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<polygon y1="4" y3="-20" closed="false" y2="0" x3="5" antialias="true" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10"/>
|
|
||||||
<line y1="-30" end1="none" y2="-20" antialias="false" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-22" end1="none" y2="-18" antialias="true" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-12" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-22" end1="none" y2="-18" antialias="true" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-8" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-30" end1="none" y2="-20" antialias="false" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-22" end1="none" y2="-18" antialias="true" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="8" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-22" end1="none" y2="-18" antialias="true" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="12" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<text y="18" color="#000000" rotation="0" x="22" text="C40A" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
|
||||||
<text y="34" color="#000000" rotation="0" x="22" text="30mA" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
|
|
||||||
<line y1="35" end1="none" y2="35" antialias="false" x1="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="35" end1="none" y2="20" antialias="false" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<rect width="4" rx="0" ry="0" height="10" y="10" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-32"/>
|
|
||||||
<line y1="10" end1="none" y2="3" antialias="false" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<polygon y1="-20" y5="-20" y3="-25" closed="false" y2="-25" x3="-20" antialias="false" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="-20" x5="-20" x2="-30" y4="-20"/>
|
|
||||||
<line y1="2" end1="none" y2="2" antialias="false" x1="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="10" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<line y1="-10" end1="none" y2="-10" antialias="false" x1="-40" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" x2="-35" length2="1.5" length1="1.5" end2="none"/>
|
|
||||||
<polygon y1="-13" y5="-7" y3="-7" closed="false" y2="-13" x3="-40" antialias="false" x1="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="-38" x5="-38" x2="-40" y4="-7"/>
|
|
||||||
<rect width="40" rx="5" ry="5" height="10" y="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20"/>
|
|
||||||
<terminal y="-30" orientation="n" x="10"/>
|
|
||||||
<terminal y="40" orientation="s" x="10"/>
|
|
||||||
<terminal y="40" orientation="s" x="-10"/>
|
|
||||||
<terminal y="-30" orientation="n" x="-10"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Courbe C</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Auto/Vis</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Type AC</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Vis/Vis</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Auto/Vis</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Type F / Hpi</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Vis/Vis</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
<definition hotspot_x="45" type="element" width="120" version="0.80" height="90" hotspot_y="37" link_type="master">
|
|
||||||
<uuid uuid="{495ada97-ec8f-492a-907b-2bad62e124b9}"/>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">HDA245S- Disjoncteur de branchement différentiel 2P 15/45A 500mA sélectif</name>
|
|
||||||
</names>
|
|
||||||
<kindInformations>
|
|
||||||
<kindInformation name="type" show="1">protection</kindInformation>
|
|
||||||
<kindInformation name="number" show="1">1</kindInformation>
|
|
||||||
<kindInformation name="state" show="1">NO</kindInformation>
|
|
||||||
</kindInformations>
|
|
||||||
<elementInformations>
|
|
||||||
<elementInformation name="comment" show="1"></elementInformation>
|
|
||||||
<elementInformation name="description" show="1">Disjoncteur de branchement différentiel 2P 15/45A 500mA sélectif</elementInformation>
|
|
||||||
<elementInformation name="label" show="1"></elementInformation>
|
|
||||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="supplier" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
|
||||||
<elementInformation name="quantity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="manufacturer" show="1">Hager</elementInformation>
|
|
||||||
<elementInformation name="unity" show="1"></elementInformation>
|
|
||||||
<elementInformation name="plant" show="1"></elementInformation>
|
|
||||||
<elementInformation name="designation" show="1">HDA245S</elementInformation>
|
|
||||||
</elementInformations>
|
|
||||||
<informations>S.DEFFAUX

|
|
||||||
Author: The QElectroTech team

|
|
||||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
|
||||||
<description>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length1="1.5" y2="40" y1="18" antialias="false"/>
|
|
||||||
<polygon x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" y3="-20" closed="false" x3="-35" y2="0" y1="3" antialias="true"/>
|
|
||||||
<arc start="90" y="12.5" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="6" height="5" angle="-180" antialias="true"/>
|
|
||||||
<polygon x1="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-20" y3="-20" closed="false" x3="-25" y2="0" y1="2" antialias="true"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length1="1.5" y2="40" y1="4" antialias="false"/>
|
|
||||||
<dynamic_text rotation="0" uuid="{7c189aba-a86c-4286-964d-b437612ed744}" y="-18" Valignment="AlignTop" z="6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" frame="false" text_width="-1" x="20" Halignment="AlignLeft">
|
|
||||||
<text></text>
|
|
||||||
<info_name>label</info_name>
|
|
||||||
</dynamic_text>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length1="1.5" y2="12" y1="10" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length1="1.5" y2="10" y1="10" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-22" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="8" length1="1.5" y2="-10" y1="-10" antialias="false"/>
|
|
||||||
<polygon x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" y3="-20" closed="false" x3="-15" y2="0" y1="3" antialias="true"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length1="1.5" y2="10" y1="5" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="15" length1="1.5" y2="5" y1="5" antialias="false"/>
|
|
||||||
<polygon x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" y3="-20" closed="false" x3="5" y2="0" y1="4" antialias="true"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length1="1.5" y2="-20" y1="-30" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-12" length1="1.5" y2="-18" y1="-22" antialias="true"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-8" length1="1.5" y2="-18" y1="-22" antialias="true"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length1="1.5" y2="-20" y1="-30" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="8" length1="1.5" y2="-18" y1="-22" antialias="true"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="12" length1="1.5" y2="-18" y1="-22" antialias="true"/>
|
|
||||||
<text rotation="0" text="C15-45A" color="#000000" y="18" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="22"/>
|
|
||||||
<text rotation="0" text="500mA" color="#000000" y="34" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="22"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length1="1.5" y2="35" y1="35" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length1="1.5" y2="20" y1="35" antialias="false"/>
|
|
||||||
<rect y="10" style="line-style:normal;line-weight:thin;filling:none;color:black" width="4" x="-32" height="10" rx="0" ry="0" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-30" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length1="1.5" y2="3" y1="10" antialias="false"/>
|
|
||||||
<polygon y5="-20" x1="-30" x5="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" x4="-20" y3="-25" closed="false" x3="-20" y2="-25" y4="-20" y1="-20" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="10" length1="1.5" y2="2" y1="2" antialias="false"/>
|
|
||||||
<line length2="1.5" end2="none" end1="none" x1="-40" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" x2="-35" length1="1.5" y2="-10" y1="-10" antialias="false"/>
|
|
||||||
<polygon y5="-7" x1="-38" x5="-38" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-40" x4="-38" y3="-7" closed="false" x3="-40" y2="-13" y4="-7" y1="-13" antialias="false"/>
|
|
||||||
<rect y="20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="40" x="-20" height="10" rx="5" ry="5" antialias="false"/>
|
|
||||||
<text rotation="0" text="TYPE S" color="#000000" y="44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="22"/>
|
|
||||||
<terminal uuid="{44d3f9b6-f5d1-4709-9746-1069a30586fb}" name="" orientation="s" y="40" x="-10"/>
|
|
||||||
<terminal uuid="{06c6440e-f337-4699-b13f-624ff3323a8f}" name="" orientation="n" y="-30" x="-10"/>
|
|
||||||
<terminal uuid="{d8fa9739-72bf-47b2-ac02-3bb56b4cae43}" name="" orientation="n" y="-30" x="10"/>
|
|
||||||
<terminal uuid="{2fea9367-33e4-40ee-8d4a-565c8b6521d2}" name="" orientation="s" y="40" x="10"/>
|
|
||||||
</description>
|
|
||||||
</definition>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Type S</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Disjoncteur différentiel</name>
|
|
||||||
<name lang="en">Residual current circuit breaker</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<qet-directory>
|
|
||||||
<names>
|
|
||||||
<name lang="fr">Interrupteur différentiel</name>
|
|
||||||
</names>
|
|
||||||
</qet-directory>
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user