No changes between revisions
/Designs/LABduino/SW/demos/Blink/Blink.pde
0,0 → 1,29
/**
* Blink the Wiring board LED
* by BARRAGAN http://barraganstudio.com
*
* turns on and off the Wiring board LED, with
* intervals of 1 second (1000 milliseconds).
* For the Wiring boards v1 the on-board LED is on pin 48,
* on Wiring S the on-board LED is on pin 15.
* it is also possible to use the WLED constant with the
* digitalWrite command: digitalWrite(WLED, HIGH). WLED will be the
* correct pin in the current board selected in the
* Tools -> Board menu.
*/
 
// blinks the board LED, use 48 for Wiring 1.0 boards, use pin 15
// for Wiring S
 
void setup()
{
pinMode(2, OUTPUT); // set pin as output
}
 
void loop()
{
digitalWrite(2, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(2, LOW); // set the LED off
delay(1000); // wait for a second
}
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp
0,0 → 1,33
/**
* Blink the Wiring board LED
* by BARRAGAN http://barraganstudio.com
*
* turns on and off the Wiring board LED, with
* intervals of 1 second (1000 milliseconds).
* For the Wiring boards v1 the on-board LED is on pin 48,
* on Wiring S the on-board LED is on pin 15.
* it is also possible to use the WLED constant with the
* digitalWrite command: digitalWrite(WLED, HIGH). WLED will be the
* correct pin in the current board selected in the
* Tools -> Board menu.
*/
 
// blinks the board LED, use 48 for Wiring 1.0 boards, use pin 15
// for Wiring S
 
#include "WProgram.h"
void setup();
void loop();
void setup()
{
pinMode(2, OUTPUT); // set pin as output
}
 
void loop()
{
digitalWrite(2, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(2, LOW); // set the LED off
delay(1000); // wait for a second
}
 
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp.eep
0,0 → 1,0
:00000001FF
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp.elf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Designs/LABduino/SW/demos/Blink/build/Blink.cpp.hex
0,0 → 1,129
:100000000C9435000C945D000C945D000C945D0024
:100010000C945D000C945D000C945D000C947A01CE
:100020000C94A3010C94CC010C9470020C94F50177
:100030000C941E020C9447020C94FF000C942801AF
:100040000C9451010C945D000C945D000C945D00C7
:100050000C945D000C945D000C945D000C945D00AC
:100060000C945D000C945D00E20311241FBECFEFE1
:10007000D8E0DEBFCDBF11E0A0E0B1E0E4EFF7E0F3
:1000800002C005900D92A030B107D9F711E0A0E0B1
:10009000B1E001C01D92AF36B107E1F710E0CAE64A
:1000A000D0E004C02297FE010E94F403C836D107B5
:1000B000C9F70E94CD000C94F8030C940000529AEA
:1000C00008955A9A68EE73E080E090E00E94A300E1
:1000D0005A9868EE73E080E090E00E94A3000895D3
:1000E0008091040190910501A0910601B091070152
:1000F000309108010196A11DB11D232F2D5F2D37D1
:1001000020F02D570196A11DB11D20930801809369
:10011000040190930501A0930601B093070180911B
:10012000000190910101A0910201B091030101969B
:10013000A11DB11D8093000190930101A0930201C4
:10014000B09303010895EF92FF920F931F937B01E9
:100150008C018FB7F8944091040150910501609192
:100160000601709107018FBF2FB7F89480910401A9
:1001700090910501A0910601B09107012FBF841B4A
:10018000950BA60BB70B8E159F05A007B10760F363
:100190001F910F91FF90EF9008950E94D4000E944C
:1001A0005F000E946100FDCF0F931F9309E011E0F3
:1001B000C80163E00E94C903C80160E040E750E065
:1001C00021E00E949E03C80164E00E9499020BE2B4
:1001D00011E0C80161E00E94C903C80164E00E9407
:1001E00099020DE411E0C80161E00E94C903C80151
:1001F00064E00E94990278941F910F9108951F92D4
:100200000F920FB60F9211242F933F934F935F934A
:100210006F937F938F939F93AF93BF93EF93FF93CE
:10022000E0912301F0912401309709F00995FF91A5
:10023000EF91BF91AF919F918F917F916F915F915E
:100240004F913F912F910F900FBE0F901F901895D7
:100250001F920F920FB60F9211242F933F934F933B
:100260005F936F937F938F939F93AF93BF93EF931E
:10027000FF93E0912501F0912601309709F009954F
:10028000FF91EF91BF91AF919F918F917F916F916E
:100290005F914F913F912F910F900FBE0F901F9044
:1002A00018951F920F920FB60F9211242F933F9320
:1002B0004F935F936F937F938F939F93AF93BF936E
:1002C000EF93FF93E0912101F0912201309709F023
:1002D0000995FF91EF91BF91AF919F918F917F9180
:1002E0006F915F914F913F912F910F900FBE0F90A3
:1002F0001F9018951F920F920FB60F9211242F93F3
:100300003F934F935F936F937F938F939F93AF939D
:10031000BF93EF93FF93E0916701F09168013097ED
:1003200009F00995FF91EF91BF91AF919F918F9146
:100330007F916F915F914F913F912F910F900FBEE1
:100340000F901F9018951F920F920FB60F921124C5
:100350002F933F934F935F936F937F938F939F93CD
:10036000AF93BF93EF93FF93E0916901F0916A011E
:10037000309709F00995FF91EF91BF91AF919F914F
:100380008F917F916F915F914F913F912F910F903E
:100390000FBE0F901F9018951F920F920FB60F92DD
:1003A00011242F933F934F935F936F937F938F937A
:1003B0009F93AF93BF93EF93FF93E0916501F0910B
:1003C0006601309709F00995FF91EF91BF91AF91C8
:1003D0009F918F917F916F915F914F913F912F915D
:1003E0000F900FBE0F901F9018951F920F920FB68F
:1003F0000F9211242F933F934F935F936F937F93AB
:100400008F939F93AF93BF93EF93FF93E091450139
:10041000F0914601309709F00995FF91EF91BF9156
:10042000AF919F918F917F916F915F914F913F918C
:100430002F910F900FBE0F901F9018951F920F9243
:100440000FB60F9211242F933F934F935F936F93A7
:100450007F938F939F93AF93BF93EF93FF93E0911D
:100460004701F0914801309709F00995FF91EF910C
:10047000BF91AF919F918F917F916F915F914F91BC
:100480003F912F910F900FBE0F901F9018951F92C4
:100490000F920FB60F9211242F933F934F935F93B8
:1004A0006F937F938F939F93AF93BF93EF93FF933C
:1004B000E0914301F0914401309709F00995FF91D3
:1004C000EF91BF91AF919F918F917F916F915F91CC
:1004D0004F913F912F910F900FBE0F901F90189545
:1004E0001F920F920FB60F9211242F933F934F93A9
:1004F0005F936F937F938F939F93AF93BF93EF938C
:10050000FF93E0914B01F0914C01309709F0099570
:10051000FF91EF91BF91AF919F918F917F916F91DB
:100520005F914F913F912F910F900FBE0F901F90B1
:100530001895FC018081823081F4643031F165309E
:1005400028F46230E1F06330F0F40FC0663009F156
:100550006630E8F0673009F51EC06630B1F06730EC
:1005600038F4623061F0643071F06130B1F409C088
:10057000683079F0683058F0693079F40CC092E056
:100580000DC091E00BC093E009C094E007C095E076
:1005900005C096E003C097E001C090E00284F385B7
:1005A000E02D8081887F982B90830895CF93DF93EF
:1005B000EC016883613019F1613020F0623009F09C
:1005C0006CC048C01B821A8286E490E09D838C83B5
:1005D0008EE690E09F838E8384E490E099878887FD
:1005E00085E490E09B878A871D861C8687E490E0DF
:1005F0009F878E87198A188A88E490E022C08FE648
:1006000090E09F838E8385E890E09B838A8384E8D3
:1006100090E09D838C8380E890E09987888781E8CB
:1006200090E09B878A8789E890E09D878C8788E89F
:1006300090E09F878E878BE890E0998B888B8AE883
:1006400090E09B8B8A8B1D8A1C8A1F8A1E8A82E0FF
:10065000898323C01B821A8282EB90E09D838C8366
:1006600080E790E09F838E8380EB90E09987888776
:1006700081EB90E09B878A871D861C8683EB90E048
:100680009F878E87198A188A84EB90E09B8B8A8BD0
:100690001D8A1C8A1F8A1E8A6983CE0160E00E941F
:1006A0009902EA81FB81309709F01082EC81FD818B
:1006B0001082198E188E1B8E1A8E1D8E1C8E1F8E08
:1006C0001E8E19A218A2DF91CF910895FC0162300D
:1006D00071F0633028F4662381F0613071F505C054
:1006E000633039F0643049F506C081E007C082E02C
:1006F00005C083E003C085E001C080E00680F7818B
:10070000E02D2081682F772767FD709581E090E0CC
:10071000062E02C0880F991F0A94E2F78095822363
:1007200020E030E0442311F021E030E002C0220F4D
:10073000331F6A95E2F7822B80830895FC016230B3
:1007400091F0633028F4662341F06130A1F408C0D1
:10075000633061F0643079F40CC0518F408F0BC06E
:10076000538F428F08C0558F448F05C0578F468FD7
:1007700002C051A340A3452B29F4CF0140E00E94C1
:1007800066030895222321F0CF0141E00E94660311
:100790000895CF93DF93EC01E885F9858081962F4A
:1007A00093708C7F982B9083EA85FB85808170E025
:1007B0006C707070660F771F877E862B8083DF9149
:1007C000CF91089589E091E060E00E94D6028BE22B
:1007D00091E061E00E94D6028DE491E062E00E9427
:1007E000D6020895EE0FFF1F0590F491E02D0994B5
:0407F000F894FFCFAB
:00000001FF
/Designs/LABduino/SW/demos/Blink/build/Blink.pde
0,0 → 1,29
/**
* Blink the Wiring board LED
* by BARRAGAN http://barraganstudio.com
*
* turns on and off the Wiring board LED, with
* intervals of 1 second (1000 milliseconds).
* For the Wiring boards v1 the on-board LED is on pin 48,
* on Wiring S the on-board LED is on pin 15.
* it is also possible to use the WLED constant with the
* digitalWrite command: digitalWrite(WLED, HIGH). WLED will be the
* correct pin in the current board selected in the
* Tools -> Board menu.
*/
 
// blinks the board LED, use 48 for Wiring 1.0 boards, use pin 15
// for Wiring S
 
void setup()
{
pinMode(2, OUTPUT); // set pin as output
}
 
void loop()
{
digitalWrite(2, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(2, LOW); // set the LED off
delay(1000); // wait for a second
}
/Designs/LABduino/Thumbs.db
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Modules/H_Bridge/DRV8835HB01A/SCH_PCB/untitled.s##
0,0 → 1,1040
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="6.1">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/>
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="no"/>
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="no"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="no"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="no"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="no"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="no"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="no"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="no"/>
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="no"/>
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="no"/>
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="no"/>
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="no"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="no"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="no"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="no"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="no"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="no"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="no"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="no"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="no"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="no"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="no"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="no" active="no"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="no" active="no"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="no" active="no"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="no" active="no"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="no" active="no"/>
<layer number="44" name="Drills" color="7" fill="1" visible="no" active="no"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="no"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="no"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="no"/>
<layer number="48" name="Document" color="7" fill="1" visible="no" active="no"/>
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="no"/>
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="no"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="no"/>
<layer number="53" name="tPadExt" color="7" fill="1" visible="no" active="no"/>
<layer number="54" name="bPadExt" color="1" fill="1" visible="no" active="no"/>
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="no" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
<layer number="100" name="PaJa" color="12" fill="7" visible="yes" active="yes"/>
<layer number="101" name="Doplnky" color="5" fill="1" visible="yes" active="yes"/>
<layer number="102" name="Kola" color="11" fill="7" visible="yes" active="yes"/>
<layer number="103" name="Popisy" color="2" fill="8" visible="yes" active="yes"/>
<layer number="104" name="Zapojeni" color="6" fill="7" visible="yes" active="yes"/>
<layer number="151" name="HeatSink" color="7" fill="1" visible="no" active="no"/>
<layer number="200" name="200bmp" color="1" fill="10" visible="no" active="no"/>
<layer number="231" name="Eagle3D_PG1" color="14" fill="1" visible="yes" active="yes"/>
<layer number="232" name="Eagle3D_PG2" color="14" fill="2" visible="yes" active="yes"/>
<layer number="233" name="Eagle3D_PG3" color="14" fill="4" visible="yes" active="yes"/>
<layer number="250" name="Descript" color="3" fill="1" visible="no" active="no"/>
<layer number="251" name="SMDround" color="12" fill="11" visible="no" active="no"/>
<layer number="254" name="OrgLBR" color="13" fill="1" visible="no" active="no"/>
</layers>
<schematic xreflabel="%F%N/%S.%C%R" xrefpart="/%S.%C%R">
<libraries>
<library name="moje_io">
<packages>
<package name="WSON">
<smd name="12" x="-1.25" y="0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="11" x="-0.75" y="0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="10" x="-0.25" y="0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="9" x="0.25" y="0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="8" x="0.75" y="0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="7" x="1.25" y="0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="6" x="1.25" y="-0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="5" x="0.75" y="-0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="4" x="0.25" y="-0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="3" x="-0.25" y="-0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="2" x="-0.75" y="-0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="1" x="-1.25" y="-0.95" dx="0.28" dy="0.5" layer="1"/>
<smd name="P3" x="0" y="0" dx="2" dy="0.9" layer="1"/>
<smd name="P1" x="-1.35" y="0.25" dx="0.7" dy="0.25" layer="1"/>
<smd name="P2" x="-1.35" y="-0.25" dx="0.7" dy="0.25" layer="1"/>
<smd name="P7" x="1.35" y="0.25" dx="0.7" dy="0.25" layer="1"/>
<smd name="P8" x="1.35" y="-0.25" dx="0.7" dy="0.25" layer="1"/>
<pad name="P5" x="0" y="0" drill="0.4" diameter="0.5"/>
<pad name="P4" x="-0.7" y="0" drill="0.4" diameter="0.5"/>
<pad name="P6" x="0.7" y="0" drill="0.4" diameter="0.5"/>
<wire x1="-1.55" y1="1.05" x2="-1.55" y2="-1.05" width="0.127" layer="51"/>
<wire x1="-1.55" y1="-1.05" x2="1.55" y2="-1.05" width="0.127" layer="51"/>
<wire x1="1.55" y1="-1.05" x2="1.55" y2="1.05" width="0.127" layer="51"/>
<wire x1="1.55" y1="1.05" x2="-1.55" y2="1.05" width="0.127" layer="51"/>
<wire x1="-1.6" y1="1" x2="-1.6" y2="0.6" width="0.1" layer="21"/>
<wire x1="1.6" y1="1" x2="1.6" y2="0.6" width="0.1" layer="21"/>
<wire x1="1.6" y1="-1" x2="1.6" y2="-0.6" width="0.1" layer="21"/>
<wire x1="-1.6" y1="-0.6" x2="-1.6" y2="-1" width="0.1" layer="21"/>
<text x="-1.56" y="1.42" size="0.254" layer="25">&gt;NAME</text>
<text x="-1.49" y="-1.64" size="0.254" layer="27">&gt;VALUE</text>
<circle x="-1.74625" y="-1.27" radius="0.15875" width="0.127" layer="21"/>
</package>
</packages>
<symbols>
<symbol name="DRV8835">
<pin name="VN" x="-20.32" y="12.7" visible="pin" length="middle"/>
<pin name="AOUT1" x="-20.32" y="7.62" visible="pin" length="middle"/>
<pin name="AOUT2" x="-20.32" y="2.54" visible="pin" length="middle"/>
<pin name="BOUT1" x="-20.32" y="-2.54" visible="pin" length="middle"/>
<pin name="BOUT2" x="-20.32" y="-7.62" visible="pin" length="middle"/>
<pin name="GND" x="-20.32" y="-12.7" visible="pin" length="middle"/>
<pin name="BIN2/BENBL" x="20.32" y="-12.7" visible="pin" length="middle" rot="R180"/>
<pin name="BIN1/BPHASE" x="20.32" y="-7.62" visible="pin" length="middle" rot="R180"/>
<pin name="AIN2/AENBL" x="20.32" y="-2.54" visible="pin" length="middle" rot="R180"/>
<pin name="AIN1/APHASE" x="20.32" y="2.54" visible="pin" length="middle" rot="R180"/>
<pin name="MODE" x="20.32" y="7.62" visible="pin" length="middle" rot="R180"/>
<pin name="VCC" x="20.32" y="12.7" visible="pin" length="middle" rot="R180"/>
<wire x1="-15.24" y1="15.24" x2="-15.24" y2="-15.24" width="0.254" layer="94"/>
<wire x1="-15.24" y1="-15.24" x2="15.24" y2="-15.24" width="0.254" layer="94"/>
<wire x1="15.24" y1="-15.24" x2="15.24" y2="15.24" width="0.254" layer="94"/>
<wire x1="15.24" y1="15.24" x2="-15.24" y2="15.24" width="0.254" layer="94"/>
<text x="-15.24" y="17.78" size="1.6764" layer="95">&gt;NAME</text>
<text x="-15.24" y="-20.32" size="1.6764" layer="96">&gt;VALUE</text>
</symbol>
</symbols>
<devicesets>
<deviceset name="DRV8835" prefix="U" uservalue="yes">
<description>DRV8835 IO pro dva dc motory 2x1,5A</description>
<gates>
<gate name="G$1" symbol="DRV8835" x="0" y="0"/>
</gates>
<devices>
<device name="" package="WSON">
<connects>
<connect gate="G$1" pin="AIN1/APHASE" pad="10"/>
<connect gate="G$1" pin="AIN2/AENBL" pad="9"/>
<connect gate="G$1" pin="AOUT1" pad="2"/>
<connect gate="G$1" pin="AOUT2" pad="3"/>
<connect gate="G$1" pin="BIN1/BPHASE" pad="8"/>
<connect gate="G$1" pin="BIN2/BENBL" pad="7"/>
<connect gate="G$1" pin="BOUT1" pad="4"/>
<connect gate="G$1" pin="BOUT2" pad="5"/>
<connect gate="G$1" pin="GND" pad="6 P1 P2 P3 P4 P5 P6 P7 P8"/>
<connect gate="G$1" pin="MODE" pad="11"/>
<connect gate="G$1" pin="VCC" pad="12"/>
<connect gate="G$1" pin="VN" pad="1"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="moje_konektory">
<packages>
<package name="WAGO256">
<wire x1="1.54" y1="-2.5001" x2="7.54" y2="-2.5001" width="0.127" layer="21"/>
<wire x1="1.54" y1="2.5001" x2="7.54" y2="2.5001" width="0.127" layer="21"/>
<wire x1="10.0401" y1="2" x2="10.0401" y2="-2" width="0.127" layer="21"/>
<wire x1="10.0401" y1="-2" x2="7.54" y2="-2" width="0.127" layer="21"/>
<wire x1="7.54" y1="-2" x2="6.54" y2="-2" width="0.127" layer="21"/>
<wire x1="6.54" y1="-2" x2="6.54" y2="-1.5001" width="0.127" layer="21"/>
<wire x1="6.54" y1="-1.5001" x2="6.54" y2="1.5001" width="0.127" layer="21"/>
<wire x1="6.54" y1="1.5001" x2="6.54" y2="2" width="0.127" layer="21"/>
<wire x1="6.54" y1="2" x2="7.54" y2="2" width="0.127" layer="21"/>
<wire x1="7.54" y1="2" x2="10.0401" y2="2" width="0.127" layer="21"/>
<wire x1="9.54" y1="-1.5001" x2="7.0401" y2="-1.5001" width="0.127" layer="21"/>
<wire x1="7.0401" y1="-1.5001" x2="7.0401" y2="1.5001" width="0.127" layer="21"/>
<wire x1="7.0401" y1="1.5001" x2="9.54" y2="1.5001" width="0.127" layer="21"/>
<wire x1="9.54" y1="1.5001" x2="9.54" y2="-1.5001" width="0.127" layer="21"/>
<wire x1="7.54" y1="-2.5001" x2="7.54" y2="-2" width="0.127" layer="21"/>
<wire x1="7.54" y1="2" x2="7.54" y2="2.5001" width="0.127" layer="21"/>
<wire x1="6.54" y1="-1.5001" x2="3.54" y2="-1.5001" width="0.127" layer="21"/>
<wire x1="3.54" y1="-1.5001" x2="3.54" y2="1.5001" width="0.127" layer="21"/>
<wire x1="3.54" y1="1.5001" x2="6.54" y2="1.5001" width="0.127" layer="21"/>
<wire x1="1.54" y1="-2.5001" x2="1.54" y2="-1" width="0.127" layer="21"/>
<wire x1="1.54" y1="-1" x2="1.54" y2="1" width="0.127" layer="21"/>
<wire x1="1.54" y1="1" x2="1.54" y2="2.5001" width="0.127" layer="21"/>
<wire x1="1.0399" y1="-2" x2="-6.9601" y2="-2" width="0.127" layer="21"/>
<wire x1="-6.9601" y1="-2" x2="-6.9601" y2="2" width="0.127" layer="21"/>
<wire x1="-6.9601" y1="2" x2="1.0399" y2="2" width="0.127" layer="21"/>
<wire x1="1.0399" y1="2" x2="1.0399" y2="1" width="0.127" layer="21"/>
<wire x1="1.0399" y1="1" x2="1.0399" y2="-1" width="0.127" layer="21"/>
<wire x1="1.0399" y1="-1" x2="1.0399" y2="-2" width="0.127" layer="21"/>
<wire x1="1.54" y1="-2.5001" x2="-7.46" y2="-2.5001" width="0.127" layer="21"/>
<wire x1="-7.46" y1="-2.5001" x2="-7.46" y2="2.5001" width="0.127" layer="21"/>
<wire x1="-7.46" y1="2.5001" x2="1.54" y2="2.5001" width="0.127" layer="21"/>
<wire x1="1.0399" y1="-1" x2="1.54" y2="-1" width="0.127" layer="21"/>
<wire x1="1.0399" y1="1" x2="1.54" y2="1" width="0.127" layer="21"/>
<circle x="-2.46" y="0" radius="0.5723" width="0.127" layer="102"/>
<circle x="2.54" y="0" radius="0.5724" width="0.127" layer="102"/>
<pad name="1" x="2.54" y="0" drill="1.3" diameter="3.81" shape="square"/>
<pad name="A1" x="-2.46" y="0" drill="1.3" diameter="3.81" shape="square"/>
<text x="10.4775" y="0.3175" size="1.6764" layer="25">&gt;Name</text>
<text x="10.4775" y="-1.905" size="1.6764" layer="27">&gt;Value</text>
</package>
</packages>
<symbols>
<symbol name="WAGO">
<wire x1="-2.54" y1="2.54" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
<wire x1="-2.54" y1="-2.54" x2="7.62" y2="-2.54" width="0.254" layer="94"/>
<wire x1="7.62" y1="-2.54" x2="7.62" y2="2.54" width="0.254" layer="94"/>
<wire x1="7.62" y1="2.54" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
<pin name="P$1" x="7.62" y="0" visible="off" length="point" direction="pas"/>
<text x="-2.54" y="0" size="1.27" layer="95">&gt;NAME</text>
<text x="-2.54" y="-2.54" size="1.27" layer="95">&gt;VALUE</text>
</symbol>
</symbols>
<devicesets>
<deviceset name="WAGO256" prefix="SV" uservalue="yes">
<description>WAGO256</description>
<gates>
<gate name="G$1" symbol="WAGO" x="-2.54" y="0"/>
</gates>
<devices>
<device name="" package="WAGO256">
<connects>
<connect gate="G$1" pin="P$1" pad="1 A1"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="moje_hrebinky">
<description>&lt;b&gt;Pin Headers&lt;/b&gt;&lt;p&gt;
Naming:&lt;p&gt;
MA = male&lt;p&gt;
# contacts - # rows&lt;p&gt;
W = angled&lt;p&gt;
&lt;author&gt;Created by librarian@cadsoft.de&lt;/author&gt;</description>
<packages>
<package name="MA03-2">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<wire x1="-3.175" y1="2.54" x2="-1.905" y2="2.54" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="2.54" x2="-1.27" y2="1.905" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="1.905" x2="-0.635" y2="2.54" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="2.54" x2="0.635" y2="2.54" width="0.1524" layer="21"/>
<wire x1="0.635" y1="2.54" x2="1.27" y2="1.905" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="2.54" x2="-3.81" y2="1.905" width="0.1524" layer="21"/>
<wire x1="1.27" y1="1.905" x2="1.905" y2="2.54" width="0.1524" layer="21"/>
<wire x1="1.905" y1="2.54" x2="3.175" y2="2.54" width="0.1524" layer="21"/>
<wire x1="3.175" y1="2.54" x2="3.81" y2="1.905" width="0.1524" layer="21"/>
<wire x1="3.81" y1="1.905" x2="3.81" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-1.905" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="0.635" y1="-2.54" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="-2.54" x2="-1.27" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="1.905" x2="-3.81" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="-1.905" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="-2.54" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="3.81" y1="-1.905" x2="3.175" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="3.175" y1="-2.54" x2="1.905" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="1.905" y1="-2.54" x2="1.27" y2="-1.905" width="0.1524" layer="21"/>
<pad name="1" x="-2.54" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="3" x="0" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="5" x="2.54" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="2" x="-2.54" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="4" x="0" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="6" x="2.54" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<text x="-3.81" y="2.921" size="1.27" layer="25" ratio="10">&gt;NAME</text>
<text x="-1.27" y="-4.191" size="1.27" layer="27" ratio="10">&gt;VALUE</text>
<rectangle x1="-0.254" y1="-1.524" x2="0.254" y2="-1.016" layer="51"/>
<rectangle x1="-2.794" y1="-1.524" x2="-2.286" y2="-1.016" layer="51"/>
<rectangle x1="2.286" y1="-1.524" x2="2.794" y2="-1.016" layer="51"/>
<rectangle x1="-2.794" y1="1.016" x2="-2.286" y2="1.524" layer="51"/>
<rectangle x1="-0.254" y1="1.016" x2="0.254" y2="1.524" layer="51"/>
<rectangle x1="2.286" y1="1.016" x2="2.794" y2="1.524" layer="51"/>
</package>
<package name="MA01-1">
<wire x1="-0.635" y1="1.27" x2="0.635" y2="1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="1.27" x2="1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="-1.27" y2="-0.635" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="1.27" x2="-1.27" y2="0.635" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-0.635" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="0.635" y1="-1.27" x2="-0.635" y2="-1.27" width="0.1524" layer="21"/>
<wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.1524" layer="21"/>
<pad name="1" x="0" y="0" drill="0.889" diameter="1.651" shape="square" rot="R90"/>
<text x="-1.27" y="1.651" size="1.27" layer="25" ratio="10">&gt;NAME</text>
<text x="-1.27" y="-2.921" size="1.27" layer="27" ratio="10">&gt;VALUE</text>
<rectangle x1="-0.254" y1="-0.254" x2="0.254" y2="0.254" layer="51"/>
</package>
<package name="MA05-2">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<wire x1="-5.715" y1="2.54" x2="-4.445" y2="2.54" width="0.1524" layer="21"/>
<wire x1="-4.445" y1="2.54" x2="-3.81" y2="1.905" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="1.905" x2="-3.175" y2="2.54" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="2.54" x2="-1.905" y2="2.54" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="2.54" x2="-1.27" y2="1.905" width="0.1524" layer="21"/>
<wire x1="-5.715" y1="2.54" x2="-6.35" y2="1.905" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="1.905" x2="-0.635" y2="2.54" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="2.54" x2="0.635" y2="2.54" width="0.1524" layer="21"/>
<wire x1="0.635" y1="2.54" x2="1.27" y2="1.905" width="0.1524" layer="21"/>
<wire x1="1.905" y1="2.54" x2="3.175" y2="2.54" width="0.1524" layer="21"/>
<wire x1="3.175" y1="2.54" x2="3.81" y2="1.905" width="0.1524" layer="21"/>
<wire x1="3.81" y1="1.905" x2="4.445" y2="2.54" width="0.1524" layer="21"/>
<wire x1="4.445" y1="2.54" x2="5.715" y2="2.54" width="0.1524" layer="21"/>
<wire x1="1.905" y1="2.54" x2="1.27" y2="1.905" width="0.1524" layer="21"/>
<wire x1="-3.81" y1="-1.905" x2="-4.445" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-1.27" y1="-1.905" x2="-1.905" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-1.905" y1="-2.54" x2="-3.175" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-3.175" y1="-2.54" x2="-3.81" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="1.905" x2="-6.35" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="-6.35" y1="-1.905" x2="-5.715" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-4.445" y1="-2.54" x2="-5.715" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-1.905" x2="0.635" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="0.635" y1="-2.54" x2="-0.635" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="-0.635" y1="-2.54" x2="-1.27" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="3.81" y1="-1.905" x2="3.175" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="5.715" y1="-2.54" x2="4.445" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="4.445" y1="-2.54" x2="3.81" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="1.27" y1="-1.905" x2="1.905" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="3.175" y1="-2.54" x2="1.905" y2="-2.54" width="0.1524" layer="21"/>
<wire x1="6.35" y1="1.905" x2="6.35" y2="-1.905" width="0.1524" layer="21"/>
<wire x1="5.715" y1="2.54" x2="6.35" y2="1.905" width="0.1524" layer="21"/>
<wire x1="6.35" y1="-1.905" x2="5.715" y2="-2.54" width="0.1524" layer="21"/>
<pad name="1" x="-5.08" y="-1.27" drill="0.9144" diameter="1.651" shape="square"/>
<pad name="3" x="-2.54" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="5" x="0" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="7" x="2.54" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="9" x="5.08" y="-1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="2" x="-5.08" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="4" x="-2.54" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="6" x="0" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="8" x="2.54" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<pad name="10" x="5.08" y="1.27" drill="0.889" diameter="1.651" shape="square"/>
<text x="-6.35" y="2.921" size="1.27" layer="25" ratio="10">&gt;NAME</text>
<text x="0" y="-4.191" size="1.27" layer="27" ratio="10">&gt;VALUE</text>
<rectangle x1="-2.794" y1="-1.524" x2="-2.286" y2="-1.016" layer="51"/>
<rectangle x1="-5.334" y1="-1.524" x2="-4.826" y2="-1.016" layer="51"/>
<rectangle x1="-0.254" y1="-1.524" x2="0.254" y2="-1.016" layer="51"/>
<rectangle x1="4.826" y1="-1.524" x2="5.334" y2="-1.016" layer="51"/>
<rectangle x1="2.286" y1="-1.524" x2="2.794" y2="-1.016" layer="51"/>
<rectangle x1="-5.334" y1="1.016" x2="-4.826" y2="1.524" layer="51"/>
<rectangle x1="-2.794" y1="1.016" x2="-2.286" y2="1.524" layer="51"/>
<rectangle x1="-0.254" y1="1.016" x2="0.254" y2="1.524" layer="51"/>
<rectangle x1="2.286" y1="1.016" x2="2.794" y2="1.524" layer="51"/>
<rectangle x1="4.826" y1="1.016" x2="5.334" y2="1.524" layer="51"/>
<circle x="-6.35" y="-2.54" radius="0.127" width="0.127" layer="21"/>
</package>
</packages>
<symbols>
<symbol name="MA01-0">
<wire x1="-3.81" y1="0" x2="-2.54" y2="0" width="0.6096" layer="94"/>
<pin name="P$1" x="0" y="0" visible="off" length="short" direction="pas" rot="R180"/>
<text x="-3.429" y="1.143" size="1.778" layer="95">&gt;NAME</text>
</symbol>
<symbol name="MA01-1">
<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.6096" layer="94"/>
<wire x1="-2.54" y1="0" x2="-1.27" y2="0" width="0.6096" layer="94"/>
<text x="-2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
<text x="-2.54" y="0.762" size="1.778" layer="95">&gt;NAME</text>
<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
<pin name="K" x="-5.08" y="0" visible="off" length="middle" direction="pas"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="MA03-2" prefix="SV" uservalue="yes">
<description>&lt;b&gt;PIN HEADER&lt;/b&gt;</description>
<gates>
<gate name="-1" symbol="MA01-1" x="0" y="7.62"/>
<gate name="-2" symbol="MA01-1" x="0" y="-2.54"/>
<gate name="-3" symbol="MA01-1" x="0" y="-12.7"/>
</gates>
<devices>
<device name="" package="MA03-2">
<connects>
<connect gate="-1" pin="K" pad="1 2"/>
<connect gate="-2" pin="K" pad="3 4"/>
<connect gate="-3" pin="K" pad="5 6"/>
</connects>
<technologies>
<technology name="">
<attribute name="MF" value="" constant="no"/>
<attribute name="MPN" value="" constant="no"/>
<attribute name="OC_FARNELL" value="unknown" constant="no"/>
<attribute name="OC_NEWARK" value="unknown" constant="no"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="MA01-1" prefix="SV" uservalue="yes">
<gates>
<gate name="G$1" symbol="MA01-0" x="2.54" y="0"/>
</gates>
<devices>
<device name="" package="MA01-1">
<connects>
<connect gate="G$1" pin="P$1" pad="1"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="MA05-3" prefix="SV" uservalue="yes">
<gates>
<gate name="-1" symbol="MA01-0" x="-7.62" y="12.7"/>
<gate name="-2" symbol="MA01-0" x="-7.62" y="7.62"/>
<gate name="-3" symbol="MA01-0" x="-7.62" y="2.54"/>
<gate name="-4" symbol="MA01-0" x="-7.62" y="-2.54"/>
<gate name="-5" symbol="MA01-0" x="-7.62" y="-7.62"/>
<gate name="-6" symbol="MA01-0" x="-7.62" y="-12.7"/>
<gate name="-7" symbol="MA01-0" x="-7.62" y="-17.78"/>
<gate name="-8" symbol="MA01-0" x="-7.62" y="-22.86"/>
<gate name="-9" symbol="MA01-0" x="-7.62" y="-27.94"/>
<gate name="-10" symbol="MA01-0" x="-7.62" y="-33.02"/>
</gates>
<devices>
<device name="" package="MA05-2">
<connects>
<connect gate="-1" pin="P$1" pad="1"/>
<connect gate="-10" pin="P$1" pad="10"/>
<connect gate="-2" pin="P$1" pad="2"/>
<connect gate="-3" pin="P$1" pad="3"/>
<connect gate="-4" pin="P$1" pad="4"/>
<connect gate="-5" pin="P$1" pad="5"/>
<connect gate="-6" pin="P$1" pad="6"/>
<connect gate="-7" pin="P$1" pad="7"/>
<connect gate="-8" pin="P$1" pad="8"/>
<connect gate="-9" pin="P$1" pad="9"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="moje_schz">
<packages>
</packages>
<symbols>
<symbol name="GND">
<wire x1="-1.7463" y1="-2.5401" x2="1.7463" y2="-2.5401" width="0.6096" layer="94"/>
<pin name="GND" x="0" y="0" visible="off" length="short" direction="sup" rot="R270"/>
</symbol>
<symbol name="+VCC">
<wire x1="-1.27" y1="0.635" x2="0" y2="2.54" width="0.254" layer="94"/>
<wire x1="0" y1="2.54" x2="1.27" y2="0.635" width="0.254" layer="94"/>
<wire x1="0" y1="0.0001" x2="0" y2="2.54" width="0.1524" layer="94"/>
<text x="0.9525" y="3.175" size="1.778" layer="96" rot="R90">&gt;Value</text>
<pin name="+VCC" x="0" y="-2.54" visible="off" length="short" direction="sup" rot="R90"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="GND">
<gates>
<gate name="G$1" symbol="GND" x="0" y="0"/>
</gates>
<devices>
<device name="">
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="+VCC">
<gates>
<gate name="G$2" symbol="+VCC" x="0" y="0"/>
</gates>
<devices>
<device name="">
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="moje_R">
<packages>
<package name="0805">
<wire x1="-0.41" y1="0.635" x2="0.41" y2="0.635" width="0.1524" layer="51"/>
<wire x1="-0.41" y1="-0.635" x2="0.41" y2="-0.635" width="0.1524" layer="51"/>
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/>
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/>
<text x="-0.635" y="1.27" size="1.27" layer="25">&gt;NAME</text>
<text x="-0.635" y="-2.54" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="0.4064" y1="-0.6985" x2="1.0564" y2="0.7015" layer="51"/>
<rectangle x1="-1.0668" y1="-0.6985" x2="-0.4168" y2="0.7015" layer="51"/>
</package>
</packages>
<symbols>
<symbol name="1206">
<wire x1="-2.54" y1="-0.889" x2="2.54" y2="-0.889" width="0.254" layer="94"/>
<wire x1="2.54" y1="0.889" x2="-2.54" y2="0.889" width="0.254" layer="94"/>
<wire x1="2.54" y1="-0.889" x2="2.54" y2="0.889" width="0.254" layer="94"/>
<wire x1="-2.54" y1="-0.889" x2="-2.54" y2="0.889" width="0.254" layer="94"/>
<text x="-3.81" y="1.4986" size="1.778" layer="95">&gt;NAME</text>
<text x="-3.81" y="-3.302" size="1.778" layer="96">&gt;VALUE</text>
<pin name="2" x="5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1" rot="R180"/>
<pin name="1" x="-5.08" y="0" visible="off" length="short" direction="pas" swaplevel="1"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="R0805" prefix="R" uservalue="yes">
<gates>
<gate name="G$1" symbol="1206" x="0" y="0"/>
</gates>
<devices>
<device name="" package="0805">
<connects>
<connect gate="G$1" pin="1" pad="1"/>
<connect gate="G$1" pin="2" pad="2"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="moje_C">
<packages>
<package name="C">
<wire x1="-3.0163" y1="1.5875" x2="3.0163" y2="1.5875" width="0.127" layer="21"/>
<wire x1="3.0163" y1="1.5875" x2="3.0163" y2="-1.5875" width="0.127" layer="21"/>
<wire x1="3.0163" y1="-1.5875" x2="-3.0163" y2="-1.5875" width="0.127" layer="21"/>
<wire x1="-3.0163" y1="-1.5875" x2="-3.0163" y2="1.5875" width="0.127" layer="21"/>
<wire x1="1.5875" y1="-0.3175" x2="1.5875" y2="0.3175" width="0.127" layer="21"/>
<wire x1="1.27" y1="0" x2="1.905" y2="0" width="0.127" layer="21"/>
<smd name="+" x="2.525" y="0" dx="2.55" dy="2.5" layer="1"/>
<smd name="-" x="-2.525" y="0" dx="2.55" dy="2.5" layer="1"/>
<text x="-2.54" y="1.905" size="1.27" layer="25">&gt;Name</text>
<text x="-2.8575" y="-3.175" size="1.27" layer="27">&gt;Value</text>
</package>
<package name="C0805">
<wire x1="-0.381" y1="0.66" x2="0.381" y2="0.66" width="0.1016" layer="51"/>
<wire x1="-0.356" y1="-0.66" x2="0.381" y2="-0.66" width="0.1016" layer="51"/>
<smd name="1" x="-0.95" y="0" dx="1.3" dy="1.5" layer="1"/>
<smd name="2" x="0.95" y="0" dx="1.3" dy="1.5" layer="1"/>
<text x="-1.27" y="1.27" size="1.27" layer="25">&gt;NAME</text>
<text x="-1.27" y="-2.54" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="-1.0922" y1="-0.7239" x2="-0.3421" y2="0.7262" layer="51"/>
<rectangle x1="0.3556" y1="-0.7239" x2="1.1057" y2="0.7262" layer="51"/>
</package>
</packages>
<symbols>
<symbol name="C_EL">
<wire x1="-2.5473" y1="0.9547" x2="-1.2753" y2="0.9547" width="0.155" layer="94"/>
<wire x1="-1.9112" y1="1.5908" x2="-1.9112" y2="0.3188" width="0.155" layer="94"/>
<wire x1="-0.7938" y1="1.7463" x2="-0.1588" y2="1.7463" width="0.254" layer="94"/>
<wire x1="-0.1588" y1="1.7463" x2="-0.1588" y2="-1.5875" width="0.254" layer="94"/>
<wire x1="-0.1588" y1="-1.5875" x2="-0.7938" y2="-1.5875" width="0.254" layer="94"/>
<wire x1="-0.7938" y1="-1.5875" x2="-0.7938" y2="0" width="0.254" layer="94"/>
<wire x1="-0.7938" y1="0" x2="-0.7938" y2="1.7463" width="0.254" layer="94"/>
<wire x1="-1.27" y1="0" x2="-0.7938" y2="0" width="0.152" layer="94"/>
<wire x1="0.7937" y1="0" x2="1.27" y2="0" width="0.152" layer="94"/>
<text x="1.5875" y="0.635" size="1.6764" layer="95">&gt;Name</text>
<text x="1.5875" y="-0.635" size="1.6764" layer="96" rot="MR180">&gt;Value</text>
<rectangle x1="0.3175" y1="-1.7463" x2="0.9525" y2="1.905" layer="94"/>
<pin name="C_EL+" x="-2.54" y="0" visible="off" length="point" direction="pas"/>
<pin name="C_EL-" x="2.54" y="0" visible="off" length="point" direction="pas" rot="R180"/>
<wire x1="-1.27" y1="0" x2="-2.54" y2="0" width="0.127" layer="94"/>
<wire x1="1.27" y1="0" x2="2.54" y2="0" width="0.127" layer="94"/>
</symbol>
<symbol name="C">
<wire x1="0" y1="1.27" x2="0" y2="0.762" width="0.1524" layer="94"/>
<wire x1="0" y1="-1.27" x2="0" y2="-0.762" width="0.1524" layer="94"/>
<text x="1.524" y="1.651" size="1.778" layer="95">&gt;NAME</text>
<text x="1.524" y="-3.429" size="1.778" layer="96">&gt;VALUE</text>
<rectangle x1="-2.032" y1="-0.762" x2="2.032" y2="-0.254" layer="94"/>
<rectangle x1="-2.032" y1="0.254" x2="2.032" y2="0.762" layer="94"/>
<pin name="1" x="0" y="2.54" visible="off" length="point" direction="pas" swaplevel="1" rot="R270"/>
<pin name="2" x="0" y="-2.54" visible="off" length="point" direction="pas" swaplevel="1" rot="R90"/>
<wire x1="0" y1="-1.27" x2="0" y2="-2.54" width="0.127" layer="94"/>
<wire x1="0" y1="1.27" x2="0" y2="2.54" width="0.127" layer="94"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="C" prefix="C" uservalue="yes">
<gates>
<gate name="G$1" symbol="C_EL" x="0" y="0"/>
</gates>
<devices>
<device name="" package="C">
<connects>
<connect gate="G$1" pin="C_EL+" pad="+"/>
<connect gate="G$1" pin="C_EL-" pad="-"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="C0805" prefix="C" uservalue="yes">
<gates>
<gate name="G$1" symbol="C" x="0" y="0"/>
</gates>
<devices>
<device name="" package="C0805">
<connects>
<connect gate="G$1" pin="1" pad="1"/>
<connect gate="G$1" pin="2" pad="2"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
<library name="moje">
<packages>
<package name="SROUB3M">
<pad name="P$1" x="0" y="0" drill="3.2" diameter="6.4516"/>
</package>
<package name="SMA">
<description>SMA</description>
<wire x1="-2.2225" y1="0.635" x2="2.2225" y2="0.635" width="0.127" layer="51"/>
<wire x1="-2.2225" y1="-0.635" x2="2.2225" y2="-0.635" width="0.127" layer="51"/>
<wire x1="0.3175" y1="0" x2="-0.3175" y2="0.4763" width="0.127" layer="21"/>
<wire x1="-0.3175" y1="0.4763" x2="-0.3175" y2="0" width="0.127" layer="21"/>
<wire x1="-0.3175" y1="0" x2="-0.3175" y2="-0.4763" width="0.127" layer="21"/>
<wire x1="-0.3175" y1="-0.4763" x2="0.3175" y2="0" width="0.127" layer="21"/>
<wire x1="0.3175" y1="0" x2="0.3175" y2="0.4763" width="0.127" layer="21"/>
<wire x1="0.3175" y1="0" x2="0.3175" y2="-0.4763" width="0.127" layer="21"/>
<wire x1="-0.3175" y1="0" x2="-1.1113" y2="0" width="0.127" layer="21"/>
<wire x1="0.3175" y1="0" x2="1.1113" y2="0" width="0.127" layer="21"/>
<smd name="A" x="-2.05" y="0" dx="1.8" dy="1.7" layer="1"/>
<smd name="K" x="2.05" y="0" dx="1.8" dy="1.7" layer="1"/>
<text x="-3.175" y="1.5875" size="1.27" layer="25">&gt;NAME</text>
<text x="-3.175" y="-2.8575" size="1.27" layer="27">&gt;VALUE</text>
<rectangle x1="-2.3813" y1="-0.635" x2="-1.5875" y2="0.635" layer="51"/>
<rectangle x1="1.5875" y1="-0.635" x2="2.3813" y2="0.635" layer="51"/>
</package>
</packages>
<symbols>
<symbol name="SROUB">
<circle x="0" y="0" radius="2" width="0.254" layer="94"/>
<wire x1="-2.54" y1="0" x2="-2.032" y2="0" width="0.1778" layer="94"/>
<text x="-2.54" y="2.54" size="1.778" layer="95">&gt;name</text>
<pin name="P$1" x="-7.62" y="0" visible="off" length="middle"/>
</symbol>
<symbol name="D-OB.">
<wire x1="-1.27" y1="-1.27" x2="1.27" y2="0" width="0.254" layer="94"/>
<wire x1="1.27" y1="0" x2="-1.27" y2="1.27" width="0.254" layer="94"/>
<wire x1="1.27" y1="1.27" x2="1.27" y2="0" width="0.254" layer="94"/>
<wire x1="-1.27" y1="1.27" x2="-1.27" y2="-1.27" width="0.254" layer="94"/>
<wire x1="1.27" y1="0" x2="1.27" y2="-1.27" width="0.254" layer="94"/>
<text x="-2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
<text x="-2.54" y="-3.81" size="1.778" layer="96">&gt;VALUE</text>
<pin name="A" x="-2.54" y="0" visible="off" length="short" direction="pas"/>
<pin name="C" x="2.54" y="0" visible="off" length="short" direction="pas" rot="R180"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="SROUB3M" prefix="X">
<gates>
<gate name="P4" symbol="SROUB" x="0" y="0"/>
</gates>
<devices>
<device name="" package="SROUB3M">
<connects>
<connect gate="P4" pin="P$1" pad="P$1"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="D-OB.SMA" prefix="D" uservalue="yes">
<description>SMA</description>
<gates>
<gate name="G$1" symbol="D-OB." x="0" y="0"/>
</gates>
<devices>
<device name="" package="SMA">
<connects>
<connect gate="G$1" pin="A" pad="A"/>
<connect gate="G$1" pin="C" pad="K"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</libraries>
<attributes>
</attributes>
<variantdefs>
</variantdefs>
<classes>
<class number="0" name="default" width="0" drill="0">
</class>
</classes>
<parts>
<part name="U1" library="moje_io" deviceset="DRV8835" device="" value="BRV8835"/>
<part name="SV1" library="moje_konektory" deviceset="WAGO256" device=""/>
<part name="SV2" library="moje_konektory" deviceset="WAGO256" device=""/>
<part name="SV3" library="moje_konektory" deviceset="WAGO256" device=""/>
<part name="SV4" library="moje_konektory" deviceset="WAGO256" device=""/>
<part name="R1" library="moje_R" deviceset="R0805" device="" value="22k"/>
<part name="R2" library="moje_R" deviceset="R0805" device="" value="22k"/>
<part name="U$9" library="moje_schz" deviceset="GND" device=""/>
<part name="U$10" library="moje_schz" deviceset="GND" device=""/>
<part name="U$11" library="moje_schz" deviceset="+VCC" device=""/>
<part name="U$13" library="moje_schz" deviceset="GND" device=""/>
<part name="U$14" library="moje_schz" deviceset="GND" device=""/>
<part name="SV7" library="moje_konektory" deviceset="WAGO256" device=""/>
<part name="SV8" library="moje_konektory" deviceset="WAGO256" device=""/>
<part name="C1" library="moje_C" deviceset="C" device="" value="47uF/16V"/>
<part name="C2" library="moje_C" deviceset="C0805" device="" value="100nF"/>
<part name="U$16" library="moje_schz" deviceset="GND" device=""/>
<part name="U$17" library="moje_schz" deviceset="GND" device=""/>
<part name="C4" library="moje_C" deviceset="C0805" device="" value="100nF"/>
<part name="SV9" library="moje_hrebinky" deviceset="MA03-2" device=""/>
<part name="SV10" library="moje_hrebinky" deviceset="MA01-1" device=""/>
<part name="U$21" library="moje_schz" deviceset="+VCC" device=""/>
<part name="U$22" library="moje_schz" deviceset="GND" device=""/>
<part name="X1" library="moje" deviceset="SROUB3M" device=""/>
<part name="X2" library="moje" deviceset="SROUB3M" device=""/>
<part name="X3" library="moje" deviceset="SROUB3M" device=""/>
<part name="X4" library="moje" deviceset="SROUB3M" device=""/>
<part name="U$23" library="moje_schz" deviceset="GND" device=""/>
<part name="U$15" library="moje_schz" deviceset="GND" device=""/>
<part name="D1" library="moje" deviceset="D-OB.SMA" device="" value="M4"/>
<part name="D2" library="moje" deviceset="D-OB.SMA" device="" value="M4"/>
<part name="U$1" library="moje_schz" deviceset="+VCC" device=""/>
<part name="SV5" library="moje_hrebinky" deviceset="MA05-3" device=""/>
</parts>
<sheets>
<sheet>
<plain>
<text x="96.52" y="68.58" size="1.778" layer="97" rot="R90">AIN1/APHASE</text>
<text x="86.36" y="68.58" size="1.778" layer="97" rot="R90">AIN2/AENBL</text>
<text x="76.2" y="68.58" size="1.778" layer="97" rot="R90">BIN1/BPHASE</text>
<text x="66.04" y="68.58" size="1.778" layer="97" rot="R90">BIN2/BENBL</text>
<text x="57.15" y="60.96" size="1.778" layer="97" rot="R90">MODE</text>
<text x="-19.05" y="76.2" size="1.778" layer="97">MOTOR POWER</text>
<text x="7.62" y="55.88" size="1.778" layer="91">VM</text>
<text x="-27.94" y="-6.35" size="1.778" layer="91">VM</text>
<wire x1="-7.62" y1="35.56" x2="-7.62" y2="30.48" width="0.1524" layer="97"/>
<wire x1="0" y1="30.48" x2="0" y2="25.4" width="0.1524" layer="97"/>
</plain>
<instances>
<instance part="U1" gate="G$1" x="25.4" y="30.48"/>
<instance part="SV1" gate="G$1" x="2.54" y="71.12" rot="R270"/>
<instance part="SV2" gate="G$1" x="-22.86" y="71.12" rot="R270"/>
<instance part="SV3" gate="G$1" x="-20.32" y="22.86"/>
<instance part="SV4" gate="G$1" x="-20.32" y="27.94"/>
<instance part="R1" gate="G$1" x="52.07" y="45.72" rot="R90"/>
<instance part="R2" gate="G$1" x="59.69" y="45.72" rot="R90"/>
<instance part="U$9" gate="G$1" x="59.69" y="38.1"/>
<instance part="U$10" gate="G$1" x="52.07" y="38.1"/>
<instance part="U$11" gate="G$2" x="52.07" y="73.66"/>
<instance part="U$13" gate="G$1" x="-22.86" y="54.61"/>
<instance part="U$14" gate="G$1" x="2.54" y="15.24"/>
<instance part="SV7" gate="G$1" x="-20.32" y="33.02"/>
<instance part="SV8" gate="G$1" x="-20.32" y="38.1"/>
<instance part="C1" gate="G$1" x="-1.27" y="50.8" smashed="yes" rot="R270">
<attribute name="NAME" x="-0.635" y="49.2125" size="1.6764" layer="95" rot="R270"/>
<attribute name="VALUE" x="-4.445" y="54.2925" size="1.6764" layer="96" rot="MR270"/>
</instance>
<instance part="C2" gate="G$1" x="-16.51" y="50.8"/>
<instance part="U$16" gate="G$1" x="-16.51" y="45.72"/>
<instance part="U$17" gate="G$1" x="-1.27" y="45.72"/>
<instance part="C4" gate="G$1" x="41.91" y="55.88" rot="R270"/>
<instance part="SV9" gate="-1" x="-10.16" y="-1.27" rot="R180"/>
<instance part="SV9" gate="-2" x="-10.16" y="-6.35" rot="R180"/>
<instance part="SV9" gate="-3" x="-10.16" y="-11.43" rot="R180"/>
<instance part="SV10" gate="G$1" x="-17.78" y="-6.35" smashed="yes" rot="R180">
<attribute name="NAME" x="-22.479" y="-9.017" size="1.778" layer="95"/>
</instance>
<instance part="U$21" gate="G$2" x="17.78" y="-3.81"/>
<instance part="U$22" gate="G$1" x="35.56" y="50.8"/>
<instance part="X1" gate="P4" x="40.64" y="-15.24"/>
<instance part="X2" gate="P4" x="40.64" y="-7.62"/>
<instance part="X3" gate="P4" x="40.64" y="0"/>
<instance part="X4" gate="P4" x="40.64" y="7.62"/>
<instance part="U$23" gate="G$1" x="33.02" y="-17.78"/>
<instance part="U$15" gate="G$1" x="0" y="-16.51"/>
<instance part="D1" gate="G$1" x="-10.16" y="60.96"/>
<instance part="D2" gate="G$1" x="10.16" y="-11.43" rot="R90"/>
<instance part="U$1" gate="G$2" x="46.99" y="60.96"/>
<instance part="SV5" gate="-1" x="66.04" y="63.5"/>
<instance part="SV5" gate="-2" x="66.04" y="58.42"/>
<instance part="SV5" gate="-3" x="86.36" y="63.5"/>
<instance part="SV5" gate="-4" x="86.36" y="58.42"/>
<instance part="SV5" gate="-5" x="76.2" y="63.5"/>
<instance part="SV5" gate="-6" x="76.2" y="58.42"/>
<instance part="SV5" gate="-7" x="96.52" y="63.5"/>
<instance part="SV5" gate="-8" x="96.52" y="58.42"/>
<instance part="SV5" gate="-9" x="52.07" y="59.69" rot="R270"/>
<instance part="SV5" gate="-10" x="52.07" y="68.58" rot="R90"/>
</instances>
<busses>
</busses>
<nets>
<net name="+VCC" class="0">
<segment>
<pinref part="SV9" gate="-2" pin="K"/>
<wire x1="-5.08" y1="-6.35" x2="10.16" y2="-6.35" width="0.1524" layer="91"/>
<pinref part="U$21" gate="G$2" pin="+VCC"/>
<pinref part="D2" gate="G$1" pin="C"/>
<wire x1="10.16" y1="-6.35" x2="17.78" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="10.16" y1="-8.89" x2="10.16" y2="-6.35" width="0.1524" layer="91"/>
<junction x="10.16" y="-6.35"/>
</segment>
<segment>
<wire x1="46.99" y1="55.88" x2="59.69" y2="55.88" width="0.1524" layer="91"/>
<wire x1="59.69" y1="50.8" x2="59.69" y2="55.88" width="0.1524" layer="91"/>
<pinref part="R2" gate="G$1" pin="2"/>
<wire x1="46.99" y1="55.88" x2="46.99" y2="43.18" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="VCC"/>
<wire x1="46.99" y1="43.18" x2="45.72" y2="43.18" width="0.1524" layer="91"/>
<pinref part="C4" gate="G$1" pin="1"/>
<wire x1="44.45" y1="55.88" x2="46.99" y2="55.88" width="0.1524" layer="91"/>
<junction x="46.99" y="55.88"/>
<pinref part="U$1" gate="G$2" pin="+VCC"/>
<wire x1="46.99" y1="55.88" x2="46.99" y2="58.42" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="U$11" gate="G$2" pin="+VCC"/>
<pinref part="SV5" gate="-10" pin="P$1"/>
<wire x1="52.07" y1="68.58" x2="52.07" y2="71.12" width="0.1524" layer="91"/>
</segment>
</net>
<net name="GND" class="0">
<segment>
<pinref part="R2" gate="G$1" pin="1"/>
<pinref part="U$9" gate="G$1" pin="GND"/>
<wire x1="59.69" y1="38.1" x2="59.69" y2="40.64" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="R1" gate="G$1" pin="1"/>
<pinref part="U$10" gate="G$1" pin="GND"/>
<wire x1="52.07" y1="38.1" x2="52.07" y2="40.64" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="U$13" gate="G$1" pin="GND"/>
<pinref part="SV2" gate="G$1" pin="P$1"/>
<wire x1="-22.86" y1="54.61" x2="-22.86" y2="60.96" width="0.1524" layer="91"/>
<wire x1="-22.86" y1="60.96" x2="-22.86" y2="63.5" width="0.1524" layer="91"/>
<wire x1="-12.7" y1="60.96" x2="-22.86" y2="60.96" width="0.1524" layer="91"/>
<junction x="-22.86" y="60.96"/>
<pinref part="D1" gate="G$1" pin="A"/>
</segment>
<segment>
<pinref part="U1" gate="G$1" pin="GND"/>
<pinref part="U$14" gate="G$1" pin="GND"/>
<wire x1="5.08" y1="17.78" x2="2.54" y2="17.78" width="0.1524" layer="91"/>
<wire x1="2.54" y1="17.78" x2="2.54" y2="15.24" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C2" gate="G$1" pin="2"/>
<pinref part="U$16" gate="G$1" pin="GND"/>
<wire x1="-16.51" y1="45.72" x2="-16.51" y2="48.26" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C1" gate="G$1" pin="C_EL-"/>
<pinref part="U$17" gate="G$1" pin="GND"/>
<wire x1="-1.27" y1="45.72" x2="-1.27" y2="48.26" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C4" gate="G$1" pin="2"/>
<pinref part="U$22" gate="G$1" pin="GND"/>
<wire x1="39.37" y1="55.88" x2="35.56" y2="55.88" width="0.1524" layer="91"/>
<wire x1="35.56" y1="55.88" x2="35.56" y2="50.8" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="X4" gate="P4" pin="P$1"/>
<wire x1="33.02" y1="7.62" x2="33.02" y2="0" width="0.1524" layer="91"/>
<pinref part="U$23" gate="G$1" pin="GND"/>
<pinref part="X1" gate="P4" pin="P$1"/>
<junction x="33.02" y="-15.24"/>
<wire x1="33.02" y1="0" x2="33.02" y2="-7.62" width="0.1524" layer="91"/>
<wire x1="33.02" y1="-7.62" x2="33.02" y2="-15.24" width="0.1524" layer="91"/>
<wire x1="33.02" y1="-15.24" x2="33.02" y2="-17.78" width="0.1524" layer="91"/>
<pinref part="X2" gate="P4" pin="P$1"/>
<junction x="33.02" y="-7.62"/>
<pinref part="X3" gate="P4" pin="P$1"/>
<junction x="33.02" y="0"/>
</segment>
<segment>
<pinref part="SV9" gate="-1" pin="K"/>
<wire x1="-5.08" y1="-1.27" x2="0" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="0" y1="-1.27" x2="0" y2="-11.43" width="0.1524" layer="91"/>
<pinref part="SV9" gate="-3" pin="K"/>
<wire x1="0" y1="-11.43" x2="0" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="0" y1="-13.97" x2="0" y2="-16.51" width="0.1524" layer="91"/>
<wire x1="-5.08" y1="-11.43" x2="0" y2="-11.43" width="0.1524" layer="91"/>
<wire x1="0" y1="-13.97" x2="10.16" y2="-13.97" width="0.1524" layer="91"/>
<junction x="0" y="-11.43"/>
<junction x="0" y="-13.97"/>
<pinref part="U$15" gate="G$1" pin="GND"/>
<pinref part="D2" gate="G$1" pin="A"/>
</segment>
</net>
<net name="N$8" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="BIN2/BENBL"/>
<wire x1="71.12" y1="17.78" x2="45.72" y2="17.78" width="0.1524" layer="91"/>
<wire x1="71.12" y1="17.78" x2="71.12" y2="58.42" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-1" pin="P$1"/>
<wire x1="71.12" y1="58.42" x2="71.12" y2="63.5" width="0.1524" layer="91"/>
<wire x1="66.04" y1="63.5" x2="71.12" y2="63.5" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-2" pin="P$1"/>
<wire x1="66.04" y1="58.42" x2="71.12" y2="58.42" width="0.1524" layer="91"/>
<junction x="71.12" y="58.42"/>
</segment>
</net>
<net name="N$11" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="AIN2/AENBL"/>
<wire x1="91.44" y1="63.5" x2="91.44" y2="58.42" width="0.1524" layer="91"/>
<wire x1="91.44" y1="58.42" x2="91.44" y2="27.94" width="0.1524" layer="91"/>
<wire x1="45.72" y1="27.94" x2="91.44" y2="27.94" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-3" pin="P$1"/>
<wire x1="86.36" y1="63.5" x2="91.44" y2="63.5" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-4" pin="P$1"/>
<wire x1="86.36" y1="58.42" x2="91.44" y2="58.42" width="0.1524" layer="91"/>
<junction x="91.44" y="58.42"/>
</segment>
</net>
<net name="N$13" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="AIN1/APHASE"/>
<wire x1="45.72" y1="33.02" x2="101.6" y2="33.02" width="0.1524" layer="91"/>
<wire x1="101.6" y1="33.02" x2="101.6" y2="58.42" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-7" pin="P$1"/>
<wire x1="101.6" y1="58.42" x2="101.6" y2="63.5" width="0.1524" layer="91"/>
<wire x1="96.52" y1="63.5" x2="101.6" y2="63.5" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-8" pin="P$1"/>
<wire x1="96.52" y1="58.42" x2="101.6" y2="58.42" width="0.1524" layer="91"/>
<junction x="101.6" y="58.42"/>
</segment>
</net>
<net name="N$9" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="MODE"/>
<wire x1="45.72" y1="38.1" x2="48.26" y2="38.1" width="0.1524" layer="91"/>
<wire x1="48.26" y1="38.1" x2="48.26" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R1" gate="G$1" pin="2"/>
<wire x1="48.26" y1="50.8" x2="52.07" y2="50.8" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-9" pin="P$1"/>
<wire x1="52.07" y1="50.8" x2="52.07" y2="59.69" width="0.1524" layer="91"/>
<junction x="52.07" y="50.8"/>
</segment>
</net>
<net name="VN" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="VN"/>
<wire x1="5.08" y1="43.18" x2="2.54" y2="43.18" width="0.1524" layer="91"/>
<wire x1="2.54" y1="43.18" x2="2.54" y2="55.88" width="0.1524" layer="91"/>
<pinref part="SV1" gate="G$1" pin="P$1"/>
<wire x1="2.54" y1="55.88" x2="2.54" y2="60.96" width="0.1524" layer="91"/>
<wire x1="2.54" y1="60.96" x2="2.54" y2="63.5" width="0.1524" layer="91"/>
<wire x1="2.54" y1="55.88" x2="7.62" y2="55.88" width="0.1524" layer="91"/>
<junction x="2.54" y="55.88"/>
<wire x1="-7.62" y1="60.96" x2="2.54" y2="60.96" width="0.1524" layer="91"/>
<junction x="2.54" y="60.96"/>
<pinref part="C2" gate="G$1" pin="1"/>
<wire x1="2.54" y1="55.88" x2="-1.27" y2="55.88" width="0.1524" layer="91"/>
<wire x1="-16.51" y1="53.34" x2="-16.51" y2="55.88" width="0.1524" layer="91"/>
<pinref part="C1" gate="G$1" pin="C_EL+"/>
<wire x1="-16.51" y1="55.88" x2="-1.27" y2="55.88" width="0.1524" layer="91"/>
<wire x1="-1.27" y1="55.88" x2="-1.27" y2="53.34" width="0.1524" layer="91"/>
<junction x="-1.27" y="55.88"/>
<pinref part="D1" gate="G$1" pin="C"/>
</segment>
<segment>
<pinref part="SV10" gate="G$1" pin="P$1"/>
<wire x1="-17.78" y1="-6.35" x2="-22.86" y2="-6.35" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$2" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="BIN1/BPHASE"/>
<wire x1="45.72" y1="22.86" x2="81.28" y2="22.86" width="0.1524" layer="91"/>
<wire x1="81.28" y1="22.86" x2="81.28" y2="58.42" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-5" pin="P$1"/>
<wire x1="81.28" y1="58.42" x2="81.28" y2="63.5" width="0.1524" layer="91"/>
<wire x1="76.2" y1="63.5" x2="81.28" y2="63.5" width="0.1524" layer="91"/>
<pinref part="SV5" gate="-6" pin="P$1"/>
<wire x1="76.2" y1="58.42" x2="81.28" y2="58.42" width="0.1524" layer="91"/>
<junction x="81.28" y="58.42"/>
</segment>
</net>
<net name="N$1" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="BOUT2"/>
<pinref part="SV3" gate="G$1" pin="P$1"/>
<wire x1="5.08" y1="22.86" x2="-12.7" y2="22.86" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$3" class="0">
<segment>
<pinref part="SV4" gate="G$1" pin="P$1"/>
<pinref part="U1" gate="G$1" pin="BOUT1"/>
<wire x1="-12.7" y1="27.94" x2="5.08" y2="27.94" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$4" class="0">
<segment>
<pinref part="SV7" gate="G$1" pin="P$1"/>
<pinref part="U1" gate="G$1" pin="AOUT2"/>
<wire x1="-12.7" y1="33.02" x2="5.08" y2="33.02" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$5" class="0">
<segment>
<pinref part="SV8" gate="G$1" pin="P$1"/>
<pinref part="U1" gate="G$1" pin="AOUT1"/>
<wire x1="-12.7" y1="38.1" x2="5.08" y2="38.1" width="0.1524" layer="91"/>
</segment>
</net>
</nets>
</sheet>
</sheets>
</schematic>
</drawing>
</eagle>
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control.pde
File deleted
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp
0,0 → 1,90
#include <SPI.h>
 
#include "WProgram.h"
void command(char* buffer, unsigned int len);
void goTo(unsigned int pos);
void setParam(unsigned int reg, unsigned int val, unsigned int len);
void setup();
int readInt();
void loop();
void command(char* buffer, unsigned int len)
{
for (int i = 0; i < len; i++) {
delay(10);
digitalWrite(SS, 0);
SPI.transfer(buffer[i]);
digitalWrite(SS, 1);
}
}
 
void goTo(unsigned int pos)
{
char buffer[4];
buffer[0] = 0x60;
buffer[1] = pos >> 16;
buffer[2] = (pos >> 8) & 0xff;
buffer[3] = pos & 0xff;
command(buffer, 4);
}
 
void setParam(unsigned int reg, unsigned int val, unsigned int len)
{
char buffer[4];
buffer[0] = reg;
/* BUG: reg? */
for (int i = 0; i < len; i++)
buffer[i + 1] = (reg >> (8 * ((len - 1) - i))) & 0xff;
command(buffer, 1 + len);
}
 
void setup()
{
Serial.begin(9600);
SPI.begin(SPI_MASTER, MSBFIRST, SPI_MODE3, SPI_CLOCK_DIV32);
setParam(5, 0xd0, 2); // ACC
setParam(6, 0xd0, 2); // DEC
setParam(7, 0, 2); // MAX_SPEED
Serial.println("Testovaci program pro HBSTEP01A");
}
 
int readInt()
{
char line[100];
int i = 0;
while (true) {
if (Serial.available()) {
byte c = Serial.read();
if (c == '\n' || c == '\r') {
Serial.println();
line[i] = '\0';
return atoi(line);
}
Serial.write(c);
line[i++] = c;
}
}
}
 
void loop()
{
int speed = readInt();
 
int dir = speed > 0;
if (!dir)
speed = -speed;
char buffer[4];
buffer[0] = 0x50 | dir;
buffer[1] = (speed >> 16) & 0xff;
buffer[2] = (speed >> 8) & 0xff;
buffer[3] = speed & 0xff;
command(buffer, 4);
}
 
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp.eep
0,0 → 1,0
:00000001FF
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp.elf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.cpp.hex
0,0 → 1,270
:100000000C9436000C945E000C945E000C945E0020
:100010000C945E000C945E000C945E000C945705EA
:100020000C9480050C94A9050C944D060C94D205F3
:100030000C94FB050C9424060C94DC040C9405052C
:100040000C942E050C945E000C940D020C945E0230
:100050000C945E000C945E000C945E000C945E00A8
:100060000C945E000C945E004A04BF0711241FBE6E
:10007000CFEFD8E0DEBFCDBF11E0A0E0B1E0E4E714
:10008000F0E102C005900D92A634B107D9F712E055
:10009000A6E4B1E001C01D92A830B107E1F710E07D
:1000A000CCE6D0E004C02297FE010E940E08C836BC
:1000B000D107C9F70E9406020C9438080C9400007E
:1000C000CF92DF92FF920F931F93DF93CF93CDB721
:1000D000DEB7C456D0400FB6F894DEBF0FBECDBF1A
:1000E00000E010E06E010894C11CD11C80E591E095
:1000F0000E94AB03892BD1F380E591E00E94B0030D
:10010000F82E8AE0F81619F0EDE0FE16D9F480E535
:1001100091E00E948F04CE010196080F191FF8018B
:1001200010820E941208CC59DF4F0FB6F894DEBF40
:100130000FBECDBFCF91DF911F910F91FF90DF9048
:10014000CF90089580E591E06F2D0E94F303F601B2
:10015000E00FF11FF0820F5F1F4FC8CFEF92FF92A9
:100160000F931F93CF93DF937C018B01C0E0D0E00E
:1001700011C06AE070E080E090E00E94DC012A9803
:10018000F701EC0FFD1F86E491E060810E94A3015E
:100190002A9A2196C017D10760F3DF91CF911F9162
:1001A0000F91FF90EF900895DF93CF9300D000D090
:1001B000CDB7DEB70E9460009C0180E090E012168F
:1001C00013061CF481E090E003C0309521953F4F69
:1001D000806589831A823B832C83CE01019664E07B
:1001E00070E00E94AE000F900F900F900F90CF9193
:1001F000DF910895DF93CF9300D000D0CDB7DEB765
:10020000BC0189834150504E9A0183E0220F331F75
:100210008A95E1F74F5F5F41FE0132960AC0CB013C
:10022000022E02C0969587950A94E2F78193285092
:1002300030408FEF283F380791F74F5F5F4FCE0177
:100240000196BA010E94AE000F900F900F900F9090
:10025000CF91DF910895CF92DF92EF920F9390E5C7
:10026000C92E91E0D92EC60140E855E260E070E069
:1002700028E001E0EE240E94EB0286E491E061E0D8
:1002800041E02CE006E00E94670185E090E060ED2F
:1002900070E042E050E00E94FA0086E090E060EDFD
:1002A00070E042E050E00E94FA0087E090E060E0F9
:1002B00070E042E050E00E94FA00C60160E071E0A8
:1002C0000E94A6040F91EF90DF90CF9008950F93B6
:1002D000613021F5229A259A239A2498442319F40F
:1002E0008CB5806202C08CB58F7D8CBD8CB5837F50
:1002F000822B8CBD8CB5902F93708C7F982B9CBDDE
:100300002DB5802F90E0959587959595879581706F
:100310002E7F822B8DBD8CB580610FC022982598D1
:100320002398249A442319F48CB5806202C08CB5BA
:100330008F7D8CBD8CB5837F822B8CBD8CB580640A
:100340008CBD0F9108956EBD0DB407FEFDCF8EB527
:10035000089580914B0190914C01A0914D01B09175
:100360004E0130914F010196A11DB11D232F2D5F2C
:100370002D3720F02D570196A11DB11D20934F015F
:1003800080934B0190934C01A0934D01B0934E018B
:100390008091470190914801A0914901B0914A0193
:1003A0000196A11DB11D8093470190934801A09330
:1003B0004901B0934A010895EF92FF920F931F9362
:1003C0007B018C018FB7F89440914B0150914C0107
:1003D00060914D0170914E018FBF2FB7F8948091BD
:1003E0004B0190914C01A0914D01B0914E012FBF56
:1003F000841B950BA60BB70B8E159F05A007B107A5
:1004000060F31F910F91FF90EF9008950E94B10447
:100410000E942B010E94D400FDCF1F920F920FB6B5
:100420000F9211241F932F933F934F935F936F93DA
:100430007F938F939F93AF93BF93EF93FF93E0913D
:10044000A001F091A1011081E0915201F0915301BE
:100450000190F081E02D82E591E009958097E0F42C
:100460008091560190915701019690935701809386
:1004700056018091580190915901FC01E05BFE4FBB
:10048000148701969093590180935801809724F026
:100490001092590110925801FF91EF91BF91AF91C5
:1004A0009F918F917F916F915F914F913F912F918C
:1004B0001F910F900FBE0F901F9018951F920F92D3
:1004C0000FB60F9211242F938F939F93AF93BF93E7
:1004D000EF93FF938091800190918101892B09F125
:1004E000A091A001B091A101809180019091810122
:1004F0000197909381018093800180918401909174
:100500008501FC01E05BFE4F26A9019690938501D1
:1005100080938401409724F0109285011092840109
:100520002C938091800190918101892B31F4E0918D
:100530009C01F0919D0188E98083FF91EF91BF912B
:10054000AF919F918F912F910F900FBE0F901F90A1
:100550001895FC0184E291E09183808386E391E029
:100560009383828380E290E095838483178216824E
:1005700086819781938782879187808780E491E045
:1005800095A784A780E190E097A786A711AA10AA53
:1005900080A991A995AB84AB93AB82AB6623D1F4D0
:1005A000EA5BFF4F85EC90E08193919384EC90E0BF
:1005B0008193919380EC90E08193919381EC90E012
:1005C0008193919382EC90E08193919386EC90E0FB
:1005D0009183808308955F926F927F928F929F9212
:1005E000AF92BF92CF92DF92EF92FF920F931F9341
:1005F000CF93DF93EC015A016B01922E502E8E2C7B
:1006000060E072E18AE790E0A60195010E94CF07C1
:100610002C5F3F4F4F4F5F4F93E05695479537956F
:1006200027959A95D1F7390160E074E284EF90E064
:10063000A60195010E94CF072C5F3F4F4F4F5F4FA0
:1006400083E056954795379527958A95D1F7790197
:1006500040E050E060E874E88EE190E00E94F1072D
:1006600089010A191B0917FF03C0109501951F4F37
:10067000930140E050E060E472E48FE090E00E947B
:10068000F1072A193B0937FF03C0309521953F4FE9
:10069000FE01E65BFF4F021713073CF40190F08167
:1006A000E02D82E08083970105C00190F081E02D6C
:1006B000108293012150304086E0981669F0891528
:1006C00020F095E09916B9F409C087E0981641F03A
:1006D00099E0991681F406C082E00EC080E00CC05B
:1006E00084E00AC0C45BDF4FE881F981CC54D0407C
:1006F00080818460808386E092E0591609F48860E6
:1007000091E0891621F092E0891621F402C08063FD
:1007100001C08062C25BDF4FE881F9818083289746
:10072000E991F9913083E881F98120832496E88169
:10073000F98188E98083DF91CF911F910F91FF901C
:10074000EF90DF90CF90BF90AF909F908F907F9071
:100750006F905F900895FC0126813781C90108954B
:10076000DC01FC0186819781892B19F42FEF3FEF83
:1007700017C03FB7F894FD01868197810197978351
:10078000868382859385E80FF91F24850196FD01F4
:1007900093878287809714F0138612863FBF30E0DC
:1007A000C9010895CF93DF93DC01EC018E819F8115
:1007B000892B19F42FEF3FEF08C0ED01EA85FB8587
:1007C000EA0FFB1F8485282F30E0C901DF91CF910C
:1007D0000895FC011782168286819781938782870C
:1007E0009187808708950F931F93CF93DF93EC0138
:1007F000162F88A999A94097E0F70FB7F894ECA5B0
:10080000FDA50190F081E02DCE018C9609954097D1
:1008100090F488A999A9019699AB88AB8AA99BA95C
:10082000FE01E80FF91F16AB01969BAB8AAB409710
:1008300014F01BAA1AAAC45BDF4FE881F9818081FA
:10084000806280830FBFDF91CF911F910F91089538
:10085000FC0124813581C9010895FC012481358181
:10086000C9010895665F7F4F680F791FCB01089516
:10087000665F7F4F680F791FCB010895665F7F4FDA
:10088000680F791FCB010895665F7F4F680F791F4E
:10089000CB01089580E591E060E00E94A9020895EF
:1008A0000F931F93CF93DF938C01EB0109C0219627
:1008B000D801ED91FC910190F081E02DC8010995DE
:1008C00068816623A1F7DF91CF911F910F91089561
:1008D000EF92FF920F931F93CF93DF938C017B01D5
:1008E000EA010CC0D7016D917D01D801ED91FC9119
:1008F0000190F081E02DC80109952197209791F78B
:10090000DF91CF911F910F91FF90EF900895DC013F
:10091000ED91FC910280F381E02D099508950F93EC
:100920001F938C01DC01ED91FC910190F081E02D91
:100930006DE00995D801ED91FC910190F081E02DD9
:10094000C8016AE009951F910F9108950F931F93B5
:100950008C010E948704C8010E948F041F910F918F
:1009600008950F931F9302EA11E0C80163E00E940B
:10097000A607C80160E049EA51E021E00E947B0738
:10098000C80164E00E94760604EC11E0C80161E051
:100990000E94A607C80164E00E94760606EE11E0F8
:1009A000C80161E00E94A607C80164E00E947606C3
:1009B00078941F910F9108951F920F920FB60F9286
:1009C00011242F933F934F935F936F937F938F9354
:1009D0009F93AF93BF93EF93FF93E091BC01F0918E
:1009E000BD01309709F00995FF91EF91BF91AF914B
:1009F0009F918F917F916F915F914F913F912F9137
:100A00000F900FBE0F901F9018951F920F920FB668
:100A10000F9211242F933F934F935F936F937F9384
:100A20008F939F93AF93BF93EF93FF93E091BE019A
:100A3000F091BF01309709F00995FF91EF91BF91B7
:100A4000AF919F918F917F916F915F914F913F9166
:100A50002F910F900FBE0F901F9018951F920F921D
:100A60000FB60F9211242F933F934F935F936F9381
:100A70007F938F939F93AF93BF93EF93FF93E091F7
:100A8000BA01F091BB01309709F00995FF91EF9100
:100A9000BF91AF919F918F917F916F915F914F9196
:100AA0003F912F910F900FBE0F901F9018951F929E
:100AB0000F920FB60F9211242F933F934F935F9392
:100AC0006F937F938F939F93AF93BF93EF93FF9316
:100AD000E0910002F0910102309709F00995FF9131
:100AE000EF91BF91AF919F918F917F916F915F91A6
:100AF0004F913F912F910F900FBE0F901F9018951F
:100B00001F920F920FB60F9211242F933F934F9382
:100B10005F936F937F938F939F93AF93BF93EF9365
:100B2000FF93E0910202F0910302309709F00995DA
:100B3000FF91EF91BF91AF919F918F917F916F91B5
:100B40005F914F913F912F910F900FBE0F901F908B
:100B500018951F920F920FB60F9211242F933F9367
:100B60004F935F936F937F938F939F93AF93BF93B5
:100B7000EF93FF93E091FE01F091FF01309709F0B0
:100B80000995FF91EF91BF91AF919F918F917F91C7
:100B90006F915F914F913F912F910F900FBE0F90EA
:100BA0001F9018951F920F920FB60F9211242F933A
:100BB0003F934F935F936F937F938F939F93AF93E5
:100BC000BF93EF93FF93E091DE01F091DF01309747
:100BD00009F00995FF91EF91BF91AF919F918F918E
:100BE0007F916F915F914F913F912F910F900FBE29
:100BF0000F901F9018951F920F920FB60F9211240D
:100C00002F933F934F935F936F937F938F939F9314
:100C1000AF93BF93EF93FF93E091E001F091E10177
:100C2000309709F00995FF91EF91BF91AF919F9196
:100C30008F917F916F915F914F913F912F910F9085
:100C40000FBE0F901F9018951F920F920FB60F9224
:100C500011242F933F934F935F936F937F938F93C1
:100C60009F93AF93BF93EF93FF93E091DC01F091DB
:100C7000DD01309709F00995FF91EF91BF91AF9198
:100C80009F918F917F916F915F914F913F912F91A4
:100C90000F900FBE0F901F9018951F920F920FB6D6
:100CA0000F9211242F933F934F935F936F937F93F2
:100CB0008F939F93AF93BF93EF93FF93E091E401E2
:100CC000F091E501309709F00995FF91EF91BF91FF
:100CD000AF919F918F917F916F915F914F913F91D4
:100CE0002F910F900FBE0F901F901895FC018081DF
:100CF000823081F4643031F1653028F46230E1F003
:100D00006330F0F40FC0663009F16630E8F0673008
:100D100009F51EC06630B1F0673038F4623061F01A
:100D2000643071F06130B1F409C0683079F0683036
:100D300058F0693079F40CC092E00DC091E00BC01E
:100D400093E009C094E007C095E005C096E003C0B9
:100D500097E001C090E00284F385E02D8081887FD8
:100D6000982B90830895CF93DF93EC0168836130D3
:100D700019F1613020F0623009F06CC048C01B826C
:100D80001A8286E490E09D838C838EE690E09F83B8
:100D90008E8384E490E09987888785E490E09B8740
:100DA0008A871D861C8687E490E09F878E87198A34
:100DB000188A88E490E022C08FE690E09F838E83BB
:100DC00085E890E09B838A8384E890E09D838C8310
:100DD00080E890E09987888781E890E09B878A8700
:100DE00089E890E09D878C8788E890E09F878E87D0
:100DF0008BE890E0998B888B8AE890E09B8B8A8BBC
:100E00001D8A1C8A1F8A1E8A82E0898323C01B8256
:100E10001A8282EB90E09D838C8380E790E09F8331
:100E20008E8380EB90E09987888781EB90E09B87A9
:100E30008A871D861C8683EB90E09F878E87198AA0
:100E4000188A84EB90E09B8B8A8B1D8A1C8A1F8AF0
:100E50001E8A6983CE0160E00E947606EA81FB81EA
:100E6000309709F01082EC81FD811082198E188E66
:100E70001B8E1A8E1D8E1C8E1F8E1E8E19A218A2FE
:100E8000DF91CF910895FC01623071F0633028F456
:100E9000662381F0613071F505C0633039F064304C
:100EA00049F506C081E007C082E005C083E003C0C9
:100EB00085E001C080E00680F781E02D2081682F69
:100EC000772767FD709581E090E0062E02C0880FBD
:100ED000991F0A94E2F78095822320E030E04423B2
:100EE00011F021E030E002C0220F331F6A95E2F7D3
:100EF000822B80830895FC01623091F0633028F4E6
:100F0000662341F06130A1F408C0633061F06430C1
:100F100079F40CC0518F408F0BC0538F428F08C0A3
:100F2000558F448F05C0578F468F02C051A340A3F1
:100F3000452B29F4CF0140E00E9443070895222366
:100F400021F0CF0141E00E9443070895CF93DF9342
:100F5000EC01E885F9858081962F93708C7F982B22
:100F60009083EA85FB85808170E06C707070660FFD
:100F7000771F877E862B8083DF91CF91089582EA49
:100F800091E060E00E94B30684EC91E061E00E9491
:100F9000B30686EE91E062E00E94B3060895A1E2F6
:100FA0001A2EAA1BBB1BFD010DC0AA1FBB1FEE1FE3
:100FB000FF1FA217B307E407F50720F0A21BB30B2E
:100FC000E40BF50B661F771F881F991F1A9469F7AA
:100FD00060957095809590959B01AC01BD01CF0106
:100FE000089597FB092E05260ED057FD04D0D7DFB4
:100FF0000AD0001C38F450954095309521953F4F0C
:101000004F4F5F4F0895F6F79095809570956195D5
:101010007F4F8F4F9F4F0895EE0FFF1F0590F49164
:10102000E02D0994FC0188279927E894219120322A
:10103000E9F3293010F02E30C8F32B3241F02D3275
:1010400039F4689404C00E943008820F911D2191E8
:1010500020532A30C0F31EF4909581959F4F089538
:101060007AE0979F902D879F802D910D11240895F0
:04107000F894FFCF22
:10107400546573746F766163692070726F6772610F
:101084006D2070726F2048425354455030314100F6
:1010940000000000F30350046804AB03D203B00360
:1010A400E903000000002D043E0444040000000095
:0610B40028043204380498
:00000001FF
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/build/speed_control.pde
0,0 → 1,82
#include <SPI.h>
 
void command(char* buffer, unsigned int len)
{
for (int i = 0; i < len; i++) {
delay(10);
digitalWrite(SS, 0);
SPI.transfer(buffer[i]);
digitalWrite(SS, 1);
}
}
 
void goTo(unsigned int pos)
{
char buffer[4];
buffer[0] = 0x60;
buffer[1] = pos >> 16;
buffer[2] = (pos >> 8) & 0xff;
buffer[3] = pos & 0xff;
command(buffer, 4);
}
 
void setParam(unsigned int reg, unsigned int val, unsigned int len)
{
char buffer[4];
buffer[0] = reg;
/* BUG: reg? */
for (int i = 0; i < len; i++)
buffer[i + 1] = (reg >> (8 * ((len - 1) - i))) & 0xff;
command(buffer, 1 + len);
}
 
void setup()
{
Serial.begin(9600);
SPI.begin(SPI_MASTER, MSBFIRST, SPI_MODE3, SPI_CLOCK_DIV32);
setParam(5, 0xd0, 2); // ACC
setParam(6, 0xd0, 2); // DEC
setParam(7, 0, 2); // MAX_SPEED
Serial.println("Testovaci program pro HBSTEP01A");
}
 
int readInt()
{
char line[100];
int i = 0;
while (true) {
if (Serial.available()) {
byte c = Serial.read();
if (c == '\n' || c == '\r') {
Serial.println();
line[i] = '\0';
return atoi(line);
}
Serial.write(c);
line[i++] = c;
}
}
}
 
void loop()
{
int speed = readInt();
 
int dir = speed > 0;
if (!dir)
speed = -speed;
char buffer[4];
buffer[0] = 0x50 | dir;
buffer[1] = (speed >> 16) & 0xff;
buffer[2] = (speed >> 8) & 0xff;
buffer[3] = speed & 0xff;
command(buffer, 4);
}
/Modules/H_Bridge/HBSTEP01A/SW/Wiring/speed_control/speed_control.pde
0,0 → 1,82
#include <SPI.h>
 
void command(char* buffer, unsigned int len)
{
for (int i = 0; i < len; i++) {
delay(10);
digitalWrite(SS, 0);
SPI.transfer(buffer[i]);
digitalWrite(SS, 1);
}
}
 
void goTo(unsigned int pos)
{
char buffer[4];
buffer[0] = 0x60;
buffer[1] = pos >> 16;
buffer[2] = (pos >> 8) & 0xff;
buffer[3] = pos & 0xff;
command(buffer, 4);
}
 
void setParam(unsigned int reg, unsigned int val, unsigned int len)
{
char buffer[4];
buffer[0] = reg;
/* BUG: reg? */
for (int i = 0; i < len; i++)
buffer[i + 1] = (reg >> (8 * ((len - 1) - i))) & 0xff;
command(buffer, 1 + len);
}
 
void setup()
{
Serial.begin(9600);
SPI.begin(SPI_MASTER, MSBFIRST, SPI_MODE3, SPI_CLOCK_DIV32);
setParam(5, 0xd0, 2); // ACC
setParam(6, 0xd0, 2); // DEC
setParam(7, 0, 2); // MAX_SPEED
Serial.println("Testovaci program pro HBSTEP01A");
}
 
int readInt()
{
char line[100];
int i = 0;
while (true) {
if (Serial.available()) {
byte c = Serial.read();
if (c == '\n' || c == '\r') {
Serial.println();
line[i] = '\0';
return atoi(line);
}
Serial.write(c);
line[i++] = c;
}
}
}
 
void loop()
{
int speed = readInt();
 
int dir = speed > 0;
if (!dir)
speed = -speed;
char buffer[4];
buffer[0] = 0x50 | dir;
buffer[1] = (speed >> 16) & 0xff;
buffer[2] = (speed >> 8) & 0xff;
buffer[3] = speed & 0xff;
command(buffer, 4);
}
/Modules/PowerSupply/LION1CELL01B/DOC/SRC/LION1CELL01B.docx
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/PowerSupply/LION1CELL01B/SCH_PCB/untitled.brd
10,15 → 10,15
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="no" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="yes"/>
2603,7 → 2603,7
<attribute name="VALUE" x="41.08" y="41.529" size="1.27" layer="27" ratio="10"/>
</element>
<element name="X10" library="moje_io" package="DSBGA8" value="TPS63036" x="63.75" y="37.3" smashed="yes" rot="MR180">
<attribute name="NAME" x="63.225" y="38.775" size="1.016" layer="26" rot="MR180"/>
<attribute name="NAME" x="62.525" y="36.475" size="1.016" layer="26" rot="MR180"/>
<attribute name="VALUE" x="63.025" y="39.225" size="1.27" layer="28" rot="MR180"/>
</element>
<element name="L2" library="moje_L" package="LPS3015" value="LPS3015-152MLC" x="63.9" y="40.65" smashed="yes" rot="MR180">
/Modules/PowerSupply/LION1CELL01B/SCH_PCB/untitled.sch
5583,14 → 5583,14
<sheets>
<sheet>
<plain>
<text x="-19.05" y="73.66" size="1.27" layer="95" align="center-right">STAT1</text>
<text x="-19.05" y="71.12" size="1.27" layer="95" align="center-right">PG</text>
<text x="-19.05" y="68.58" size="1.27" layer="95" align="center-right">CMODE</text>
<text x="-19.05" y="66.04" size="1.27" layer="95" align="center-right">CE</text>
<text x="-19.05" y="63.5" size="1.27" layer="95" align="center-right">CELLS</text>
<text x="-17.78" y="88.9" size="2.1844" layer="95" align="center-right">POWER JACK</text>
<text x="-24.13" y="78.74" size="2.1844" layer="95">TO HOST MCU</text>
<text x="-29.21" y="113.03" size="2.1844" layer="95">CHARGING POWER</text>
<text x="-7.62" y="73.66" size="1.27" layer="95" align="center-right">STAT1</text>
<text x="-7.62" y="71.12" size="1.27" layer="95" align="center-right">PG</text>
<text x="-7.62" y="68.58" size="1.27" layer="95" align="center-right">CMODE</text>
<text x="-7.62" y="66.04" size="1.27" layer="95" align="center-right">CE</text>
<text x="-7.62" y="63.5" size="1.27" layer="95" align="center-right">CELLS</text>
<text x="-5.08" y="88.9" size="2.1844" layer="95" align="center-right">POWER JACK</text>
<text x="-12.7" y="78.74" size="2.1844" layer="95">TO HOST MCU</text>
<text x="-21.59" y="113.03" size="2.1844" layer="95">CHARGING POWER</text>
<text x="20.32" y="-21.59" size="1.778" layer="96" rot="R90">LED</text>
<wire x1="-41.91" y1="128.27" x2="184.15" y2="128.27" width="0.3048" layer="97"/>
<wire x1="184.15" y1="128.27" x2="184.15" y2="29.21" width="0.3048" layer="97"/>
5630,27 → 5630,27
</plain>
<instances>
<instance part="U1" gate="G$1" x="68.58" y="58.42"/>
<instance part="SV4" gate="-1" x="-11.43" y="73.66" rot="R180"/>
<instance part="SV4" gate="-2" x="-11.43" y="71.12" rot="R180"/>
<instance part="SV4" gate="-3" x="-11.43" y="68.58" rot="R180"/>
<instance part="SV4" gate="-4" x="-11.43" y="66.04" rot="R180"/>
<instance part="SV4" gate="-5" x="-11.43" y="63.5" rot="R180"/>
<instance part="SV4" gate="-1" x="0" y="73.66" rot="R180"/>
<instance part="SV4" gate="-2" x="0" y="71.12" rot="R180"/>
<instance part="SV4" gate="-3" x="0" y="68.58" rot="R180"/>
<instance part="SV4" gate="-4" x="0" y="66.04" rot="R180"/>
<instance part="SV4" gate="-5" x="0" y="63.5" rot="R180"/>
<instance part="L1" gate="G$1" x="119.38" y="81.28"/>
<instance part="U$2" gate="G$1" x="-34.29" y="-99.06" rot="R270"/>
<instance part="U$4" gate="G$1" x="44.45" y="-85.09" rot="R180"/>
<instance part="U$5" gate="G$1" x="-34.29" y="-128.27" rot="R90"/>
<instance part="X2" gate="PC-GK2.1" x="-27.94" y="96.52"/>
<instance part="C7" gate="G$1" x="17.78" y="86.36" rot="R270"/>
<instance part="R11" gate="G$1" x="25.4" y="53.34" rot="R90"/>
<instance part="R12" gate="G$1" x="33.02" y="50.8" rot="R90"/>
<instance part="X2" gate="PC-GK2.1" x="-16.51" y="96.52"/>
<instance part="C7" gate="G$1" x="21.59" y="86.36" rot="R270"/>
<instance part="R11" gate="G$1" x="26.67" y="48.26" rot="R90"/>
<instance part="R12" gate="G$1" x="34.29" y="48.26" rot="R90"/>
<instance part="R13" gate="G$1" x="40.64" y="91.44" rot="R90"/>
<instance part="R14" gate="G$1" x="48.26" y="91.44" rot="R90"/>
<instance part="R15" gate="G$1" x="55.88" y="91.44" rot="R90"/>
<instance part="R16" gate="G$1" x="109.22" y="45.72" rot="R90"/>
<instance part="R17" gate="G$1" x="101.6" y="50.8" rot="R180"/>
<instance part="R18" gate="G$1" x="119.38" y="45.72" rot="R90"/>
<instance part="R19" gate="G$1" x="127" y="45.72" rot="R90"/>
<instance part="D2" gate="G$1" x="5.08" y="83.82" rot="R90"/>
<instance part="R18" gate="G$1" x="116.84" y="45.72" rot="R90"/>
<instance part="R19" gate="G$1" x="124.46" y="45.72" rot="R90"/>
<instance part="D2" gate="G$1" x="11.43" y="82.55" rot="R90"/>
<instance part="D1" gate="G$1" x="40.64" y="78.74"/>
<instance part="D3" gate="G$1" x="48.26" y="78.74"/>
<instance part="D4" gate="G$1" x="55.88" y="78.74"/>
5657,25 → 5657,25
<instance part="C3" gate="G$1" x="40.64" y="50.8"/>
<instance part="C1" gate="G$1" x="60.96" y="50.8"/>
<instance part="C2" gate="G$1" x="93.98" y="43.18"/>
<instance part="C4" gate="G$1" x="147.32" y="48.26"/>
<instance part="C5" gate="G$1" x="139.7" y="50.8" rot="R270"/>
<instance part="GND1" gate="G$1" x="5.08" y="38.1"/>
<instance part="GND2" gate="G$1" x="10.16" y="38.1"/>
<instance part="GND3" gate="G$1" x="17.78" y="38.1"/>
<instance part="GND4" gate="G$1" x="25.4" y="38.1"/>
<instance part="C4" gate="G$1" x="139.7" y="48.26"/>
<instance part="C5" gate="G$1" x="134.62" y="48.26" rot="R270"/>
<instance part="GND1" gate="G$1" x="11.43" y="38.1"/>
<instance part="GND2" gate="G$1" x="16.51" y="38.1"/>
<instance part="GND3" gate="G$1" x="21.59" y="38.1"/>
<instance part="GND4" gate="G$1" x="26.67" y="38.1"/>
<instance part="GND5" gate="G$1" x="40.64" y="38.1"/>
<instance part="GND6" gate="G$1" x="50.8" y="38.1"/>
<instance part="GND7" gate="G$1" x="60.96" y="38.1"/>
<instance part="GND8" gate="G$1" x="93.98" y="38.1"/>
<instance part="GND9" gate="G$1" x="109.22" y="38.1"/>
<instance part="GND10" gate="G$1" x="119.38" y="38.1"/>
<instance part="GND11" gate="G$1" x="127" y="38.1"/>
<instance part="GND12" gate="G$1" x="134.62" y="38.1"/>
<instance part="GND13" gate="G$1" x="139.7" y="38.1"/>
<instance part="GND14" gate="G$1" x="147.32" y="38.1"/>
<instance part="GND15" gate="G$1" x="160.02" y="38.1"/>
<instance part="GND10" gate="G$1" x="116.84" y="38.1"/>
<instance part="GND11" gate="G$1" x="124.46" y="38.1"/>
<instance part="GND12" gate="G$1" x="129.54" y="38.1"/>
<instance part="GND13" gate="G$1" x="134.62" y="38.1"/>
<instance part="GND14" gate="G$1" x="139.7" y="38.1"/>
<instance part="GND15" gate="G$1" x="152.4" y="38.1"/>
<instance part="X1" gate="G$1" x="36.83" y="-1.27"/>
<instance part="X3" gate="A" x="119.38" y="-26.67"/>
<instance part="X3" gate="A" x="104.14" y="-34.29"/>
<instance part="U$3" gate="G$1" x="11.43" y="6.35"/>
<instance part="U$6" gate="G$1" x="11.43" y="1.27" smashed="yes">
<attribute name="VALUE" x="3.81" y="0.635" size="1.778" layer="96"/>
5684,7 → 5684,7
<instance part="C8" gate="G$1" x="6.35" y="-11.43"/>
<instance part="GND16" gate="G$1" x="-2.54" y="-17.78"/>
<instance part="GND17" gate="G$1" x="6.35" y="-17.78"/>
<instance part="U$8" gate="G$1" x="-21.59" y="-6.35"/>
<instance part="U$8" gate="G$1" x="-10.16" y="-6.35"/>
<instance part="SW1" gate="G$1" x="16.51" y="-21.59" rot="R90"/>
<instance part="R1" gate="G$1" x="26.67" y="-26.67"/>
<instance part="C9" gate="G$1" x="41.91" y="-26.67" rot="R90"/>
5702,22 → 5702,22
<instance part="GND20" gate="G$1" x="59.69" y="-50.8"/>
<instance part="GND25" gate="G$1" x="-27.94" y="-127"/>
<instance part="GND26" gate="G$1" x="82.55" y="-12.7"/>
<instance part="U$11" gate="G$1" x="175.26" y="-6.35" rot="R180"/>
<instance part="D8" gate="G$1" x="158.75" y="-6.35" rot="R270"/>
<instance part="D9" gate="G$1" x="158.75" y="-13.97" rot="R270"/>
<instance part="D10" gate="G$1" x="158.75" y="-24.13" rot="R270"/>
<instance part="D11" gate="G$1" x="158.75" y="-31.75" rot="R270"/>
<instance part="D12" gate="G$1" x="158.75" y="-39.37" rot="R270"/>
<instance part="R20" gate="G$1" x="148.59" y="-6.35"/>
<instance part="R22" gate="G$1" x="148.59" y="-13.97"/>
<instance part="R23" gate="G$1" x="148.59" y="-24.13"/>
<instance part="R24" gate="G$1" x="148.59" y="-31.75"/>
<instance part="R25" gate="G$1" x="148.59" y="-39.37"/>
<instance part="GND27" gate="G$1" x="101.6" y="-43.18"/>
<instance part="U$12" gate="G$1" x="95.25" y="-15.24"/>
<instance part="U$13" gate="G$1" x="95.25" y="-24.13"/>
<instance part="U$14" gate="G$1" x="95.25" y="-31.75"/>
<instance part="C13" gate="G$1" x="99.06" y="-39.37" rot="R180"/>
<instance part="U$11" gate="G$1" x="160.02" y="-13.97" rot="R180"/>
<instance part="D8" gate="G$1" x="143.51" y="-13.97" rot="R270"/>
<instance part="D9" gate="G$1" x="143.51" y="-21.59" rot="R270"/>
<instance part="D10" gate="G$1" x="143.51" y="-31.75" rot="R270"/>
<instance part="D11" gate="G$1" x="143.51" y="-39.37" rot="R270"/>
<instance part="D12" gate="G$1" x="143.51" y="-46.99" rot="R270"/>
<instance part="R20" gate="G$1" x="133.35" y="-13.97"/>
<instance part="R22" gate="G$1" x="133.35" y="-21.59"/>
<instance part="R23" gate="G$1" x="133.35" y="-31.75"/>
<instance part="R24" gate="G$1" x="133.35" y="-39.37"/>
<instance part="R25" gate="G$1" x="133.35" y="-46.99"/>
<instance part="GND27" gate="G$1" x="86.36" y="-50.8"/>
<instance part="U$12" gate="G$1" x="80.01" y="-22.86"/>
<instance part="U$13" gate="G$1" x="80.01" y="-31.75"/>
<instance part="U$14" gate="G$1" x="80.01" y="-39.37"/>
<instance part="C13" gate="G$1" x="83.82" y="-46.99" rot="R180"/>
<instance part="T1" gate="A" x="34.29" y="-105.41"/>
<instance part="P1" gate="A" x="-29.21" y="-85.09"/>
<instance part="X4" gate="A" x="2.54" y="-115.57"/>
5725,8 → 5725,8
<instance part="C14" gate="G$1" x="-19.05" y="-119.38"/>
<instance part="C15" gate="G$1" x="19.05" y="-115.57"/>
<instance part="R27" gate="G$1" x="19.05" y="-99.06" rot="R90"/>
<instance part="U$17" gate="G$1" x="167.64" y="81.28" rot="R180"/>
<instance part="P2" gate="G$1" x="-2.54" y="99.06"/>
<instance part="U$17" gate="G$1" x="152.4" y="81.28" rot="R180"/>
<instance part="P2" gate="G$1" x="5.08" y="99.06"/>
<instance part="X5" gate="P4" x="161.29" y="-90.17"/>
<instance part="X6" gate="P4" x="161.29" y="-97.79"/>
<instance part="X7" gate="P4" x="161.29" y="-105.41"/>
5737,20 → 5737,20
<instance part="U$19" gate="G$1" x="93.98" y="-104.14"/>
<instance part="U$20" gate="G$1" x="67.31" y="-110.49"/>
<instance part="U$21" gate="G$1" x="67.31" y="-116.84"/>
<instance part="SV1" gate="-1" x="-17.78" y="107.95" rot="R90"/>
<instance part="SV1" gate="-2" x="-13.97" y="107.95" rot="R90"/>
<instance part="SV1" gate="-3" x="-10.16" y="107.95" rot="R90"/>
<instance part="SV1" gate="-1" x="-10.16" y="107.95" rot="R90"/>
<instance part="SV1" gate="-2" x="-6.35" y="107.95" rot="R90"/>
<instance part="SV1" gate="-3" x="-2.54" y="107.95" rot="R90"/>
<instance part="R2-1" gate="G$1" x="-27.94" y="-111.76" rot="R180"/>
<instance part="U$15" gate="G$1" x="-27.94" y="-118.11" rot="R180"/>
<instance part="R2-2" gate="G$1" x="8.89" y="-45.72"/>
<instance part="U$1" gate="G$1" x="8.89" y="-58.42"/>
<instance part="U$7" gate="G$1" x="147.32" y="90.17" rot="R180"/>
<instance part="U$7" gate="G$1" x="142.24" y="90.17" rot="R180"/>
<instance part="SV3" gate="-1" x="90.17" y="10.16"/>
<instance part="SV3" gate="-2" x="90.17" y="3.81"/>
<instance part="SV3" gate="-3" x="90.17" y="-2.54"/>
<instance part="SV3" gate="-4" x="90.17" y="-8.89"/>
<instance part="R5" gate="G$1" x="160.02" y="50.8" rot="R90"/>
<instance part="GND21" gate="G$1" x="33.02" y="38.1"/>
<instance part="R5" gate="G$1" x="152.4" y="49.53" rot="R90"/>
<instance part="GND21" gate="G$1" x="34.29" y="38.1"/>
<instance part="D6" gate="G$1" x="104.14" y="76.2" smashed="yes" rot="R90">
<attribute name="VALUE" x="106.6799" y="76.835" size="1.6764" layer="96" rot="MR180"/>
<attribute name="NAME" x="102.235" y="76.2" size="1.6764" layer="95" rot="R90"/>
5787,14 → 5787,14
<instance part="SV5" gate="-2" x="142.24" y="-161.29"/>
<instance part="SV5" gate="-3" x="142.24" y="-165.1"/>
<instance part="GND24" gate="G$1" x="134.62" y="-172.72"/>
<instance part="R21" gate="G$1" x="147.32" y="81.28"/>
<instance part="R21" gate="G$1" x="140.97" y="81.28"/>
<instance part="GND35" gate="G$1" x="5.08" y="-166.37"/>
<instance part="C20" gate="G$1" x="5.08" y="-161.29" rot="R270"/>
<instance part="C21" gate="G$1" x="101.6" y="-166.37" rot="R180"/>
<instance part="R32" gate="G$1" x="148.59" y="-46.99"/>
<instance part="R33" gate="G$1" x="148.59" y="-54.61"/>
<instance part="D5" gate="G$1" x="158.75" y="-46.99" rot="R270"/>
<instance part="D7" gate="G$1" x="158.75" y="-54.61" rot="R270"/>
<instance part="R32" gate="G$1" x="133.35" y="-54.61"/>
<instance part="R33" gate="G$1" x="133.35" y="-62.23"/>
<instance part="D5" gate="G$1" x="143.51" y="-54.61" rot="R270"/>
<instance part="D7" gate="G$1" x="143.51" y="-62.23" rot="R270"/>
<instance part="X9" gate="G$1" x="36.83" y="-166.37" smashed="yes">
<attribute name="NAME" x="29.21" y="-160.02" size="1.27" layer="95"/>
<attribute name="VALUE" x="33.02" y="-160.02" size="1.27" layer="96"/>
5830,15 → 5830,15
<wire x1="40.64" y1="99.06" x2="48.26" y2="99.06" width="0.1524" layer="91"/>
<junction x="48.26" y="99.06"/>
<junction x="40.64" y="99.06"/>
<wire x1="5.08" y1="99.06" x2="17.78" y2="99.06" width="0.1524" layer="91"/>
<wire x1="17.78" y1="99.06" x2="40.64" y2="99.06" width="0.1524" layer="91"/>
<wire x1="11.43" y1="99.06" x2="21.59" y2="99.06" width="0.1524" layer="91"/>
<wire x1="21.59" y1="99.06" x2="40.64" y2="99.06" width="0.1524" layer="91"/>
<wire x1="60.96" y1="53.34" x2="60.96" y2="76.2" width="0.1524" layer="91"/>
<junction x="60.96" y="76.2"/>
<wire x1="17.78" y1="88.9" x2="17.78" y2="99.06" width="0.1524" layer="91"/>
<junction x="17.78" y="99.06"/>
<wire x1="5.08" y1="86.36" x2="5.08" y2="99.06" width="0.1524" layer="91"/>
<wire x1="2.54" y1="99.06" x2="5.08" y2="99.06" width="0.1524" layer="91"/>
<junction x="5.08" y="99.06"/>
<wire x1="21.59" y1="88.9" x2="21.59" y2="99.06" width="0.1524" layer="91"/>
<junction x="21.59" y="99.06"/>
<wire x1="11.43" y1="85.09" x2="11.43" y2="99.06" width="0.1524" layer="91"/>
<wire x1="10.16" y1="99.06" x2="11.43" y2="99.06" width="0.1524" layer="91"/>
<junction x="11.43" y="99.06"/>
<pinref part="C7" gate="G$1" pin="C_EL+"/>
<pinref part="R13" gate="G$1" pin="2"/>
<pinref part="R14" gate="G$1" pin="2"/>
5868,7 → 5868,7
<pinref part="U1" gate="G$1" pin="STAT1"/>
<wire x1="63.5" y1="73.66" x2="55.88" y2="73.66" width="0.1524" layer="91"/>
<wire x1="55.88" y1="73.66" x2="55.88" y2="76.2" width="0.1524" layer="91"/>
<wire x1="55.88" y1="73.66" x2="-6.35" y2="73.66" width="0.1524" layer="91"/>
<wire x1="55.88" y1="73.66" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
<junction x="55.88" y="73.66"/>
<pinref part="SV4" gate="-1" pin="K"/>
<pinref part="D4" gate="G$1" pin="C"/>
5888,7 → 5888,7
<wire x1="63.5" y1="68.58" x2="40.64" y2="68.58" width="0.1524" layer="91"/>
<wire x1="40.64" y1="68.58" x2="40.64" y2="71.12" width="0.1524" layer="91"/>
<wire x1="40.64" y1="71.12" x2="40.64" y2="76.2" width="0.1524" layer="91"/>
<wire x1="-6.35" y1="71.12" x2="40.64" y2="71.12" width="0.1524" layer="91"/>
<wire x1="5.08" y1="71.12" x2="40.64" y2="71.12" width="0.1524" layer="91"/>
<junction x="40.64" y="71.12"/>
<pinref part="SV4" gate="-2" pin="K"/>
<pinref part="D1" gate="G$1" pin="C"/>
5902,7 → 5902,7
<wire x1="40.64" y1="66.04" x2="38.1" y2="66.04" width="0.1524" layer="91"/>
<junction x="40.64" y="66.04"/>
<wire x1="38.1" y1="66.04" x2="38.1" y2="68.58" width="0.1524" layer="91"/>
<wire x1="38.1" y1="68.58" x2="-6.35" y2="68.58" width="0.1524" layer="91"/>
<wire x1="38.1" y1="68.58" x2="5.08" y2="68.58" width="0.1524" layer="91"/>
<pinref part="SV4" gate="-3" pin="K"/>
<pinref part="C3" gate="G$1" pin="1"/>
</segment>
5912,10 → 5912,10
<pinref part="U1" gate="G$1" pin="CE"/>
<wire x1="63.5" y1="63.5" x2="35.56" y2="63.5" width="0.1524" layer="91"/>
<wire x1="35.56" y1="63.5" x2="35.56" y2="66.04" width="0.1524" layer="91"/>
<wire x1="35.56" y1="66.04" x2="25.4" y2="66.04" width="0.1524" layer="91"/>
<wire x1="25.4" y1="66.04" x2="-6.35" y2="66.04" width="0.1524" layer="91"/>
<wire x1="25.4" y1="58.42" x2="25.4" y2="66.04" width="0.1524" layer="91"/>
<junction x="25.4" y="66.04"/>
<wire x1="35.56" y1="66.04" x2="26.67" y2="66.04" width="0.1524" layer="91"/>
<wire x1="26.67" y1="66.04" x2="5.08" y2="66.04" width="0.1524" layer="91"/>
<wire x1="26.67" y1="53.34" x2="26.67" y2="66.04" width="0.1524" layer="91"/>
<junction x="26.67" y="66.04"/>
<pinref part="SV4" gate="-4" pin="K"/>
<pinref part="R11" gate="G$1" pin="2"/>
</segment>
5922,14 → 5922,14
</net>
<net name="N$10" class="0">
<segment>
<wire x1="-6.35" y1="63.5" x2="33.02" y2="63.5" width="0.1524" layer="91"/>
<wire x1="33.02" y1="63.5" x2="33.02" y2="58.42" width="0.1524" layer="91"/>
<wire x1="5.08" y1="63.5" x2="34.29" y2="63.5" width="0.1524" layer="91"/>
<wire x1="34.29" y1="63.5" x2="34.29" y2="58.42" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="CELLS"/>
<wire x1="33.02" y1="58.42" x2="63.5" y2="58.42" width="0.1524" layer="91"/>
<wire x1="34.29" y1="58.42" x2="63.5" y2="58.42" width="0.1524" layer="91"/>
<pinref part="SV4" gate="-5" pin="K"/>
<pinref part="R12" gate="G$1" pin="2"/>
<wire x1="33.02" y1="55.88" x2="33.02" y2="58.42" width="0.1524" layer="91"/>
<junction x="33.02" y="58.42"/>
<wire x1="34.29" y1="53.34" x2="34.29" y2="58.42" width="0.1524" layer="91"/>
<junction x="34.29" y="58.42"/>
</segment>
</net>
<net name="N$12" class="0">
5952,22 → 5952,22
<junction x="109.22" y="60.96"/>
<junction x="106.68" y="60.96"/>
<wire x1="106.68" y1="60.96" x2="109.22" y2="60.96" width="0.1524" layer="91"/>
<wire x1="109.22" y1="60.96" x2="160.02" y2="60.96" width="0.1524" layer="91"/>
<wire x1="109.22" y1="60.96" x2="152.4" y2="60.96" width="0.1524" layer="91"/>
<pinref part="R17" gate="G$1" pin="1"/>
<pinref part="R16" gate="G$1" pin="2"/>
<pinref part="R5" gate="G$1" pin="2"/>
<wire x1="160.02" y1="55.88" x2="160.02" y2="60.96" width="0.1524" layer="91"/>
<wire x1="152.4" y1="54.61" x2="152.4" y2="60.96" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$69" class="0">
<segment>
<wire x1="-22.86" y1="99.06" x2="-13.97" y2="99.06" width="0.1524" layer="91"/>
<wire x1="-11.43" y1="99.06" x2="-6.35" y2="99.06" width="0.1524" layer="91"/>
<pinref part="X2" gate="PC-GK2.1" pin="+"/>
<pinref part="P2" gate="G$1" pin="1"/>
<pinref part="SV1" gate="-2" pin="K"/>
<wire x1="-13.97" y1="99.06" x2="-7.62" y2="99.06" width="0.1524" layer="91"/>
<wire x1="-13.97" y1="102.87" x2="-13.97" y2="99.06" width="0.1524" layer="91"/>
<junction x="-13.97" y="99.06"/>
<wire x1="-6.35" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
<wire x1="-6.35" y1="102.87" x2="-6.35" y2="99.06" width="0.1524" layer="91"/>
<junction x="-6.35" y="99.06"/>
</segment>
</net>
<net name="+BAT" class="0">
5974,8 → 5974,8
<segment>
<pinref part="X1" gate="G$1" pin="BAT"/>
<wire x1="21.59" y1="-1.27" x2="-2.54" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="-1.27" x2="-10.16" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="-1.27" x2="-10.16" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="-1.27" x2="-5.08" y2="-1.27" width="0.1524" layer="91"/>
<wire x1="-5.08" y1="-1.27" x2="-5.08" y2="-6.35" width="0.1524" layer="91"/>
<pinref part="C6" gate="G$1" pin="1"/>
<wire x1="-2.54" y1="-8.89" x2="-2.54" y2="-1.27" width="0.1524" layer="91"/>
<junction x="-2.54" y="-1.27"/>
5985,54 → 5985,54
<wire x1="21.59" y1="-3.81" x2="19.05" y2="-3.81" width="0.1524" layer="91"/>
<wire x1="19.05" y1="-3.81" x2="19.05" y2="-6.35" width="0.1524" layer="91"/>
<junction x="6.35" y="-6.35"/>
<wire x1="-10.16" y1="-6.35" x2="6.35" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="-5.08" y1="-6.35" x2="6.35" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="6.35" y1="-6.35" x2="19.05" y2="-6.35" width="0.1524" layer="91"/>
<junction x="19.05" y="-6.35"/>
<pinref part="C8" gate="G$1" pin="1"/>
<wire x1="6.35" y1="-6.35" x2="6.35" y2="-8.89" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="-6.35" x2="-19.05" y2="-6.35" width="0.1524" layer="91"/>
<junction x="-10.16" y="-6.35"/>
<wire x1="-5.08" y1="-6.35" x2="-7.62" y2="-6.35" width="0.1524" layer="91"/>
<junction x="-5.08" y="-6.35"/>
</segment>
<segment>
<pinref part="D12" gate="G$1" pin="A"/>
<wire x1="163.83" y1="-39.37" x2="168.91" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-39.37" x2="168.91" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-31.75" x2="168.91" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-24.13" x2="168.91" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-13.97" x2="168.91" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-6.35" x2="163.83" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="148.59" y1="-46.99" x2="153.67" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-46.99" x2="153.67" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-39.37" x2="153.67" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-31.75" x2="153.67" y2="-21.59" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-21.59" x2="153.67" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-13.97" x2="148.59" y2="-13.97" width="0.1524" layer="91"/>
<pinref part="D8" gate="G$1" pin="A"/>
<pinref part="D9" gate="G$1" pin="A"/>
<wire x1="163.83" y1="-13.97" x2="168.91" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="148.59" y1="-21.59" x2="153.67" y2="-21.59" width="0.1524" layer="91"/>
<pinref part="D10" gate="G$1" pin="A"/>
<wire x1="163.83" y1="-24.13" x2="168.91" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="148.59" y1="-31.75" x2="153.67" y2="-31.75" width="0.1524" layer="91"/>
<pinref part="D11" gate="G$1" pin="A"/>
<wire x1="163.83" y1="-31.75" x2="168.91" y2="-31.75" width="0.1524" layer="91"/>
<junction x="168.91" y="-31.75"/>
<junction x="168.91" y="-24.13"/>
<junction x="168.91" y="-13.97"/>
<junction x="168.91" y="-6.35"/>
<wire x1="168.91" y1="-6.35" x2="172.72" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="148.59" y1="-39.37" x2="153.67" y2="-39.37" width="0.1524" layer="91"/>
<junction x="153.67" y="-39.37"/>
<junction x="153.67" y="-31.75"/>
<junction x="153.67" y="-21.59"/>
<junction x="153.67" y="-13.97"/>
<wire x1="153.67" y1="-13.97" x2="157.48" y2="-13.97" width="0.1524" layer="91"/>
<pinref part="D5" gate="G$1" pin="A"/>
<wire x1="163.83" y1="-46.99" x2="168.91" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-46.99" x2="168.91" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="148.59" y1="-54.61" x2="153.67" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-54.61" x2="153.67" y2="-46.99" width="0.1524" layer="91"/>
<pinref part="D7" gate="G$1" pin="A"/>
<wire x1="163.83" y1="-54.61" x2="168.91" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="168.91" y1="-54.61" x2="168.91" y2="-46.99" width="0.1524" layer="91"/>
<junction x="168.91" y="-46.99"/>
<junction x="168.91" y="-39.37"/>
<wire x1="148.59" y1="-62.23" x2="153.67" y2="-62.23" width="0.1524" layer="91"/>
<wire x1="153.67" y1="-62.23" x2="153.67" y2="-54.61" width="0.1524" layer="91"/>
<junction x="153.67" y="-54.61"/>
<junction x="153.67" y="-46.99"/>
</segment>
<segment>
<pinref part="X3" gate="A" pin="~CLR"/>
<wire x1="101.6" y1="-36.83" x2="99.06" y2="-36.83" width="0.1524" layer="91"/>
<wire x1="86.36" y1="-44.45" x2="83.82" y2="-44.45" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="VCC"/>
<wire x1="99.06" y1="-36.83" x2="99.06" y2="-19.05" width="0.1524" layer="91"/>
<wire x1="99.06" y1="-19.05" x2="101.6" y2="-19.05" width="0.1524" layer="91"/>
<wire x1="99.06" y1="-19.05" x2="99.06" y2="-15.24" width="0.1524" layer="91"/>
<junction x="99.06" y="-19.05"/>
<wire x1="97.79" y1="-15.24" x2="99.06" y2="-15.24" width="0.1524" layer="91"/>
<wire x1="83.82" y1="-44.45" x2="83.82" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="83.82" y1="-26.67" x2="86.36" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="83.82" y1="-26.67" x2="83.82" y2="-22.86" width="0.1524" layer="91"/>
<junction x="83.82" y="-26.67"/>
<wire x1="82.55" y1="-22.86" x2="83.82" y2="-22.86" width="0.1524" layer="91"/>
<pinref part="C13" gate="G$1" pin="2"/>
<junction x="99.06" y="-36.83"/>
<junction x="83.82" y="-44.45"/>
</segment>
<segment>
<pinref part="T1" gate="A" pin="D"/>
6060,11 → 6060,11
</segment>
<segment>
<pinref part="U1" gate="G$1" pin="BAT"/>
<wire x1="93.98" y1="68.58" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
<wire x1="154.94" y1="68.58" x2="154.94" y2="81.28" width="0.1524" layer="91"/>
<wire x1="154.94" y1="81.28" x2="152.4" y2="81.28" width="0.1524" layer="91"/>
<junction x="154.94" y="81.28"/>
<wire x1="154.94" y1="81.28" x2="165.1" y2="81.28" width="0.1524" layer="91"/>
<wire x1="93.98" y1="68.58" x2="147.32" y2="68.58" width="0.1524" layer="91"/>
<wire x1="147.32" y1="68.58" x2="147.32" y2="81.28" width="0.1524" layer="91"/>
<wire x1="147.32" y1="81.28" x2="146.05" y2="81.28" width="0.1524" layer="91"/>
<junction x="147.32" y="81.28"/>
<wire x1="147.32" y1="81.28" x2="149.86" y2="81.28" width="0.1524" layer="91"/>
<pinref part="R21" gate="G$1" pin="2"/>
</segment>
</net>
6092,8 → 6092,8
<net name="N$13" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="ISET2"/>
<wire x1="93.98" y1="63.5" x2="119.38" y2="63.5" width="0.1524" layer="91"/>
<wire x1="119.38" y1="63.5" x2="119.38" y2="50.8" width="0.1524" layer="91"/>
<wire x1="93.98" y1="63.5" x2="116.84" y2="63.5" width="0.1524" layer="91"/>
<wire x1="116.84" y1="63.5" x2="116.84" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R18" gate="G$1" pin="2"/>
</segment>
</net>
6100,26 → 6100,26
<net name="N$15" class="0">
<segment>
<pinref part="U1" gate="G$1" pin="ISET1"/>
<wire x1="93.98" y1="66.04" x2="127" y2="66.04" width="0.1524" layer="91"/>
<wire x1="127" y1="66.04" x2="127" y2="50.8" width="0.1524" layer="91"/>
<wire x1="93.98" y1="66.04" x2="124.46" y2="66.04" width="0.1524" layer="91"/>
<wire x1="124.46" y1="66.04" x2="124.46" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R19" gate="G$1" pin="2"/>
</segment>
</net>
<net name="GND" class="0">
<segment>
<wire x1="5.08" y1="38.1" x2="5.08" y2="81.28" width="0.1524" layer="91"/>
<wire x1="11.43" y1="38.1" x2="11.43" y2="80.01" width="0.1524" layer="91"/>
<pinref part="D2" gate="G$1" pin="A"/>
<pinref part="GND1" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="-22.86" y1="93.98" x2="-17.78" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-17.78" y1="93.98" x2="-10.16" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="93.98" x2="10.16" y2="93.98" width="0.1524" layer="91"/>
<wire x1="10.16" y1="93.98" x2="10.16" y2="38.1" width="0.1524" layer="91"/>
<wire x1="-17.78" y1="102.87" x2="-17.78" y2="93.98" width="0.1524" layer="91"/>
<junction x="-17.78" y="93.98"/>
<wire x1="-11.43" y1="93.98" x2="-10.16" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="93.98" x2="-2.54" y2="93.98" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="93.98" x2="16.51" y2="93.98" width="0.1524" layer="91"/>
<wire x1="16.51" y1="93.98" x2="16.51" y2="38.1" width="0.1524" layer="91"/>
<wire x1="-10.16" y1="102.87" x2="-10.16" y2="93.98" width="0.1524" layer="91"/>
<junction x="-10.16" y="93.98"/>
<wire x1="-2.54" y1="102.87" x2="-2.54" y2="93.98" width="0.1524" layer="91"/>
<junction x="-2.54" y="93.98"/>
<pinref part="X2" gate="PC-GK2.1" pin="-"/>
<pinref part="GND2" gate="G$1" pin="GND"/>
<pinref part="SV1" gate="-1" pin="K"/>
6126,12 → 6126,12
<pinref part="SV1" gate="-3" pin="K"/>
</segment>
<segment>
<wire x1="17.78" y1="83.82" x2="17.78" y2="38.1" width="0.1524" layer="91"/>
<wire x1="21.59" y1="83.82" x2="21.59" y2="38.1" width="0.1524" layer="91"/>
<pinref part="C7" gate="G$1" pin="C_EL-"/>
<pinref part="GND3" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="25.4" y1="38.1" x2="25.4" y2="48.26" width="0.1524" layer="91"/>
<wire x1="26.67" y1="38.1" x2="26.67" y2="43.18" width="0.1524" layer="91"/>
<pinref part="R11" gate="G$1" pin="1"/>
<pinref part="GND4" gate="G$1" pin="GND"/>
</segment>
6162,23 → 6162,23
<pinref part="GND9" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="119.38" y1="38.1" x2="119.38" y2="40.64" width="0.1524" layer="91"/>
<wire x1="116.84" y1="38.1" x2="116.84" y2="40.64" width="0.1524" layer="91"/>
<pinref part="R18" gate="G$1" pin="1"/>
<pinref part="GND10" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="127" y1="38.1" x2="127" y2="40.64" width="0.1524" layer="91"/>
<wire x1="124.46" y1="38.1" x2="124.46" y2="40.64" width="0.1524" layer="91"/>
<pinref part="R19" gate="G$1" pin="1"/>
<pinref part="GND11" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="134.62" y1="38.1" x2="134.62" y2="73.66" width="0.1524" layer="91"/>
<wire x1="129.54" y1="38.1" x2="129.54" y2="73.66" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="PGND1"/>
<wire x1="93.98" y1="76.2" x2="96.52" y2="76.2" width="0.1524" layer="91"/>
<wire x1="96.52" y1="76.2" x2="96.52" y2="73.66" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="PGND2"/>
<wire x1="96.52" y1="73.66" x2="93.98" y2="73.66" width="0.1524" layer="91"/>
<wire x1="134.62" y1="73.66" x2="104.14" y2="73.66" width="0.1524" layer="91"/>
<wire x1="129.54" y1="73.66" x2="104.14" y2="73.66" width="0.1524" layer="91"/>
<junction x="96.52" y="73.66"/>
<pinref part="GND12" gate="G$1" pin="GND"/>
<pinref part="D6" gate="G$1" pin="A"/>
6186,12 → 6186,12
<junction x="104.14" y="73.66"/>
</segment>
<segment>
<wire x1="139.7" y1="38.1" x2="139.7" y2="48.26" width="0.1524" layer="91"/>
<wire x1="134.62" y1="38.1" x2="134.62" y2="45.72" width="0.1524" layer="91"/>
<pinref part="C5" gate="G$1" pin="C_EL-"/>
<pinref part="GND13" gate="G$1" pin="GND"/>
</segment>
<segment>
<wire x1="147.32" y1="45.72" x2="147.32" y2="38.1" width="0.1524" layer="91"/>
<wire x1="139.7" y1="45.72" x2="139.7" y2="38.1" width="0.1524" layer="91"/>
<pinref part="C4" gate="G$1" pin="2"/>
<pinref part="GND14" gate="G$1" pin="GND"/>
</segment>
6257,10 → 6257,10
<segment>
<pinref part="X3" gate="A" pin="GND"/>
<pinref part="GND27" gate="G$1" pin="GND"/>
<wire x1="101.6" y1="-43.18" x2="101.6" y2="-41.91" width="0.1524" layer="91"/>
<wire x1="86.36" y1="-50.8" x2="86.36" y2="-49.53" width="0.1524" layer="91"/>
<pinref part="C13" gate="G$1" pin="1"/>
<wire x1="99.06" y1="-41.91" x2="101.6" y2="-41.91" width="0.1524" layer="91"/>
<junction x="101.6" y="-41.91"/>
<wire x1="83.82" y1="-49.53" x2="86.36" y2="-49.53" width="0.1524" layer="91"/>
<junction x="86.36" y="-49.53"/>
</segment>
<segment>
<pinref part="R2" gate="G$1" pin="1"/>
6294,12 → 6294,12
<segment>
<pinref part="R5" gate="G$1" pin="1"/>
<pinref part="GND15" gate="G$1" pin="GND"/>
<wire x1="160.02" y1="38.1" x2="160.02" y2="45.72" width="0.1524" layer="91"/>
<wire x1="152.4" y1="38.1" x2="152.4" y2="44.45" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="R12" gate="G$1" pin="1"/>
<pinref part="GND21" gate="G$1" pin="GND"/>
<wire x1="33.02" y1="38.1" x2="33.02" y2="45.72" width="0.1524" layer="91"/>
<wire x1="34.29" y1="38.1" x2="34.29" y2="43.18" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C17" gate="G$1" pin="1"/>
6368,7 → 6368,7
</segment>
<segment>
<pinref part="X3" gate="A" pin="CLK"/>
<wire x1="101.6" y1="-31.75" x2="97.79" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="86.36" y1="-39.37" x2="82.55" y2="-39.37" width="0.1524" layer="91"/>
</segment>
</net>
<net name="P1" class="0">
6378,12 → 6378,12
</segment>
<segment>
<pinref part="X3" gate="A" pin="A"/>
<wire x1="101.6" y1="-24.13" x2="100.33" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="86.36" y1="-31.75" x2="85.09" y2="-31.75" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="B"/>
<wire x1="100.33" y1="-24.13" x2="97.79" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="101.6" y1="-26.67" x2="100.33" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="100.33" y1="-26.67" x2="100.33" y2="-24.13" width="0.1524" layer="91"/>
<junction x="100.33" y="-24.13"/>
<wire x1="85.09" y1="-31.75" x2="82.55" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="86.36" y1="-34.29" x2="85.09" y2="-34.29" width="0.1524" layer="91"/>
<wire x1="85.09" y1="-34.29" x2="85.09" y2="-31.75" width="0.1524" layer="91"/>
<junction x="85.09" y="-31.75"/>
</segment>
</net>
<net name="N$17" class="0">
6477,42 → 6477,42
<net name="N$35" class="0">
<segment>
<pinref part="X3" gate="A" pin="QB"/>
<wire x1="143.51" y1="-21.59" x2="137.16" y2="-21.59" width="0.1524" layer="91"/>
<wire x1="128.27" y1="-29.21" x2="121.92" y2="-29.21" width="0.1524" layer="91"/>
<pinref part="R22" gate="G$1" pin="1"/>
<wire x1="143.51" y1="-13.97" x2="143.51" y2="-21.59" width="0.1524" layer="91"/>
<wire x1="128.27" y1="-21.59" x2="128.27" y2="-29.21" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$36" class="0">
<segment>
<pinref part="X3" gate="A" pin="QC"/>
<wire x1="143.51" y1="-24.13" x2="137.16" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="128.27" y1="-31.75" x2="121.92" y2="-31.75" width="0.1524" layer="91"/>
<pinref part="R23" gate="G$1" pin="1"/>
</segment>
</net>
<net name="N$37" class="0">
<segment>
<wire x1="142.24" y1="-31.75" x2="142.24" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="127" y1="-39.37" x2="127" y2="-34.29" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="QD"/>
<wire x1="142.24" y1="-26.67" x2="137.16" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="127" y1="-34.29" x2="121.92" y2="-34.29" width="0.1524" layer="91"/>
<pinref part="R24" gate="G$1" pin="1"/>
<wire x1="143.51" y1="-31.75" x2="142.24" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="128.27" y1="-39.37" x2="127" y2="-39.37" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$38" class="0">
<segment>
<wire x1="140.97" y1="-39.37" x2="140.97" y2="-29.21" width="0.1524" layer="91"/>
<wire x1="125.73" y1="-46.99" x2="125.73" y2="-36.83" width="0.1524" layer="91"/>
<pinref part="X3" gate="A" pin="QE"/>
<wire x1="140.97" y1="-29.21" x2="137.16" y2="-29.21" width="0.1524" layer="91"/>
<wire x1="125.73" y1="-36.83" x2="121.92" y2="-36.83" width="0.1524" layer="91"/>
<pinref part="R25" gate="G$1" pin="1"/>
<wire x1="140.97" y1="-39.37" x2="143.51" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="125.73" y1="-46.99" x2="128.27" y2="-46.99" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$33" class="0">
<segment>
<pinref part="X3" gate="A" pin="QA"/>
<wire x1="137.16" y1="-19.05" x2="142.24" y2="-19.05" width="0.1524" layer="91"/>
<wire x1="142.24" y1="-19.05" x2="142.24" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="142.24" y1="-6.35" x2="143.51" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="121.92" y1="-26.67" x2="127" y2="-26.67" width="0.1524" layer="91"/>
<wire x1="127" y1="-26.67" x2="127" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="127" y1="-13.97" x2="128.27" y2="-13.97" width="0.1524" layer="91"/>
<pinref part="R20" gate="G$1" pin="1"/>
</segment>
</net>
6520,7 → 6520,7
<segment>
<pinref part="D8" gate="G$1" pin="C"/>
<pinref part="R20" gate="G$1" pin="2"/>
<wire x1="153.67" y1="-6.35" x2="156.21" y2="-6.35" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-13.97" x2="140.97" y2="-13.97" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$39" class="0">
6527,7 → 6527,7
<segment>
<pinref part="D9" gate="G$1" pin="C"/>
<pinref part="R22" gate="G$1" pin="2"/>
<wire x1="153.67" y1="-13.97" x2="156.21" y2="-13.97" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-21.59" x2="140.97" y2="-21.59" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$40" class="0">
6534,7 → 6534,7
<segment>
<pinref part="D11" gate="G$1" pin="C"/>
<pinref part="R24" gate="G$1" pin="2"/>
<wire x1="153.67" y1="-31.75" x2="156.21" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-39.37" x2="140.97" y2="-39.37" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$41" class="0">
6541,7 → 6541,7
<segment>
<pinref part="D12" gate="G$1" pin="C"/>
<pinref part="R25" gate="G$1" pin="2"/>
<wire x1="153.67" y1="-39.37" x2="156.21" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-46.99" x2="140.97" y2="-46.99" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$42" class="0">
6548,7 → 6548,7
<segment>
<pinref part="D10" gate="G$1" pin="C"/>
<pinref part="R23" gate="G$1" pin="2"/>
<wire x1="153.67" y1="-24.13" x2="156.21" y2="-24.13" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-31.75" x2="140.97" y2="-31.75" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$43" class="0">
6606,21 → 6606,21
<pinref part="SV2" gate="-2" pin="K"/>
</segment>
<segment>
<wire x1="127" y1="81.28" x2="139.7" y2="81.28" width="0.1524" layer="91"/>
<wire x1="139.7" y1="81.28" x2="139.7" y2="71.12" width="0.1524" layer="91"/>
<wire x1="127" y1="81.28" x2="134.62" y2="81.28" width="0.1524" layer="91"/>
<wire x1="134.62" y1="81.28" x2="134.62" y2="71.12" width="0.1524" layer="91"/>
<pinref part="U1" gate="G$1" pin="SNS"/>
<wire x1="139.7" y1="71.12" x2="139.7" y2="53.34" width="0.1524" layer="91"/>
<wire x1="93.98" y1="71.12" x2="139.7" y2="71.12" width="0.1524" layer="91"/>
<junction x="139.7" y="71.12"/>
<wire x1="139.7" y1="71.12" x2="147.32" y2="71.12" width="0.1524" layer="91"/>
<wire x1="147.32" y1="71.12" x2="147.32" y2="50.8" width="0.1524" layer="91"/>
<wire x1="142.24" y1="81.28" x2="139.7" y2="81.28" width="0.1524" layer="91"/>
<junction x="139.7" y="81.28"/>
<wire x1="134.62" y1="71.12" x2="134.62" y2="50.8" width="0.1524" layer="91"/>
<wire x1="93.98" y1="71.12" x2="134.62" y2="71.12" width="0.1524" layer="91"/>
<junction x="134.62" y="71.12"/>
<wire x1="134.62" y1="71.12" x2="139.7" y2="71.12" width="0.1524" layer="91"/>
<wire x1="139.7" y1="71.12" x2="139.7" y2="50.8" width="0.1524" layer="91"/>
<wire x1="135.89" y1="81.28" x2="134.62" y2="81.28" width="0.1524" layer="91"/>
<junction x="134.62" y="81.28"/>
<pinref part="L1" gate="G$1" pin="2"/>
<pinref part="C4" gate="G$1" pin="1"/>
<pinref part="C5" gate="G$1" pin="C_EL+"/>
<wire x1="139.7" y1="81.28" x2="139.7" y2="90.17" width="0.1524" layer="91"/>
<wire x1="139.7" y1="90.17" x2="144.78" y2="90.17" width="0.1524" layer="91"/>
<wire x1="134.62" y1="81.28" x2="134.62" y2="90.17" width="0.1524" layer="91"/>
<wire x1="134.62" y1="90.17" x2="139.7" y2="90.17" width="0.1524" layer="91"/>
<pinref part="R21" gate="G$1" pin="1"/>
</segment>
<segment>
6726,19 → 6726,19
<net name="N$46" class="0">
<segment>
<pinref part="X3" gate="A" pin="QF"/>
<wire x1="137.16" y1="-31.75" x2="139.7" y2="-31.75" width="0.1524" layer="91"/>
<wire x1="139.7" y1="-31.75" x2="139.7" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="121.92" y1="-39.37" x2="124.46" y2="-39.37" width="0.1524" layer="91"/>
<wire x1="124.46" y1="-39.37" x2="124.46" y2="-54.61" width="0.1524" layer="91"/>
<pinref part="R32" gate="G$1" pin="1"/>
<wire x1="139.7" y1="-46.99" x2="143.51" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="124.46" y1="-54.61" x2="128.27" y2="-54.61" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$47" class="0">
<segment>
<pinref part="X3" gate="A" pin="QG"/>
<wire x1="137.16" y1="-34.29" x2="138.43" y2="-34.29" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-34.29" x2="138.43" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="121.92" y1="-41.91" x2="123.19" y2="-41.91" width="0.1524" layer="91"/>
<wire x1="123.19" y1="-41.91" x2="123.19" y2="-62.23" width="0.1524" layer="91"/>
<pinref part="R33" gate="G$1" pin="1"/>
<wire x1="138.43" y1="-54.61" x2="143.51" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="123.19" y1="-62.23" x2="128.27" y2="-62.23" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$49" class="0">
6745,7 → 6745,7
<segment>
<pinref part="R32" gate="G$1" pin="2"/>
<pinref part="D5" gate="G$1" pin="C"/>
<wire x1="153.67" y1="-46.99" x2="156.21" y2="-46.99" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-54.61" x2="140.97" y2="-54.61" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$50" class="0">
6752,7 → 6752,7
<segment>
<pinref part="R33" gate="G$1" pin="2"/>
<pinref part="D7" gate="G$1" pin="C"/>
<wire x1="153.67" y1="-54.61" x2="156.21" y2="-54.61" width="0.1524" layer="91"/>
<wire x1="138.43" y1="-62.23" x2="140.97" y2="-62.23" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$21" class="0">
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/BOARD.PHO
0,0 → 1,145
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0000*%
%ADD11C,0.0051*%
%ADD12C,0.0110*%
D10*
X000548Y003730D02*
X016348Y003730D01*
X016348Y019530D01*
X000548Y019530D01*
X000548Y003730D01*
D11*
X016797Y007359D02*
X020543Y007359D01*
X020543Y023159D02*
X016797Y023159D01*
X019755Y023159D02*
X019755Y007359D01*
X019629Y008383D01*
X019881Y008383D01*
X019755Y007359D01*
X019704Y008383D01*
X019806Y008383D02*
X019755Y007359D01*
X019653Y008383D01*
X019857Y008383D02*
X019755Y007359D01*
X019755Y023159D02*
X019629Y022135D01*
X019881Y022135D01*
X019755Y023159D01*
X019704Y022135D01*
X019806Y022135D02*
X019755Y023159D01*
X019653Y022135D01*
X019857Y022135D02*
X019755Y023159D01*
X000997Y007359D02*
X000997Y003755D01*
X016797Y003755D02*
X016797Y007359D01*
X016797Y004543D02*
X000997Y004543D01*
X002020Y004668D01*
X002020Y004417D01*
X000997Y004543D01*
X002020Y004594D01*
X002020Y004491D02*
X000997Y004543D01*
X002020Y004645D01*
X002020Y004440D02*
X000997Y004543D01*
X016797Y004543D02*
X015773Y004668D01*
X015773Y004417D01*
X016797Y004543D01*
X015773Y004594D01*
X015773Y004491D02*
X016797Y004543D01*
X015773Y004645D01*
X015773Y004440D02*
X016797Y004543D01*
D12*
X019306Y013482D02*
X018037Y013482D01*
X018672Y012847D01*
X018672Y013693D01*
X019095Y014116D02*
X018249Y014116D01*
X018037Y014327D01*
X018037Y014750D01*
X018249Y014962D01*
X019095Y014962D01*
X019306Y014750D01*
X019306Y014327D01*
X019095Y014116D01*
X018249Y014962D01*
X019306Y015385D02*
X019095Y015385D01*
X019095Y015596D01*
X019306Y015596D01*
X019306Y015385D01*
X018460Y016019D02*
X018037Y016442D01*
X019306Y016442D01*
X019306Y016019D02*
X019306Y016865D01*
X018249Y017288D02*
X018037Y017499D01*
X018037Y017922D01*
X018249Y018134D01*
X018460Y018134D01*
X018672Y017922D01*
X018672Y017711D01*
X018672Y017922D02*
X018883Y018134D01*
X019095Y018134D01*
X019306Y017922D01*
X019306Y017499D01*
X019095Y017288D01*
X007119Y004991D02*
X007119Y006260D01*
X006485Y005626D01*
X007331Y005626D01*
X007754Y005203D02*
X007754Y006049D01*
X007965Y006260D01*
X008388Y006260D01*
X008600Y006049D01*
X008600Y005203D01*
X008388Y004991D01*
X007965Y004991D01*
X007754Y005203D01*
X008600Y006049D01*
X009023Y004991D02*
X009023Y005203D01*
X009234Y005203D01*
X009234Y004991D01*
X009023Y004991D01*
X009657Y005837D02*
X010080Y006260D01*
X010080Y004991D01*
X009657Y004991D02*
X010503Y004991D01*
X010926Y006049D02*
X011137Y006260D01*
X011560Y006260D01*
X011772Y006049D01*
X011772Y005837D01*
X011560Y005626D01*
X011349Y005626D01*
X011560Y005626D02*
X011772Y005414D01*
X011772Y005203D01*
X011560Y004991D01*
X011137Y004991D01*
X010926Y005203D01*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/BOARD.gpi
0,0 → 1,39
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/BOARD.gpi
 
Date : 22.4.2013 22:03:04
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/BOARD.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : no
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 draw 0.0000inch 4
D11 draw 0.0051inch 34
D12 draw 0.0110inch 60
 
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/DRILL
0,0 → 1,178
%
M48
M72
T01C0.0118
T02C0.0197
T03C0.0350
T04C0.0512
T05C0.1260
%
T01
X8007Y13078
X8007Y13472
X8007Y13866
X7614Y13866
X7614Y13472
X7220Y13472
X7220Y13866
X7220Y14259
X8401Y13866
X8401Y13472
X8401Y13078
X8795Y13472
X9189Y13472
T02
X4582Y4220
X4582Y4811
X3992Y4811
X5173Y4220
X5763Y4220
X6354Y4220
X6944Y4220
X7535Y4220
X8126Y4220
X8716Y4220
X9307Y4220
X9897Y4220
X9897Y4811
X10488Y4811
X11078Y4811
X10488Y4220
X11078Y5598
X11078Y6110
X11078Y6622
X11078Y7173
X10488Y7173
X10488Y7763
X9897Y7763
X9897Y7173
X9897Y8354
X9897Y8354
X9897Y8944
X10488Y8944
X10488Y8354
X11039Y8354
X11078Y8944
X11669Y8944
X11669Y9535
X12259Y9535
X12850Y9535
X13441Y9535
X14031Y9535
X14543Y9535
X15055Y9535
X15567Y9535
X11078Y9535
X11078Y10126
X10488Y10126
X10488Y9535
X9897Y9535
X9897Y10126
X9110Y9240
X9110Y8748
X8519Y8748
X8519Y9240
X7929Y9240
X7929Y8748
X6944Y8944
X6944Y9535
X6059Y9633
X6059Y10224
X5370Y10224
X5370Y9633
X3716Y11346
X5094Y12960
X5173Y14181
X3992Y15441
X3992Y16031
X3992Y16622
X4582Y16622
X5173Y16622
X5173Y17803
X5173Y18393
X5763Y18393
X5763Y17803
X6354Y17803
X6354Y18393
X6354Y18984
X5763Y18984
X5173Y18984
X3401Y15441
X2811Y15441
X2220Y15441
X1630Y15441
X1630Y14850
X1630Y14259
X1630Y13669
X1630Y13078
X1630Y12488
X1630Y11897
X1630Y11307
X1630Y10716
X1630Y10126
X1630Y9535
X1630Y8944
X1630Y8354
X2220Y8354
X2220Y7763
X1630Y7763
X1039Y7763
X1039Y8354
X1039Y8944
X1039Y9535
X1039Y10126
X1039Y10716
X1039Y11307
X1039Y11897
X1039Y12488
X1039Y13078
X1039Y13669
X1039Y14259
X1039Y14850
X1039Y15441
X2811Y8354
X3401Y8354
X3401Y7763
X3401Y7173
X2811Y7763
X4740Y7763
X9897Y12488
X10488Y11897
X11078Y11897
X14031Y14259
X14622Y14259
X15212Y14259
X15803Y14259
X15803Y14850
X15803Y15441
X15212Y16031
X14622Y16031
X14031Y16031
X12850Y16622
X12299Y17803
X11669Y17803
X11669Y18393
X11078Y18393
X10488Y18393
X10488Y17803
X11078Y17803
X11078Y18984
X10488Y18984
X11669Y18984
T03
X9189Y14102
T04
X12448Y12960
X14417Y12960
X14417Y10960
X12448Y10960
X8354Y7630
X8354Y5661
X6354Y5661
X6354Y7630
T05
X2448Y5630
X2448Y17630
X14448Y17630
X14448Y5630
M30
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/DRILL.dri
0,0 → 1,40
Generated by EAGLE CAM Processor 6.1.0
 
Drill Station Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/DRILL.dri
 
Date : 22.4.2013 22:03:04
Drills : generated
Device : Excellon drill station
 
Parameter settings:
 
Tolerance Drill + : 0.00 %
Tolerance Drill - : 0.00 %
Rotate : no
Mirror : no
Optimize : yes
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
Layers : Drills Holes
 
Drill File Info:
 
Data Mode : Absolute
Units : 1/10000 Inch
 
Drills used:
 
Code Size used
 
T01 0.0118inch 13
T02 0.0197inch 137
T03 0.0350inch 1
T04 0.0512inch 8
T05 0.1260inch 4
 
Total number of drills: 163
 
Plotfiles:
 
D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/DRILL
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M1.PHO
0,0 → 1,29
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10R,0.1580X0.1580*%
%ADD11C,0.2620*%
%ADD12R,0.0730X0.0730*%
D10*
X006354Y005661D03*
X006354Y007630D03*
X008354Y007630D03*
X008354Y005661D03*
X012448Y010960D03*
X014417Y010960D03*
X014417Y012960D03*
X012448Y012960D03*
D11*
X002448Y005630D03*
X002448Y017630D03*
X014448Y017630D03*
X014448Y005630D03*
D12*
X009189Y014102D03*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M1.gpi
0,0 → 1,39
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M1.gpi
 
Date : 22.4.2013 22:03:03
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M1.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : yes
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 square 0.1580inch 8
D11 round 0.2620inch 4
D12 square 0.0730inch 1
 
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M2.PHO
0,0 → 1,93
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10R,0.0218X0.0552*%
%ADD11R,0.1064X0.1084*%
%ADD12R,0.0592X0.0671*%
%ADD13R,0.0671X0.0592*%
%ADD14R,0.1084X0.1064*%
%ADD15R,0.1025X0.1025*%
%ADD16R,0.2245X0.1261*%
%ADD17R,0.1580X0.1580*%
%ADD18C,0.2620*%
%ADD19R,0.0790X0.0710*%
%ADD20R,0.0749X0.0789*%
%ADD21R,0.1080X0.0580*%
%ADD22R,0.0730X0.0730*%
D10*
X007628Y012478D03*
X007883Y012478D03*
X008139Y012478D03*
X008395Y012478D03*
X008395Y014781D03*
X008139Y014781D03*
X007883Y014781D03*
X007628Y014781D03*
D11*
X010811Y013065D03*
X010811Y011076D03*
X004539Y008706D03*
X004539Y006718D03*
D12*
X007925Y010015D03*
X008673Y010015D03*
X008696Y011000D03*
X009444Y011000D03*
X009444Y011771D03*
X008696Y011771D03*
X005783Y015736D03*
X005035Y015736D03*
D13*
X007074Y015830D03*
X007074Y015082D03*
X009165Y014838D03*
X009165Y015586D03*
X009992Y015689D03*
X009992Y016437D03*
X010252Y014732D03*
X010252Y013984D03*
X011094Y013984D03*
X011094Y014732D03*
D14*
X012943Y015090D03*
X014931Y015090D03*
D15*
X007307Y016937D03*
X007307Y018669D03*
D16*
X003606Y014098D03*
X003606Y010161D03*
D17*
X006354Y007630D03*
X006354Y005661D03*
X008354Y005661D03*
X008354Y007630D03*
X012448Y010960D03*
X014417Y010960D03*
X014417Y012960D03*
X012448Y012960D03*
D18*
X002448Y005630D03*
X002448Y017630D03*
X014448Y017630D03*
X014448Y005630D03*
D19*
X009189Y012912D03*
X009189Y014032D03*
X011944Y014093D03*
X011944Y015213D03*
D20*
X006826Y012468D03*
X006826Y010854D03*
D21*
X009248Y017046D03*
X009248Y018671D03*
D22*
X009189Y014102D03*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M2.gpi
0,0 → 1,49
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M2.gpi
 
Date : 22.4.2013 22:03:03
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/M2.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : yes
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 rectangle 0.0218inch x 0.0552inch 8
D11 rectangle 0.1064inch x 0.1084inch 4
D12 rectangle 0.0592inch x 0.0671inch 8
D13 rectangle 0.0671inch x 0.0592inch 10
D14 rectangle 0.1084inch x 0.1064inch 2
D15 square 0.1025inch 2
D16 rectangle 0.2245inch x 0.1261inch 2
D17 square 0.1580inch 8
D18 round 0.2620inch 4
D19 rectangle 0.0790inch x 0.0710inch 4
D20 rectangle 0.0749inch x 0.0789inch 2
D21 rectangle 0.1080inch x 0.0580inch 2
D22 square 0.0730inch 1
 
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T1.PHO
0,0 → 1,691
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0000*%
%ADD11C,0.0060*%
%ADD12C,0.0040*%
%ADD13C,0.0051*%
%ADD14C,0.0110*%
%ADD15C,0.0050*%
%ADD16R,0.0200X0.0200*%
D10*
X000548Y003730D02*
X016348Y003730D01*
X016348Y019530D01*
X000548Y019530D01*
X000548Y003730D01*
D11*
X004789Y005471D02*
X004789Y005684D01*
X004789Y005577D02*
X004148Y005577D01*
X004148Y005471D02*
X004148Y005684D01*
X004789Y005900D02*
X004148Y005900D01*
X004789Y006327D01*
X004148Y006327D01*
X004468Y007189D02*
X004468Y007616D01*
X004255Y007403D02*
X004682Y007403D01*
X012531Y015324D02*
X012317Y015324D01*
X012211Y015217D01*
X012211Y014790D01*
X012317Y014683D01*
X012531Y014683D01*
X012638Y014790D01*
X012638Y015217D01*
X012531Y015324D01*
X012855Y015324D02*
X012855Y014790D01*
X012962Y014683D01*
X013176Y014683D01*
X013282Y014790D01*
X013282Y015324D01*
X013713Y015324D02*
X013713Y014683D01*
X013500Y015324D02*
X013927Y015324D01*
X014789Y015003D02*
X015216Y015003D01*
X015002Y014790D02*
X015002Y015217D01*
X010537Y005684D02*
X010537Y005471D01*
X010537Y005577D02*
X009896Y005577D01*
X009896Y005471D02*
X009896Y005684D01*
X010537Y005900D02*
X009896Y005900D01*
X010537Y006327D01*
X009896Y006327D01*
X010216Y007189D02*
X010216Y007616D01*
X012531Y009300D02*
X012317Y009300D01*
X012211Y009193D01*
X012211Y008766D01*
X012317Y008660D01*
X012531Y008660D01*
X012638Y008766D01*
X012638Y009193D01*
X012531Y009300D01*
X012855Y009300D02*
X012855Y008766D01*
X012962Y008660D01*
X013176Y008660D01*
X013282Y008766D01*
X013282Y009300D01*
X013713Y009300D02*
X013713Y008660D01*
X013500Y009300D02*
X013927Y009300D01*
X014789Y008980D02*
X015216Y008980D01*
X005827Y017107D02*
X005720Y017213D01*
X005506Y017213D01*
X005400Y017107D01*
X005400Y017000D01*
X005506Y016893D01*
X005720Y016893D01*
X005827Y016786D01*
X005827Y016680D01*
X005720Y016573D01*
X005506Y016573D01*
X005400Y016680D01*
X006365Y017213D02*
X006151Y017213D01*
X006044Y017107D01*
X006044Y016680D01*
X006151Y016573D01*
X006365Y016573D01*
X006471Y016680D01*
X006471Y017107D01*
X006365Y017213D01*
X006689Y017213D02*
X006689Y016573D01*
X007116Y016573D01*
X007333Y016573D02*
X007333Y017000D01*
X007547Y017213D01*
X007760Y017000D01*
X007760Y016573D01*
X007760Y016893D02*
X007333Y016893D01*
X007978Y016573D02*
X007978Y017213D01*
X008298Y017213D01*
X008405Y017107D01*
X008405Y016893D01*
X008298Y016786D01*
X007978Y016786D01*
X008191Y016786D02*
X008405Y016573D01*
X008622Y016573D02*
X008622Y017213D01*
X008836Y017000D01*
X009049Y017213D01*
X009049Y016573D01*
X009267Y016573D02*
X009480Y016573D01*
X009374Y016573D02*
X009374Y017213D01*
X009480Y017213D02*
X009267Y017213D01*
X009697Y016573D02*
X009697Y017213D01*
X010124Y016573D01*
X010124Y017213D01*
X010341Y016573D02*
X010555Y016573D01*
X010448Y016573D02*
X010448Y017213D01*
X010341Y017213D02*
X010555Y017213D01*
X010771Y016680D02*
X010771Y017107D01*
X010878Y017213D01*
X011091Y017213D01*
X011198Y017107D01*
X011198Y016680D01*
X011091Y016573D01*
X010878Y016573D01*
X010771Y016680D01*
X011198Y017107D01*
X011415Y017000D02*
X011629Y017213D01*
X011629Y016573D01*
X011415Y016573D02*
X011843Y016573D01*
X012060Y016573D02*
X012060Y017000D01*
X012274Y017213D01*
X012487Y017000D01*
X012487Y016573D01*
X012487Y016893D02*
X012060Y016893D01*
X007368Y017911D02*
X007368Y018552D01*
X007582Y018339D01*
X007795Y018552D01*
X007795Y017911D01*
X008013Y018552D02*
X008013Y017911D01*
X008440Y017911D01*
X008657Y017911D02*
X008657Y018339D01*
X008871Y018552D01*
X009084Y018339D01*
X009084Y017911D01*
X009084Y018232D02*
X008657Y018232D01*
X009302Y017911D02*
X009302Y018552D01*
X009622Y018552D01*
X009729Y018445D01*
X009729Y018339D01*
X009622Y018232D01*
X009729Y018125D01*
X009729Y018018D01*
X009622Y017911D01*
X009302Y017911D01*
X009302Y018232D02*
X009622Y018232D01*
X004652Y011365D02*
X004652Y011792D01*
X004758Y011898D01*
X004972Y011898D01*
X005079Y011792D01*
X005079Y011365D01*
X004972Y011258D01*
X004758Y011258D01*
X004652Y011365D01*
X005079Y011792D01*
X005296Y011258D02*
X005296Y011365D01*
X005403Y011365D01*
X005403Y011258D01*
X005296Y011258D01*
X005618Y011792D02*
X005725Y011898D01*
X005939Y011898D01*
X006046Y011792D01*
X006046Y011685D01*
X005939Y011578D01*
X005832Y011578D01*
X005939Y011578D02*
X006046Y011471D01*
X006046Y011365D01*
X005939Y011258D01*
X005725Y011258D01*
X005618Y011365D01*
X006908Y011578D02*
X007335Y011578D01*
X008624Y011898D02*
X008197Y011898D01*
X008197Y011578D01*
X008410Y011685D01*
X008517Y011685D01*
X008624Y011578D01*
X008624Y011365D01*
X008517Y011258D01*
X008303Y011258D01*
X008197Y011365D01*
X008841Y011258D02*
X008841Y011365D01*
X008948Y011365D01*
X008948Y011258D01*
X008841Y011258D01*
X009591Y011898D02*
X009164Y011898D01*
X009164Y011578D01*
X009377Y011685D01*
X009484Y011685D01*
X009591Y011578D01*
X009591Y011365D01*
X009484Y011258D01*
X009270Y011258D01*
X009164Y011365D01*
X010453Y011898D02*
X010453Y011471D01*
X010666Y011258D01*
X010880Y011471D01*
X010880Y011898D01*
X008939Y014602D02*
X009439Y014602D01*
X009689Y014352D01*
X009689Y013852D02*
X009439Y013602D01*
X008689Y013852D02*
X008689Y014352D01*
X008939Y014602D01*
X008689Y013852D02*
X008939Y013602D01*
X009439Y013602D01*
X009689Y013852D02*
X009689Y014352D01*
D12*
X003264Y014327D02*
X003350Y014240D01*
X003437Y014240D01*
X003524Y014327D01*
X003524Y014761D01*
X003437Y014761D02*
X003611Y014761D01*
X003779Y014240D02*
X003779Y014587D01*
X003953Y014761D01*
X004126Y014587D01*
X004126Y014240D01*
X004126Y014500D02*
X003779Y014500D01*
X004642Y014674D02*
X004555Y014761D01*
X004382Y014761D01*
X004295Y014674D01*
X004295Y014327D01*
X004382Y014240D01*
X004555Y014240D01*
X004642Y014327D01*
X004811Y014240D02*
X004811Y014761D01*
X004811Y014500D02*
X005158Y014500D01*
X005158Y014240D02*
X005158Y014761D01*
X005586Y014761D02*
X005413Y014761D01*
X005326Y014674D01*
X005326Y014327D01*
X005413Y014240D01*
X005586Y014240D01*
X005673Y014327D01*
X005673Y014674D01*
X005586Y014761D01*
X004004Y013413D02*
X003657Y013413D01*
X004004Y013760D01*
X004004Y013847D01*
X003918Y013934D01*
X003744Y013934D01*
X003657Y013847D01*
X004173Y013500D02*
X004173Y013847D01*
X004260Y013934D01*
X004433Y013934D01*
X004520Y013847D01*
X004520Y013500D01*
X004433Y013413D01*
X004260Y013413D01*
X004173Y013500D01*
X004520Y013847D01*
X004689Y013760D02*
X004862Y013934D01*
X004862Y013413D01*
X004689Y013413D02*
X005036Y013413D01*
X005204Y013847D02*
X005291Y013934D01*
X005465Y013934D01*
X005551Y013847D01*
X005551Y013760D01*
X005465Y013674D01*
X005378Y013674D01*
X005465Y013674D02*
X005551Y013587D01*
X005551Y013500D01*
X005465Y013413D01*
X005291Y013413D01*
X005204Y013500D01*
X008224Y015252D02*
X008531Y014791D01*
X008224Y014791D02*
X008531Y015252D01*
X008992Y015175D02*
X008915Y015252D01*
X008761Y015252D01*
X008685Y015175D01*
X008685Y015098D01*
X008761Y015021D01*
X008915Y015021D01*
X008992Y014945D01*
X008992Y014868D01*
X008915Y014791D01*
X008761Y014791D01*
X008685Y014868D01*
X009145Y014791D02*
X009145Y015252D01*
X009145Y015021D02*
X009452Y015021D01*
X009452Y014791D02*
X009452Y015252D01*
X009606Y015252D02*
X009606Y014868D01*
X009682Y014791D01*
X009836Y014791D01*
X009912Y014868D01*
X009912Y015252D01*
X010219Y015252D02*
X010219Y014791D01*
X010066Y015252D02*
X010373Y015252D01*
D13*
X016797Y007359D02*
X020543Y007359D01*
X020543Y023159D02*
X016797Y023159D01*
X019755Y023159D02*
X019755Y007359D01*
X019629Y008383D01*
X019881Y008383D01*
X019755Y007359D01*
X019704Y008383D01*
X019806Y008383D02*
X019755Y007359D01*
X019653Y008383D01*
X019857Y008383D02*
X019755Y007359D01*
X019755Y023159D02*
X019629Y022135D01*
X019881Y022135D01*
X019755Y023159D01*
X019704Y022135D01*
X019806Y022135D02*
X019755Y023159D01*
X019653Y022135D01*
X019857Y022135D02*
X019755Y023159D01*
X000997Y007359D02*
X000997Y003755D01*
X016797Y003755D02*
X016797Y007359D01*
X016797Y004543D02*
X000997Y004543D01*
X002020Y004668D01*
X002020Y004417D01*
X000997Y004543D01*
X002020Y004594D01*
X002020Y004491D02*
X000997Y004543D01*
X002020Y004645D01*
X002020Y004440D02*
X000997Y004543D01*
X016797Y004543D02*
X015773Y004668D01*
X015773Y004417D01*
X016797Y004543D01*
X015773Y004594D01*
X015773Y004491D02*
X016797Y004543D01*
X015773Y004645D01*
X015773Y004440D02*
X016797Y004543D01*
D14*
X019306Y013482D02*
X018037Y013482D01*
X018672Y012847D01*
X018672Y013693D01*
X019095Y014116D02*
X018249Y014116D01*
X018037Y014327D01*
X018037Y014750D01*
X018249Y014962D01*
X019095Y014962D01*
X019306Y014750D01*
X019306Y014327D01*
X019095Y014116D01*
X018249Y014962D01*
X019306Y015385D02*
X019095Y015385D01*
X019095Y015596D01*
X019306Y015596D01*
X019306Y015385D01*
X018460Y016019D02*
X018037Y016442D01*
X019306Y016442D01*
X019306Y016019D02*
X019306Y016865D01*
X018249Y017288D02*
X018037Y017499D01*
X018037Y017922D01*
X018249Y018134D01*
X018460Y018134D01*
X018672Y017922D01*
X018672Y017711D01*
X018672Y017922D02*
X018883Y018134D01*
X019095Y018134D01*
X019306Y017922D01*
X019306Y017499D01*
X019095Y017288D01*
X007119Y004991D02*
X007119Y006260D01*
X006485Y005626D01*
X007331Y005626D01*
X007754Y005203D02*
X007754Y006049D01*
X007965Y006260D01*
X008388Y006260D01*
X008600Y006049D01*
X008600Y005203D01*
X008388Y004991D01*
X007965Y004991D01*
X007754Y005203D01*
X008600Y006049D01*
X009023Y004991D02*
X009023Y005203D01*
X009234Y005203D01*
X009234Y004991D01*
X009023Y004991D01*
X009657Y005837D02*
X010080Y006260D01*
X010080Y004991D01*
X009657Y004991D02*
X010503Y004991D01*
X010926Y006049D02*
X011137Y006260D01*
X011560Y006260D01*
X011772Y006049D01*
X011772Y005837D01*
X011560Y005626D01*
X011349Y005626D01*
X011560Y005626D02*
X011772Y005414D01*
X011772Y005203D01*
X011560Y004991D01*
X011137Y004991D01*
X010926Y005203D01*
D15*
X007338Y007236D02*
X007338Y009598D01*
X005370Y009598D02*
X005370Y007236D01*
X005567Y010582D02*
X007141Y010582D01*
X007141Y009598D01*
X007141Y009204D01*
X006945Y009204D01*
X005763Y009204D01*
X005567Y009204D01*
X005567Y009598D01*
X005567Y010582D01*
X006945Y010385D02*
X006945Y009401D01*
X005763Y009401D01*
X005763Y010385D01*
X006945Y010385D01*
X007141Y009598D02*
X007338Y009598D01*
X005567Y009598D02*
X005370Y009598D01*
X006945Y009204D02*
X006945Y008023D01*
X005763Y008023D01*
X005763Y009204D01*
X007338Y007236D02*
X006748Y007236D01*
X005960Y007236D01*
X005370Y007236D01*
X007141Y007039D02*
X007141Y003889D01*
X005567Y003889D01*
X005567Y007039D01*
X005960Y007039D01*
X006748Y007039D01*
X007141Y007039D01*
X007338Y007236D02*
X007338Y003693D01*
X005370Y003693D01*
X005370Y007236D01*
X006748Y007236D02*
X006748Y007039D01*
X005960Y007039D02*
X005960Y007236D01*
X009338Y007236D02*
X009338Y009598D01*
X007370Y009598D02*
X007370Y007236D01*
X007567Y010582D02*
X009141Y010582D01*
X009141Y009598D01*
X009141Y009204D01*
X008945Y009204D01*
X007763Y009204D01*
X007567Y009204D01*
X007567Y009598D01*
X007567Y010582D01*
X008945Y010385D02*
X008945Y009401D01*
X007763Y009401D01*
X007763Y010385D01*
X008945Y010385D01*
X009141Y009598D02*
X009338Y009598D01*
X007567Y009598D02*
X007370Y009598D01*
X008945Y009204D02*
X008945Y008023D01*
X007763Y008023D01*
X007763Y009204D01*
X009338Y007236D02*
X008748Y007236D01*
X007960Y007236D01*
X007370Y007236D01*
X009141Y007039D02*
X009141Y003889D01*
X007567Y003889D01*
X007567Y007039D01*
X007960Y007039D01*
X008748Y007039D01*
X009141Y007039D01*
X009338Y007236D02*
X009338Y003693D01*
X007370Y003693D01*
X007370Y007236D01*
X008748Y007236D02*
X008748Y007039D01*
X007960Y007039D02*
X007960Y007236D01*
X010480Y013945D02*
X012842Y013945D01*
X012842Y011976D02*
X010480Y011976D01*
X009496Y012173D02*
X009496Y013748D01*
X010480Y013748D01*
X010874Y013748D01*
X010874Y013551D01*
X010874Y012370D01*
X010874Y012173D01*
X010480Y012173D01*
X009496Y012173D01*
X009693Y013551D02*
X010677Y013551D01*
X010677Y012370D01*
X009693Y012370D01*
X009693Y013551D01*
X010480Y013748D02*
X010480Y013945D01*
X010480Y012173D02*
X010480Y011976D01*
X010874Y013551D02*
X012055Y013551D01*
X012055Y012370D01*
X010874Y012370D01*
X012842Y013945D02*
X012842Y013354D01*
X012842Y012567D01*
X012842Y011976D01*
X013039Y013748D02*
X016189Y013748D01*
X016189Y012173D01*
X013039Y012173D01*
X013039Y012567D01*
X013039Y013354D01*
X013039Y013748D01*
X012842Y013945D02*
X016385Y013945D01*
X016385Y011976D01*
X012842Y011976D01*
X012842Y013354D02*
X013039Y013354D01*
X013039Y012567D02*
X012842Y012567D01*
X012842Y011945D02*
X010480Y011945D01*
X010480Y009976D02*
X012842Y009976D01*
X009496Y010173D02*
X009496Y011748D01*
X010480Y011748D01*
X010874Y011748D01*
X010874Y011551D01*
X010874Y010370D01*
X010874Y010173D01*
X010480Y010173D01*
X009496Y010173D01*
X009693Y011551D02*
X010677Y011551D01*
X010677Y010370D01*
X009693Y010370D01*
X009693Y011551D01*
X010480Y011748D02*
X010480Y011945D01*
X010480Y010173D02*
X010480Y009976D01*
X010874Y011551D02*
X012055Y011551D01*
X012055Y010370D01*
X010874Y010370D01*
X012842Y011945D02*
X012842Y011354D01*
X012842Y010567D01*
X012842Y009976D01*
X013039Y011748D02*
X016189Y011748D01*
X016189Y010173D01*
X013039Y010173D01*
X013039Y010567D01*
X013039Y011354D01*
X013039Y011748D01*
X012842Y011945D02*
X016385Y011945D01*
X016385Y009976D01*
X012842Y009976D01*
X012842Y011354D02*
X013039Y011354D01*
X013039Y010567D02*
X012842Y010567D01*
D16*
X009189Y014102D03*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T1.gpi
0,0 → 1,43
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T1.gpi
 
Date : 22.4.2013 22:03:04
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T1.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : no
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 draw 0.0000inch 4
D11 draw 0.0060inch 191
D12 draw 0.0040inch 80
D13 draw 0.0051inch 34
D14 draw 0.0110inch 60
D15 draw 0.0050inch 132
D16 square 0.0200inch 1
 
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T2.PHO
0,0 → 1,611
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0051*%
%ADD11C,0.0110*%
%ADD12C,0.0080*%
%ADD13C,0.0256*%
%ADD14C,0.0040*%
%ADD15C,0.0050*%
%ADD16R,0.0295X0.0571*%
%ADD17R,0.0571X0.0295*%
%ADD18C,0.0060*%
%ADD19R,0.0256X0.0551*%
%ADD20R,0.0551X0.0256*%
%ADD21R,0.0860X0.0210*%
%ADD22R,0.0690X0.0290*%
%ADD23R,0.0500X0.0313*%
%ADD24R,0.0875X0.0125*%
%ADD25R,0.1125X0.0312*%
D10*
X016797Y007359D02*
X020543Y007359D01*
X020543Y023159D02*
X016797Y023159D01*
X019755Y023159D02*
X019755Y007359D01*
X019629Y008383D01*
X019881Y008383D01*
X019755Y007359D01*
X019704Y008383D01*
X019806Y008383D02*
X019755Y007359D01*
X019653Y008383D01*
X019857Y008383D02*
X019755Y007359D01*
X019755Y023159D02*
X019629Y022135D01*
X019881Y022135D01*
X019755Y023159D01*
X019704Y022135D01*
X019806Y022135D02*
X019755Y023159D01*
X019653Y022135D01*
X019857Y022135D02*
X019755Y023159D01*
X000997Y007359D02*
X000997Y003755D01*
X016797Y003755D02*
X016797Y007359D01*
X016797Y004543D02*
X000997Y004543D01*
X002020Y004668D01*
X002020Y004417D01*
X000997Y004543D01*
X002020Y004594D01*
X002020Y004491D02*
X000997Y004543D01*
X002020Y004645D01*
X002020Y004440D02*
X000997Y004543D01*
X016797Y004543D02*
X015773Y004668D01*
X015773Y004417D01*
X016797Y004543D01*
X015773Y004594D01*
X015773Y004491D02*
X016797Y004543D01*
X015773Y004645D01*
X015773Y004440D02*
X016797Y004543D01*
D11*
X019306Y013482D02*
X018037Y013482D01*
X018672Y012847D01*
X018672Y013693D01*
X019095Y014116D02*
X018249Y014116D01*
X018037Y014327D01*
X018037Y014750D01*
X018249Y014962D01*
X019095Y014962D01*
X019306Y014750D01*
X019306Y014327D01*
X019095Y014116D01*
X018249Y014962D01*
X019306Y015385D02*
X019095Y015385D01*
X019095Y015596D01*
X019306Y015596D01*
X019306Y015385D01*
X018460Y016019D02*
X018037Y016442D01*
X019306Y016442D01*
X019306Y016019D02*
X019306Y016865D01*
X018249Y017288D02*
X018037Y017499D01*
X018037Y017922D01*
X018249Y018134D01*
X018460Y018134D01*
X018672Y017922D01*
X018672Y017711D01*
X018672Y017922D02*
X018883Y018134D01*
X019095Y018134D01*
X019306Y017922D01*
X019306Y017499D01*
X019095Y017288D01*
X007119Y004991D02*
X007119Y006260D01*
X006485Y005626D01*
X007331Y005626D01*
X007754Y005203D02*
X007754Y006049D01*
X007965Y006260D01*
X008388Y006260D01*
X008600Y006049D01*
X008600Y005203D01*
X008388Y004991D01*
X007965Y004991D01*
X007754Y005203D01*
X008600Y006049D01*
X009023Y004991D02*
X009023Y005203D01*
X009234Y005203D01*
X009234Y004991D01*
X009023Y004991D01*
X009657Y005837D02*
X010080Y006260D01*
X010080Y004991D01*
X009657Y004991D02*
X010503Y004991D01*
X010926Y006049D02*
X011137Y006260D01*
X011560Y006260D01*
X011772Y006049D01*
X011772Y005837D01*
X011560Y005626D01*
X011349Y005626D01*
X011560Y005626D02*
X011772Y005414D01*
X011772Y005203D01*
X011560Y004991D01*
X011137Y004991D01*
X010926Y005203D01*
D12*
X007460Y012783D02*
X007460Y014476D01*
X008563Y014476D01*
X008563Y012783D01*
X007460Y012783D01*
X007700Y018056D02*
X007307Y017515D01*
X006913Y018056D01*
X007700Y018056D01*
X007700Y017515D02*
X006913Y017515D01*
D13*
X008267Y012990D03*
D14*
X008045Y013663D02*
X008352Y014124D01*
X008045Y014124D02*
X008352Y013663D01*
X007891Y013970D02*
X007738Y014124D01*
X007738Y013663D01*
X007891Y013663D02*
X007584Y013663D01*
X004637Y007575D02*
X004714Y007651D01*
X004867Y007651D01*
X004944Y007575D01*
X004944Y007268D01*
X004867Y007191D01*
X004714Y007191D01*
X004637Y007268D01*
X004484Y007498D02*
X004330Y007651D01*
X004330Y007191D01*
X004177Y007191D02*
X004484Y007191D01*
X008920Y011511D02*
X009220Y011511D01*
X009220Y012031D02*
X008930Y012031D01*
X010100Y011882D02*
X010177Y011805D01*
X010177Y011651D01*
X010100Y011575D01*
X009793Y011575D01*
X009716Y011651D01*
X009716Y011805D01*
X009793Y011882D01*
X009716Y012342D02*
X009716Y012035D01*
X010023Y012342D01*
X010100Y012342D01*
X010177Y012265D01*
X010177Y012112D01*
X010100Y012035D01*
X009425Y015062D02*
X009425Y015362D01*
X008905Y015362D02*
X008905Y015072D01*
X009118Y016163D02*
X009194Y016240D01*
X009348Y016240D01*
X009424Y016163D01*
X009424Y015856D01*
X009348Y015779D01*
X009194Y015779D01*
X009118Y015856D01*
X008964Y016163D02*
X008887Y016240D01*
X008734Y016240D01*
X008657Y016163D01*
X008657Y016086D01*
X008734Y016010D01*
X008811Y016010D01*
X008734Y016010D02*
X008657Y015933D01*
X008657Y015856D01*
X008734Y015779D01*
X008887Y015779D01*
X008964Y015856D01*
X014373Y015260D02*
X014450Y015336D01*
X014604Y015336D01*
X014680Y015260D01*
X014680Y014953D01*
X014604Y014876D01*
X014450Y014876D01*
X014373Y014953D01*
X013990Y014876D02*
X013990Y015336D01*
X014220Y015106D01*
X013913Y015106D01*
X010948Y011838D02*
X011025Y011915D01*
X011178Y011915D01*
X011255Y011838D01*
X011255Y011531D01*
X011178Y011455D01*
X011025Y011455D01*
X010948Y011531D01*
X010488Y011915D02*
X010795Y011915D01*
X010795Y011685D01*
X010641Y011762D01*
X010565Y011762D01*
X010488Y011685D01*
X010488Y011531D01*
X010565Y011455D01*
X010718Y011455D01*
X010795Y011531D01*
X008529Y010535D02*
X008529Y010996D01*
X008299Y010996D01*
X008222Y010919D01*
X008222Y010766D01*
X008299Y010689D01*
X008529Y010689D01*
X008375Y010689D02*
X008222Y010535D01*
X008068Y010842D02*
X007915Y010996D01*
X007915Y010535D01*
X008068Y010535D02*
X007761Y010535D01*
X009716Y010289D02*
X010177Y010289D01*
X010177Y010519D01*
X010100Y010596D01*
X009947Y010596D01*
X009870Y010519D01*
X009870Y010289D01*
X009870Y010443D02*
X009716Y010596D01*
X009716Y011057D02*
X009716Y010750D01*
X010023Y011057D01*
X010100Y011057D01*
X010177Y010980D01*
X010177Y010826D01*
X010100Y010750D01*
X010541Y014898D02*
X010541Y015358D01*
X010310Y015358D01*
X010234Y015281D01*
X010234Y015128D01*
X010310Y015051D01*
X010541Y015051D01*
X010387Y015051D02*
X010234Y014898D01*
X009850Y014898D02*
X009850Y015358D01*
X010080Y015128D01*
X009773Y015128D01*
X010883Y016606D02*
X010883Y017067D01*
X010653Y017067D01*
X010576Y016990D01*
X010576Y016836D01*
X010653Y016760D01*
X010883Y016760D01*
X010730Y016760D02*
X010576Y016606D01*
X010116Y017067D02*
X010423Y017067D01*
X010423Y016836D01*
X010269Y016913D01*
X010193Y016913D01*
X010116Y016836D01*
X010116Y016683D01*
X010193Y016606D01*
X010346Y016606D01*
X010423Y016683D01*
X011486Y014921D02*
X011486Y015382D01*
X011255Y015382D01*
X011179Y015305D01*
X011179Y015151D01*
X011255Y015075D01*
X011486Y015075D01*
X011332Y015075D02*
X011179Y014921D01*
X011025Y015382D02*
X010718Y015382D01*
X010718Y015305D01*
X011025Y014998D01*
X011025Y014921D01*
X007631Y016012D02*
X007631Y016472D01*
X007401Y016472D01*
X007324Y016395D01*
X007324Y016242D01*
X007401Y016165D01*
X007631Y016165D01*
X007478Y016165D02*
X007324Y016012D01*
X007171Y016395D02*
X007094Y016472D01*
X006941Y016472D01*
X006864Y016395D01*
X006864Y016319D01*
X006941Y016242D01*
X006864Y016165D01*
X006864Y016088D01*
X006941Y016012D01*
X007094Y016012D01*
X007171Y016088D01*
X007171Y016165D01*
X007094Y016242D01*
X007171Y016319D01*
X007171Y016395D01*
X007094Y016242D02*
X006941Y016242D01*
X008057Y016913D02*
X008057Y018693D01*
X006557Y018693D02*
X006557Y016913D01*
X008057Y016913D01*
X008057Y018693D02*
X006557Y018693D01*
X006432Y017563D02*
X005972Y017563D01*
X005972Y017794D01*
X006049Y017870D01*
X006356Y017870D01*
X006432Y017794D01*
X006432Y017563D01*
X006279Y018024D02*
X006432Y018177D01*
X005972Y018177D01*
X005972Y018024D02*
X005972Y018331D01*
X004058Y012311D02*
X004058Y011850D01*
X003751Y011850D01*
X003598Y012157D02*
X003444Y012311D01*
X003444Y011850D01*
X003291Y011850D02*
X003598Y011850D01*
X012385Y015488D02*
X012385Y015949D01*
X012155Y015949D01*
X012078Y015872D01*
X012078Y015718D01*
X012155Y015642D01*
X012385Y015642D01*
X012232Y015642D02*
X012078Y015488D01*
X011618Y015949D02*
X011771Y015872D01*
X011925Y015718D01*
X011925Y015565D01*
X011848Y015488D01*
X011695Y015488D01*
X011618Y015565D01*
X011618Y015642D01*
X011695Y015718D01*
X011925Y015718D01*
X009747Y014228D02*
X009747Y014689D01*
X009517Y014689D01*
X009440Y014612D01*
X009440Y014458D01*
X009517Y014382D01*
X009747Y014382D01*
X009594Y014382D02*
X009440Y014228D01*
X009287Y014612D02*
X009210Y014689D01*
X009057Y014689D01*
X008980Y014612D01*
X008980Y014535D01*
X009057Y014458D01*
X009133Y014458D01*
X009057Y014458D02*
X008980Y014382D01*
X008980Y014305D01*
X009057Y014228D01*
X009210Y014228D01*
X009287Y014305D01*
X007735Y011218D02*
X007275Y011218D01*
X007275Y011449D01*
X007351Y011525D01*
X007658Y011525D01*
X007735Y011449D01*
X007735Y011218D01*
X007275Y011986D02*
X007275Y011679D01*
X007581Y011986D01*
X007658Y011986D01*
X007735Y011909D01*
X007735Y011756D01*
X007658Y011679D01*
X005559Y015996D02*
X005259Y015996D01*
X005259Y015476D02*
X005549Y015476D01*
X005582Y016639D02*
X005659Y016716D01*
X005812Y016716D01*
X005889Y016639D01*
X005889Y016333D01*
X005812Y016256D01*
X005659Y016256D01*
X005582Y016333D01*
X005122Y016716D02*
X005275Y016639D01*
X005429Y016486D01*
X005429Y016333D01*
X005352Y016256D01*
X005198Y016256D01*
X005122Y016333D01*
X005122Y016409D01*
X005198Y016486D01*
X005429Y016486D01*
X009329Y018267D02*
X009406Y018344D01*
X009559Y018344D01*
X009636Y018267D01*
X009636Y017961D01*
X009559Y017884D01*
X009406Y017884D01*
X009329Y017961D01*
X009176Y018344D02*
X008869Y018344D01*
X008869Y018267D01*
X009176Y017961D01*
X009176Y017884D01*
D15*
X005164Y006525D02*
X005164Y008900D01*
X003914Y008900D01*
X003914Y006525D01*
X005164Y006525D01*
X004664Y008337D02*
X004414Y008337D01*
X004539Y008212D02*
X004539Y008462D01*
X015124Y015715D02*
X012749Y015715D01*
X012749Y014465D01*
X015124Y014465D01*
X015124Y015715D01*
X013312Y015215D02*
X013312Y014965D01*
X013437Y015090D02*
X013187Y015090D01*
X011436Y010883D02*
X011436Y013258D01*
X010186Y013258D01*
X010186Y010883D01*
X011436Y010883D01*
X010936Y012695D02*
X010686Y012695D01*
X010811Y012570D02*
X010811Y012820D01*
X001047Y009570D02*
X001047Y014689D01*
X006165Y014689D01*
X006165Y009570D01*
X001047Y009570D01*
X007076Y010786D02*
X007076Y012536D01*
X006576Y012536D02*
X006576Y010786D01*
X006826Y011786D02*
X007014Y011536D01*
X006826Y011536D01*
X006639Y011536D01*
X006826Y011786D01*
X007014Y011786D01*
X006826Y011786D02*
X006639Y011786D01*
X006826Y011536D02*
X006826Y011224D01*
X006826Y011786D02*
X006826Y012099D01*
X009123Y017608D02*
X009373Y017608D01*
X009248Y017733D02*
X009248Y017483D01*
X009810Y018546D02*
X008685Y018546D01*
X008685Y017171D01*
X009810Y017171D01*
X009810Y018546D01*
D16*
X008788Y011771D03*
X009358Y011771D03*
X005691Y015736D03*
X005121Y015736D03*
D17*
X009165Y014930D03*
X009165Y015500D03*
D18*
X008460Y010265D02*
X008137Y010265D01*
X008137Y009765D02*
X008460Y009765D01*
X008909Y011250D02*
X009232Y011250D01*
X009232Y010750D02*
X008909Y010750D01*
X010002Y014196D02*
X010002Y014519D01*
X010502Y014519D02*
X010502Y014196D01*
X010242Y015901D02*
X010242Y016224D01*
X009742Y016224D02*
X009742Y015901D01*
X010844Y014519D02*
X010844Y014196D01*
X011344Y014196D02*
X011344Y014519D01*
X007324Y015295D02*
X007324Y015618D01*
X006824Y015618D02*
X006824Y015295D01*
X012264Y015033D02*
X012264Y014278D01*
X011624Y014278D02*
X011624Y015033D01*
X008869Y013847D02*
X008869Y013092D01*
X009509Y013092D02*
X009509Y013847D01*
D19*
X008011Y010016D03*
X008591Y010016D03*
X008783Y011000D03*
X009363Y011000D03*
D20*
X010251Y014070D03*
X010251Y014650D03*
X009992Y016351D03*
X009992Y015771D03*
X011094Y014070D03*
X011094Y014650D03*
X007075Y015744D03*
X007075Y015164D03*
D21*
X007307Y016808D03*
X007307Y018798D03*
D22*
X011944Y015173D03*
X011944Y014133D03*
X009189Y012952D03*
X009189Y013992D03*
D23*
X006826Y010880D03*
X006826Y012442D03*
D24*
X009248Y018608D03*
X009248Y017108D03*
D25*
X009248Y017327D03*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T2.gpi
0,0 → 1,52
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T2.gpi
 
Date : 22.4.2013 22:03:04
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/T2.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : no
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 draw 0.0051inch 34
D11 draw 0.0110inch 60
D12 draw 0.0080inch 8
D13 round 0.0256inch 1
D14 draw 0.0040inch 251
D15 draw 0.0050inch 38
D16 rectangle 0.0295inch x 0.0571inch 4
D17 rectangle 0.0571inch x 0.0295inch 2
D18 draw 0.0060inch 16
D19 rectangle 0.0256inch x 0.0551inch 4
D20 rectangle 0.0551inch x 0.0256inch 8
D21 rectangle 0.0860inch x 0.0210inch 2
D22 rectangle 0.0690inch x 0.0290inch 4
D23 rectangle 0.0500inch x 0.0313inch 2
D24 rectangle 0.0875inch x 0.0125inch 2
D25 rectangle 0.1125inch x 0.0312inch 1
 
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V1.PHO
0,0 → 1,1418
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10R,0.1500X0.1500*%
%ADD11C,0.2540*%
%ADD12R,0.0650X0.0650*%
%ADD13C,0.0100*%
%ADD14C,0.0278*%
%ADD15C,0.0357*%
D10*
X006354Y005661D03*
X006354Y007630D03*
X008354Y007630D03*
X008354Y005661D03*
X012448Y010960D03*
X014417Y010960D03*
X014417Y012960D03*
X012448Y012960D03*
D11*
X014448Y017630D03*
X014448Y005630D03*
X002448Y005630D03*
X002448Y017630D03*
D12*
X009189Y014102D03*
D13*
X000798Y019280D02*
X000798Y003980D01*
X016098Y003980D01*
X016098Y019280D01*
X000798Y019280D01*
X000798Y019193D02*
X016098Y019193D01*
X016098Y019094D02*
X000798Y019094D01*
X000798Y018996D02*
X002215Y018996D01*
X002267Y019010D02*
X001916Y018915D01*
X001601Y018734D01*
X001344Y018477D01*
X001162Y018162D01*
X001068Y017811D01*
X001068Y017448D01*
X001162Y017097D01*
X001344Y016782D01*
X001601Y016525D01*
X001916Y016344D01*
X002267Y016250D01*
X002630Y016250D01*
X002981Y016344D01*
X003296Y016525D01*
X003553Y016782D01*
X003734Y017097D01*
X003828Y017448D01*
X003828Y017811D01*
X003734Y018162D01*
X003553Y018477D01*
X003296Y018734D01*
X002981Y018915D01*
X002630Y019010D01*
X002267Y019010D01*
X001884Y018897D02*
X000798Y018897D01*
X000798Y018799D02*
X001713Y018799D01*
X001567Y018700D02*
X000798Y018700D01*
X000798Y018602D02*
X001469Y018602D01*
X001370Y018503D02*
X000798Y018503D01*
X000798Y018405D02*
X001302Y018405D01*
X001246Y018306D02*
X000798Y018306D01*
X000798Y018208D02*
X001189Y018208D01*
X001148Y018109D02*
X000798Y018109D01*
X000798Y018011D02*
X001122Y018011D01*
X001095Y017912D02*
X000798Y017912D01*
X000798Y017814D02*
X001069Y017814D01*
X001068Y017715D02*
X000798Y017715D01*
X000798Y017617D02*
X001068Y017617D01*
X001068Y017518D02*
X000798Y017518D01*
X000798Y017420D02*
X001076Y017420D01*
X001102Y017321D02*
X000798Y017321D01*
X000798Y017223D02*
X001129Y017223D01*
X001155Y017124D02*
X000798Y017124D01*
X000798Y017026D02*
X001204Y017026D01*
X001261Y016927D02*
X000798Y016927D01*
X000798Y016829D02*
X001317Y016829D01*
X001396Y016730D02*
X000798Y016730D01*
X000798Y016632D02*
X001495Y016632D01*
X001593Y016533D02*
X000798Y016533D01*
X000798Y016435D02*
X001758Y016435D01*
X001944Y016336D02*
X000798Y016336D01*
X000798Y016238D02*
X016098Y016238D01*
X016098Y016336D02*
X014953Y016336D01*
X014981Y016344D02*
X014630Y016250D01*
X014267Y016250D01*
X013916Y016344D01*
X013601Y016525D01*
X013344Y016782D01*
X013162Y017097D01*
X013068Y017448D01*
X013068Y017811D01*
X013162Y018162D01*
X013344Y018477D01*
X013601Y018734D01*
X013916Y018915D01*
X014267Y019010D01*
X014630Y019010D01*
X014981Y018915D01*
X015296Y018734D01*
X015553Y018477D01*
X015734Y018162D01*
X015828Y017811D01*
X015828Y017448D01*
X015734Y017097D01*
X015553Y016782D01*
X015296Y016525D01*
X014981Y016344D01*
X015139Y016435D02*
X016098Y016435D01*
X016098Y016533D02*
X015304Y016533D01*
X015402Y016632D02*
X016098Y016632D01*
X016098Y016730D02*
X015501Y016730D01*
X015579Y016829D02*
X016098Y016829D01*
X016098Y016927D02*
X015636Y016927D01*
X015693Y017026D02*
X016098Y017026D01*
X016098Y017124D02*
X015742Y017124D01*
X015768Y017223D02*
X016098Y017223D01*
X016098Y017321D02*
X015794Y017321D01*
X015821Y017420D02*
X016098Y017420D01*
X016098Y017518D02*
X015828Y017518D01*
X015828Y017617D02*
X016098Y017617D01*
X016098Y017715D02*
X015828Y017715D01*
X015828Y017814D02*
X016098Y017814D01*
X016098Y017912D02*
X015801Y017912D01*
X015775Y018011D02*
X016098Y018011D01*
X016098Y018109D02*
X015749Y018109D01*
X015708Y018208D02*
X016098Y018208D01*
X016098Y018306D02*
X015651Y018306D01*
X015594Y018405D02*
X016098Y018405D01*
X016098Y018503D02*
X015527Y018503D01*
X015428Y018602D02*
X016098Y018602D01*
X016098Y018700D02*
X015330Y018700D01*
X015184Y018799D02*
X016098Y018799D01*
X016098Y018897D02*
X015013Y018897D01*
X014682Y018996D02*
X016098Y018996D01*
X014215Y018996D02*
X002682Y018996D01*
X003013Y018897D02*
X013884Y018897D01*
X013713Y018799D02*
X003184Y018799D01*
X003330Y018700D02*
X013567Y018700D01*
X013469Y018602D02*
X003428Y018602D01*
X003527Y018503D02*
X013370Y018503D01*
X013302Y018405D02*
X003594Y018405D01*
X003651Y018306D02*
X013246Y018306D01*
X013189Y018208D02*
X003708Y018208D01*
X003749Y018109D02*
X013148Y018109D01*
X013122Y018011D02*
X003775Y018011D01*
X003801Y017912D02*
X013095Y017912D01*
X013069Y017814D02*
X003828Y017814D01*
X003828Y017715D02*
X013068Y017715D01*
X013068Y017617D02*
X003828Y017617D01*
X003828Y017518D02*
X013068Y017518D01*
X013076Y017420D02*
X003821Y017420D01*
X003794Y017321D02*
X013102Y017321D01*
X013129Y017223D02*
X003768Y017223D01*
X003742Y017124D02*
X013155Y017124D01*
X013204Y017026D02*
X003693Y017026D01*
X003636Y016927D02*
X013261Y016927D01*
X013317Y016829D02*
X003579Y016829D01*
X003501Y016730D02*
X013396Y016730D01*
X013495Y016632D02*
X003402Y016632D01*
X003304Y016533D02*
X013593Y016533D01*
X013758Y016435D02*
X003139Y016435D01*
X002953Y016336D02*
X013944Y016336D01*
X016098Y016139D02*
X000798Y016139D01*
X000798Y016041D02*
X016098Y016041D01*
X016098Y015942D02*
X000798Y015942D01*
X000798Y015844D02*
X016098Y015844D01*
X016098Y015745D02*
X000798Y015745D01*
X000798Y015647D02*
X016098Y015647D01*
X016098Y015548D02*
X000798Y015548D01*
X000798Y015450D02*
X016098Y015450D01*
X016098Y015351D02*
X000798Y015351D01*
X000798Y015253D02*
X016098Y015253D01*
X016098Y015154D02*
X000798Y015154D01*
X000798Y015056D02*
X016098Y015056D01*
X016098Y014957D02*
X000798Y014957D01*
X000798Y014859D02*
X016098Y014859D01*
X016098Y014760D02*
X000798Y014760D01*
X000798Y014662D02*
X016098Y014662D01*
X016098Y014563D02*
X000798Y014563D01*
X000798Y014465D02*
X008754Y014465D01*
X008754Y014473D02*
X008754Y013731D01*
X008818Y013667D01*
X009559Y013667D01*
X009624Y013731D01*
X009624Y014473D01*
X009559Y014537D01*
X008818Y014537D01*
X008754Y014473D01*
X008754Y014366D02*
X000798Y014366D01*
X000798Y014268D02*
X008754Y014268D01*
X008754Y014169D02*
X000798Y014169D01*
X000798Y014071D02*
X008754Y014071D01*
X008754Y013972D02*
X000798Y013972D01*
X000798Y013874D02*
X008754Y013874D01*
X008754Y013775D02*
X000798Y013775D01*
X000798Y013677D02*
X008808Y013677D01*
X009569Y013677D02*
X011588Y013677D01*
X011588Y013756D02*
X011653Y013820D01*
X013244Y013820D01*
X013308Y013756D01*
X013308Y012165D01*
X013244Y012100D01*
X011653Y012100D01*
X011588Y012165D01*
X011588Y013756D01*
X011608Y013775D02*
X009624Y013775D01*
X009624Y013874D02*
X016098Y013874D01*
X016098Y013972D02*
X009624Y013972D01*
X009624Y014071D02*
X016098Y014071D01*
X016098Y014169D02*
X009624Y014169D01*
X009624Y014268D02*
X016098Y014268D01*
X016098Y014366D02*
X009624Y014366D01*
X009624Y014465D02*
X016098Y014465D01*
X016098Y013775D02*
X015258Y013775D01*
X015277Y013756D02*
X015212Y013820D01*
X013621Y013820D01*
X013557Y013756D01*
X013557Y012165D01*
X013621Y012100D01*
X015212Y012100D01*
X015277Y012165D01*
X015277Y013756D01*
X015277Y013677D02*
X016098Y013677D01*
X016098Y013578D02*
X015277Y013578D01*
X015277Y013480D02*
X016098Y013480D01*
X016098Y013381D02*
X015277Y013381D01*
X015277Y013283D02*
X016098Y013283D01*
X016098Y013184D02*
X015277Y013184D01*
X015277Y013086D02*
X016098Y013086D01*
X016098Y012987D02*
X015277Y012987D01*
X015277Y012889D02*
X016098Y012889D01*
X016098Y012790D02*
X015277Y012790D01*
X015277Y012692D02*
X016098Y012692D01*
X016098Y012593D02*
X015277Y012593D01*
X015277Y012495D02*
X016098Y012495D01*
X016098Y012396D02*
X015277Y012396D01*
X015277Y012298D02*
X016098Y012298D01*
X016098Y012199D02*
X015277Y012199D01*
X015213Y012101D02*
X016098Y012101D01*
X016098Y012002D02*
X000798Y012002D01*
X000798Y011904D02*
X016098Y011904D01*
X016098Y011805D02*
X000798Y011805D01*
X000798Y011707D02*
X011648Y011707D01*
X011648Y011720D02*
X011648Y011010D01*
X012398Y011010D01*
X012398Y010910D01*
X011648Y010910D01*
X011648Y010200D01*
X011656Y010182D01*
X011670Y010168D01*
X011688Y010160D01*
X012398Y010160D01*
X012398Y010910D01*
X012498Y010910D01*
X012498Y010160D01*
X013208Y010160D01*
X013227Y010168D01*
X013241Y010182D01*
X013248Y010200D01*
X013248Y010910D01*
X012498Y010910D01*
X012498Y011010D01*
X012398Y011010D01*
X012398Y011760D01*
X011688Y011760D01*
X011670Y011753D01*
X011656Y011739D01*
X011648Y011720D01*
X011648Y011608D02*
X000798Y011608D01*
X000798Y011510D02*
X011648Y011510D01*
X011648Y011411D02*
X000798Y011411D01*
X000798Y011313D02*
X011648Y011313D01*
X011648Y011214D02*
X000798Y011214D01*
X000798Y011116D02*
X011648Y011116D01*
X011648Y011017D02*
X000798Y011017D01*
X000798Y010919D02*
X012398Y010919D01*
X012398Y011017D02*
X012498Y011017D01*
X012498Y011010D02*
X012498Y011760D01*
X013208Y011760D01*
X013227Y011753D01*
X013241Y011739D01*
X013248Y011720D01*
X013248Y011010D01*
X012498Y011010D01*
X012498Y010919D02*
X014367Y010919D01*
X014367Y010910D02*
X013617Y010910D01*
X013617Y010200D01*
X013625Y010182D01*
X013639Y010168D01*
X013657Y010160D01*
X014367Y010160D01*
X014367Y010910D01*
X014467Y010910D01*
X014467Y010160D01*
X015177Y010160D01*
X015195Y010168D01*
X015209Y010182D01*
X015217Y010200D01*
X015217Y010910D01*
X014467Y010910D01*
X014467Y011010D01*
X015217Y011010D01*
X015217Y011720D01*
X015209Y011739D01*
X015195Y011753D01*
X015177Y011760D01*
X014467Y011760D01*
X014467Y011010D01*
X014367Y011010D01*
X014367Y010910D01*
X014367Y010820D02*
X014467Y010820D01*
X014467Y010722D02*
X014367Y010722D01*
X014367Y010623D02*
X014467Y010623D01*
X014467Y010525D02*
X014367Y010525D01*
X014367Y010426D02*
X014467Y010426D01*
X014467Y010328D02*
X014367Y010328D01*
X014367Y010229D02*
X014467Y010229D01*
X014467Y010919D02*
X016098Y010919D01*
X016098Y011017D02*
X015217Y011017D01*
X015217Y011116D02*
X016098Y011116D01*
X016098Y011214D02*
X015217Y011214D01*
X015217Y011313D02*
X016098Y011313D01*
X016098Y011411D02*
X015217Y011411D01*
X015217Y011510D02*
X016098Y011510D01*
X016098Y011608D02*
X015217Y011608D01*
X015217Y011707D02*
X016098Y011707D01*
X016098Y010820D02*
X015217Y010820D01*
X015217Y010722D02*
X016098Y010722D01*
X016098Y010623D02*
X015217Y010623D01*
X015217Y010525D02*
X016098Y010525D01*
X016098Y010426D02*
X015217Y010426D01*
X015217Y010328D02*
X016098Y010328D01*
X016098Y010229D02*
X015217Y010229D01*
X016098Y010131D02*
X000798Y010131D01*
X000798Y010229D02*
X011648Y010229D01*
X011648Y010328D02*
X000798Y010328D01*
X000798Y010426D02*
X011648Y010426D01*
X011648Y010525D02*
X000798Y010525D01*
X000798Y010623D02*
X011648Y010623D01*
X011648Y010722D02*
X000798Y010722D01*
X000798Y010820D02*
X011648Y010820D01*
X012398Y010820D02*
X012498Y010820D01*
X012498Y010722D02*
X012398Y010722D01*
X012398Y010623D02*
X012498Y010623D01*
X012498Y010525D02*
X012398Y010525D01*
X012398Y010426D02*
X012498Y010426D01*
X012498Y010328D02*
X012398Y010328D01*
X012398Y010229D02*
X012498Y010229D01*
X013248Y010229D02*
X013617Y010229D01*
X013617Y010328D02*
X013248Y010328D01*
X013248Y010426D02*
X013617Y010426D01*
X013617Y010525D02*
X013248Y010525D01*
X013248Y010623D02*
X013617Y010623D01*
X013617Y010722D02*
X013248Y010722D01*
X013248Y010820D02*
X013617Y010820D01*
X013617Y011010D02*
X014367Y011010D01*
X014367Y011760D01*
X013657Y011760D01*
X013639Y011753D01*
X013625Y011739D01*
X013617Y011720D01*
X013617Y011010D01*
X013617Y011017D02*
X013248Y011017D01*
X013248Y011116D02*
X013617Y011116D01*
X013617Y011214D02*
X013248Y011214D01*
X013248Y011313D02*
X013617Y011313D01*
X013617Y011411D02*
X013248Y011411D01*
X013248Y011510D02*
X013617Y011510D01*
X013617Y011608D02*
X013248Y011608D01*
X013248Y011707D02*
X013617Y011707D01*
X013621Y012101D02*
X013244Y012101D01*
X013308Y012199D02*
X013557Y012199D01*
X013557Y012298D02*
X013308Y012298D01*
X013308Y012396D02*
X013557Y012396D01*
X013557Y012495D02*
X013308Y012495D01*
X013308Y012593D02*
X013557Y012593D01*
X013557Y012692D02*
X013308Y012692D01*
X013308Y012790D02*
X013557Y012790D01*
X013557Y012889D02*
X013308Y012889D01*
X013308Y012987D02*
X013557Y012987D01*
X013557Y013086D02*
X013308Y013086D01*
X013308Y013184D02*
X013557Y013184D01*
X013557Y013283D02*
X013308Y013283D01*
X013308Y013381D02*
X013557Y013381D01*
X013557Y013480D02*
X013308Y013480D01*
X013308Y013578D02*
X013557Y013578D01*
X013557Y013677D02*
X013308Y013677D01*
X013289Y013775D02*
X013576Y013775D01*
X011588Y013578D02*
X000798Y013578D01*
X000798Y013480D02*
X011588Y013480D01*
X011588Y013381D02*
X000798Y013381D01*
X000798Y013283D02*
X011588Y013283D01*
X011588Y013184D02*
X000798Y013184D01*
X000798Y013086D02*
X011588Y013086D01*
X011588Y012987D02*
X000798Y012987D01*
X000798Y012889D02*
X011588Y012889D01*
X011588Y012790D02*
X000798Y012790D01*
X000798Y012692D02*
X011588Y012692D01*
X011588Y012593D02*
X000798Y012593D01*
X000798Y012495D02*
X011588Y012495D01*
X011588Y012396D02*
X000798Y012396D01*
X000798Y012298D02*
X011588Y012298D01*
X011588Y012199D02*
X000798Y012199D01*
X000798Y012101D02*
X011653Y012101D01*
X012398Y011707D02*
X012498Y011707D01*
X012498Y011608D02*
X012398Y011608D01*
X012398Y011510D02*
X012498Y011510D01*
X012498Y011411D02*
X012398Y011411D01*
X012398Y011313D02*
X012498Y011313D01*
X012498Y011214D02*
X012398Y011214D01*
X012398Y011116D02*
X012498Y011116D01*
X014367Y011116D02*
X014467Y011116D01*
X014467Y011214D02*
X014367Y011214D01*
X014367Y011313D02*
X014467Y011313D01*
X014467Y011411D02*
X014367Y011411D01*
X014367Y011510D02*
X014467Y011510D01*
X014467Y011608D02*
X014367Y011608D01*
X014367Y011707D02*
X014467Y011707D01*
X014467Y011017D02*
X014367Y011017D01*
X016098Y010032D02*
X000798Y010032D01*
X000798Y009934D02*
X016098Y009934D01*
X016098Y009835D02*
X000798Y009835D01*
X000798Y009737D02*
X016098Y009737D01*
X016098Y009638D02*
X000798Y009638D01*
X000798Y009540D02*
X016098Y009540D01*
X016098Y009441D02*
X000798Y009441D01*
X000798Y009343D02*
X016098Y009343D01*
X016098Y009244D02*
X000798Y009244D01*
X000798Y009146D02*
X016098Y009146D01*
X016098Y009047D02*
X000798Y009047D01*
X000798Y008949D02*
X016098Y008949D01*
X016098Y008850D02*
X000798Y008850D01*
X000798Y008752D02*
X016098Y008752D01*
X016098Y008653D02*
X000798Y008653D01*
X000798Y008555D02*
X016098Y008555D01*
X016098Y008456D02*
X007183Y008456D01*
X007214Y008425D02*
X007150Y008490D01*
X005558Y008490D01*
X005494Y008425D01*
X005494Y006834D01*
X005558Y006770D01*
X007150Y006770D01*
X007214Y006834D01*
X007214Y008425D01*
X007214Y008358D02*
X007554Y008358D01*
X007554Y008389D02*
X007554Y007680D01*
X008304Y007680D01*
X008304Y008430D01*
X007594Y008430D01*
X007576Y008422D01*
X007562Y008408D01*
X007554Y008389D01*
X007554Y008259D02*
X007214Y008259D01*
X007214Y008161D02*
X007554Y008161D01*
X007554Y008062D02*
X007214Y008062D01*
X007214Y007964D02*
X007554Y007964D01*
X007554Y007865D02*
X007214Y007865D01*
X007214Y007767D02*
X007554Y007767D01*
X007554Y007580D02*
X007554Y006870D01*
X007562Y006851D01*
X007576Y006837D01*
X007594Y006830D01*
X008304Y006830D01*
X008304Y007580D01*
X007554Y007580D01*
X007554Y007570D02*
X007214Y007570D01*
X007214Y007668D02*
X008304Y007668D01*
X008304Y007680D02*
X008304Y007580D01*
X008404Y007580D01*
X008404Y007680D01*
X008304Y007680D01*
X008304Y007767D02*
X008404Y007767D01*
X008404Y007680D02*
X008404Y008430D01*
X009114Y008430D01*
X009132Y008422D01*
X009146Y008408D01*
X009154Y008389D01*
X009154Y007680D01*
X008404Y007680D01*
X008404Y007668D02*
X016098Y007668D01*
X016098Y007570D02*
X009154Y007570D01*
X009154Y007580D02*
X008404Y007580D01*
X008404Y006830D01*
X009114Y006830D01*
X009132Y006837D01*
X009146Y006851D01*
X009154Y006870D01*
X009154Y007580D01*
X009154Y007471D02*
X016098Y007471D01*
X016098Y007373D02*
X009154Y007373D01*
X009154Y007274D02*
X016098Y007274D01*
X016098Y007176D02*
X009154Y007176D01*
X009154Y007077D02*
X016098Y007077D01*
X016098Y006979D02*
X014746Y006979D01*
X014630Y007010D02*
X014267Y007010D01*
X013916Y006915D01*
X013601Y006734D01*
X013344Y006477D01*
X013162Y006162D01*
X013068Y005811D01*
X013068Y005448D01*
X013162Y005097D01*
X013344Y004782D01*
X013601Y004525D01*
X013916Y004344D01*
X014267Y004250D01*
X014630Y004250D01*
X014981Y004344D01*
X015296Y004525D01*
X015553Y004782D01*
X015734Y005097D01*
X015828Y005448D01*
X015828Y005811D01*
X015734Y006162D01*
X015553Y006477D01*
X015296Y006734D01*
X014981Y006915D01*
X014630Y007010D01*
X015042Y006880D02*
X016098Y006880D01*
X016098Y006782D02*
X015213Y006782D01*
X015347Y006683D02*
X016098Y006683D01*
X016098Y006585D02*
X015445Y006585D01*
X015544Y006486D02*
X016098Y006486D01*
X016098Y006388D02*
X015604Y006388D01*
X015661Y006289D02*
X016098Y006289D01*
X016098Y006191D02*
X015718Y006191D01*
X015753Y006092D02*
X016098Y006092D01*
X016098Y005994D02*
X015780Y005994D01*
X015806Y005895D02*
X016098Y005895D01*
X016098Y005797D02*
X015828Y005797D01*
X015828Y005698D02*
X016098Y005698D01*
X016098Y005600D02*
X015828Y005600D01*
X015828Y005501D02*
X016098Y005501D01*
X016098Y005403D02*
X015816Y005403D01*
X015790Y005304D02*
X016098Y005304D01*
X016098Y005206D02*
X015763Y005206D01*
X015737Y005107D02*
X016098Y005107D01*
X016098Y005009D02*
X015683Y005009D01*
X015627Y004910D02*
X016098Y004910D01*
X016098Y004812D02*
X015570Y004812D01*
X015484Y004713D02*
X016098Y004713D01*
X016098Y004615D02*
X015385Y004615D01*
X015280Y004516D02*
X016098Y004516D01*
X016098Y004418D02*
X015109Y004418D01*
X014889Y004319D02*
X016098Y004319D01*
X016098Y004221D02*
X000798Y004221D01*
X000798Y004319D02*
X002007Y004319D01*
X001916Y004344D02*
X002267Y004250D01*
X002630Y004250D01*
X002981Y004344D01*
X003296Y004525D01*
X003553Y004782D01*
X003734Y005097D01*
X003828Y005448D01*
X003828Y005811D01*
X003734Y006162D01*
X003553Y006477D01*
X003296Y006734D01*
X002981Y006915D01*
X002630Y007010D01*
X002267Y007010D01*
X001916Y006915D01*
X001601Y006734D01*
X001344Y006477D01*
X001162Y006162D01*
X001068Y005811D01*
X001068Y005448D01*
X001162Y005097D01*
X001344Y004782D01*
X001601Y004525D01*
X001916Y004344D01*
X001788Y004418D02*
X000798Y004418D01*
X000798Y004516D02*
X001617Y004516D01*
X001512Y004615D02*
X000798Y004615D01*
X000798Y004713D02*
X001413Y004713D01*
X001327Y004812D02*
X000798Y004812D01*
X000798Y004910D02*
X001270Y004910D01*
X001213Y005009D02*
X000798Y005009D01*
X000798Y005107D02*
X001160Y005107D01*
X001133Y005206D02*
X000798Y005206D01*
X000798Y005304D02*
X001107Y005304D01*
X001081Y005403D02*
X000798Y005403D01*
X000798Y005501D02*
X001068Y005501D01*
X001068Y005600D02*
X000798Y005600D01*
X000798Y005698D02*
X001068Y005698D01*
X001068Y005797D02*
X000798Y005797D01*
X000798Y005895D02*
X001091Y005895D01*
X001117Y005994D02*
X000798Y005994D01*
X000798Y006092D02*
X001144Y006092D01*
X001179Y006191D02*
X000798Y006191D01*
X000798Y006289D02*
X001236Y006289D01*
X001293Y006388D02*
X000798Y006388D01*
X000798Y006486D02*
X001353Y006486D01*
X001452Y006585D02*
X000798Y006585D01*
X000798Y006683D02*
X001550Y006683D01*
X001684Y006782D02*
X000798Y006782D01*
X000798Y006880D02*
X001854Y006880D01*
X002151Y006979D02*
X000798Y006979D01*
X000798Y007077D02*
X005494Y007077D01*
X005494Y006979D02*
X002746Y006979D01*
X003042Y006880D02*
X005494Y006880D01*
X005546Y006782D02*
X003213Y006782D01*
X003347Y006683D02*
X013550Y006683D01*
X013452Y006585D02*
X003445Y006585D01*
X003544Y006486D02*
X005523Y006486D01*
X005494Y006457D02*
X005494Y004865D01*
X005558Y004801D01*
X007150Y004801D01*
X007214Y004865D01*
X007214Y006457D01*
X007150Y006521D01*
X005558Y006521D01*
X005494Y006457D01*
X005494Y006388D02*
X003604Y006388D01*
X003661Y006289D02*
X005494Y006289D01*
X005494Y006191D02*
X003718Y006191D01*
X003753Y006092D02*
X005494Y006092D01*
X005494Y005994D02*
X003780Y005994D01*
X003806Y005895D02*
X005494Y005895D01*
X005494Y005797D02*
X003828Y005797D01*
X003828Y005698D02*
X005494Y005698D01*
X005494Y005600D02*
X003828Y005600D01*
X003828Y005501D02*
X005494Y005501D01*
X005494Y005403D02*
X003816Y005403D01*
X003790Y005304D02*
X005494Y005304D01*
X005494Y005206D02*
X003763Y005206D01*
X003737Y005107D02*
X005494Y005107D01*
X005494Y005009D02*
X003683Y005009D01*
X003627Y004910D02*
X005494Y004910D01*
X005548Y004812D02*
X003570Y004812D01*
X003484Y004713D02*
X013413Y004713D01*
X013327Y004812D02*
X007160Y004812D01*
X007214Y004910D02*
X007554Y004910D01*
X007554Y004901D02*
X007562Y004883D01*
X007576Y004869D01*
X007594Y004861D01*
X008304Y004861D01*
X008304Y005611D01*
X008404Y005611D01*
X008404Y005711D01*
X009154Y005711D01*
X009154Y006421D01*
X009146Y006439D01*
X009132Y006453D01*
X009114Y006461D01*
X008404Y006461D01*
X008404Y005711D01*
X008304Y005711D01*
X008304Y006461D01*
X007594Y006461D01*
X007576Y006453D01*
X007562Y006439D01*
X007554Y006421D01*
X007554Y005711D01*
X008304Y005711D01*
X008304Y005611D01*
X007554Y005611D01*
X007554Y004901D01*
X007554Y005009D02*
X007214Y005009D01*
X007214Y005107D02*
X007554Y005107D01*
X007554Y005206D02*
X007214Y005206D01*
X007214Y005304D02*
X007554Y005304D01*
X007554Y005403D02*
X007214Y005403D01*
X007214Y005501D02*
X007554Y005501D01*
X007554Y005600D02*
X007214Y005600D01*
X007214Y005698D02*
X008304Y005698D01*
X008304Y005600D02*
X008404Y005600D01*
X008404Y005611D02*
X008404Y004861D01*
X009114Y004861D01*
X009132Y004869D01*
X009146Y004883D01*
X009154Y004901D01*
X009154Y005611D01*
X008404Y005611D01*
X008404Y005698D02*
X013068Y005698D01*
X013068Y005600D02*
X009154Y005600D01*
X009154Y005501D02*
X013068Y005501D01*
X013081Y005403D02*
X009154Y005403D01*
X009154Y005304D02*
X013107Y005304D01*
X013133Y005206D02*
X009154Y005206D01*
X009154Y005107D02*
X013160Y005107D01*
X013213Y005009D02*
X009154Y005009D01*
X009154Y004910D02*
X013270Y004910D01*
X013512Y004615D02*
X003385Y004615D01*
X003280Y004516D02*
X013617Y004516D01*
X013788Y004418D02*
X003109Y004418D01*
X002889Y004319D02*
X014007Y004319D01*
X013068Y005797D02*
X009154Y005797D01*
X009154Y005895D02*
X013091Y005895D01*
X013117Y005994D02*
X009154Y005994D01*
X009154Y006092D02*
X013144Y006092D01*
X013179Y006191D02*
X009154Y006191D01*
X009154Y006289D02*
X013236Y006289D01*
X013293Y006388D02*
X009154Y006388D01*
X009154Y006880D02*
X013854Y006880D01*
X013684Y006782D02*
X007162Y006782D01*
X007214Y006880D02*
X007554Y006880D01*
X007554Y006979D02*
X007214Y006979D01*
X007214Y007077D02*
X007554Y007077D01*
X007554Y007176D02*
X007214Y007176D01*
X007214Y007274D02*
X007554Y007274D01*
X007554Y007373D02*
X007214Y007373D01*
X007214Y007471D02*
X007554Y007471D01*
X008304Y007471D02*
X008404Y007471D01*
X008404Y007373D02*
X008304Y007373D01*
X008304Y007274D02*
X008404Y007274D01*
X008404Y007176D02*
X008304Y007176D01*
X008304Y007077D02*
X008404Y007077D01*
X008404Y006979D02*
X008304Y006979D01*
X008304Y006880D02*
X008404Y006880D01*
X008404Y006388D02*
X008304Y006388D01*
X008304Y006289D02*
X008404Y006289D01*
X008404Y006191D02*
X008304Y006191D01*
X008304Y006092D02*
X008404Y006092D01*
X008404Y005994D02*
X008304Y005994D01*
X008304Y005895D02*
X008404Y005895D01*
X008404Y005797D02*
X008304Y005797D01*
X008304Y005501D02*
X008404Y005501D01*
X008404Y005403D02*
X008304Y005403D01*
X008304Y005304D02*
X008404Y005304D01*
X008404Y005206D02*
X008304Y005206D01*
X008304Y005107D02*
X008404Y005107D01*
X008404Y005009D02*
X008304Y005009D01*
X008304Y004910D02*
X008404Y004910D01*
X007554Y005797D02*
X007214Y005797D01*
X007214Y005895D02*
X007554Y005895D01*
X007554Y005994D02*
X007214Y005994D01*
X007214Y006092D02*
X007554Y006092D01*
X007554Y006191D02*
X007214Y006191D01*
X007214Y006289D02*
X007554Y006289D01*
X007554Y006388D02*
X007214Y006388D01*
X007184Y006486D02*
X013353Y006486D01*
X014151Y006979D02*
X009154Y006979D01*
X009154Y007767D02*
X016098Y007767D01*
X016098Y007865D02*
X009154Y007865D01*
X009154Y007964D02*
X016098Y007964D01*
X016098Y008062D02*
X009154Y008062D01*
X009154Y008161D02*
X016098Y008161D01*
X016098Y008259D02*
X009154Y008259D01*
X009154Y008358D02*
X016098Y008358D01*
X016098Y004122D02*
X000798Y004122D01*
X000798Y004024D02*
X016098Y004024D01*
X008404Y007570D02*
X008304Y007570D01*
X008304Y007865D02*
X008404Y007865D01*
X008404Y007964D02*
X008304Y007964D01*
X008304Y008062D02*
X008404Y008062D01*
X008404Y008161D02*
X008304Y008161D01*
X008304Y008259D02*
X008404Y008259D01*
X008404Y008358D02*
X008304Y008358D01*
X005525Y008456D02*
X000798Y008456D01*
X000798Y008358D02*
X005494Y008358D01*
X005494Y008259D02*
X000798Y008259D01*
X000798Y008161D02*
X005494Y008161D01*
X005494Y008062D02*
X000798Y008062D01*
X000798Y007964D02*
X005494Y007964D01*
X005494Y007865D02*
X000798Y007865D01*
X000798Y007767D02*
X005494Y007767D01*
X005494Y007668D02*
X000798Y007668D01*
X000798Y007570D02*
X005494Y007570D01*
X005494Y007471D02*
X000798Y007471D01*
X000798Y007373D02*
X005494Y007373D01*
X005494Y007274D02*
X000798Y007274D01*
X000798Y007176D02*
X005494Y007176D01*
D14*
X008007Y013078D03*
X008007Y013472D03*
X008007Y013866D03*
X007614Y013866D03*
X007614Y013472D03*
X007220Y013472D03*
X007220Y013866D03*
X007220Y014259D03*
X008401Y013866D03*
X008401Y013472D03*
X008401Y013078D03*
X008795Y013472D03*
X009189Y013472D03*
D15*
X009897Y012488D03*
X010488Y011897D03*
X011078Y011897D03*
X011078Y010126D03*
X011078Y009535D03*
X010488Y009535D03*
X010488Y010126D03*
X009897Y010126D03*
X009897Y009535D03*
X009897Y008944D03*
X009897Y008354D03*
X009897Y008354D03*
X009897Y007763D03*
X009897Y007173D03*
X010488Y007173D03*
X011078Y007173D03*
X011078Y006622D03*
X011078Y006110D03*
X011078Y005598D03*
X011078Y004811D03*
X010488Y004811D03*
X009897Y004811D03*
X009897Y004220D03*
X009307Y004220D03*
X008716Y004220D03*
X008126Y004220D03*
X007535Y004220D03*
X006944Y004220D03*
X006354Y004220D03*
X005763Y004220D03*
X005173Y004220D03*
X004582Y004220D03*
X004582Y004811D03*
X003992Y004811D03*
X003401Y007173D03*
X003401Y007763D03*
X002811Y007763D03*
X002220Y007763D03*
X001630Y007763D03*
X001630Y008354D03*
X002220Y008354D03*
X002811Y008354D03*
X003401Y008354D03*
X004740Y007763D03*
X005370Y009633D03*
X005370Y010224D03*
X006059Y010224D03*
X006059Y009633D03*
X006944Y009535D03*
X006944Y008944D03*
X007929Y008748D03*
X007929Y009240D03*
X008519Y009240D03*
X008519Y008748D03*
X009110Y008748D03*
X009110Y009240D03*
X010488Y008944D03*
X010488Y008354D03*
X011039Y008354D03*
X011078Y008944D03*
X011669Y008944D03*
X011669Y009535D03*
X012259Y009535D03*
X012850Y009535D03*
X013441Y009535D03*
X014031Y009535D03*
X014543Y009535D03*
X015055Y009535D03*
X015567Y009535D03*
X015803Y014259D03*
X015212Y014259D03*
X014622Y014259D03*
X014031Y014259D03*
X014031Y016031D03*
X014622Y016031D03*
X015212Y016031D03*
X015803Y015441D03*
X015803Y014850D03*
X012850Y016622D03*
X012299Y017803D03*
X011669Y017803D03*
X011669Y018393D03*
X011078Y018393D03*
X010488Y018393D03*
X010488Y017803D03*
X011078Y017803D03*
X011078Y018984D03*
X010488Y018984D03*
X011669Y018984D03*
X006354Y018984D03*
X005763Y018984D03*
X005173Y018984D03*
X005173Y018393D03*
X005173Y017803D03*
X005763Y017803D03*
X005763Y018393D03*
X006354Y018393D03*
X006354Y017803D03*
X005173Y016622D03*
X004582Y016622D03*
X003992Y016622D03*
X003992Y016031D03*
X003992Y015441D03*
X003401Y015441D03*
X002811Y015441D03*
X002220Y015441D03*
X001630Y015441D03*
X001630Y014850D03*
X001630Y014259D03*
X001630Y013669D03*
X001630Y013078D03*
X001630Y012488D03*
X001630Y011897D03*
X001630Y011307D03*
X001630Y010716D03*
X001630Y010126D03*
X001630Y009535D03*
X001630Y008944D03*
X001039Y008944D03*
X001039Y008354D03*
X001039Y007763D03*
X001039Y009535D03*
X001039Y010126D03*
X001039Y010716D03*
X001039Y011307D03*
X001039Y011897D03*
X001039Y012488D03*
X001039Y013078D03*
X001039Y013669D03*
X001039Y014259D03*
X001039Y014850D03*
X001039Y015441D03*
X005173Y014181D03*
X005094Y012960D03*
X003716Y011346D03*
X010488Y007763D03*
X010488Y004220D03*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V1.gpi
0,0 → 1,42
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V1.gpi
 
Date : 22.4.2013 22:03:03
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V1.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : yes
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 square 0.1500inch 8
D11 round 0.2540inch 4
D12 square 0.0650inch 1
D13 draw 0.0100inch 740
D14 round 0.0278inch 13
D15 round 0.0357inch 137
 
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V2.PHO
0,0 → 1,3256
G75*
G70*
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10R,0.1083X0.0886*%
%ADD11C,0.0040*%
%ADD12R,0.0138X0.0472*%
%ADD13R,0.0984X0.1004*%
%ADD14R,0.0512X0.0591*%
%ADD15R,0.0591X0.0512*%
%ADD16R,0.1004X0.0984*%
%ADD17R,0.0945X0.0945*%
%ADD18R,0.2165X0.1181*%
%ADD19R,0.1500X0.1500*%
%ADD20C,0.2540*%
%ADD21R,0.0710X0.0630*%
%ADD22R,0.0669X0.0709*%
%ADD23R,0.1000X0.0500*%
%ADD24R,0.0650X0.0650*%
%ADD25C,0.0860*%
%ADD26C,0.0160*%
%ADD27C,0.0100*%
%ADD28C,0.0500*%
%ADD29C,0.0240*%
%ADD30C,0.0400*%
%ADD31C,0.0278*%
%ADD32C,0.0320*%
%ADD33C,0.0357*%
%ADD34C,0.0760*%
%ADD35C,0.1000*%
D10*
X007151Y012635D03*
D11*
X012211Y007276D02*
X012517Y007276D01*
X012594Y007199D01*
X012594Y007045D01*
X012517Y006969D01*
X012211Y006969D01*
X012134Y007045D01*
X012134Y007199D01*
X012211Y007276D01*
X012134Y006815D02*
X012594Y006815D01*
X012364Y006815D02*
X012364Y006508D01*
X012517Y006355D02*
X012594Y006278D01*
X012594Y006125D01*
X012517Y006048D01*
X012211Y006048D01*
X012134Y006125D01*
X012134Y006278D01*
X012211Y006355D01*
X012134Y006508D02*
X012594Y006508D01*
X012441Y005894D02*
X012134Y005894D01*
X012364Y005894D02*
X012364Y005587D01*
X012441Y005587D02*
X012594Y005741D01*
X012441Y005894D01*
X012441Y005587D02*
X012134Y005587D01*
X012211Y005357D02*
X012594Y005357D01*
X012594Y005281D02*
X012594Y005434D01*
X012211Y005357D02*
X012134Y005281D01*
X012134Y005204D01*
X012211Y005127D01*
X013415Y007401D02*
X013645Y007401D01*
X013645Y007862D01*
X013415Y007862D01*
X013338Y007785D01*
X013338Y007708D01*
X013415Y007632D01*
X013645Y007632D01*
X013798Y007632D02*
X014105Y007632D01*
X014105Y007708D02*
X014105Y007401D01*
X014259Y007401D02*
X014566Y007401D01*
X014566Y007862D01*
X014719Y007862D02*
X014719Y007401D01*
X015026Y007401D02*
X015026Y007862D01*
X014872Y007708D01*
X014719Y007862D01*
X014105Y007708D02*
X013952Y007862D01*
X013798Y007708D01*
X013798Y007401D01*
X013415Y007401D02*
X013338Y007478D01*
X013338Y007555D01*
X013415Y007632D01*
D12*
X008395Y012478D03*
X008139Y012478D03*
X007883Y012478D03*
X007628Y012478D03*
X007628Y014781D03*
X007883Y014781D03*
X008139Y014781D03*
X008395Y014781D03*
D13*
X010811Y013065D03*
X010811Y011076D03*
X004539Y008706D03*
X004539Y006718D03*
D14*
X007925Y010015D03*
X008673Y010015D03*
X008696Y011000D03*
X009444Y011000D03*
X009444Y011771D03*
X008696Y011771D03*
X005783Y015736D03*
X005035Y015736D03*
D15*
X007074Y015830D03*
X007074Y015082D03*
X009165Y014838D03*
X009165Y015586D03*
X009992Y015689D03*
X009992Y016437D03*
X010252Y014732D03*
X010252Y013984D03*
X011094Y013984D03*
X011094Y014732D03*
D16*
X012943Y015090D03*
X014931Y015090D03*
D17*
X007307Y016937D03*
X007307Y018669D03*
D18*
X003606Y014098D03*
X003606Y010161D03*
D19*
X006354Y007630D03*
X006354Y005661D03*
X008354Y005661D03*
X008354Y007630D03*
X012448Y010960D03*
X014417Y010960D03*
X014417Y012960D03*
X012448Y012960D03*
D20*
X014448Y017630D03*
X014448Y005630D03*
X002448Y005630D03*
X002448Y017630D03*
D21*
X009189Y014032D03*
X009189Y012912D03*
X011944Y014093D03*
X011944Y015213D03*
D22*
X006826Y012468D03*
X006826Y010854D03*
D23*
X009248Y017046D03*
X009248Y018671D03*
D24*
X009189Y014102D03*
D25*
X006925Y012586D02*
X006630Y012586D01*
X006137Y013078D01*
X006137Y016031D01*
X006137Y016228D01*
X006846Y016937D01*
X007307Y016937D01*
X009700Y016937D01*
X009878Y016937D01*
X010941Y016937D01*
X011846Y016031D01*
X006354Y011307D02*
X005468Y011307D01*
X003606Y012775D01*
X003606Y014098D01*
X003606Y010161D02*
X003570Y010126D01*
X003204Y010126D01*
X004580Y008750D01*
X004580Y008748D01*
X004539Y008706D01*
X004580Y008748D02*
X004582Y008748D01*
X004681Y008649D01*
X005468Y008649D01*
X006350Y007767D01*
X006354Y007630D01*
X006354Y005661D01*
D26*
X000828Y004010D02*
X000828Y019250D01*
X016068Y019250D01*
X016068Y004010D01*
X000828Y004010D01*
X000828Y004105D02*
X016068Y004105D01*
X016068Y004264D02*
X014798Y004264D01*
X014634Y004220D02*
X014993Y004316D01*
X015314Y004501D01*
X015577Y004764D01*
X015762Y005085D01*
X015858Y005444D01*
X015858Y005815D01*
X015762Y006174D01*
X015577Y006495D01*
X015314Y006758D01*
X014993Y006943D01*
X014634Y007040D01*
X014263Y007040D01*
X013904Y006943D01*
X013583Y006758D01*
X013320Y006495D01*
X013135Y006174D01*
X013038Y005815D01*
X013038Y005444D01*
X013135Y005085D01*
X013320Y004764D01*
X013583Y004501D01*
X013904Y004316D01*
X014263Y004220D01*
X014634Y004220D01*
X014099Y004264D02*
X002798Y004264D01*
X002634Y004220D02*
X002993Y004316D01*
X003314Y004501D01*
X003577Y004764D01*
X003762Y005085D01*
X003858Y005444D01*
X003858Y005815D01*
X003762Y006174D01*
X003577Y006495D01*
X003314Y006758D01*
X002993Y006943D01*
X002634Y007040D01*
X002263Y007040D01*
X001904Y006943D01*
X001583Y006758D01*
X001320Y006495D01*
X001135Y006174D01*
X001038Y005815D01*
X001038Y005444D01*
X001135Y005085D01*
X001320Y004764D01*
X001583Y004501D01*
X001904Y004316D01*
X002263Y004220D01*
X002634Y004220D01*
X003177Y004422D02*
X013720Y004422D01*
X013503Y004581D02*
X003393Y004581D01*
X003552Y004739D02*
X011829Y004739D01*
X011830Y004736D02*
X011842Y004722D01*
X011855Y004709D01*
X011869Y004697D01*
X011885Y004688D01*
X011902Y004681D01*
X011920Y004677D01*
X011938Y004674D01*
X012790Y004674D01*
X012808Y004677D01*
X012826Y004681D01*
X012842Y004688D01*
X012858Y004697D01*
X012873Y004709D01*
X012886Y004722D01*
X012897Y004736D01*
X012906Y004752D01*
X012913Y004769D01*
X012918Y004787D01*
X012920Y004805D01*
X012920Y007138D01*
X012921Y007137D01*
X012932Y007122D01*
X012945Y007109D01*
X012960Y007098D01*
X012976Y007089D01*
X012993Y007082D01*
X013010Y007077D01*
X013028Y007075D01*
X015331Y007075D01*
X015349Y007077D01*
X015366Y007082D01*
X015383Y007089D01*
X015399Y007098D01*
X015414Y007109D01*
X015427Y007122D01*
X015438Y007137D01*
X015447Y007153D01*
X015454Y007170D01*
X015459Y007187D01*
X015461Y007206D01*
X015461Y008057D01*
X015459Y008076D01*
X015454Y008093D01*
X015447Y008110D01*
X015438Y008126D01*
X015427Y008141D01*
X015414Y008154D01*
X015399Y008165D01*
X015383Y008174D01*
X015366Y008181D01*
X015349Y008186D01*
X015331Y008188D01*
X013028Y008188D01*
X013010Y008186D01*
X012993Y008181D01*
X012976Y008174D01*
X012960Y008165D01*
X012945Y008154D01*
X012932Y008141D01*
X012921Y008126D01*
X012912Y008110D01*
X012905Y008093D01*
X012900Y008076D01*
X012898Y008057D01*
X012898Y007653D01*
X012897Y007654D01*
X012886Y007668D01*
X012873Y007681D01*
X012858Y007692D01*
X012842Y007702D01*
X012826Y007709D01*
X012808Y007713D01*
X012790Y007716D01*
X011938Y007716D01*
X011920Y007713D01*
X011902Y007709D01*
X011885Y007702D01*
X011869Y007692D01*
X011855Y007681D01*
X011842Y007668D01*
X011830Y007654D01*
X011821Y007638D01*
X011814Y007621D01*
X011810Y007603D01*
X011807Y007585D01*
X011807Y004805D01*
X011810Y004787D01*
X011814Y004769D01*
X011821Y004752D01*
X011830Y004736D01*
X011807Y004898D02*
X009184Y004898D01*
X009184Y004895D02*
X009184Y005613D01*
X008402Y005613D01*
X008402Y005709D01*
X009184Y005709D01*
X009184Y006427D01*
X009172Y006456D01*
X009149Y006479D01*
X009120Y006491D01*
X008402Y006491D01*
X008402Y005709D01*
X008306Y005709D01*
X008306Y006491D01*
X007588Y006491D01*
X007559Y006479D01*
X007536Y006456D01*
X007524Y006427D01*
X007524Y005709D01*
X008306Y005709D01*
X008306Y005613D01*
X008402Y005613D01*
X008402Y004831D01*
X009120Y004831D01*
X009149Y004843D01*
X009172Y004866D01*
X009184Y004895D01*
X009184Y005056D02*
X011807Y005056D01*
X011807Y005215D02*
X009184Y005215D01*
X009184Y005373D02*
X011807Y005373D01*
X011807Y005532D02*
X009184Y005532D01*
X009184Y005849D02*
X011807Y005849D01*
X011807Y006007D02*
X009184Y006007D01*
X009184Y006166D02*
X011807Y006166D01*
X011807Y006324D02*
X009184Y006324D01*
X009140Y006483D02*
X011807Y006483D01*
X011807Y006641D02*
X006924Y006641D01*
X006924Y006551D02*
X006924Y006740D01*
X007162Y006740D01*
X007244Y006822D01*
X007244Y008438D01*
X007162Y008520D01*
X006404Y008520D01*
X005951Y008972D01*
X005791Y009132D01*
X005581Y009219D01*
X005171Y009219D01*
X005171Y009266D01*
X005089Y009348D01*
X004788Y009348D01*
X004706Y009430D01*
X004747Y009430D01*
X004829Y009512D01*
X004829Y010810D01*
X004747Y010892D01*
X002465Y010892D01*
X002383Y010810D01*
X002383Y009512D01*
X002465Y009430D01*
X003093Y009430D01*
X003907Y008617D01*
X003907Y008146D01*
X003989Y008064D01*
X005089Y008064D01*
X005104Y008079D01*
X005232Y008079D01*
X005464Y007847D01*
X005464Y006822D01*
X005546Y006740D01*
X005784Y006740D01*
X005784Y006551D01*
X005546Y006551D01*
X005464Y006469D01*
X005464Y004853D01*
X005546Y004771D01*
X007162Y004771D01*
X007244Y004853D01*
X007244Y006469D01*
X007162Y006551D01*
X006924Y006551D01*
X007230Y006483D02*
X007568Y006483D01*
X007524Y006324D02*
X007244Y006324D01*
X007244Y006166D02*
X007524Y006166D01*
X007524Y006007D02*
X007244Y006007D01*
X007244Y005849D02*
X007524Y005849D01*
X007524Y005613D02*
X007524Y004895D01*
X007536Y004866D01*
X007559Y004843D01*
X007588Y004831D01*
X008306Y004831D01*
X008306Y005613D01*
X007524Y005613D01*
X007524Y005532D02*
X007244Y005532D01*
X007244Y005690D02*
X008306Y005690D01*
X008402Y005690D02*
X011807Y005690D01*
X011807Y006800D02*
X009120Y006800D01*
X009149Y006812D01*
X009172Y006834D01*
X009184Y006864D01*
X009184Y007582D01*
X008402Y007582D01*
X008402Y007677D01*
X009184Y007677D01*
X009184Y008395D01*
X009172Y008425D01*
X009149Y008447D01*
X009120Y008460D01*
X008402Y008460D01*
X008402Y007677D01*
X008306Y007677D01*
X008306Y007582D01*
X007524Y007582D01*
X007524Y006864D01*
X007536Y006834D01*
X007559Y006812D01*
X007588Y006800D01*
X007222Y006800D01*
X007244Y006958D02*
X007524Y006958D01*
X007524Y007117D02*
X007244Y007117D01*
X007244Y007275D02*
X007524Y007275D01*
X007524Y007434D02*
X007244Y007434D01*
X007244Y007592D02*
X008306Y007592D01*
X008306Y007582D02*
X008402Y007582D01*
X008402Y006800D01*
X008306Y006800D01*
X008306Y007582D01*
X008306Y007677D02*
X007524Y007677D01*
X007524Y008395D01*
X007536Y008425D01*
X007559Y008447D01*
X007588Y008460D01*
X008306Y008460D01*
X008306Y007677D01*
X008306Y007751D02*
X008402Y007751D01*
X008402Y007909D02*
X008306Y007909D01*
X008306Y008068D02*
X008402Y008068D01*
X008402Y008226D02*
X008306Y008226D01*
X008306Y008385D02*
X008402Y008385D01*
X009184Y008385D02*
X016068Y008385D01*
X016068Y008543D02*
X006380Y008543D01*
X006222Y008702D02*
X016068Y008702D01*
X016068Y008860D02*
X006063Y008860D01*
X005905Y009019D02*
X016068Y009019D01*
X016068Y009177D02*
X005683Y009177D01*
X005102Y009336D02*
X016068Y009336D01*
X016068Y009494D02*
X004810Y009494D01*
X004829Y009653D02*
X007538Y009653D01*
X007529Y009662D02*
X007611Y009580D01*
X008239Y009580D01*
X008299Y009640D01*
X008359Y009580D01*
X008987Y009580D01*
X009069Y009662D01*
X009069Y010369D01*
X008987Y010451D01*
X008893Y010451D01*
X008893Y010564D01*
X009010Y010564D01*
X009092Y010646D01*
X009092Y011353D01*
X009060Y011385D01*
X009092Y011418D01*
X009092Y012125D01*
X009010Y012207D01*
X008604Y012207D01*
X008604Y012288D01*
X008864Y012288D01*
X009033Y012457D01*
X009601Y012457D01*
X009684Y012539D01*
X009684Y013285D01*
X009601Y013367D01*
X008776Y013367D01*
X008694Y013285D01*
X008694Y012668D01*
X008604Y012668D01*
X008604Y012772D01*
X008522Y012854D01*
X008375Y012854D01*
X008375Y013120D01*
X008246Y013249D01*
X008064Y013249D01*
X007935Y013120D01*
X007935Y012875D01*
X007833Y012875D01*
X007833Y013136D01*
X007751Y013218D01*
X006804Y013218D01*
X006707Y013314D01*
X006707Y014791D01*
X006711Y014781D01*
X006734Y014759D01*
X006763Y014746D01*
X007026Y014746D01*
X007026Y015034D01*
X007122Y015034D01*
X007122Y014746D01*
X007386Y014746D01*
X007415Y014759D01*
X007419Y014762D01*
X007419Y014487D01*
X007501Y014405D01*
X007754Y014405D01*
X007756Y014406D01*
X007757Y014405D01*
X008010Y014405D01*
X008011Y014406D01*
X008012Y014405D01*
X008266Y014405D01*
X008267Y014406D01*
X008268Y014405D01*
X008522Y014405D01*
X008535Y014417D01*
X008694Y014258D01*
X008694Y013659D01*
X008776Y013577D01*
X009601Y013577D01*
X009684Y013659D01*
X009684Y014405D01*
X009654Y014435D01*
X009654Y014485D01*
X009600Y014538D01*
X009600Y014562D01*
X009816Y014562D01*
X009816Y014418D01*
X009876Y014358D01*
X009816Y014298D01*
X009816Y013670D01*
X009898Y013588D01*
X010179Y013588D01*
X010179Y012505D01*
X010261Y012423D01*
X011361Y012423D01*
X011413Y012475D01*
X011446Y012440D01*
X011453Y012437D01*
X011458Y012431D01*
X011558Y012390D01*
X011558Y012152D01*
X011640Y012070D01*
X013256Y012070D01*
X013338Y012152D01*
X013338Y012320D01*
X013527Y012320D01*
X013527Y012152D01*
X013609Y012070D01*
X015225Y012070D01*
X015307Y012152D01*
X015307Y013768D01*
X015225Y013850D01*
X013609Y013850D01*
X013527Y013768D01*
X013527Y013600D01*
X013338Y013600D01*
X013338Y013768D01*
X013256Y013850D01*
X012479Y013850D01*
X012479Y014414D01*
X013500Y014414D01*
X013611Y014525D01*
X013611Y015667D01*
X013500Y015778D01*
X012464Y015778D01*
X012464Y016036D01*
X012385Y016227D01*
X012379Y016233D01*
X012329Y016354D01*
X011263Y017420D01*
X011054Y017507D01*
X007880Y017507D01*
X007837Y017549D01*
X006776Y017549D01*
X006734Y017507D01*
X006733Y017507D01*
X006523Y017420D01*
X005815Y016711D01*
X005654Y016551D01*
X005567Y016341D01*
X005567Y016171D01*
X005469Y016171D01*
X005387Y016089D01*
X005387Y015383D01*
X005469Y015301D01*
X005567Y015301D01*
X005567Y012965D01*
X005654Y012755D01*
X006146Y012263D01*
X006307Y012103D01*
X006352Y012084D01*
X006352Y012056D01*
X006434Y011974D01*
X007219Y011974D01*
X007298Y012053D01*
X007500Y012053D01*
X007473Y012025D01*
X007473Y011969D01*
X005549Y011969D01*
X004176Y013052D01*
X004176Y013367D01*
X004747Y013367D01*
X004829Y013449D01*
X004829Y014747D01*
X004747Y014829D01*
X002465Y014829D01*
X002383Y014747D01*
X002383Y013449D01*
X002465Y013367D01*
X003036Y013367D01*
X003036Y012854D01*
X003027Y012821D01*
X003036Y012742D01*
X003036Y012662D01*
X003049Y012630D01*
X003053Y012596D01*
X003092Y012526D01*
X003123Y012452D01*
X003147Y012428D01*
X003164Y012398D01*
X003227Y012348D01*
X003283Y012292D01*
X003315Y012279D01*
X005089Y010880D01*
X005145Y010823D01*
X005177Y010810D01*
X005204Y010789D01*
X005281Y010767D01*
X005355Y010737D01*
X005389Y010737D01*
X005422Y010727D01*
X005502Y010737D01*
X005848Y010737D01*
X005862Y010723D01*
X006352Y010723D01*
X006352Y010442D01*
X006434Y010360D01*
X007219Y010360D01*
X007301Y010442D01*
X007301Y010821D01*
X007594Y010821D01*
X007705Y010933D01*
X007719Y010946D01*
X007719Y010834D01*
X007735Y010819D01*
X007735Y010451D01*
X007611Y010451D01*
X007529Y010369D01*
X007529Y009662D01*
X007529Y009811D02*
X004829Y009811D01*
X004829Y009970D02*
X007529Y009970D01*
X007529Y010128D02*
X004829Y010128D01*
X004829Y010287D02*
X007529Y010287D01*
X007605Y010445D02*
X007301Y010445D01*
X007301Y010604D02*
X007735Y010604D01*
X007735Y010762D02*
X007301Y010762D01*
X007693Y010921D02*
X007719Y010921D01*
X008673Y010976D02*
X008673Y010015D01*
X009069Y009970D02*
X016068Y009970D01*
X016068Y010128D02*
X009069Y010128D01*
X009069Y010287D02*
X011618Y010287D01*
X011618Y010194D02*
X011631Y010165D01*
X011653Y010142D01*
X011683Y010130D01*
X012400Y010130D01*
X012400Y010912D01*
X011618Y010912D01*
X011618Y010194D01*
X011618Y010445D02*
X008992Y010445D01*
X009050Y010604D02*
X010239Y010604D01*
X010239Y010558D02*
X010251Y010529D01*
X010273Y010507D01*
X010303Y010494D01*
X010731Y010494D01*
X010731Y010996D01*
X010891Y010996D01*
X010891Y011156D01*
X011383Y011156D01*
X011383Y011594D01*
X011371Y011624D01*
X011348Y011646D01*
X011319Y011658D01*
X010891Y011658D01*
X010891Y011156D01*
X010731Y011156D01*
X010731Y010996D01*
X010239Y010996D01*
X010239Y010558D01*
X010239Y010762D02*
X009780Y010762D01*
X009780Y010688D02*
X009780Y010952D01*
X009492Y010952D01*
X009492Y010624D01*
X009716Y010624D01*
X009746Y010637D01*
X009768Y010659D01*
X009780Y010688D01*
X009780Y010921D02*
X010239Y010921D01*
X010239Y011156D02*
X010239Y011594D01*
X010251Y011624D01*
X010273Y011646D01*
X010303Y011658D01*
X010731Y011658D01*
X010731Y011156D01*
X010239Y011156D01*
X010239Y011238D02*
X009780Y011238D01*
X009780Y011311D02*
X009768Y011340D01*
X009746Y011363D01*
X009716Y011375D01*
X009492Y011375D01*
X009492Y011048D01*
X009397Y011048D01*
X009397Y011375D01*
X009173Y011375D01*
X009143Y011363D01*
X009121Y011340D01*
X009109Y011311D01*
X009109Y011048D01*
X009397Y011048D01*
X009397Y010952D01*
X009492Y010952D01*
X009492Y011048D01*
X009780Y011048D01*
X009780Y011311D01*
X009746Y011408D02*
X009768Y011431D01*
X009780Y011460D01*
X009780Y011723D01*
X009492Y011723D01*
X009492Y011396D01*
X009716Y011396D01*
X009746Y011408D01*
X009716Y011396D02*
X010239Y011396D01*
X010239Y011555D02*
X009780Y011555D01*
X009780Y011713D02*
X011618Y011713D01*
X011618Y011726D02*
X011618Y011008D01*
X012400Y011008D01*
X012400Y010912D01*
X012496Y010912D01*
X012496Y010130D01*
X013214Y010130D01*
X013244Y010142D01*
X013266Y010165D01*
X013278Y010194D01*
X013278Y010912D01*
X012496Y010912D01*
X012496Y011008D01*
X012400Y011008D01*
X012400Y011790D01*
X011683Y011790D01*
X011653Y011778D01*
X011631Y011756D01*
X011618Y011726D01*
X011618Y011555D02*
X011383Y011555D01*
X011383Y011396D02*
X011618Y011396D01*
X011618Y011238D02*
X011383Y011238D01*
X011383Y010996D02*
X010891Y010996D01*
X010891Y010494D01*
X011319Y010494D01*
X011348Y010507D01*
X011371Y010529D01*
X011383Y010558D01*
X011383Y010996D01*
X011383Y010921D02*
X012400Y010921D01*
X012496Y010921D02*
X014369Y010921D01*
X014369Y010912D02*
X013587Y010912D01*
X013587Y010194D01*
X013599Y010165D01*
X013622Y010142D01*
X013651Y010130D01*
X014369Y010130D01*
X014369Y010912D01*
X014465Y010912D01*
X014465Y010130D01*
X015183Y010130D01*
X015212Y010142D01*
X015235Y010165D01*
X015247Y010194D01*
X015247Y010912D01*
X014465Y010912D01*
X014465Y011008D01*
X015247Y011008D01*
X015247Y011726D01*
X015235Y011756D01*
X015212Y011778D01*
X015183Y011790D01*
X014465Y011790D01*
X014465Y011008D01*
X014369Y011008D01*
X014369Y010912D01*
X014369Y011008D02*
X013587Y011008D01*
X013587Y011726D01*
X013599Y011756D01*
X013622Y011778D01*
X013651Y011790D01*
X014369Y011790D01*
X014369Y011008D01*
X014369Y011079D02*
X014465Y011079D01*
X014465Y010921D02*
X016068Y010921D01*
X016068Y011079D02*
X015247Y011079D01*
X015247Y011238D02*
X016068Y011238D01*
X016068Y011396D02*
X015247Y011396D01*
X015247Y011555D02*
X016068Y011555D01*
X016068Y011713D02*
X015247Y011713D01*
X015307Y012189D02*
X016068Y012189D01*
X016068Y012347D02*
X015307Y012347D01*
X015307Y012506D02*
X016068Y012506D01*
X016068Y012664D02*
X015307Y012664D01*
X015307Y012823D02*
X016068Y012823D01*
X016068Y012981D02*
X015307Y012981D01*
X015307Y013140D02*
X016068Y013140D01*
X016068Y013298D02*
X015307Y013298D01*
X015307Y013457D02*
X016068Y013457D01*
X016068Y013615D02*
X015307Y013615D01*
X015302Y013774D02*
X016068Y013774D01*
X016068Y013932D02*
X012479Y013932D01*
X012479Y014091D02*
X016068Y014091D01*
X016068Y014249D02*
X012479Y014249D01*
X012479Y014408D02*
X016068Y014408D01*
X016068Y014566D02*
X015506Y014566D01*
X015500Y014553D02*
X015513Y014582D01*
X015513Y015010D01*
X015011Y015010D01*
X015011Y015170D01*
X015513Y015170D01*
X015513Y015598D01*
X015500Y015628D01*
X015478Y015650D01*
X015449Y015662D01*
X015011Y015662D01*
X015011Y015170D01*
X014851Y015170D01*
X014851Y015662D01*
X014413Y015662D01*
X014383Y015650D01*
X014361Y015628D01*
X014349Y015598D01*
X014349Y015170D01*
X014851Y015170D01*
X014851Y015010D01*
X015011Y015010D01*
X015011Y014518D01*
X015449Y014518D01*
X015478Y014530D01*
X015500Y014553D01*
X015513Y014725D02*
X016068Y014725D01*
X016068Y014883D02*
X015513Y014883D01*
X015513Y015200D02*
X016068Y015200D01*
X016068Y015042D02*
X015011Y015042D01*
X015011Y015200D02*
X014851Y015200D01*
X014851Y015042D02*
X013611Y015042D01*
X013611Y015200D02*
X014349Y015200D01*
X014349Y015359D02*
X013611Y015359D01*
X013611Y015517D02*
X014349Y015517D01*
X014349Y015010D02*
X014349Y014582D01*
X014361Y014553D01*
X014383Y014530D01*
X014413Y014518D01*
X014851Y014518D01*
X014851Y015010D01*
X014349Y015010D01*
X014349Y014883D02*
X013611Y014883D01*
X013611Y014725D02*
X014349Y014725D01*
X014355Y014566D02*
X013611Y014566D01*
X013532Y013774D02*
X013333Y013774D01*
X013338Y013615D02*
X013527Y013615D01*
X013527Y012189D02*
X013338Y012189D01*
X013214Y011790D02*
X012496Y011790D01*
X012496Y011008D01*
X013278Y011008D01*
X013278Y011726D01*
X013266Y011756D01*
X013244Y011778D01*
X013214Y011790D01*
X013278Y011713D02*
X013587Y011713D01*
X013587Y011555D02*
X013278Y011555D01*
X013278Y011396D02*
X013587Y011396D01*
X013587Y011238D02*
X013278Y011238D01*
X013278Y011079D02*
X013587Y011079D01*
X013587Y010762D02*
X013278Y010762D01*
X013278Y010604D02*
X013587Y010604D01*
X013587Y010445D02*
X013278Y010445D01*
X013278Y010287D02*
X013587Y010287D01*
X014369Y010287D02*
X014465Y010287D01*
X014465Y010445D02*
X014369Y010445D01*
X014369Y010604D02*
X014465Y010604D01*
X014465Y010762D02*
X014369Y010762D01*
X014369Y011238D02*
X014465Y011238D01*
X014465Y011396D02*
X014369Y011396D01*
X014369Y011555D02*
X014465Y011555D01*
X014465Y011713D02*
X014369Y011713D01*
X015247Y010762D02*
X016068Y010762D01*
X016068Y010604D02*
X015247Y010604D01*
X015247Y010445D02*
X016068Y010445D01*
X016068Y010287D02*
X015247Y010287D01*
X016068Y009811D02*
X009069Y009811D01*
X009059Y009653D02*
X016068Y009653D01*
X016068Y008226D02*
X009184Y008226D01*
X009184Y008068D02*
X012899Y008068D01*
X012898Y007909D02*
X009184Y007909D01*
X009184Y007751D02*
X012898Y007751D01*
X012920Y007117D02*
X012938Y007117D01*
X012920Y006958D02*
X013959Y006958D01*
X013655Y006800D02*
X012920Y006800D01*
X012920Y006641D02*
X013466Y006641D01*
X013313Y006483D02*
X012920Y006483D01*
X012920Y006324D02*
X013221Y006324D01*
X013132Y006166D02*
X012920Y006166D01*
X012920Y006007D02*
X013090Y006007D01*
X013047Y005849D02*
X012920Y005849D01*
X012920Y005690D02*
X013038Y005690D01*
X013038Y005532D02*
X012920Y005532D01*
X012920Y005373D02*
X013057Y005373D01*
X013100Y005215D02*
X012920Y005215D01*
X012920Y005056D02*
X013151Y005056D01*
X013243Y004898D02*
X012920Y004898D01*
X012899Y004739D02*
X013345Y004739D01*
X015177Y004422D02*
X016068Y004422D01*
X016068Y004581D02*
X015393Y004581D01*
X015552Y004739D02*
X016068Y004739D01*
X016068Y004898D02*
X015654Y004898D01*
X015745Y005056D02*
X016068Y005056D01*
X016068Y005215D02*
X015797Y005215D01*
X015839Y005373D02*
X016068Y005373D01*
X016068Y005532D02*
X015858Y005532D01*
X015858Y005690D02*
X016068Y005690D01*
X016068Y005849D02*
X015849Y005849D01*
X015807Y006007D02*
X016068Y006007D01*
X016068Y006166D02*
X015765Y006166D01*
X015676Y006324D02*
X016068Y006324D01*
X016068Y006483D02*
X015584Y006483D01*
X015431Y006641D02*
X016068Y006641D01*
X016068Y006800D02*
X015242Y006800D01*
X014938Y006958D02*
X016068Y006958D01*
X016068Y007117D02*
X015421Y007117D01*
X015461Y007275D02*
X016068Y007275D01*
X016068Y007434D02*
X015461Y007434D01*
X015461Y007592D02*
X016068Y007592D01*
X016068Y007751D02*
X015461Y007751D01*
X015461Y007909D02*
X016068Y007909D01*
X016068Y008068D02*
X015460Y008068D01*
X012496Y010287D02*
X012400Y010287D01*
X012400Y010445D02*
X012496Y010445D01*
X012496Y010604D02*
X012400Y010604D01*
X012400Y010762D02*
X012496Y010762D01*
X012496Y011079D02*
X012400Y011079D01*
X012400Y011238D02*
X012496Y011238D01*
X012496Y011396D02*
X012400Y011396D01*
X012400Y011555D02*
X012496Y011555D01*
X012496Y011713D02*
X012400Y011713D01*
X011558Y012189D02*
X009028Y012189D01*
X009121Y012112D02*
X009109Y012082D01*
X009109Y011819D01*
X009397Y011819D01*
X009397Y012147D01*
X009173Y012147D01*
X009143Y012134D01*
X009121Y012112D01*
X009109Y012030D02*
X009092Y012030D01*
X009092Y011872D02*
X009109Y011872D01*
X009109Y011723D02*
X009109Y011460D01*
X009121Y011431D01*
X009143Y011408D01*
X009173Y011396D01*
X009397Y011396D01*
X009397Y011723D01*
X009492Y011723D01*
X009492Y011819D01*
X009397Y011819D01*
X009397Y011723D01*
X009109Y011723D01*
X009109Y011713D02*
X009092Y011713D01*
X009092Y011555D02*
X009109Y011555D01*
X009070Y011396D02*
X009173Y011396D01*
X009109Y011238D02*
X009092Y011238D01*
X009092Y011079D02*
X009109Y011079D01*
X009109Y010952D02*
X009109Y010688D01*
X009121Y010659D01*
X009143Y010637D01*
X009173Y010624D01*
X009397Y010624D01*
X009397Y010952D01*
X009109Y010952D01*
X009109Y010921D02*
X009092Y010921D01*
X009092Y010762D02*
X009109Y010762D01*
X009397Y010762D02*
X009492Y010762D01*
X009492Y010921D02*
X009397Y010921D01*
X009397Y011079D02*
X009492Y011079D01*
X009492Y011238D02*
X009397Y011238D01*
X009397Y011396D02*
X009492Y011396D01*
X009492Y011555D02*
X009397Y011555D01*
X009397Y011713D02*
X009492Y011713D01*
X009492Y011819D02*
X009780Y011819D01*
X009780Y012082D01*
X009768Y012112D01*
X009746Y012134D01*
X009716Y012147D01*
X009492Y012147D01*
X009492Y011819D01*
X009492Y011872D02*
X009397Y011872D01*
X009397Y012030D02*
X009492Y012030D01*
X009780Y012030D02*
X016068Y012030D01*
X016068Y011872D02*
X009780Y011872D01*
X009650Y012506D02*
X010179Y012506D01*
X010179Y012664D02*
X009684Y012664D01*
X009684Y012823D02*
X010179Y012823D01*
X010179Y012981D02*
X009684Y012981D01*
X009684Y013140D02*
X010179Y013140D01*
X010179Y013298D02*
X009671Y013298D01*
X009640Y013615D02*
X009871Y013615D01*
X009816Y013774D02*
X009684Y013774D01*
X009684Y013932D02*
X009816Y013932D01*
X009816Y014091D02*
X009684Y014091D01*
X009684Y014249D02*
X009816Y014249D01*
X009827Y014408D02*
X009681Y014408D01*
X008738Y013615D02*
X006707Y013615D01*
X006707Y013457D02*
X010179Y013457D01*
X009189Y012980D02*
X009189Y012912D01*
X008707Y013298D02*
X006724Y013298D01*
X006707Y013774D02*
X008694Y013774D01*
X008694Y013932D02*
X006707Y013932D01*
X006707Y014091D02*
X008694Y014091D01*
X008694Y014249D02*
X006707Y014249D01*
X006707Y014408D02*
X007498Y014408D01*
X007419Y014566D02*
X006707Y014566D01*
X006707Y014725D02*
X007419Y014725D01*
X007419Y015034D02*
X007122Y015034D01*
X007122Y015130D01*
X007026Y015130D01*
X007026Y015418D01*
X006763Y015418D01*
X006734Y015406D01*
X006711Y015384D01*
X006707Y015374D01*
X006707Y015448D01*
X006721Y015434D01*
X007428Y015434D01*
X007438Y015444D01*
X007438Y015383D01*
X007438Y015384D01*
X007415Y015406D01*
X007386Y015418D01*
X007122Y015418D01*
X007122Y015130D01*
X007438Y015130D01*
X007438Y015094D01*
X007419Y015075D01*
X007419Y015034D01*
X007419Y015042D02*
X007122Y015042D01*
X007171Y015047D02*
X007122Y015096D01*
X007122Y014309D01*
X007368Y014063D01*
X007368Y013866D02*
X007171Y014063D01*
X007171Y014998D01*
X007171Y015047D01*
X007171Y014998D02*
X006876Y014998D01*
X007026Y014883D02*
X007122Y014883D01*
X007171Y014998D02*
X007072Y015096D01*
X007026Y015200D02*
X007122Y015200D01*
X007122Y015359D02*
X007026Y015359D01*
X005730Y016627D02*
X003439Y016627D01*
X003314Y016501D02*
X003577Y016764D01*
X003762Y017085D01*
X003858Y017444D01*
X003858Y017815D01*
X003762Y018174D01*
X003577Y018495D01*
X003314Y018758D01*
X002993Y018943D01*
X002634Y019040D01*
X002263Y019040D01*
X001904Y018943D01*
X001583Y018758D01*
X001320Y018495D01*
X001135Y018174D01*
X001038Y017815D01*
X001038Y017444D01*
X001135Y017085D01*
X001320Y016764D01*
X001583Y016501D01*
X001904Y016316D01*
X002263Y016220D01*
X002634Y016220D01*
X002993Y016316D01*
X003314Y016501D01*
X003257Y016468D02*
X005620Y016468D01*
X005567Y016310D02*
X002970Y016310D01*
X003589Y016785D02*
X005888Y016785D01*
X006047Y016944D02*
X003681Y016944D01*
X003767Y017102D02*
X006205Y017102D01*
X006364Y017261D02*
X003809Y017261D01*
X003852Y017419D02*
X006522Y017419D01*
X006818Y018116D02*
X007227Y018116D01*
X007227Y018589D01*
X007387Y018589D01*
X007387Y018749D01*
X007859Y018749D01*
X007859Y019157D01*
X007847Y019187D01*
X007824Y019209D01*
X007795Y019221D01*
X007387Y019221D01*
X007387Y018749D01*
X007227Y018749D01*
X007227Y019221D01*
X006818Y019221D01*
X006789Y019209D01*
X006766Y019187D01*
X006754Y019157D01*
X006754Y018749D01*
X007227Y018749D01*
X007227Y018589D01*
X006754Y018589D01*
X006754Y018181D01*
X006766Y018151D01*
X006789Y018129D01*
X006818Y018116D01*
X006754Y018212D02*
X003741Y018212D01*
X003795Y018053D02*
X013102Y018053D01*
X013135Y018174D02*
X013038Y017815D01*
X013038Y017444D01*
X013135Y017085D01*
X013320Y016764D01*
X013583Y016501D01*
X013904Y016316D01*
X014263Y016220D01*
X014634Y016220D01*
X014993Y016316D01*
X015314Y016501D01*
X015577Y016764D01*
X015762Y017085D01*
X015858Y017444D01*
X015858Y017815D01*
X015762Y018174D01*
X015577Y018495D01*
X015314Y018758D01*
X014993Y018943D01*
X014634Y019040D01*
X014263Y019040D01*
X013904Y018943D01*
X013583Y018758D01*
X013320Y018495D01*
X013135Y018174D01*
X013156Y018212D02*
X007859Y018212D01*
X007859Y018181D02*
X007859Y018589D01*
X007387Y018589D01*
X007387Y018116D01*
X007795Y018116D01*
X007824Y018129D01*
X007847Y018151D01*
X007859Y018181D01*
X007859Y018370D02*
X008685Y018370D01*
X008680Y018376D02*
X008702Y018353D01*
X008732Y018341D01*
X009203Y018341D01*
X009203Y018626D01*
X009293Y018626D01*
X009293Y018716D01*
X009828Y018716D01*
X009828Y018937D01*
X009815Y018966D01*
X009793Y018989D01*
X009764Y019001D01*
X009293Y019001D01*
X009293Y018716D01*
X009203Y018716D01*
X009203Y019001D01*
X008732Y019001D01*
X008702Y018989D01*
X008680Y018966D01*
X008668Y018937D01*
X008668Y018716D01*
X009203Y018716D01*
X009203Y018626D01*
X008668Y018626D01*
X008668Y018405D01*
X008680Y018376D01*
X008668Y018529D02*
X007859Y018529D01*
X007859Y018846D02*
X008668Y018846D01*
X009203Y018846D02*
X009293Y018846D01*
X009293Y018687D02*
X013512Y018687D01*
X013353Y018529D02*
X009828Y018529D01*
X009828Y018626D02*
X009293Y018626D01*
X009293Y018341D01*
X009764Y018341D01*
X009793Y018353D01*
X009815Y018376D01*
X009828Y018405D01*
X009828Y018626D01*
X009810Y018370D02*
X013248Y018370D01*
X013060Y017895D02*
X003837Y017895D01*
X003858Y017736D02*
X013038Y017736D01*
X013038Y017578D02*
X003858Y017578D01*
X003649Y018370D02*
X006754Y018370D01*
X006754Y018529D02*
X003543Y018529D01*
X003385Y018687D02*
X007227Y018687D01*
X007227Y018529D02*
X007387Y018529D01*
X007387Y018687D02*
X009203Y018687D01*
X009203Y018529D02*
X009293Y018529D01*
X009293Y018370D02*
X009203Y018370D01*
X009828Y018846D02*
X013735Y018846D01*
X014130Y019004D02*
X007859Y019004D01*
X007857Y019163D02*
X016068Y019163D01*
X016068Y019004D02*
X014766Y019004D01*
X015162Y018846D02*
X016068Y018846D01*
X016068Y018687D02*
X015385Y018687D01*
X015543Y018529D02*
X016068Y018529D01*
X016068Y018370D02*
X015649Y018370D01*
X015741Y018212D02*
X016068Y018212D01*
X016068Y018053D02*
X015795Y018053D01*
X015837Y017895D02*
X016068Y017895D01*
X016068Y017736D02*
X015858Y017736D01*
X015858Y017578D02*
X016068Y017578D01*
X016068Y017419D02*
X015852Y017419D01*
X015809Y017261D02*
X016068Y017261D01*
X016068Y017102D02*
X015767Y017102D01*
X015681Y016944D02*
X016068Y016944D01*
X016068Y016785D02*
X015589Y016785D01*
X015439Y016627D02*
X016068Y016627D01*
X016068Y016468D02*
X015257Y016468D01*
X014970Y016310D02*
X016068Y016310D01*
X016068Y016151D02*
X012417Y016151D01*
X012464Y015993D02*
X016068Y015993D01*
X016068Y015834D02*
X012464Y015834D01*
X012348Y016310D02*
X013927Y016310D01*
X013640Y016468D02*
X012215Y016468D01*
X012057Y016627D02*
X013457Y016627D01*
X013308Y016785D02*
X011898Y016785D01*
X011740Y016944D02*
X013216Y016944D01*
X013130Y017102D02*
X011581Y017102D01*
X011423Y017261D02*
X013088Y017261D01*
X013045Y017419D02*
X011264Y017419D01*
X013602Y015676D02*
X016068Y015676D01*
X016068Y015517D02*
X015513Y015517D01*
X015513Y015359D02*
X016068Y015359D01*
X015011Y015359D02*
X014851Y015359D01*
X014851Y015517D02*
X015011Y015517D01*
X015011Y014883D02*
X014851Y014883D01*
X014851Y014725D02*
X015011Y014725D01*
X015011Y014566D02*
X014851Y014566D01*
X011558Y012347D02*
X008923Y012347D01*
X008694Y012823D02*
X008554Y012823D01*
X008694Y012981D02*
X008375Y012981D01*
X008356Y013140D02*
X008694Y013140D01*
X008155Y013029D02*
X008155Y012193D01*
X008139Y012478D02*
X008139Y012767D01*
X008155Y012783D01*
X007935Y012981D02*
X007833Y012981D01*
X007829Y013140D02*
X007954Y013140D01*
X008139Y013439D02*
X008106Y013472D01*
X008139Y013439D02*
X008139Y012478D01*
X007478Y012030D02*
X007275Y012030D01*
X006377Y012030D02*
X005471Y012030D01*
X005270Y012189D02*
X006221Y012189D01*
X006063Y012347D02*
X005069Y012347D01*
X004868Y012506D02*
X005904Y012506D01*
X005746Y012664D02*
X004667Y012664D01*
X004466Y012823D02*
X005626Y012823D01*
X005567Y012981D02*
X004265Y012981D01*
X004176Y013140D02*
X005567Y013140D01*
X005567Y013298D02*
X004176Y013298D01*
X004829Y013457D02*
X005567Y013457D01*
X005567Y013615D02*
X004829Y013615D01*
X004829Y013774D02*
X005567Y013774D01*
X005567Y013932D02*
X004829Y013932D01*
X004829Y014091D02*
X005567Y014091D01*
X005567Y014249D02*
X004829Y014249D01*
X004829Y014408D02*
X005567Y014408D01*
X005567Y014566D02*
X004829Y014566D01*
X004829Y014725D02*
X005567Y014725D01*
X005567Y014883D02*
X000828Y014883D01*
X000828Y014725D02*
X002383Y014725D01*
X002383Y014566D02*
X000828Y014566D01*
X000828Y014408D02*
X002383Y014408D01*
X002383Y014249D02*
X000828Y014249D01*
X000828Y014091D02*
X002383Y014091D01*
X002383Y013932D02*
X000828Y013932D01*
X000828Y013774D02*
X002383Y013774D01*
X002383Y013615D02*
X000828Y013615D01*
X000828Y013457D02*
X002383Y013457D01*
X003027Y012823D02*
X000828Y012823D01*
X000828Y012981D02*
X003036Y012981D01*
X003036Y013140D02*
X000828Y013140D01*
X000828Y013298D02*
X003036Y013298D01*
X003036Y012664D02*
X000828Y012664D01*
X000828Y012506D02*
X003101Y012506D01*
X003228Y012347D02*
X000828Y012347D01*
X000828Y012189D02*
X003429Y012189D01*
X003630Y012030D02*
X000828Y012030D01*
X000828Y011872D02*
X003831Y011872D01*
X004032Y011713D02*
X000828Y011713D01*
X000828Y011555D02*
X004233Y011555D01*
X004434Y011396D02*
X000828Y011396D01*
X000828Y011238D02*
X004635Y011238D01*
X004836Y011079D02*
X000828Y011079D01*
X000828Y010921D02*
X005037Y010921D01*
X004829Y010762D02*
X005294Y010762D01*
X004829Y010604D02*
X006352Y010604D01*
X006352Y010445D02*
X004829Y010445D01*
X003505Y009019D02*
X000828Y009019D01*
X000828Y009177D02*
X003347Y009177D01*
X003188Y009336D02*
X000828Y009336D01*
X000828Y009494D02*
X002402Y009494D01*
X002383Y009653D02*
X000828Y009653D01*
X000828Y009811D02*
X002383Y009811D01*
X002383Y009970D02*
X000828Y009970D01*
X000828Y010128D02*
X002383Y010128D01*
X002383Y010287D02*
X000828Y010287D01*
X000828Y010445D02*
X002383Y010445D01*
X002383Y010604D02*
X000828Y010604D01*
X000828Y010762D02*
X002383Y010762D01*
X003664Y008860D02*
X000828Y008860D01*
X000828Y008702D02*
X003822Y008702D01*
X003907Y008543D02*
X000828Y008543D01*
X000828Y008385D02*
X003907Y008385D01*
X003907Y008226D02*
X000828Y008226D01*
X000828Y008068D02*
X003986Y008068D01*
X004031Y007300D02*
X004002Y007288D01*
X003979Y007265D01*
X003967Y007236D01*
X003967Y006798D01*
X004459Y006798D01*
X004459Y006638D01*
X004619Y006638D01*
X004619Y006136D01*
X005047Y006136D01*
X005076Y006148D01*
X005099Y006171D01*
X005111Y006200D01*
X005111Y006638D01*
X004619Y006638D01*
X004619Y006798D01*
X005111Y006798D01*
X005111Y007236D01*
X005099Y007265D01*
X005076Y007288D01*
X005047Y007300D01*
X004619Y007300D01*
X004619Y006798D01*
X004459Y006798D01*
X004459Y007300D01*
X004031Y007300D01*
X003989Y007275D02*
X000828Y007275D01*
X000828Y007117D02*
X003967Y007117D01*
X003967Y006958D02*
X002938Y006958D01*
X003242Y006800D02*
X003967Y006800D01*
X003967Y006638D02*
X003967Y006200D01*
X003979Y006171D01*
X004002Y006148D01*
X004031Y006136D01*
X004459Y006136D01*
X004459Y006638D01*
X003967Y006638D01*
X003967Y006483D02*
X003584Y006483D01*
X003676Y006324D02*
X003967Y006324D01*
X003984Y006166D02*
X003765Y006166D01*
X003807Y006007D02*
X005464Y006007D01*
X005464Y005849D02*
X003849Y005849D01*
X003858Y005690D02*
X005464Y005690D01*
X005464Y005532D02*
X003858Y005532D01*
X003839Y005373D02*
X005464Y005373D01*
X005464Y005215D02*
X003797Y005215D01*
X003745Y005056D02*
X005464Y005056D01*
X005464Y004898D02*
X003654Y004898D01*
X004459Y006166D02*
X004619Y006166D01*
X004619Y006324D02*
X004459Y006324D01*
X004459Y006483D02*
X004619Y006483D01*
X004619Y006641D02*
X005784Y006641D01*
X005486Y006800D02*
X005111Y006800D01*
X005111Y006958D02*
X005464Y006958D01*
X005464Y007117D02*
X005111Y007117D01*
X005089Y007275D02*
X005464Y007275D01*
X005464Y007434D02*
X000828Y007434D01*
X000828Y007592D02*
X005464Y007592D01*
X005464Y007751D02*
X000828Y007751D01*
X000828Y007909D02*
X005402Y007909D01*
X005244Y008068D02*
X005092Y008068D01*
X004619Y007275D02*
X004459Y007275D01*
X004459Y007117D02*
X004619Y007117D01*
X004619Y006958D02*
X004459Y006958D01*
X004459Y006800D02*
X004619Y006800D01*
X004459Y006641D02*
X003431Y006641D01*
X001959Y006958D02*
X000828Y006958D01*
X000828Y006800D02*
X001655Y006800D01*
X001466Y006641D02*
X000828Y006641D01*
X000828Y006483D02*
X001313Y006483D01*
X001221Y006324D02*
X000828Y006324D01*
X000828Y006166D02*
X001132Y006166D01*
X001090Y006007D02*
X000828Y006007D01*
X000828Y005849D02*
X001047Y005849D01*
X001038Y005690D02*
X000828Y005690D01*
X000828Y005532D02*
X001038Y005532D01*
X001057Y005373D02*
X000828Y005373D01*
X000828Y005215D02*
X001100Y005215D01*
X001151Y005056D02*
X000828Y005056D01*
X000828Y004898D02*
X001243Y004898D01*
X001345Y004739D02*
X000828Y004739D01*
X000828Y004581D02*
X001503Y004581D01*
X001720Y004422D02*
X000828Y004422D01*
X000828Y004264D02*
X002099Y004264D01*
X005094Y006166D02*
X005464Y006166D01*
X005464Y006324D02*
X005111Y006324D01*
X005111Y006483D02*
X005477Y006483D01*
X007244Y005373D02*
X007524Y005373D01*
X007524Y005215D02*
X007244Y005215D01*
X007244Y005056D02*
X007524Y005056D01*
X007524Y004898D02*
X007244Y004898D01*
X008306Y004898D02*
X008402Y004898D01*
X008402Y005056D02*
X008306Y005056D01*
X008306Y005215D02*
X008402Y005215D01*
X008402Y005373D02*
X008306Y005373D01*
X008306Y005532D02*
X008402Y005532D01*
X008402Y005849D02*
X008306Y005849D01*
X008306Y006007D02*
X008402Y006007D01*
X008402Y006166D02*
X008306Y006166D01*
X008306Y006324D02*
X008402Y006324D01*
X008402Y006483D02*
X008306Y006483D01*
X008306Y006800D02*
X007588Y006800D01*
X008306Y006958D02*
X008402Y006958D01*
X008402Y006800D02*
X009120Y006800D01*
X009184Y006958D02*
X011807Y006958D01*
X011807Y007117D02*
X009184Y007117D01*
X009184Y007275D02*
X011807Y007275D01*
X011807Y007434D02*
X009184Y007434D01*
X008402Y007434D02*
X008306Y007434D01*
X008306Y007275D02*
X008402Y007275D01*
X008402Y007117D02*
X008306Y007117D01*
X008402Y007592D02*
X011808Y007592D01*
X011618Y010604D02*
X011383Y010604D01*
X011383Y010762D02*
X011618Y010762D01*
X011618Y011079D02*
X010891Y011079D01*
X010891Y010921D02*
X010731Y010921D01*
X010731Y011079D02*
X009780Y011079D01*
X010731Y011238D02*
X010891Y011238D01*
X010891Y011396D02*
X010731Y011396D01*
X010731Y011555D02*
X010891Y011555D01*
X010891Y010762D02*
X010731Y010762D01*
X010731Y010604D02*
X010891Y010604D01*
X008696Y011000D02*
X008673Y010976D01*
X008696Y011000D02*
X008696Y011771D01*
X008696Y011799D01*
X008106Y013866D02*
X008007Y013866D01*
X007614Y013866D01*
X007368Y013866D01*
X008525Y014408D02*
X008544Y014408D01*
X005567Y015042D02*
X000828Y015042D01*
X000828Y015200D02*
X005567Y015200D01*
X005411Y015359D02*
X000828Y015359D01*
X000828Y015517D02*
X004699Y015517D01*
X004699Y015425D02*
X004711Y015395D01*
X004734Y015373D01*
X004763Y015361D01*
X004987Y015361D01*
X004987Y015688D01*
X004699Y015688D01*
X004699Y015425D01*
X004699Y015676D02*
X000828Y015676D01*
X000828Y015834D02*
X004699Y015834D01*
X004699Y015784D02*
X004987Y015784D01*
X004987Y016111D01*
X004763Y016111D01*
X004734Y016099D01*
X004711Y016076D01*
X004699Y016047D01*
X004699Y015784D01*
X004699Y015993D02*
X000828Y015993D01*
X000828Y016151D02*
X005449Y016151D01*
X005359Y016076D02*
X005336Y016099D01*
X005307Y016111D01*
X005083Y016111D01*
X005083Y015784D01*
X004987Y015784D01*
X004987Y015688D01*
X005083Y015688D01*
X005083Y015784D01*
X005371Y015784D01*
X005371Y016047D01*
X005359Y016076D01*
X005371Y015993D02*
X005387Y015993D01*
X005371Y015834D02*
X005387Y015834D01*
X005371Y015688D02*
X005083Y015688D01*
X005083Y015361D01*
X005307Y015361D01*
X005336Y015373D01*
X005359Y015395D01*
X005371Y015425D01*
X005371Y015688D01*
X005371Y015676D02*
X005387Y015676D01*
X005371Y015517D02*
X005387Y015517D01*
X005083Y015517D02*
X004987Y015517D01*
X004987Y015676D02*
X005083Y015676D01*
X005083Y015834D02*
X004987Y015834D01*
X004987Y015993D02*
X005083Y015993D01*
X007227Y018212D02*
X007387Y018212D01*
X007387Y018370D02*
X007227Y018370D01*
X007227Y018846D02*
X007387Y018846D01*
X007387Y019004D02*
X007227Y019004D01*
X007227Y019163D02*
X007387Y019163D01*
X006756Y019163D02*
X000828Y019163D01*
X000828Y019004D02*
X002130Y019004D01*
X001735Y018846D02*
X000828Y018846D01*
X000828Y018687D02*
X001512Y018687D01*
X001353Y018529D02*
X000828Y018529D01*
X000828Y018370D02*
X001248Y018370D01*
X001156Y018212D02*
X000828Y018212D01*
X000828Y018053D02*
X001102Y018053D01*
X001060Y017895D02*
X000828Y017895D01*
X000828Y017736D02*
X001038Y017736D01*
X001038Y017578D02*
X000828Y017578D01*
X000828Y017419D02*
X001045Y017419D01*
X001088Y017261D02*
X000828Y017261D01*
X000828Y017102D02*
X001130Y017102D01*
X001216Y016944D02*
X000828Y016944D01*
X000828Y016785D02*
X001308Y016785D01*
X001457Y016627D02*
X000828Y016627D01*
X000828Y016468D02*
X001640Y016468D01*
X001927Y016310D02*
X000828Y016310D01*
X002766Y019004D02*
X006754Y019004D01*
X006754Y018846D02*
X003162Y018846D01*
X007244Y008385D02*
X007524Y008385D01*
X007524Y008226D02*
X007244Y008226D01*
X007244Y008068D02*
X007524Y008068D01*
X007524Y007909D02*
X007244Y007909D01*
X007244Y007751D02*
X007524Y007751D01*
D27*
X007535Y008354D02*
X007683Y008502D01*
X007683Y004614D01*
X007781Y004515D01*
X007781Y008403D01*
X007929Y008551D01*
X007929Y004663D01*
X007830Y004565D01*
X007830Y008305D01*
X007978Y008452D01*
X007978Y004811D01*
X008076Y004712D01*
X008076Y008551D01*
X008175Y008649D01*
X008175Y004761D01*
X008322Y004761D01*
X008322Y008944D01*
X008224Y009043D01*
X008224Y008944D01*
X008569Y008600D01*
X008569Y004811D01*
X008618Y004761D01*
X008618Y008403D01*
X008765Y008551D01*
X008765Y004811D01*
X008815Y004761D01*
X008765Y004761D01*
X008667Y004860D01*
X008667Y008305D01*
X008864Y008502D01*
X008864Y004811D01*
X008913Y004761D01*
X008913Y008354D01*
X009011Y008452D01*
X009011Y004761D01*
X009061Y004712D01*
X009061Y008698D01*
X007925Y010015D02*
X007925Y011488D01*
X007811Y011602D01*
X007122Y010913D01*
X005941Y010913D01*
X006039Y011011D01*
X007515Y011011D01*
X007614Y011110D01*
X007614Y011799D01*
X007883Y012069D01*
X007883Y012478D01*
X007860Y012685D02*
X007860Y012143D01*
X007909Y012143D01*
X007909Y012094D01*
X007909Y011996D01*
X007860Y011996D02*
X007860Y012143D01*
X007663Y011946D01*
X007620Y011904D02*
X008007Y011904D01*
X008007Y011897D02*
X007958Y011946D01*
X007958Y011553D01*
X008007Y011510D02*
X006039Y011510D01*
X005990Y011553D02*
X006039Y011602D01*
X005990Y011602D01*
X006088Y011700D01*
X006187Y011700D01*
X006137Y011700D02*
X007417Y011700D01*
X007908Y012192D01*
X007910Y012192D01*
X007965Y012136D01*
X007965Y012114D01*
X008007Y012071D01*
X008007Y011011D01*
X007909Y010913D01*
X008007Y010913D01*
X008007Y011897D01*
X008007Y012045D01*
X007909Y012143D01*
X007909Y012685D01*
X007860Y012685D01*
X007860Y012881D02*
X008007Y012881D01*
X008106Y012783D01*
X008155Y012783D01*
X008204Y012783D01*
X008204Y012832D01*
X008303Y012931D01*
X008549Y012931D01*
X008647Y013029D01*
X008647Y013423D01*
X008598Y013423D01*
X008254Y013078D01*
X008401Y013078D01*
X008549Y013078D01*
X008598Y013029D01*
X008598Y013078D02*
X008500Y012980D01*
X008057Y012980D01*
X008057Y012931D01*
X008007Y012980D01*
X008007Y013078D01*
X008007Y013472D01*
X008007Y013570D01*
X008057Y013718D02*
X008057Y013275D01*
X008598Y013275D01*
X008549Y013226D02*
X008500Y013226D01*
X008598Y013128D01*
X008155Y013128D01*
X008106Y013177D01*
X008155Y013177D01*
X008254Y013078D01*
X008106Y012931D01*
X008057Y012931D01*
X008106Y012931D02*
X008057Y012881D01*
X007958Y012980D01*
X007909Y012980D01*
X007909Y013029D01*
X007958Y013029D01*
X007958Y013078D01*
X008007Y013029D01*
X008057Y012980D01*
X008057Y013275D01*
X008007Y013275D02*
X008007Y013078D01*
X008007Y013029D01*
X008007Y012980D02*
X007958Y013029D01*
X007958Y013078D02*
X007958Y013324D01*
X007860Y013275D02*
X007958Y013177D01*
X007958Y013128D01*
X007909Y013078D01*
X007909Y012980D02*
X007860Y012931D01*
X007860Y013177D01*
X007761Y013275D01*
X007860Y013275D01*
X007811Y013177D02*
X007811Y012931D01*
X007860Y012881D01*
X007811Y013177D02*
X007663Y013324D01*
X007663Y013374D01*
X008057Y013718D02*
X008155Y013817D01*
X008139Y013832D01*
X008155Y013817D02*
X008204Y013817D01*
X008155Y013226D02*
X008500Y013226D01*
X008549Y013226D02*
X008598Y013177D01*
X008598Y013128D01*
X008598Y013078D01*
X009189Y012912D02*
X009189Y012881D01*
X008785Y012478D01*
X008395Y012478D01*
X008401Y012472D01*
X008401Y012094D01*
X008696Y011799D01*
X009267Y012055D02*
X009385Y012055D01*
X009622Y012291D01*
X009622Y012212D01*
X009504Y012094D01*
X009700Y012094D01*
X009700Y013630D01*
X009819Y013630D01*
X010133Y013315D01*
X010133Y012448D01*
X010252Y012330D01*
X010173Y012330D01*
X010055Y012448D01*
X010055Y012133D01*
X009937Y012133D01*
X009937Y012409D01*
X010015Y012488D01*
X010015Y012330D01*
X010133Y012330D01*
X010015Y012212D01*
X010488Y012212D01*
X010488Y012252D02*
X010094Y012252D01*
X010015Y012330D01*
X010015Y012291D01*
X009976Y012252D01*
X010094Y012252D01*
X010133Y012330D02*
X010173Y012370D01*
X009897Y012645D01*
X009897Y013236D01*
X009819Y013315D01*
X009819Y012488D01*
X009858Y012448D01*
X009819Y012448D01*
X009858Y012488D01*
X010015Y012488D01*
X010055Y012448D01*
X010055Y013275D01*
X009819Y013511D01*
X009819Y013393D01*
X009976Y013236D01*
X009976Y012488D01*
X009897Y012488D01*
X009897Y011622D01*
X009740Y011779D01*
X009740Y011937D01*
X009779Y011897D01*
X009779Y011937D01*
X009858Y012015D01*
X009858Y011937D01*
X009819Y011897D01*
X009819Y012448D01*
X009740Y012527D01*
X009740Y013354D01*
X009779Y013393D01*
X009700Y013354D02*
X009700Y012409D01*
X009622Y012409D01*
X009267Y012055D01*
X009661Y012133D02*
X009937Y012133D01*
X010055Y012133D02*
X010567Y012133D01*
X010606Y012173D01*
X010606Y012055D01*
X009779Y012055D01*
X009740Y012094D01*
X009740Y011937D01*
X009740Y012094D02*
X009740Y012409D01*
X009661Y012330D01*
X009661Y012133D01*
X009740Y012409D02*
X009740Y012488D01*
X009897Y012488D02*
X009897Y012645D01*
X010173Y012370D02*
X010212Y012330D01*
X010881Y012330D01*
X010724Y012015D02*
X012811Y012015D01*
X012811Y011897D01*
X012811Y011819D01*
X011630Y011819D01*
X011630Y011740D01*
X013047Y011740D01*
X013047Y011661D01*
X011196Y011661D01*
X011196Y011622D01*
X013165Y011622D01*
X013165Y011582D01*
X011275Y011582D01*
X011275Y011504D01*
X013204Y011504D01*
X013204Y011425D01*
X011275Y011425D01*
X011275Y011346D01*
X011315Y011346D01*
X011315Y011189D01*
X011354Y011189D01*
X011354Y010519D01*
X011698Y010765D02*
X011748Y010716D01*
X013283Y010716D01*
X015783Y010716D01*
X015685Y010618D01*
X015881Y010618D01*
X015931Y010667D01*
X012584Y010667D01*
X012535Y010618D01*
X016029Y010618D01*
X015980Y010569D01*
X012683Y010569D01*
X012584Y010470D01*
X015931Y010470D01*
X016029Y010569D01*
X016029Y010519D01*
X015881Y010372D01*
X012191Y010372D01*
X012141Y010421D01*
X015980Y010421D01*
X015980Y010224D01*
X012092Y010224D01*
X012043Y010273D01*
X015980Y010273D01*
X016029Y010322D01*
X016029Y010618D02*
X016226Y010618D01*
X016128Y010716D02*
X016177Y010765D01*
X016177Y011307D01*
X016128Y011257D01*
X012633Y011257D01*
X012683Y011356D02*
X012732Y011405D01*
X016128Y011405D01*
X016078Y011356D01*
X012732Y011356D01*
X012633Y011454D01*
X012437Y011454D01*
X012535Y011553D01*
X015931Y011553D01*
X016029Y011454D01*
X016177Y011454D01*
X016128Y011504D01*
X012781Y011504D01*
X012633Y011651D01*
X012535Y011651D01*
X012633Y011651D02*
X015881Y011651D01*
X015881Y011799D01*
X015832Y011750D01*
X012781Y011750D01*
X012633Y011897D01*
X012387Y011897D01*
X012437Y011946D01*
X015980Y011946D01*
X016029Y011897D01*
X016029Y011848D01*
X012732Y011848D01*
X012811Y011819D02*
X012811Y011779D01*
X011354Y011779D01*
X011354Y011897D01*
X012811Y011897D01*
X012732Y011937D02*
X010685Y011937D01*
X010685Y011897D01*
X010724Y011897D01*
X010724Y012015D01*
X011196Y011779D02*
X011354Y011779D01*
X011315Y011346D02*
X013126Y011346D01*
X013126Y011267D01*
X013165Y011267D01*
X013165Y011307D01*
X011275Y011307D01*
X011275Y011346D01*
X011354Y011267D02*
X011354Y011189D01*
X012929Y011189D01*
X012929Y011267D01*
X011354Y011267D01*
X012781Y010765D02*
X015881Y010765D01*
X015931Y010716D01*
X015783Y010716D01*
X015931Y010716D02*
X016128Y010716D01*
X015488Y012015D02*
X012811Y012015D01*
X012929Y011189D02*
X013007Y011189D01*
X012289Y013324D02*
X012289Y013964D01*
X012289Y014358D01*
X012437Y014604D02*
X012437Y014899D01*
X012535Y014899D01*
X012486Y014850D02*
X011600Y014850D01*
X011600Y015834D01*
X011059Y015637D02*
X010626Y016070D01*
X007811Y016070D01*
X007628Y015887D01*
X007628Y015651D01*
X007254Y015651D01*
X007074Y015830D01*
X007628Y015651D02*
X007628Y014781D01*
X007883Y014781D02*
X007883Y015415D01*
X008007Y015539D01*
X009133Y015539D01*
X009165Y015586D01*
X009267Y015689D01*
X009992Y015689D01*
X009889Y015507D01*
X010232Y014752D02*
X009189Y014752D01*
X009173Y014752D01*
X009165Y014838D01*
X009090Y014850D02*
X009189Y014752D01*
X009090Y014850D02*
X008795Y014850D01*
X008696Y014948D01*
X008696Y015244D01*
X008598Y015342D01*
X008204Y015342D01*
X008139Y015277D01*
X008139Y014781D01*
X008395Y014781D02*
X008439Y014781D01*
X009189Y014032D01*
X010232Y014752D02*
X010252Y014732D01*
X010960Y014732D02*
X011094Y014732D01*
X011078Y014732D01*
X011059Y014752D01*
X011059Y015637D01*
X011649Y014899D02*
X012437Y014899D01*
X012437Y014604D02*
X013421Y014604D01*
X013421Y015588D01*
X012289Y015588D01*
X012943Y015090D02*
X012972Y015090D01*
X013126Y015244D01*
X011944Y014093D02*
X012074Y013964D01*
X012141Y013964D01*
X012289Y013964D01*
X007978Y012101D02*
X007817Y012101D01*
X007883Y012069D02*
X007909Y012094D01*
X008007Y012002D02*
X007719Y012002D01*
X007614Y011799D02*
X007122Y011307D01*
X006354Y011307D01*
X006236Y011307D01*
X005990Y011553D01*
X006039Y011602D02*
X006137Y011700D01*
X006045Y011608D02*
X008007Y011608D01*
X008007Y011707D02*
X007423Y011707D01*
X007456Y011779D02*
X005291Y011779D01*
X005291Y011700D01*
X006039Y011602D02*
X006039Y010913D01*
X006442Y010913D01*
X006442Y011218D01*
X006449Y011237D01*
X006463Y011251D01*
X006482Y011258D01*
X006776Y011258D01*
X006776Y010913D01*
X006876Y010913D01*
X006876Y011258D01*
X007171Y011258D01*
X007189Y011251D01*
X007203Y011237D01*
X007211Y011218D01*
X007211Y010913D01*
X007909Y010913D01*
X007915Y010919D02*
X007211Y010919D01*
X007211Y011017D02*
X008007Y011017D01*
X008007Y011116D02*
X007211Y011116D01*
X007211Y011214D02*
X008007Y011214D01*
X008007Y011313D02*
X006039Y011313D01*
X006039Y011411D02*
X008007Y011411D01*
X007811Y011779D02*
X007456Y011779D01*
X007456Y011228D01*
X006393Y011228D01*
X006442Y011214D02*
X006039Y011214D01*
X006039Y011116D02*
X006442Y011116D01*
X006442Y011017D02*
X006039Y011017D01*
X006039Y010919D02*
X006442Y010919D01*
X006776Y010919D02*
X006876Y010919D01*
X006876Y011017D02*
X006776Y011017D01*
X006776Y011116D02*
X006876Y011116D01*
X006876Y011214D02*
X006776Y011214D01*
X007522Y011805D02*
X008007Y011805D01*
X007628Y012478D02*
X007624Y012478D01*
X007515Y012586D01*
X006925Y012586D01*
X007368Y014063D02*
X007368Y014259D01*
X007466Y014358D01*
X007368Y014456D01*
X007368Y015293D01*
X006876Y014998D02*
X006826Y014948D01*
X006826Y014456D01*
X007466Y014358D02*
X007515Y014309D01*
X007633Y008600D02*
X007633Y004761D01*
X007535Y004663D01*
X007535Y008354D01*
X007486Y008452D02*
X007633Y008600D01*
X007486Y008452D02*
X007486Y004811D01*
D28*
X004538Y007894D02*
X004122Y007470D01*
X004022Y007470D01*
X003974Y007460D01*
X003928Y007442D01*
X003887Y007414D01*
X003853Y007379D01*
X003825Y007338D01*
X003806Y007293D01*
X003797Y007245D01*
X003797Y007139D01*
X003488Y006825D01*
X003419Y006894D01*
X003058Y007102D01*
X002656Y007210D01*
X002240Y007210D01*
X001839Y007102D01*
X001478Y006894D01*
X001184Y006600D01*
X000998Y006278D01*
X000998Y016981D01*
X001184Y016659D01*
X001478Y016365D01*
X001839Y016157D01*
X002240Y016050D01*
X002656Y016050D01*
X003058Y016157D01*
X003419Y016365D01*
X003713Y016659D01*
X003921Y017020D01*
X004028Y017422D01*
X004028Y017838D01*
X003921Y018239D01*
X003713Y018600D01*
X003419Y018894D01*
X003097Y019080D01*
X006584Y019080D01*
X006584Y018669D01*
X007307Y018669D01*
X008029Y018669D01*
X008029Y019080D01*
X008553Y019080D01*
X008526Y019039D01*
X008507Y018994D01*
X008498Y018945D01*
X008498Y018671D01*
X009248Y018671D01*
X009998Y018671D01*
X009998Y018945D01*
X009988Y018994D01*
X009969Y019039D01*
X009942Y019080D01*
X013800Y019080D01*
X013478Y018894D01*
X013184Y018600D01*
X012976Y018239D01*
X012868Y017838D01*
X012868Y017422D01*
X012976Y017020D01*
X013170Y016684D01*
X012614Y016118D01*
X012529Y016324D01*
X012523Y016330D01*
X012473Y016450D01*
X011360Y017564D01*
X011088Y017677D01*
X007943Y017677D01*
X007841Y017719D01*
X006773Y017719D01*
X006659Y017672D01*
X006638Y017652D01*
X006427Y017564D01*
X005718Y016855D01*
X005510Y016647D01*
X005397Y016375D01*
X005397Y016313D01*
X005352Y016294D01*
X005335Y016277D01*
X005316Y016281D01*
X005035Y016281D01*
X004755Y016281D01*
X004706Y016271D01*
X004661Y016253D01*
X004620Y016225D01*
X004585Y016190D01*
X004558Y016150D01*
X004539Y016104D01*
X004529Y016056D01*
X004529Y015736D01*
X005035Y015736D01*
X005035Y016281D01*
X005035Y015736D01*
X005035Y015736D01*
X005035Y015736D01*
X004529Y015736D01*
X004529Y015416D01*
X004539Y015368D01*
X004558Y015322D01*
X004585Y015281D01*
X004620Y015246D01*
X004661Y015219D01*
X004706Y015200D01*
X004755Y015191D01*
X005035Y015191D01*
X005035Y015736D01*
X005035Y015736D01*
X005035Y015191D01*
X005316Y015191D01*
X005335Y015194D01*
X005352Y015178D01*
X005397Y015159D01*
X005397Y012931D01*
X005510Y012659D01*
X006002Y012167D01*
X006030Y012139D01*
X005608Y012139D01*
X004346Y013134D01*
X004346Y013197D01*
X004750Y013197D01*
X004864Y013245D01*
X004951Y013332D01*
X004999Y013446D01*
X004999Y014750D01*
X004951Y014864D01*
X004864Y014951D01*
X004750Y014999D01*
X002462Y014999D01*
X002348Y014951D01*
X002260Y014864D01*
X002213Y014750D01*
X002213Y013446D01*
X002260Y013332D01*
X002348Y013245D01*
X002462Y013197D01*
X002866Y013197D01*
X002866Y012878D01*
X002854Y012835D01*
X002866Y012732D01*
X002866Y012628D01*
X002883Y012587D01*
X002888Y012542D01*
X002939Y012452D01*
X002979Y012356D01*
X003010Y012324D01*
X003032Y012285D01*
X003113Y012221D01*
X003187Y012148D01*
X003228Y012131D01*
X004584Y011062D01*
X002462Y011062D01*
X002348Y011014D01*
X002260Y010927D01*
X002213Y010813D01*
X002213Y009509D01*
X002260Y009395D01*
X002348Y009308D01*
X002462Y009260D01*
X003023Y009260D01*
X003737Y008547D01*
X003737Y008143D01*
X003784Y008029D01*
X003871Y007942D01*
X003985Y007894D01*
X004538Y007894D01*
X004266Y007618D02*
X000998Y007618D01*
X000998Y007119D02*
X001903Y007119D01*
X001205Y006621D02*
X000998Y006621D01*
X000998Y008116D02*
X003748Y008116D01*
X003669Y008615D02*
X000998Y008615D01*
X000998Y009113D02*
X003170Y009113D01*
X002213Y009612D02*
X000998Y009612D01*
X000998Y010110D02*
X002213Y010110D01*
X002213Y010609D02*
X000998Y010609D01*
X000998Y011107D02*
X004526Y011107D01*
X004999Y010730D02*
X005049Y010679D01*
X005090Y010662D01*
X005125Y010634D01*
X005225Y010606D01*
X005321Y010567D01*
X005366Y010567D01*
X005409Y010555D01*
X005512Y010567D01*
X005836Y010567D01*
X005869Y010553D01*
X006182Y010553D01*
X006182Y010438D01*
X006229Y010324D01*
X006316Y010237D01*
X006430Y010190D01*
X006792Y010190D01*
X005891Y009272D01*
X005887Y009277D01*
X005615Y009389D01*
X005289Y009389D01*
X005207Y009471D01*
X005093Y009518D01*
X004999Y009518D01*
X004999Y010730D01*
X004999Y010609D02*
X005217Y010609D01*
X004999Y010110D02*
X006714Y010110D01*
X006225Y009612D02*
X004999Y009612D01*
X003894Y011606D02*
X000998Y011606D01*
X000998Y012104D02*
X003262Y012104D01*
X002876Y012603D02*
X000998Y012603D01*
X000998Y013101D02*
X002866Y013101D01*
X002213Y013600D02*
X000998Y013600D01*
X000998Y014098D02*
X002213Y014098D01*
X002213Y014597D02*
X000998Y014597D01*
X000998Y015095D02*
X005397Y015095D01*
X005397Y014597D02*
X004999Y014597D01*
X004999Y014098D02*
X005397Y014098D01*
X005397Y013600D02*
X004999Y013600D01*
X005397Y013101D02*
X004388Y013101D01*
X005020Y012603D02*
X005567Y012603D01*
X006877Y013388D02*
X006877Y014576D01*
X007074Y014576D01*
X007074Y015082D01*
X007074Y015082D01*
X007074Y014576D01*
X007249Y014576D01*
X007249Y014483D01*
X007296Y014369D01*
X007383Y014282D01*
X007497Y014235D01*
X008476Y014235D01*
X008524Y014188D01*
X008524Y013655D01*
X008571Y013541D01*
X008640Y013472D01*
X008571Y013403D01*
X008524Y013289D01*
X008524Y013159D01*
X008486Y013250D01*
X008376Y013360D01*
X008233Y013419D01*
X008078Y013419D01*
X007934Y013360D01*
X007892Y013317D01*
X007868Y013341D01*
X007754Y013388D01*
X006877Y013388D01*
X006877Y013600D02*
X008547Y013600D01*
X008524Y014098D02*
X006877Y014098D01*
X007074Y014597D02*
X007074Y014597D01*
X005035Y015594D02*
X005035Y015594D01*
X005035Y016092D02*
X005035Y016092D01*
X004536Y016092D02*
X002815Y016092D01*
X002082Y016092D02*
X000998Y016092D01*
X000998Y015594D02*
X004529Y015594D01*
X003644Y016591D02*
X005487Y016591D01*
X005952Y017089D02*
X003939Y017089D01*
X004028Y017588D02*
X006484Y017588D01*
X006716Y017975D02*
X006761Y017956D01*
X006810Y017946D01*
X007307Y017946D01*
X007804Y017946D01*
X007852Y017956D01*
X007898Y017975D01*
X007938Y018002D01*
X007973Y018037D01*
X008001Y018078D01*
X008020Y018124D01*
X008029Y018172D01*
X008029Y018669D01*
X007307Y018669D01*
X007307Y018669D01*
X007307Y017946D01*
X007307Y018669D01*
X007307Y018669D01*
X007307Y018669D01*
X006584Y018669D01*
X006584Y018172D01*
X006594Y018124D01*
X006613Y018078D01*
X006640Y018037D01*
X006675Y018002D01*
X006716Y017975D01*
X006609Y018086D02*
X003962Y018086D01*
X003721Y018585D02*
X006584Y018585D01*
X007307Y018585D02*
X007307Y018585D01*
X007307Y018086D02*
X007307Y018086D01*
X008004Y018086D02*
X012935Y018086D01*
X013175Y018585D02*
X009998Y018585D01*
X009998Y018671D02*
X009998Y018396D01*
X009988Y018348D01*
X009969Y018302D01*
X009942Y018261D01*
X009907Y018227D01*
X009866Y018199D01*
X009821Y018180D01*
X009772Y018171D01*
X009248Y018171D01*
X009248Y018671D01*
X009248Y018671D01*
X009998Y018671D01*
X009248Y018671D02*
X009248Y018671D01*
X009248Y018671D01*
X009248Y018171D01*
X008723Y018171D01*
X008675Y018180D01*
X008629Y018199D01*
X008588Y018227D01*
X008553Y018261D01*
X008526Y018302D01*
X008507Y018348D01*
X008498Y018396D01*
X008498Y018671D01*
X009248Y018671D01*
X009248Y018585D02*
X009248Y018585D01*
X008498Y018585D02*
X008029Y018585D01*
X011303Y017588D02*
X012868Y017588D01*
X012958Y017089D02*
X011835Y017089D01*
X012333Y016591D02*
X013078Y016591D01*
X011944Y014093D02*
X011835Y013984D01*
X011094Y013984D01*
X010252Y013984D01*
X009895Y013418D02*
X009781Y013465D01*
X009755Y013490D01*
X009737Y013472D01*
X009806Y013403D01*
X009848Y013302D01*
X009963Y013418D01*
X009895Y013418D01*
X003777Y007119D02*
X002994Y007119D01*
X001253Y016591D02*
X000998Y016591D01*
D29*
X008106Y013866D02*
X008139Y013832D01*
X011698Y013847D02*
X011944Y014093D01*
X012141Y013964D02*
X012141Y013275D01*
X011698Y013817D02*
X011698Y013847D01*
D30*
X009681Y013472D02*
X009189Y013472D01*
X008795Y013472D01*
X008401Y013472D01*
X008106Y013472D01*
X008007Y013570D01*
D31*
X008007Y013472D03*
X008007Y013866D03*
X007614Y013866D03*
X007614Y013472D03*
X007220Y013472D03*
X007220Y013866D03*
X007220Y014259D03*
X008007Y013078D03*
X008401Y013078D03*
X008401Y013472D03*
X008401Y013866D03*
X008795Y013472D03*
X009189Y013472D03*
D32*
X010527Y011622D02*
X011511Y011622D01*
X011511Y011543D01*
X013322Y011543D01*
X013322Y011031D01*
X011078Y011031D01*
X011078Y010992D01*
X013283Y010992D01*
X013283Y010716D01*
X011315Y010716D01*
X011315Y010756D01*
X011511Y010756D01*
X011511Y010480D01*
X012220Y010480D01*
X012220Y010441D01*
X012141Y010441D01*
X012141Y010244D01*
X011511Y010244D01*
X011511Y010322D01*
X006925Y012586D02*
X006826Y012488D01*
X006826Y012468D01*
X005842Y015736D02*
X006137Y016031D01*
X005842Y015736D02*
X005783Y015736D01*
X009248Y017046D02*
X009591Y017046D01*
X009700Y016937D01*
X009878Y016937D02*
X009952Y016862D01*
X009992Y016437D01*
D33*
X010488Y017803D03*
X010488Y018393D03*
X011078Y018393D03*
X011078Y017803D03*
X011669Y017803D03*
X011669Y018393D03*
X011669Y018984D03*
X011078Y018984D03*
X010488Y018984D03*
X012299Y017803D03*
X012850Y016622D03*
X014031Y016031D03*
X014622Y016031D03*
X015212Y016031D03*
X015803Y015441D03*
X015803Y014850D03*
X015803Y014259D03*
X015212Y014259D03*
X014622Y014259D03*
X014031Y014259D03*
X011078Y011897D03*
X010488Y011897D03*
X009897Y012488D03*
X009897Y010126D03*
X009897Y009535D03*
X009897Y008944D03*
X009897Y008354D03*
X009897Y008354D03*
X009897Y007763D03*
X009897Y007173D03*
X010488Y007173D03*
X011078Y007173D03*
X011078Y006622D03*
X011078Y006110D03*
X011078Y005598D03*
X011078Y004811D03*
X010488Y004811D03*
X009897Y004811D03*
X009897Y004220D03*
X009307Y004220D03*
X008716Y004220D03*
X008126Y004220D03*
X007535Y004220D03*
X006944Y004220D03*
X006354Y004220D03*
X005763Y004220D03*
X005173Y004220D03*
X004582Y004220D03*
X004582Y004811D03*
X003992Y004811D03*
X003401Y007173D03*
X003401Y007763D03*
X002811Y007763D03*
X002220Y007763D03*
X001630Y007763D03*
X001630Y008354D03*
X002220Y008354D03*
X002811Y008354D03*
X003401Y008354D03*
X004740Y007763D03*
X005370Y009633D03*
X005370Y010224D03*
X006059Y010224D03*
X006059Y009633D03*
X006944Y009535D03*
X006944Y008944D03*
X007929Y008748D03*
X007929Y009240D03*
X008519Y009240D03*
X008519Y008748D03*
X009110Y008748D03*
X009110Y009240D03*
X010488Y009535D03*
X010488Y010126D03*
X011078Y010126D03*
X011078Y009535D03*
X011078Y008944D03*
X010488Y008944D03*
X010488Y008354D03*
X011039Y008354D03*
X010488Y007763D03*
X011669Y008944D03*
X011669Y009535D03*
X012259Y009535D03*
X012850Y009535D03*
X013441Y009535D03*
X014031Y009535D03*
X014543Y009535D03*
X015055Y009535D03*
X015567Y009535D03*
X010488Y004220D03*
X003716Y011346D03*
X005094Y012960D03*
X005173Y014181D03*
X003992Y015441D03*
X003992Y016031D03*
X003992Y016622D03*
X004582Y016622D03*
X005173Y016622D03*
X005173Y017803D03*
X005173Y018393D03*
X005763Y018393D03*
X005763Y017803D03*
X006354Y017803D03*
X006354Y018393D03*
X006354Y018984D03*
X005763Y018984D03*
X005173Y018984D03*
X003401Y015441D03*
X002811Y015441D03*
X002220Y015441D03*
X001630Y015441D03*
X001630Y014850D03*
X001630Y014259D03*
X001630Y013669D03*
X001630Y013078D03*
X001630Y012488D03*
X001630Y011897D03*
X001630Y011307D03*
X001630Y010716D03*
X001630Y010126D03*
X001630Y009535D03*
X001630Y008944D03*
X001039Y008944D03*
X001039Y008354D03*
X001039Y007763D03*
X001039Y009535D03*
X001039Y010126D03*
X001039Y010716D03*
X001039Y011307D03*
X001039Y011897D03*
X001039Y012488D03*
X001039Y013078D03*
X001039Y013669D03*
X001039Y014259D03*
X001039Y014850D03*
X001039Y015441D03*
D34*
X010811Y013065D02*
X011716Y013078D01*
X011716Y013799D01*
X011698Y013817D01*
X011944Y015213D02*
X011944Y015244D01*
X012789Y015244D01*
X012943Y015090D01*
X011944Y015244D02*
X011944Y015933D01*
X011846Y016031D01*
D35*
X011716Y013078D02*
X011820Y012974D01*
X012448Y012960D01*
X014417Y012960D01*
M02*
/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V2.gpi
0,0 → 1,62
Generated by EAGLE CAM Processor 6.1.0
 
Photoplotter Info File: D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V2.gpi
 
Date : 22.4.2013 22:03:03
Plotfile : D:/Honza/MLAB/Modules/PowerSupply/SOLARMINI01A/CAM_PROFI/V2.PHO
Apertures : generated:
Device : Gerber RS-274-X photoplotter, coordinate format 2.4 inch
 
Parameter settings:
 
Emulate Apertures : no
Tolerance Draw + : 0.00 %
Tolerance Draw - : 0.00 %
Tolerance Flash + : 0.00 %
Tolerance Flash - : 0.00 %
Rotate : no
Mirror : no
Optimize : yes
Auto fit : yes
OffsetX : 0inch
OffsetY : 0inch
 
Plotfile Info:
 
Coordinate Format : 2.4
Coordinate Units : Inch
Data Mode : Absolute
Zero Suppression : None
End Of Block : *
 
Apertures used:
 
Code Shape Size used
 
D10 rectangle 0.1083inch x 0.0886inch 1
D11 draw 0.0040inch 49
D12 rectangle 0.0138inch x 0.0472inch 8
D13 rectangle 0.0984inch x 0.1004inch 4
D14 rectangle 0.0512inch x 0.0591inch 8
D15 rectangle 0.0591inch x 0.0512inch 10
D16 rectangle 0.1004inch x 0.0984inch 2
D17 square 0.0945inch 2
D18 rectangle 0.2165inch x 0.1181inch 2
D19 square 0.1500inch 8
D20 round 0.2540inch 4
D21 rectangle 0.0710inch x 0.0630inch 4
D22 rectangle 0.0669inch x 0.0709inch 2
D23 rectangle 0.1000inch x 0.0500inch 2
D24 square 0.0650inch 1
D25 draw 0.0860inch 24
D26 draw 0.0160inch 1367
D27 draw 0.0100inch 420
D28 draw 0.0500inch 324
D29 draw 0.0240inch 4
D30 draw 0.0400inch 5
D31 round 0.0278inch 13
D32 draw 0.0320inch 26
D33 round 0.0357inch 137
D34 draw 0.0760inch 8
D35 draw 0.1000inch 3
 
/Modules/PowerSupply/SOLARMINI01A/SCH_PCB/eagle.epf
File deleted
/Modules/PowerSupply/SOLARMINI01A/SCH_PCB/untitled.brd
14,12 → 14,12
<layer number="18" name="Vias" color="2" fill="1" visible="no" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="no" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="no" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="no" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="no" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="no" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="no" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="no" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="no" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="no" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
45,7 → 45,7
<layer number="49" name="Reference" color="7" fill="1" visible="no" active="yes"/>
<layer number="50" name="dxf" color="7" fill="1" visible="no" active="no"/>
<layer number="51" name="tDocu" color="7" fill="1" visible="no" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="no" active="yes"/>
<layer number="53" name="tPadExt" color="7" fill="1" visible="no" active="no"/>
<layer number="54" name="bPadExt" color="1" fill="1" visible="no" active="no"/>
<layer number="56" name="wert" color="7" fill="1" visible="no" active="no"/>
86,7 → 86,7
<text x="17.5" y="36.2" size="1.778" layer="21">MLAB</text>
<text x="7.1" y="26.9" size="1.4224" layer="21">JACHO</text>
<text x="8.1" y="24.8" size="1.4224" layer="21">2013</text>
<text x="10.6" y="19.3" size="1.778" layer="21">0.3 - 5.5 V</text>
<text x="10.6" y="19.3" size="1.778" layer="21" font="vector">0.3 - 5.5 V</text>
<text x="19.7" y="28.3" size="1.27" layer="21">XSHUT</text>
<text x="32.4" y="10.8" size="1.27" layer="16" rot="MR180">MLAB</text>
<text x="30.9" y="9.6" size="1.27" layer="16" rot="MR270">JACHO</text>
/Modules/PowerSupply/SOLARMINI01A/SCH_PCB/untitled.sch
699,10 → 699,10
<sheets>
<sheet>
<plain>
<text x="16.51" y="36.83" size="1.778" layer="91">VCTRL</text>
<text x="55.88" y="25.4" size="1.778" layer="91">VCTRL</text>
<text x="-72.39" y="43.18" size="2.54" layer="91">IN</text>
<text x="85.09" y="27.94" size="2.54" layer="91">OUT</text>
<text x="16.51" y="33.02" size="1.778" layer="91">VCTRL</text>
<text x="41.91" y="25.4" size="1.778" layer="91">VCTRL</text>
<text x="-67.31" y="43.18" size="2.54" layer="91">IN</text>
<text x="67.31" y="27.94" size="2.54" layer="91">OUT</text>
</plain>
<instances>
<instance part="X1" gate="G$1" x="-5.08" y="45.72" smashed="yes">
711,42 → 711,42
</instance>
<instance part="C1" gate="G$1" x="-55.88" y="46.99" rot="R270"/>
<instance part="C2" gate="G$1" x="-29.21" y="36.83"/>
<instance part="C3" gate="G$1" x="30.48" y="41.91"/>
<instance part="C4" gate="G$1" x="49.53" y="25.4" rot="R270"/>
<instance part="C5" gate="G$1" x="77.47" y="25.4" rot="R270"/>
<instance part="C3" gate="G$1" x="20.32" y="41.91"/>
<instance part="C4" gate="G$1" x="36.83" y="25.4" rot="R270"/>
<instance part="C5" gate="G$1" x="58.42" y="26.67" rot="R270"/>
<instance part="R1" gate="G$1" x="-35.56" y="50.8" rot="R90"/>
<instance part="R2" gate="G$1" x="-35.56" y="38.1" rot="R90"/>
<instance part="R4" gate="G$1" x="43.18" y="50.8"/>
<instance part="R5" gate="G$1" x="43.18" y="38.1"/>
<instance part="R7" gate="G$1" x="68.58" y="30.48" rot="R90"/>
<instance part="R8" gate="G$1" x="68.58" y="17.78" rot="R90"/>
<instance part="D1" gate="G$1" x="39.37" y="25.4" smashed="yes" rot="R90">
<attribute name="VALUE" x="42.545" y="17.7799" size="1.6764" layer="96" rot="MR90"/>
<attribute name="NAME" x="37.465" y="24.13" size="1.6764" layer="95" rot="R90"/>
<instance part="R4" gate="G$1" x="30.48" y="50.8"/>
<instance part="R5" gate="G$1" x="30.48" y="38.1"/>
<instance part="R7" gate="G$1" x="53.34" y="30.48" rot="R90"/>
<instance part="R8" gate="G$1" x="53.34" y="17.78" rot="R90"/>
<instance part="D1" gate="G$1" x="26.67" y="25.4" smashed="yes" rot="R90">
<attribute name="VALUE" x="29.845" y="17.7799" size="1.6764" layer="96" rot="MR90"/>
<attribute name="NAME" x="24.765" y="24.13" size="1.6764" layer="95" rot="R90"/>
</instance>
<instance part="L1" gate="G$1" x="-45.72" y="58.42"/>
<instance part="SV1" gate="G$1" x="-71.12" y="58.42"/>
<instance part="SV2" gate="G$1" x="-71.12" y="33.02"/>
<instance part="SV3" gate="G$1" x="91.44" y="35.56" rot="R180"/>
<instance part="SV4" gate="G$1" x="91.44" y="22.86" rot="R180"/>
<instance part="SV1" gate="G$1" x="-66.04" y="58.42"/>
<instance part="SV2" gate="G$1" x="-66.04" y="33.02"/>
<instance part="SV3" gate="G$1" x="72.39" y="35.56" rot="R180"/>
<instance part="SV4" gate="G$1" x="72.39" y="22.86" rot="R180"/>
<instance part="GND1" gate="G$1" x="-17.78" y="45.72"/>
<instance part="GND2" gate="G$1" x="-44.45" y="29.21"/>
<instance part="GND3" gate="G$1" x="39.37" y="19.05"/>
<instance part="GND4" gate="G$1" x="49.53" y="19.05"/>
<instance part="GND5" gate="G$1" x="68.58" y="10.16"/>
<instance part="GND6" gate="G$1" x="77.47" y="17.78"/>
<instance part="GND7" gate="G$1" x="82.55" y="17.78"/>
<instance part="GND3" gate="G$1" x="26.67" y="16.51"/>
<instance part="GND4" gate="G$1" x="36.83" y="16.51"/>
<instance part="GND5" gate="G$1" x="53.34" y="11.43"/>
<instance part="GND6" gate="G$1" x="58.42" y="11.43"/>
<instance part="GND7" gate="G$1" x="63.5" y="11.43"/>
<instance part="X2" gate="P4" x="-11.43" y="19.05"/>
<instance part="X3" gate="P4" x="-11.43" y="11.43"/>
<instance part="X4" gate="P4" x="-25.4" y="19.05"/>
<instance part="X5" gate="P4" x="-25.4" y="11.43"/>
<instance part="R6" gate="G$1" x="55.88" y="35.56"/>
<instance part="R6" gate="G$1" x="43.18" y="35.56"/>
<instance part="R3" gate="G$1" x="0" y="60.96"/>
<instance part="D2" gate="G$1" x="-20.32" y="35.56" rot="R270"/>
<instance part="C6" gate="G$1" x="5.08" y="22.86"/>
<instance part="C7" gate="G$1" x="17.78" y="22.86" rot="R270"/>
<instance part="GND9" gate="G$1" x="5.08" y="16.51"/>
<instance part="GND10" gate="G$1" x="17.78" y="16.51"/>
<instance part="C6" gate="G$1" x="-2.54" y="20.32"/>
<instance part="C7" gate="G$1" x="10.16" y="22.86" rot="R270"/>
<instance part="GND9" gate="G$1" x="-2.54" y="16.51"/>
<instance part="GND10" gate="G$1" x="10.16" y="16.51"/>
<instance part="SV5" gate="G$1" x="17.78" y="60.96" rot="R180"/>
</instances>
<busses>
756,7 → 756,7
<segment>
<pinref part="SV1" gate="G$1" pin="P$1"/>
<pinref part="L1" gate="G$1" pin="1"/>
<wire x1="-63.5" y1="58.42" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="58.42" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-55.88" y1="58.42" x2="-53.34" y2="58.42" width="0.1524" layer="91"/>
<wire x1="-55.88" y1="50.8" x2="-55.88" y2="58.42" width="0.1524" layer="91"/>
<pinref part="C1" gate="G$1" pin="C_EL+"/>
790,7 → 790,7
<wire x1="-44.45" y1="29.21" x2="-44.45" y2="33.02" width="0.1524" layer="91"/>
<pinref part="SV2" gate="G$1" pin="P$1"/>
<pinref part="R2" gate="G$1" pin="1"/>
<wire x1="-63.5" y1="33.02" x2="-55.88" y2="33.02" width="0.1524" layer="91"/>
<wire x1="-58.42" y1="33.02" x2="-55.88" y2="33.02" width="0.1524" layer="91"/>
<pinref part="C1" gate="G$1" pin="C_EL-"/>
<wire x1="-55.88" y1="33.02" x2="-44.45" y2="33.02" width="0.1524" layer="91"/>
<wire x1="-44.45" y1="33.02" x2="-35.56" y2="33.02" width="0.1524" layer="91"/>
810,38 → 810,38
<segment>
<pinref part="D1" gate="G$1" pin="A"/>
<pinref part="GND3" gate="G$1" pin="GND"/>
<wire x1="39.37" y1="19.05" x2="39.37" y2="21.59" width="0.1524" layer="91"/>
<wire x1="26.67" y1="16.51" x2="26.67" y2="21.59" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C4" gate="G$1" pin="C_EL-"/>
<pinref part="GND4" gate="G$1" pin="GND"/>
<wire x1="49.53" y1="19.05" x2="49.53" y2="21.59" width="0.1524" layer="91"/>
<wire x1="36.83" y1="16.51" x2="36.83" y2="21.59" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="R8" gate="G$1" pin="1"/>
<pinref part="GND5" gate="G$1" pin="GND"/>
<wire x1="68.58" y1="10.16" x2="68.58" y2="12.7" width="0.1524" layer="91"/>
<wire x1="53.34" y1="11.43" x2="53.34" y2="12.7" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C5" gate="G$1" pin="C_EL-"/>
<pinref part="GND6" gate="G$1" pin="GND"/>
<wire x1="77.47" y1="17.78" x2="77.47" y2="21.59" width="0.1524" layer="91"/>
<wire x1="58.42" y1="11.43" x2="58.42" y2="22.86" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="SV4" gate="G$1" pin="P$1"/>
<pinref part="GND7" gate="G$1" pin="GND"/>
<wire x1="83.82" y1="22.86" x2="82.55" y2="22.86" width="0.1524" layer="91"/>
<wire x1="82.55" y1="22.86" x2="82.55" y2="17.78" width="0.1524" layer="91"/>
<wire x1="64.77" y1="22.86" x2="63.5" y2="22.86" width="0.1524" layer="91"/>
<wire x1="63.5" y1="22.86" x2="63.5" y2="11.43" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C6" gate="G$1" pin="2"/>
<pinref part="GND9" gate="G$1" pin="GND"/>
<wire x1="5.08" y1="16.51" x2="5.08" y2="20.32" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="16.51" x2="-2.54" y2="17.78" width="0.1524" layer="91"/>
</segment>
<segment>
<pinref part="C7" gate="G$1" pin="C_EL-"/>
<pinref part="GND10" gate="G$1" pin="GND"/>
<wire x1="17.78" y1="16.51" x2="17.78" y2="19.05" width="0.1524" layer="91"/>
<wire x1="10.16" y1="16.51" x2="10.16" y2="19.05" width="0.1524" layer="91"/>
</segment>
</net>
<net name="N$6" class="0">
878,11 → 878,11
<wire x1="15.24" y1="45.72" x2="16.51" y2="45.72" width="0.1524" layer="91"/>
<wire x1="16.51" y1="45.72" x2="16.51" y2="46.99" width="0.1524" layer="91"/>
<pinref part="C3" gate="G$1" pin="1"/>
<wire x1="16.51" y1="46.99" x2="30.48" y2="46.99" width="0.1524" layer="91"/>
<wire x1="30.48" y1="46.99" x2="30.48" y2="50.8" width="0.1524" layer="91"/>
<wire x1="16.51" y1="46.99" x2="20.32" y2="46.99" width="0.1524" layer="91"/>
<wire x1="20.32" y1="46.99" x2="20.32" y2="50.8" width="0.1524" layer="91"/>
<pinref part="R4" gate="G$1" pin="1"/>
<wire x1="30.48" y1="50.8" x2="38.1" y2="50.8" width="0.1524" layer="91"/>
<junction x="30.48" y="46.99"/>
<wire x1="20.32" y1="50.8" x2="25.4" y2="50.8" width="0.1524" layer="91"/>
<junction x="20.32" y="46.99"/>
</segment>
</net>
<net name="N$5" class="0">
889,51 → 889,51
<segment>
<pinref part="X1" gate="G$1" pin="VOUT"/>
<wire x1="-15.24" y1="35.56" x2="-15.24" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-15.24" y1="30.48" x2="5.08" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-15.24" y1="30.48" x2="-2.54" y2="30.48" width="0.1524" layer="91"/>
<pinref part="D1" gate="G$1" pin="K"/>
<wire x1="5.08" y1="30.48" x2="17.78" y2="30.48" width="0.1524" layer="91"/>
<wire x1="17.78" y1="30.48" x2="39.37" y2="30.48" width="0.1524" layer="91"/>
<wire x1="39.37" y1="29.21" x2="39.37" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="30.48" x2="10.16" y2="30.48" width="0.1524" layer="91"/>
<wire x1="10.16" y1="30.48" x2="26.67" y2="30.48" width="0.1524" layer="91"/>
<wire x1="26.67" y1="29.21" x2="26.67" y2="30.48" width="0.1524" layer="91"/>
<pinref part="C4" gate="G$1" pin="C_EL+"/>
<wire x1="39.37" y1="30.48" x2="39.37" y2="34.29" width="0.1524" layer="91"/>
<wire x1="49.53" y1="29.21" x2="49.53" y2="34.29" width="0.1524" layer="91"/>
<wire x1="26.67" y1="30.48" x2="26.67" y2="34.29" width="0.1524" layer="91"/>
<wire x1="36.83" y1="29.21" x2="36.83" y2="34.29" width="0.1524" layer="91"/>
<pinref part="R5" gate="G$1" pin="2"/>
<wire x1="49.53" y1="34.29" x2="49.53" y2="35.56" width="0.1524" layer="91"/>
<wire x1="49.53" y1="35.56" x2="49.53" y2="38.1" width="0.1524" layer="91"/>
<wire x1="48.26" y1="38.1" x2="49.53" y2="38.1" width="0.1524" layer="91"/>
<wire x1="49.53" y1="35.56" x2="50.8" y2="35.56" width="0.1524" layer="91"/>
<wire x1="39.37" y1="34.29" x2="49.53" y2="34.29" width="0.1524" layer="91"/>
<junction x="39.37" y="30.48"/>
<junction x="49.53" y="34.29"/>
<junction x="49.53" y="35.56"/>
<wire x1="36.83" y1="34.29" x2="36.83" y2="35.56" width="0.1524" layer="91"/>
<wire x1="36.83" y1="35.56" x2="36.83" y2="38.1" width="0.1524" layer="91"/>
<wire x1="35.56" y1="38.1" x2="36.83" y2="38.1" width="0.1524" layer="91"/>
<wire x1="36.83" y1="35.56" x2="38.1" y2="35.56" width="0.1524" layer="91"/>
<wire x1="26.67" y1="34.29" x2="36.83" y2="34.29" width="0.1524" layer="91"/>
<junction x="26.67" y="30.48"/>
<junction x="36.83" y="34.29"/>
<junction x="36.83" y="35.56"/>
<pinref part="R6" gate="G$1" pin="1"/>
<pinref part="D2" gate="G$1" pin="K"/>
<wire x1="-20.32" y1="30.48" x2="-15.24" y2="30.48" width="0.1524" layer="91"/>
<junction x="-15.24" y="30.48"/>
<pinref part="C6" gate="G$1" pin="1"/>
<wire x1="5.08" y1="27.94" x2="5.08" y2="30.48" width="0.1524" layer="91"/>
<wire x1="-2.54" y1="25.4" x2="-2.54" y2="30.48" width="0.1524" layer="91"/>
<pinref part="C7" gate="G$1" pin="C_EL+"/>
<wire x1="17.78" y1="26.67" x2="17.78" y2="30.48" width="0.1524" layer="91"/>
<junction x="5.08" y="30.48"/>
<junction x="17.78" y="30.48"/>
<wire x1="10.16" y1="26.67" x2="10.16" y2="30.48" width="0.1524" layer="91"/>
<junction x="-2.54" y="30.48"/>
<junction x="10.16" y="30.48"/>
</segment>
</net>
<net name="N$8" class="0">
<segment>
<pinref part="R4" gate="G$1" pin="2"/>
<wire x1="48.26" y1="50.8" x2="60.96" y2="50.8" width="0.1524" layer="91"/>
<wire x1="60.96" y1="50.8" x2="60.96" y2="35.56" width="0.1524" layer="91"/>
<wire x1="35.56" y1="50.8" x2="48.26" y2="50.8" width="0.1524" layer="91"/>
<wire x1="48.26" y1="50.8" x2="48.26" y2="35.56" width="0.1524" layer="91"/>
<pinref part="R7" gate="G$1" pin="2"/>
<wire x1="60.96" y1="35.56" x2="68.58" y2="35.56" width="0.1524" layer="91"/>
<wire x1="48.26" y1="35.56" x2="53.34" y2="35.56" width="0.1524" layer="91"/>
<pinref part="C5" gate="G$1" pin="C_EL+"/>
<wire x1="68.58" y1="35.56" x2="77.47" y2="35.56" width="0.1524" layer="91"/>
<wire x1="77.47" y1="35.56" x2="77.47" y2="29.21" width="0.1524" layer="91"/>
<wire x1="53.34" y1="35.56" x2="58.42" y2="35.56" width="0.1524" layer="91"/>
<wire x1="58.42" y1="35.56" x2="58.42" y2="30.48" width="0.1524" layer="91"/>
<pinref part="SV3" gate="G$1" pin="P$1"/>
<wire x1="83.82" y1="35.56" x2="77.47" y2="35.56" width="0.1524" layer="91"/>
<junction x="68.58" y="35.56"/>
<junction x="77.47" y="35.56"/>
<wire x1="64.77" y1="35.56" x2="58.42" y2="35.56" width="0.1524" layer="91"/>
<junction x="53.34" y="35.56"/>
<junction x="58.42" y="35.56"/>
<pinref part="R6" gate="G$1" pin="2"/>
<junction x="60.96" y="35.56"/>
<junction x="48.26" y="35.56"/>
</segment>
</net>
<net name="VCTRL" class="0">
944,10 → 944,10
<segment>
<pinref part="R7" gate="G$1" pin="1"/>
<pinref part="R8" gate="G$1" pin="2"/>
<wire x1="68.58" y1="25.4" x2="68.58" y2="24.13" width="0.1524" layer="91"/>
<wire x1="68.58" y1="24.13" x2="68.58" y2="22.86" width="0.1524" layer="91"/>
<wire x1="68.58" y1="24.13" x2="58.42" y2="24.13" width="0.1524" layer="91"/>
<junction x="68.58" y="24.13"/>
<wire x1="53.34" y1="25.4" x2="53.34" y2="24.13" width="0.1524" layer="91"/>
<wire x1="53.34" y1="24.13" x2="53.34" y2="22.86" width="0.1524" layer="91"/>
<wire x1="53.34" y1="24.13" x2="41.91" y2="24.13" width="0.1524" layer="91"/>
<junction x="53.34" y="24.13"/>
</segment>
</net>
<net name="N$9" class="0">
956,11 → 956,11
<pinref part="X1" gate="G$1" pin="ICTRL-"/>
<wire x1="15.24" y1="40.64" x2="16.51" y2="40.64" width="0.1524" layer="91"/>
<wire x1="16.51" y1="40.64" x2="16.51" y2="39.37" width="0.1524" layer="91"/>
<wire x1="16.51" y1="39.37" x2="30.48" y2="39.37" width="0.1524" layer="91"/>
<wire x1="30.48" y1="39.37" x2="30.48" y2="38.1" width="0.1524" layer="91"/>
<wire x1="16.51" y1="39.37" x2="20.32" y2="39.37" width="0.1524" layer="91"/>
<wire x1="20.32" y1="39.37" x2="20.32" y2="38.1" width="0.1524" layer="91"/>
<pinref part="R5" gate="G$1" pin="1"/>
<wire x1="30.48" y1="38.1" x2="38.1" y2="38.1" width="0.1524" layer="91"/>
<junction x="30.48" y="39.37"/>
<wire x1="20.32" y1="38.1" x2="25.4" y2="38.1" width="0.1524" layer="91"/>
<junction x="20.32" y="39.37"/>
</segment>
</net>
</nets>
/Modules/Sensors/ALTIMET01A/SCH_PCB/untitled.brd
1540,10 → 1540,10
<attribute name="VALUE" x="6.01" y="9.58" size="1.27" layer="28" rot="MR0"/>
</element>
<element name="SV3" library="moje_hrebinky" package="SMD_MA05-1" value="" x="13.81" y="24.41" smashed="yes" rot="MR0"/>
<element name="X2" library="moje" package="SROUB3M" value="" x="5.08" y="5.08"/>
<element name="X3" library="moje" package="SROUB3M" value="" x="15.24" y="5.08"/>
<element name="X4" library="moje" package="SROUB3M" value="" x="5.08" y="35.56" rot="R180"/>
<element name="X5" library="moje" package="SROUB3M" value="" x="15.24" y="35.56"/>
<element name="X2" library="moje" package="SROUB3M" value="SROUB3M" x="5.08" y="5.08"/>
<element name="X3" library="moje" package="SROUB3M" value="SROUB3M" x="15.24" y="5.08"/>
<element name="X4" library="moje" package="SROUB3M" value="SROUB3M" x="5.08" y="35.56" rot="R180"/>
<element name="X5" library="moje" package="SROUB3M" value="SROUB3M" x="15.24" y="35.56"/>
<element name="SV1" library="moje_hrebinky" package="MA05-2" value="" x="6.75" y="24.5" smashed="yes" rot="R270">
<attribute name="OC_NEWARK" value="unknown" x="6.75" y="24.5" size="1.778" layer="27" rot="R270" display="off"/>
<attribute name="MPN" value="" x="6.75" y="24.5" size="1.778" layer="27" rot="R270" display="off"/>
1559,7 → 1559,6
<signal name="VCC">
<contactref element="C1" pad="1"/>
<contactref element="C2" pad="1"/>
<contactref element="X1" pad="VDD"/>
<wire x1="3.54" y1="16.25" x2="3.59" y2="16.7" width="0.4064" layer="16"/>
<contactref element="SV1" pad="6"/>
<contactref element="SV1" pad="5"/>
1573,7 → 1572,6
<wire x1="3.5" y1="16.75" x2="3.25" y2="16.5" width="0.4064" layer="16"/>
<wire x1="3.54" y1="16.25" x2="3.5" y2="16.25" width="0.4064" layer="16"/>
<wire x1="3.5" y1="16.25" x2="3.25" y2="16.5" width="0.4064" layer="16"/>
<wire x1="8.69" y1="12.385" x2="8.69" y2="12.19" width="0.4064" layer="16"/>
<wire x1="2.75" y1="10.75" x2="2.25" y2="11.25" width="0.4064" layer="16"/>
<wire x1="2.25" y1="11.25" x2="2.25" y2="16.5" width="0.4064" layer="16"/>
<wire x1="2.25" y1="16.5" x2="2.5" y2="16.75" width="0.4064" layer="16"/>
1591,9 → 1589,10
<wire x1="8.5" y1="17.75" x2="7.75" y2="17" width="0.4064" layer="16"/>
<wire x1="7.75" y1="17" x2="6.3" y2="17" width="0.4064" layer="16"/>
<wire x1="6.3" y1="17" x2="6" y2="16.7" width="0.4064" layer="16"/>
<wire x1="8.69" y1="12.385" x2="8.69" y2="11.44" width="0.4064" layer="16"/>
<wire x1="8.69" y1="11.44" x2="8" y2="10.75" width="0.4064" layer="16"/>
<wire x1="8" y1="10.75" x2="2.75" y2="10.75" width="0.4064" layer="16"/>
<contactref element="X1" pad="VDD"/>
<wire x1="8.69" y1="11.44" x2="8.69" y2="12.385" width="0" layer="19" extent="16-16"/>
</signal>
<signal name="N$3">
<contactref element="X1" pad="CAP"/>
/Modules/Sensors/ALTIMET01A/SCH_PCB/untitled.sch
6,7 → 6,7
<setting alwaysvectorfont="no"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="no" active="no"/>
3804,18 → 3804,20
<symbols>
<symbol name="SROUB">
<circle x="0" y="0" radius="2" width="0.254" layer="94"/>
<pin name="P$1" x="-7" y="0" length="middle" direction="pas"/>
<wire x1="-2.54" y1="0" x2="-2.032" y2="0" width="0.1778" layer="94"/>
<text x="-2.54" y="2.54" size="1.778" layer="95">&gt;name</text>
<pin name="P$1" x="-7.62" y="0" visible="off" length="middle"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="SROUB3M" prefix="X" uservalue="yes">
<deviceset name="SROUB3M" prefix="X">
<gates>
<gate name="G$1" symbol="SROUB" x="0" y="0"/>
<gate name="P4" symbol="SROUB" x="0" y="0"/>
</gates>
<devices>
<device name="" package="SROUB3M">
<connects>
<connect gate="G$1" pin="P$1" pad="P$1"/>
<connect gate="P4" pin="P$1" pad="P$1"/>
</connects>
<technologies>
<technology name=""/>
3869,6 → 3871,7
<text x="-101.6" y="-99.06" size="1.778" layer="91">VCC</text>
<text x="-101.6" y="-104.14" size="1.778" layer="91">SDA</text>
<text x="-101.6" y="-109.22" size="1.778" layer="91">GND</text>
<text x="-63.5" y="-78.74" size="1.778" layer="95">X5</text>
</plain>
<instances>
<instance part="X1" gate="G$1" x="-86.36" y="-53.34"/>
3886,11 → 3889,13
</instance>
<instance part="NAP1" gate="V+" x="-121.92" y="-30.48"/>
<instance part="GND1" gate="ZEM" x="-121.92" y="-68.58"/>
<instance part="SV3" gate="G$1" x="-114.3" y="-109.22" rot="R180"/>
<instance part="X2" gate="G$1" x="-45.72" y="-88.9"/>
<instance part="X3" gate="G$1" x="-45.72" y="-81.28"/>
<instance part="X4" gate="G$1" x="-60.96" y="-88.9"/>
<instance part="X5" gate="G$1" x="-60.96" y="-81.28"/>
<instance part="SV3" gate="G$1" x="-114.3" y="-109.22" smashed="yes" rot="R180">
<attribute name="NAME" x="-114.3" y="-113.03" size="1.4224" layer="95" rot="R180"/>
</instance>
<instance part="X2" gate="P4" x="-45.72" y="-88.9"/>
<instance part="X3" gate="P4" x="-45.72" y="-81.28"/>
<instance part="X4" gate="P4" x="-60.96" y="-88.9"/>
<instance part="X5" gate="P4" x="-60.96" y="-81.28" smashed="yes"/>
<instance part="SV1" gate="-1" x="-88.9" y="-81.28" rot="R180"/>
<instance part="SV1" gate="-2" x="-88.9" y="-88.9" rot="R180"/>
<instance part="SV1" gate="-3" x="-88.9" y="-96.52" rot="R180"/>
3914,11 → 3919,12
<pinref part="C2" gate="G$1" pin="1"/>
<wire x1="-121.92" y1="-35.56" x2="-109.22" y2="-35.56" width="0.1524" layer="91"/>
<wire x1="-109.22" y1="-35.56" x2="-109.22" y2="-38.1" width="0.1524" layer="91"/>
<wire x1="-109.22" y1="-35.56" x2="-101.6" y2="-35.56" width="0.1524" layer="91"/>
<pinref part="X1" gate="G$1" pin="VDD"/>
<wire x1="-101.6" y1="-35.56" x2="-101.6" y2="-45.72" width="0.1524" layer="91"/>
<wire x1="-109.22" y1="-35.56" x2="-104.14" y2="-35.56" width="0.1524" layer="91"/>
<junction x="-121.92" y="-35.56"/>
<junction x="-109.22" y="-35.56"/>
<pinref part="X1" gate="G$1" pin="VDD"/>
<wire x1="-101.6" y1="-45.72" x2="-104.14" y2="-45.72" width="0.1524" layer="91"/>
<wire x1="-104.14" y1="-45.72" x2="-104.14" y2="-35.56" width="0.1524" layer="91"/>
</segment>
<segment>
<wire x1="-83.82" y1="-96.52" x2="-81.28" y2="-96.52" width="0.1524" layer="91"/>