summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-01-18 10:28:49 +0100
committerNao Pross <naopross@thearcway.org>2018-01-18 10:28:49 +0100
commit65a4baa17b439e1bdf42b6c0150a52e032562bb5 (patch)
treedbb74fa26a368ada952bb19db727f96c14500cee
downloadXilofono-65a4baa17b439e1bdf42b6c0150a52e032562bb5.tar.gz
Xilofono-65a4baa17b439e1bdf42b6c0150a52e032562bb5.zip
Move to version control
-rw-r--r--.gitignore12
-rw-r--r--datasheets/PIC18F44K20.pdfbin0 -> 5464877 bytes
-rw-r--r--datasheets/PIC18F44K22.pdfbin0 -> 5839368 bytes
-rw-r--r--datasheets/lySchottky-Barrier-Dioden-BAT83S_EN.pdfbin0 -> 140973 bytes
-rw-r--r--datasheets/piezo_03787033.pdfbin0 -> 133371 bytes
-rw-r--r--datasheets/piezo_03787066.pdfbin0 -> 138348 bytes
-rw-r--r--doc/data/piezo-waveform-raw.csv2500
-rw-r--r--doc/data/piezo-waveform.csv2501
-rw-r--r--doc/figures/reduced-circ.tikz25
-rw-r--r--doc/figures/texput.log21
-rw-r--r--doc/lista_componenti.odsbin0 -> 16250 bytes
-rw-r--r--doc/lista_componenti.pdfbin0 -> 34907 bytes
-rw-r--r--doc/xilofono.tex70
-rw-r--r--hw/Piezo.SchDocbin0 -> 36352 bytes
-rw-r--r--hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 14-35-48.LOG5
-rw-r--r--hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 15-38-59.LOG5
-rw-r--r--hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-39-28.LOG229
-rw-r--r--hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-43-24.LOG21
-rw-r--r--hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-49-14.LOG1646
-rw-r--r--hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-52-56.LOG50
-rw-r--r--hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 14-37-43.LOG1
-rw-r--r--hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 15-38-59.LOG1
-rw-r--r--hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 16-49-05.LOG0
-rw-r--r--hw/Steps.PcbDocbin0 -> 1019904 bytes
-rw-r--r--hw/Workspace.DsnWrk4
-rw-r--r--hw/Xilofono.PrjPcb1065
-rw-r--r--hw/Xilofono.PrjPcbStructure26
-rw-r--r--hw/Xilofono.SchDocbin0 -> 71680 bytes
-rw-r--r--hw/debug.log0
-rw-r--r--refs/Piezoelettrico/FC2231-0000-0050-L.pdfbin0 -> 264175 bytes
-rw-r--r--refs/Piezoelettrico/Socchi_misura_tensione_corde_racchetta.docxbin0 -> 1758373 bytes
-rw-r--r--refs/Piezoelettrico/link_sensore.txt7
-rw-r--r--refs/WCE2012_pp959-961.pdfbin0 -> 628185 bytes
-rw-r--r--refs/technical_article_design_reuse_1.pdfbin0 -> 1309129 bytes
-rw-r--r--src/Makefile113
-rw-r--r--src/dist/default/production/memoryfile.xml17
-rw-r--r--src/dist/default/production/src.production.cmf303
-rw-r--r--src/dist/default/production/src.production.elfbin0 -> 8444 bytes
-rw-r--r--src/dist/default/production/src.production.hex9
-rw-r--r--src/dist/default/production/src.production.hxl30
-rw-r--r--src/dist/default/production/src.production.lst315
-rw-r--r--src/dist/default/production/src.production.map384
-rw-r--r--src/dist/default/production/src.production.mum9
-rw-r--r--src/dist/default/production/src.production.objbin0 -> 2674 bytes
-rw-r--r--src/dist/default/production/src.production.rlfbin0 -> 17184 bytes
-rw-r--r--src/dist/default/production/src.production.sdb156
-rw-r--r--src/dist/default/production/src.production.sym220
-rw-r--r--src/main.c91
-rw-r--r--src/nbproject/Makefile-default.mk171
-rw-r--r--src/nbproject/Makefile-genesis.properties9
-rw-r--r--src/nbproject/Makefile-impl.mk69
-rw-r--r--src/nbproject/Makefile-local-default.mk37
-rw-r--r--src/nbproject/Makefile-variables.mk13
-rw-r--r--src/nbproject/Package-default.bash73
-rw-r--r--src/nbproject/configurations.xml179
-rw-r--r--src/nbproject/private/configurations.xml25
-rw-r--r--src/nbproject/private/private.xml11
-rw-r--r--src/nbproject/project.xml17
-rw-r--r--src/rs232.c40
-rw-r--r--src/rs232.h25
60 files changed, 10505 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3ae5c05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# documentation
+doc/build
+
+# hardware history
+hw/History
+hw/__Previews
+
+# source code
+src/build
+
+# libreoffice files
+**/.~lock.*
diff --git a/datasheets/PIC18F44K20.pdf b/datasheets/PIC18F44K20.pdf
new file mode 100644
index 0000000..a9f1d2c
--- /dev/null
+++ b/datasheets/PIC18F44K20.pdf
Binary files differ
diff --git a/datasheets/PIC18F44K22.pdf b/datasheets/PIC18F44K22.pdf
new file mode 100644
index 0000000..3c001b9
--- /dev/null
+++ b/datasheets/PIC18F44K22.pdf
Binary files differ
diff --git a/datasheets/lySchottky-Barrier-Dioden-BAT83S_EN.pdf b/datasheets/lySchottky-Barrier-Dioden-BAT83S_EN.pdf
new file mode 100644
index 0000000..7ec33ac
--- /dev/null
+++ b/datasheets/lySchottky-Barrier-Dioden-BAT83S_EN.pdf
Binary files differ
diff --git a/datasheets/piezo_03787033.pdf b/datasheets/piezo_03787033.pdf
new file mode 100644
index 0000000..4f01cef
--- /dev/null
+++ b/datasheets/piezo_03787033.pdf
Binary files differ
diff --git a/datasheets/piezo_03787066.pdf b/datasheets/piezo_03787066.pdf
new file mode 100644
index 0000000..ca52671
--- /dev/null
+++ b/datasheets/piezo_03787066.pdf
Binary files differ
diff --git a/doc/data/piezo-waveform-raw.csv b/doc/data/piezo-waveform-raw.csv
new file mode 100644
index 0000000..457b339
--- /dev/null
+++ b/doc/data/piezo-waveform-raw.csv
@@ -0,0 +1,2500 @@
+Record Length,2500,Points,-497.999995947E-3,0.0,
+Sample Interval,399.99998990E-6,s,-497.599989176E-3,0.0,
+Trigger Point,1.2450001E3,Samples,-497.199982405E-3,0.0,
+,,,-496.800005436E-3,0.0,
+,,,-496.399998665E-3,0.0,
+,,,-495.999991894E-3,0.0,
+Source,CH1,,-495.599985123E-3,0.0,
+Vertical Units,Volts,,-495.200008154E-3,0.0,
+Vertical Scale,2.0000000,,-494.800001383E-3,0.0,
+Vertical Offset,0,,-494.399994612E-3,79.999998212E-3,
+Horizontal Units,s,,-493.999987841E-3,0.0,
+Horizontal Scale,99.999997474E-3,,-493.600010872E-3,0.0,
+Pt Fmt,Y,,-493.200004101E-3,0.0,
+Yzero,-1.0400000,,-492.799997330E-3,0.0,
+Probe Atten,1.000000,,-492.399990559E-3,0.0,
+,,,-491.999983788E-3,0.0,
+Note,TDS 2024C - 10:08:00 22.12.2017,,-491.600006819E-3,0.0,
+,,,-491.200000048E-3,79.999998212E-3,
+,,,-490.799993277E-3,0.0,
+,,,-490.399986506E-3,0.0,
+,,,-490.000009537E-3,0.0,
+,,,-489.600002766E-3,79.999998212E-3,
+,,,-489.199995995E-3,0.0,
+,,,-488.799989223E-3,0.0,
+,,,-488.399982452E-3,0.0,
+,,,-488.000005484E-3,0.0,
+,,,-487.599998713E-3,0.0,
+,,,-487.199991941E-3,0.0,
+,,,-486.799985170E-3,79.999998212E-3,
+,,,-486.400008202E-3,0.0,
+,,,-486.000001431E-3,0.0,
+,,,-485.599994659E-3,79.999998212E-3,
+,,,-485.199987888E-3,0.0,
+,,,-484.800010920E-3,0.0,
+,,,-484.400004148E-3,0.0,
+,,,-483.999997377E-3,0.0,
+,,,-483.599990606E-3,0.0,
+,,,-483.199983835E-3,0.0,
+,,,-482.800006866E-3,0.0,
+,,,-482.400000095E-3,0.0,
+,,,-481.999993324E-3,0.0,
+,,,-481.599986553E-3,0.0,
+,,,-481.200009584E-3,0.0,
+,,,-480.800002813E-3,0.0,
+,,,-480.399996042E-3,0.0,
+,,,-479.999989271E-3,0.0,
+,,,-479.599982500E-3,0.0,
+,,,-479.200005531E-3,0.0,
+,,,-478.799998760E-3,0.0,
+,,,-478.399991989E-3,0.0,
+,,,-477.999985218E-3,79.999998212E-3,
+,,,-477.600008249E-3,0.0,
+,,,-477.200001478E-3,-79.999998212E-3,
+,,,-476.799994707E-3,0.0,
+,,,-476.399987936E-3,0.0,
+,,,-476.000010967E-3,0.0,
+,,,-475.600004196E-3,0.0,
+,,,-475.199997425E-3,79.999998212E-3,
+,,,-474.799990654E-3,0.0,
+,,,-474.399983883E-3,0.0,
+,,,-474.000006914E-3,0.0,
+,,,-473.600000143E-3,0.0,
+,,,-473.199993372E-3,0.0,
+,,,-472.799986601E-3,79.999998212E-3,
+,,,-472.400009632E-3,0.0,
+,,,-472.000002861E-3,0.0,
+,,,-471.599996090E-3,79.999998212E-3,
+,,,-471.199989319E-3,0.0,
+,,,-470.799982548E-3,0.0,
+,,,-470.400005579E-3,0.0,
+,,,-469.999998808E-3,0.0,
+,,,-469.599992037E-3,0.0,
+,,,-469.199985266E-3,0.0,
+,,,-468.800008297E-3,0.0,
+,,,-468.400001526E-3,0.0,
+,,,-467.999994755E-3,0.0,
+,,,-467.599987984E-3,0.0,
+,,,-467.200011015E-3,0.0,
+,,,-466.800004244E-3,79.999998212E-3,
+,,,-466.399997473E-3,79.999998212E-3,
+,,,-465.999990702E-3,0.0,
+,,,-465.599983931E-3,0.0,
+,,,-465.200006962E-3,0.0,
+,,,-464.800000191E-3,79.999998212E-3,
+,,,-464.399993420E-3,0.0,
+,,,-463.999986649E-3,0.0,
+,,,-463.600009680E-3,0.0,
+,,,-463.200002909E-3,0.0,
+,,,-462.799996138E-3,79.999998212E-3,
+,,,-462.399989367E-3,79.999998212E-3,
+,,,-461.999982595E-3,0.0,
+,,,-461.600005627E-3,79.999998212E-3,
+,,,-461.199998856E-3,79.999998212E-3,
+,,,-460.799992085E-3,0.0,
+,,,-460.399985313E-3,0.0,
+,,,-460.000008345E-3,0.0,
+,,,-459.600001574E-3,0.0,
+,,,-459.199994802E-3,0.0,
+,,,-458.799988031E-3,0.0,
+,,,-458.400011063E-3,0.0,
+,,,-458.000004292E-3,0.0,
+,,,-457.599997520E-3,79.999998212E-3,
+,,,-457.199990749E-3,0.0,
+,,,-456.799983978E-3,0.0,
+,,,-456.400007010E-3,79.999998212E-3,
+,,,-456.000000238E-3,0.0,
+,,,-455.599993467E-3,79.999998212E-3,
+,,,-455.199986696E-3,0.0,
+,,,-454.800009727E-3,0.0,
+,,,-454.400002956E-3,0.0,
+,,,-453.999996185E-3,0.0,
+,,,-453.599989414E-3,0.0,
+,,,-453.199982643E-3,0.0,
+,,,-452.800005674E-3,0.0,
+,,,-452.399998903E-3,0.0,
+,,,-451.999992132E-3,79.999998212E-3,
+,,,-451.599985361E-3,0.0,
+,,,-451.200008392E-3,0.0,
+,,,-450.800001621E-3,0.0,
+,,,-450.399994850E-3,0.0,
+,,,-449.999988079E-3,0.0,
+,,,-449.600011110E-3,0.0,
+,,,-449.200004339E-3,0.0,
+,,,-448.799997568E-3,0.0,
+,,,-448.399990797E-3,0.0,
+,,,-447.999984026E-3,79.999998212E-3,
+,,,-447.600007057E-3,79.999998212E-3,
+,,,-447.200000286E-3,0.0,
+,,,-446.799993515E-3,0.0,
+,,,-446.399986744E-3,0.0,
+,,,-446.000009775E-3,-79.999998212E-3,
+,,,-445.600003004E-3,0.0,
+,,,-445.199996233E-3,0.0,
+,,,-444.799989462E-3,0.0,
+,,,-444.399982691E-3,79.999998212E-3,
+,,,-444.000005722E-3,0.0,
+,,,-443.599998951E-3,0.0,
+,,,-443.199992180E-3,0.0,
+,,,-442.799985409E-3,0.0,
+,,,-442.400008440E-3,0.0,
+,,,-442.000001669E-3,0.0,
+,,,-441.599994898E-3,0.0,
+,,,-441.199988127E-3,0.0,
+,,,-440.800011158E-3,0.0,
+,,,-440.400004387E-3,79.999998212E-3,
+,,,-439.999997616E-3,0.0,
+,,,-439.599990845E-3,0.0,
+,,,-439.199984074E-3,0.0,
+,,,-438.800007105E-3,0.0,
+,,,-438.400000334E-3,0.0,
+,,,-437.999993563E-3,0.0,
+,,,-437.599986792E-3,0.0,
+,,,-437.200009823E-3,0.0,
+,,,-436.800003052E-3,0.0,
+,,,-436.399996281E-3,0.0,
+,,,-435.999989510E-3,79.999998212E-3,
+,,,-435.599982738E-3,0.0,
+,,,-435.200005770E-3,0.0,
+,,,-434.799998999E-3,0.0,
+,,,-434.399992228E-3,79.999998212E-3,
+,,,-433.999985456E-3,79.999998212E-3,
+,,,-433.600008488E-3,0.0,
+,,,-433.200001717E-3,0.0,
+,,,-432.799994946E-3,0.0,
+,,,-432.399988174E-3,79.999998212E-3,
+,,,-432.000011206E-3,0.0,
+,,,-431.600004435E-3,0.0,
+,,,-431.199997663E-3,0.0,
+,,,-430.799990892E-3,0.0,
+,,,-430.399984121E-3,79.999998212E-3,
+,,,-430.000007153E-3,0.0,
+,,,-429.600000381E-3,0.0,
+,,,-429.199993610E-3,0.0,
+,,,-428.799986839E-3,0.0,
+,,,-428.400009871E-3,0.0,
+,,,-428.000003099E-3,0.0,
+,,,-427.599996328E-3,0.0,
+,,,-427.199989557E-3,79.999998212E-3,
+,,,-426.800012589E-3,0.0,
+,,,-426.400005817E-3,0.0,
+,,,-425.999999046E-3,0.0,
+,,,-425.599992275E-3,0.0,
+,,,-425.199985504E-3,79.999998212E-3,
+,,,-424.800008535E-3,0.0,
+,,,-424.400001764E-3,0.0,
+,,,-423.999994993E-3,0.0,
+,,,-423.599988222E-3,79.999998212E-3,
+,,,-423.200011253E-3,0.0,
+,,,-422.800004482E-3,0.0,
+,,,-422.399997711E-3,79.999998212E-3,
+,,,-421.999990940E-3,0.0,
+,,,-421.599984169E-3,0.0,
+,,,-421.200007200E-3,0.0,
+,,,-420.800000429E-3,79.999998212E-3,
+,,,-420.399993658E-3,0.0,
+,,,-419.999986887E-3,-79.999998212E-3,
+,,,-419.600009918E-3,79.999998212E-3,
+,,,-419.200003147E-3,0.0,
+,,,-418.799996376E-3,0.0,
+,,,-418.399989605E-3,79.999998212E-3,
+,,,-418.000012636E-3,0.0,
+,,,-417.600005865E-3,79.999998212E-3,
+,,,-417.199999094E-3,0.0,
+,,,-416.799992323E-3,0.0,
+,,,-416.399985552E-3,0.0,
+,,,-416.000008583E-3,0.0,
+,,,-415.600001812E-3,0.0,
+,,,-415.199995041E-3,79.999998212E-3,
+,,,-414.799988270E-3,0.0,
+,,,-414.400011301E-3,0.0,
+,,,-414.000004530E-3,0.0,
+,,,-413.599997759E-3,0.0,
+,,,-413.199990988E-3,79.999998212E-3,
+,,,-412.799984217E-3,0.0,
+,,,-412.400007248E-3,0.0,
+,,,-412.000000477E-3,79.999998212E-3,
+,,,-411.599993706E-3,-79.999998212E-3,
+,,,-411.199986935E-3,0.0,
+,,,-410.800009966E-3,0.0,
+,,,-410.400003195E-3,0.0,
+,,,-409.999996424E-3,0.0,
+,,,-409.599989653E-3,0.0,
+,,,-409.200012684E-3,0.0,
+,,,-408.800005913E-3,79.999998212E-3,
+,,,-408.399999142E-3,0.0,
+,,,-407.999992371E-3,0.0,
+,,,-407.599985600E-3,0.0,
+,,,-407.200008631E-3,0.0,
+,,,-406.800001860E-3,79.999998212E-3,
+,,,-406.399995089E-3,0.0,
+,,,-405.999988317E-3,79.999998212E-3,
+,,,-405.600011349E-3,79.999998212E-3,
+,,,-405.200004578E-3,79.999998212E-3,
+,,,-404.799997807E-3,0.0,
+,,,-404.399991035E-3,79.999998212E-3,
+,,,-403.999984264E-3,0.0,
+,,,-403.600007296E-3,0.0,
+,,,-403.20000052E-3,0.0,
+,,,-402.79999375E-3,0.0,
+,,,-402.39998698E-3,0.0,
+,,,-402.00001001E-3,79.999998212E-3,
+,,,-401.60000324E-3,79.999998212E-3,
+,,,-401.19999647E-3,0.0,
+,,,-400.79998970E-3,0.0,
+,,,-400.40001273E-3,0.0,
+,,,-400.00000596E-3,0.0,
+,,,-399.59999919E-3,0.0,
+,,,-399.19999242E-3,0.0,
+,,,-398.79998565E-3,0.0,
+,,,-398.40000868E-3,0.0,
+,,,-398.00000191E-3,0.0,
+,,,-397.59999514E-3,0.0,
+,,,-397.19998837E-3,0.0,
+,,,-396.80001140E-3,0.0,
+,,,-396.40000463E-3,79.999998212E-3,
+,,,-395.99999785E-3,79.999998212E-3,
+,,,-395.59999108E-3,0.0,
+,,,-395.19998431E-3,0.0,
+,,,-394.80000734E-3,0.0,
+,,,-394.40000057E-3,79.999998212E-3,
+,,,-393.99999380E-3,0.0,
+,,,-393.59998703E-3,0.0,
+,,,-393.20001006E-3,0.0,
+,,,-392.80000329E-3,0.0,
+,,,-392.39999652E-3,79.999998212E-3,
+,,,-391.99998975E-3,0.0,
+,,,-391.60001278E-3,0.0,
+,,,-391.20000601E-3,0.0,
+,,,-390.79999924E-3,0.0,
+,,,-390.39999247E-3,0.0,
+,,,-389.99998569E-3,0.0,
+,,,-389.60000873E-3,0.0,
+,,,-389.20000196E-3,0.0,
+,,,-388.79999518E-3,0.0,
+,,,-388.39998841E-3,0.0,
+,,,-388.00001144E-3,79.999998212E-3,
+,,,-387.60000467E-3,0.0,
+,,,-387.19999790E-3,79.999998212E-3,
+,,,-386.79999113E-3,0.0,
+,,,-386.39998436E-3,0.0,
+,,,-386.00000739E-3,0.0,
+,,,-385.60000062E-3,79.999998212E-3,
+,,,-385.19999385E-3,0.0,
+,,,-384.79998708E-3,79.999998212E-3,
+,,,-384.40001011E-3,0.0,
+,,,-384.00000334E-3,0.0,
+,,,-383.59999657E-3,0.0,
+,,,-383.19998980E-3,79.999998212E-3,
+,,,-382.80001283E-3,79.999998212E-3,
+,,,-382.40000606E-3,0.0,
+,,,-381.99999928E-3,79.999998212E-3,
+,,,-381.59999251E-3,0.0,
+,,,-381.19998574E-3,0.0,
+,,,-380.80000877E-3,0.0,
+,,,-380.40000200E-3,0.0,
+,,,-379.99999523E-3,0.0,
+,,,-379.59998846E-3,0.0,
+,,,-379.20001149E-3,0.0,
+,,,-378.80000472E-3,0.0,
+,,,-378.39999795E-3,0.0,
+,,,-377.99999118E-3,79.999998212E-3,
+,,,-377.59998441E-3,0.0,
+,,,-377.20000744E-3,79.999998212E-3,
+,,,-376.80000067E-3,0.0,
+,,,-376.39999390E-3,0.0,
+,,,-375.99998713E-3,0.0,
+,,,-375.60001016E-3,0.0,
+,,,-375.20000339E-3,0.0,
+,,,-374.79999661E-3,0.0,
+,,,-374.39998984E-3,0.0,
+,,,-374.00001287E-3,0.0,
+,,,-373.60000610E-3,0.0,
+,,,-373.19999933E-3,0.0,
+,,,-372.79999256E-3,0.0,
+,,,-372.39998579E-3,0.0,
+,,,-372.00000882E-3,79.999998212E-3,
+,,,-371.60000205E-3,0.0,
+,,,-371.19999528E-3,0.0,
+,,,-370.79998851E-3,0.0,
+,,,-370.40001154E-3,0.0,
+,,,-370.00000477E-3,79.999998212E-3,
+,,,-369.59999800E-3,79.999998212E-3,
+,,,-369.19999123E-3,0.0,
+,,,-368.79998446E-3,0.0,
+,,,-368.40000749E-3,-79.999998212E-3,
+,,,-368.00000072E-3,0.0,
+,,,-367.59999394E-3,0.0,
+,,,-367.19998717E-3,0.0,
+,,,-366.80001020E-3,79.999998212E-3,
+,,,-366.40000343E-3,79.999998212E-3,
+,,,-365.99999666E-3,0.0,
+,,,-365.59998989E-3,79.999998212E-3,
+,,,-365.20001292E-3,0.0,
+,,,-364.80000615E-3,-79.999998212E-3,
+,,,-364.39999938E-3,0.0,
+,,,-363.99999261E-3,0.0,
+,,,-363.59998584E-3,0.0,
+,,,-363.20000887E-3,0.0,
+,,,-362.80000210E-3,0.0,
+,,,-362.39999533E-3,0.0,
+,,,-361.99998856E-3,0.0,
+,,,-361.60001159E-3,0.0,
+,,,-361.20000482E-3,79.999998212E-3,
+,,,-360.79999804E-3,0.0,
+,,,-360.39999127E-3,0.0,
+,,,-360.00001431E-3,0.0,
+,,,-359.60000753E-3,0.0,
+,,,-359.20000076E-3,79.999998212E-3,
+,,,-358.79999399E-3,0.0,
+,,,-358.39998722E-3,0.0,
+,,,-358.00001025E-3,-79.999998212E-3,
+,,,-357.60000348E-3,0.0,
+,,,-357.19999671E-3,0.0,
+,,,-356.79998994E-3,0.0,
+,,,-356.40001297E-3,79.999998212E-3,
+,,,-356.00000620E-3,0.0,
+,,,-355.59999943E-3,0.0,
+,,,-355.19999266E-3,0.0,
+,,,-354.79998589E-3,0.0,
+,,,-354.40000892E-3,0.0,
+,,,-354.00000215E-3,79.999998212E-3,
+,,,-353.59999537E-3,0.0,
+,,,-353.19998860E-3,0.0,
+,,,-352.80001163E-3,0.0,
+,,,-352.40000486E-3,79.999998212E-3,
+,,,-351.99999809E-3,0.0,
+,,,-351.59999132E-3,79.999998212E-3,
+,,,-351.20001435E-3,0.0,
+,,,-350.80000758E-3,79.999998212E-3,
+,,,-350.40000081E-3,0.0,
+,,,-349.99999404E-3,0.0,
+,,,-349.59998727E-3,0.0,
+,,,-349.20001030E-3,79.999998212E-3,
+,,,-348.80000353E-3,0.0,
+,,,-348.39999676E-3,0.0,
+,,,-347.99998999E-3,0.0,
+,,,-347.60001302E-3,0.0,
+,,,-347.20000625E-3,0.0,
+,,,-346.79999948E-3,0.0,
+,,,-346.39999270E-3,79.999998212E-3,
+,,,-345.99998593E-3,0.0,
+,,,-345.60000896E-3,0.0,
+,,,-345.20000219E-3,0.0,
+,,,-344.79999542E-3,0.0,
+,,,-344.39998865E-3,0.0,
+,,,-344.00001168E-3,0.0,
+,,,-343.60000491E-3,0.0,
+,,,-343.19999814E-3,0.0,
+,,,-342.79999137E-3,0.0,
+,,,-342.40001440E-3,0.0,
+,,,-342.00000763E-3,0.0,
+,,,-341.60000086E-3,0.0,
+,,,-341.19999409E-3,0.0,
+,,,-340.79998732E-3,0.0,
+,,,-340.40001035E-3,0.0,
+,,,-340.00000358E-3,0.0,
+,,,-339.59999681E-3,0.0,
+,,,-339.19999003E-3,0.0,
+,,,-338.80001307E-3,0.0,
+,,,-338.40000629E-3,0.0,
+,,,-337.99999952E-3,0.0,
+,,,-337.59999275E-3,0.0,
+,,,-337.19998598E-3,0.0,
+,,,-336.80000901E-3,0.0,
+,,,-336.40000224E-3,-79.999998212E-3,
+,,,-335.99999547E-3,0.0,
+,,,-335.59998870E-3,0.0,
+,,,-335.20001173E-3,0.0,
+,,,-334.80000496E-3,79.999998212E-3,
+,,,-334.39999819E-3,0.0,
+,,,-333.99999142E-3,0.0,
+,,,-333.60001445E-3,0.0,
+,,,-333.20000768E-3,0.0,
+,,,-332.80000091E-3,0.0,
+,,,-332.39999413E-3,0.0,
+,,,-331.99998736E-3,0.0,
+,,,-331.60001040E-3,79.999998212E-3,
+,,,-331.20000362E-3,0.0,
+,,,-330.79999685E-3,0.0,
+,,,-330.39999008E-3,0.0,
+,,,-330.00001311E-3,0.0,
+,,,-329.60000634E-3,0.0,
+,,,-329.19999957E-3,0.0,
+,,,-328.79999280E-3,0.0,
+,,,-328.39998603E-3,0.0,
+,,,-328.00000906E-3,0.0,
+,,,-327.60000229E-3,0.0,
+,,,-327.19999552E-3,0.0,
+,,,-326.79998875E-3,0.0,
+,,,-326.40001178E-3,0.0,
+,,,-326.00000501E-3,79.999998212E-3,
+,,,-325.59999824E-3,79.999998212E-3,
+,,,-325.19999146E-3,79.999998212E-3,
+,,,-324.80001450E-3,0.0,
+,,,-324.40000772E-3,0.0,
+,,,-324.00000095E-3,0.0,
+,,,-323.59999418E-3,79.999998212E-3,
+,,,-323.19998741E-3,0.0,
+,,,-322.80001044E-3,0.0,
+,,,-322.40000367E-3,0.0,
+,,,-321.99999690E-3,0.0,
+,,,-321.59999013E-3,0.0,
+,,,-321.20001316E-3,79.999998212E-3,
+,,,-320.80000639E-3,0.0,
+,,,-320.39999962E-3,0.0,
+,,,-319.99999285E-3,0.0,
+,,,-319.59998608E-3,0.0,
+,,,-319.20000911E-3,0.0,
+,,,-318.80000234E-3,0.0,
+,,,-318.39999557E-3,0.0,
+,,,-317.99998879E-3,0.0,
+,,,-317.60001183E-3,0.0,
+,,,-317.20000505E-3,0.0,
+,,,-316.79999828E-3,0.0,
+,,,-316.39999151E-3,0.0,
+,,,-316.00001454E-3,0.0,
+,,,-315.60000777E-3,0.0,
+,,,-315.20000100E-3,0.0,
+,,,-314.79999423E-3,0.0,
+,,,-314.39998746E-3,0.0,
+,,,-314.00001049E-3,0.0,
+,,,-313.60000372E-3,0.0,
+,,,-313.19999695E-3,0.0,
+,,,-312.79999018E-3,79.999998212E-3,
+,,,-312.40001321E-3,0.0,
+,,,-312.00000644E-3,79.999998212E-3,
+,,,-311.59999967E-3,0.0,
+,,,-311.19999290E-3,0.0,
+,,,-310.79998612E-3,0.0,
+,,,-310.40000916E-3,0.0,
+,,,-310.00000238E-3,0.0,
+,,,-309.59999561E-3,0.0,
+,,,-309.19998884E-3,0.0,
+,,,-308.80001187E-3,0.0,
+,,,-308.40000510E-3,0.0,
+,,,-307.99999833E-3,79.999998212E-3,
+,,,-307.59999156E-3,79.999998212E-3,
+,,,-307.20001459E-3,0.0,
+,,,-306.80000782E-3,0.0,
+,,,-306.40000105E-3,0.0,
+,,,-305.99999428E-3,0.0,
+,,,-305.59998751E-3,79.999998212E-3,
+,,,-305.20001054E-3,0.0,
+,,,-304.80000377E-3,0.0,
+,,,-304.39999700E-3,0.0,
+,,,-303.99999022E-3,79.999998212E-3,
+,,,-303.60001326E-3,0.0,
+,,,-303.20000648E-3,79.999998212E-3,
+,,,-302.79999971E-3,0.0,
+,,,-302.39999294E-3,79.999998212E-3,
+,,,-301.99998617E-3,79.999998212E-3,
+,,,-301.60000920E-3,0.0,
+,,,-301.20000243E-3,0.0,
+,,,-300.79999566E-3,0.0,
+,,,-300.39998889E-3,0.0,
+,,,-300.00001192E-3,0.0,
+,,,-299.60000515E-3,-79.999998212E-3,
+,,,-299.19999838E-3,0.0,
+,,,-298.79999161E-3,0.0,
+,,,-298.40001464E-3,0.0,
+,,,-298.00000787E-3,79.999998212E-3,
+,,,-297.60000110E-3,0.0,
+,,,-297.19999433E-3,0.0,
+,,,-296.79998755E-3,0.0,
+,,,-296.40001059E-3,0.0,
+,,,-296.00000381E-3,0.0,
+,,,-295.59999704E-3,79.999998212E-3,
+,,,-295.19999027E-3,0.0,
+,,,-294.80001330E-3,0.0,
+,,,-294.40000653E-3,0.0,
+,,,-293.99999976E-3,0.0,
+,,,-293.59999299E-3,0.0,
+,,,-293.20001602E-3,0.0,
+,,,-292.80000925E-3,-79.999998212E-3,
+,,,-292.40000248E-3,-79.999998212E-3,
+,,,-291.99999571E-3,79.999998212E-3,
+,,,-291.59998894E-3,0.0,
+,,,-291.20001197E-3,0.0,
+,,,-290.80000520E-3,0.0,
+,,,-290.39999843E-3,79.999998212E-3,
+,,,-289.99999166E-3,0.0,
+,,,-289.60001469E-3,0.0,
+,,,-289.20000792E-3,0.0,
+,,,-288.80000114E-3,0.0,
+,,,-288.39999437E-3,0.0,
+,,,-287.99998760E-3,0.0,
+,,,-287.60001063E-3,0.0,
+,,,-287.20000386E-3,0.0,
+,,,-286.79999709E-3,-79.999998212E-3,
+,,,-286.39999032E-3,0.0,
+,,,-286.00001335E-3,79.999998212E-3,
+,,,-285.60000658E-3,79.999998212E-3,
+,,,-285.19999981E-3,0.0,
+,,,-284.79999304E-3,0.0,
+,,,-284.40001607E-3,0.0,
+,,,-284.00000930E-3,79.999998212E-3,
+,,,-283.60000253E-3,0.0,
+,,,-283.19999576E-3,-79.999998212E-3,
+,,,-282.79998899E-3,0.0,
+,,,-282.40001202E-3,0.0,
+,,,-282.00000525E-3,0.0,
+,,,-281.59999847E-3,0.0,
+,,,-281.19999170E-3,0.0,
+,,,-280.80001473E-3,0.0,
+,,,-280.40000796E-3,0.0,
+,,,-280.00000119E-3,0.0,
+,,,-279.59999442E-3,0.0,
+,,,-279.19998765E-3,0.0,
+,,,-278.80001068E-3,0.0,
+,,,-278.40000391E-3,0.0,
+,,,-277.99999714E-3,0.0,
+,,,-277.59999037E-3,0.0,
+,,,-277.20001340E-3,0.0,
+,,,-276.80000663E-3,79.999998212E-3,
+,,,-276.39999986E-3,0.0,
+,,,-275.99999309E-3,79.999998212E-3,
+,,,-275.60001612E-3,0.0,
+,,,-275.20000935E-3,79.999998212E-3,
+,,,-274.80000257E-3,0.0,
+,,,-274.39999580E-3,0.0,
+,,,-273.99998903E-3,0.0,
+,,,-273.60001206E-3,0.0,
+,,,-273.20000529E-3,0.0,
+,,,-272.79999852E-3,0.0,
+,,,-272.39999175E-3,0.0,
+,,,-272.00001478E-3,-79.999998212E-3,
+,,,-271.60000801E-3,79.999998212E-3,
+,,,-271.20000124E-3,0.0,
+,,,-270.79999447E-3,0.0,
+,,,-270.39998770E-3,0.0,
+,,,-270.00001073E-3,0.0,
+,,,-269.60000396E-3,0.0,
+,,,-269.19999719E-3,0.0,
+,,,-268.79999042E-3,79.999998212E-3,
+,,,-268.40001345E-3,0.0,
+,,,-268.00000668E-3,0.0,
+,,,-267.59999990E-3,0.0,
+,,,-267.19999313E-3,0.0,
+,,,-266.80001616E-3,0.0,
+,,,-266.40000939E-3,0.0,
+,,,-266.00000262E-3,0.0,
+,,,-265.59999585E-3,0.0,
+,,,-265.19998908E-3,0.0,
+,,,-264.80001211E-3,0.0,
+,,,-264.40000534E-3,0.0,
+,,,-263.99999857E-3,0.0,
+,,,-263.59999180E-3,0.0,
+,,,-263.20001483E-3,0.0,
+,,,-262.80000806E-3,0.0,
+,,,-262.40000129E-3,0.0,
+,,,-261.99999452E-3,0.0,
+,,,-261.59998775E-3,0.0,
+,,,-261.20001078E-3,79.999998212E-3,
+,,,-260.80000401E-3,0.0,
+,,,-260.39999723E-3,0.0,
+,,,-259.99999046E-3,0.0,
+,,,-259.60001349E-3,0.0,
+,,,-259.20000672E-3,79.999998212E-3,
+,,,-258.79999995E-3,0.0,
+,,,-258.39999318E-3,0.0,
+,,,-258.00001621E-3,0.0,
+,,,-257.60000944E-3,0.0,
+,,,-257.20000267E-3,0.0,
+,,,-256.79999590E-3,0.0,
+,,,-256.39998913E-3,79.999998212E-3,
+,,,-256.00001216E-3,79.999998212E-3,
+,,,-255.60000539E-3,79.999998212E-3,
+,,,-255.19999862E-3,0.0,
+,,,-254.79999185E-3,0.0,
+,,,-254.40001488E-3,0.0,
+,,,-254.00000811E-3,0.0,
+,,,-253.60000134E-3,79.999998212E-3,
+,,,-253.19999456E-3,-79.999998212E-3,
+,,,-252.79998779E-3,0.0,
+,,,-252.40001082E-3,0.0,
+,,,-252.00000405E-3,0.0,
+,,,-251.59999728E-3,0.0,
+,,,-251.19999051E-3,0.0,
+,,,-250.80001354E-3,79.999998212E-3,
+,,,-250.40000677E-3,0.0,
+,,,-250.00000000E-3,0.0,
+,,,-249.60000813E-3,0.0,
+,,,-249.20000136E-3,0.0,
+,,,-248.80000949E-3,79.999998212E-3,
+,,,-248.40000272E-3,0.0,
+,,,-247.99999595E-3,0.0,
+,,,-247.60000408E-3,-79.999998212E-3,
+,,,-247.19999731E-3,0.0,
+,,,-246.80000544E-3,79.999998212E-3,
+,,,-246.39999866E-3,0.0,
+,,,-246.00000679E-3,0.0,
+,,,-245.60000002E-3,0.0,
+,,,-245.20000815E-3,0.0,
+,,,-244.80000138E-3,0.0,
+,,,-244.40000951E-3,0.0,
+,,,-244.00000274E-3,0.0,
+,,,-243.59999597E-3,79.999998212E-3,
+,,,-243.20000410E-3,0.0,
+,,,-242.79999733E-3,0.0,
+,,,-242.40000546E-3,0.0,
+,,,-241.99999869E-3,0.0,
+,,,-241.60000682E-3,0.0,
+,,,-241.20000005E-3,0.0,
+,,,-240.80000818E-3,79.999998212E-3,
+,,,-240.40000141E-3,0.0,
+,,,-240.00000954E-3,79.999998212E-3,
+,,,-239.60000277E-3,79.999998212E-3,
+,,,-239.19999599E-3,0.0,
+,,,-238.80000412E-3,0.0,
+,,,-238.39999735E-3,0.0,
+,,,-238.00000548E-3,0.0,
+,,,-237.59999871E-3,0.0,
+,,,-237.20000684E-3,79.999998212E-3,
+,,,-236.80000007E-3,0.0,
+,,,-236.40000820E-3,0.0,
+,,,-236.00000143E-3,0.0,
+,,,-235.60000956E-3,-79.999998212E-3,
+,,,-235.20000279E-3,0.0,
+,,,-234.79999602E-3,0.0,
+,,,-234.40000415E-3,0.0,
+,,,-233.99999738E-3,0.0,
+,,,-233.60000551E-3,79.999998212E-3,
+,,,-233.19999874E-3,0.0,
+,,,-232.80000687E-3,0.0,
+,,,-232.40000010E-3,0.0,
+,,,-232.00000823E-3,79.999998212E-3,
+,,,-231.60000145E-3,0.0,
+,,,-231.20000958E-3,79.999998212E-3,
+,,,-230.80000281E-3,0.0,
+,,,-230.39999604E-3,0.0,
+,,,-230.00000417E-3,0.0,
+,,,-229.59999740E-3,0.0,
+,,,-229.20000553E-3,0.0,
+,,,-228.79999876E-3,0.0,
+,,,-228.40000689E-3,0.0,
+,,,-228.00000012E-3,0.0,
+,,,-227.60000825E-3,0.0,
+,,,-227.20000148E-3,0.0,
+,,,-226.80000961E-3,0.0,
+,,,-226.40000284E-3,0.0,
+,,,-225.99999607E-3,-79.999998212E-3,
+,,,-225.60000420E-3,0.0,
+,,,-225.19999743E-3,79.999998212E-3,
+,,,-224.80000556E-3,0.0,
+,,,-224.39999878E-3,0.0,
+,,,-224.00000691E-3,0.0,
+,,,-223.60000014E-3,79.999998212E-3,
+,,,-223.20000827E-3,0.0,
+,,,-222.80000150E-3,0.0,
+,,,-222.40000963E-3,0.0,
+,,,-222.00000286E-3,0.0,
+,,,-221.59999609E-3,0.0,
+,,,-221.20000422E-3,0.0,
+,,,-220.79999745E-3,0.0,
+,,,-220.40000558E-3,79.999998212E-3,
+,,,-219.99999881E-3,0.0,
+,,,-219.60000694E-3,0.0,
+,,,-219.20000017E-3,79.999998212E-3,
+,,,-218.80000830E-3,0.0,
+,,,-218.40000153E-3,0.0,
+,,,-218.00000966E-3,79.999998212E-3,
+,,,-217.60000288E-3,0.0,
+,,,-217.19999611E-3,0.0,
+,,,-216.80000424E-3,79.999998212E-3,
+,,,-216.39999747E-3,0.0,
+,,,-216.00000560E-3,0.0,
+,,,-215.59999883E-3,0.0,
+,,,-215.20000696E-3,0.0,
+,,,-214.80000019E-3,0.0,
+,,,-214.40000832E-3,0.0,
+,,,-214.00000155E-3,0.0,
+,,,-213.60000968E-3,0.0,
+,,,-213.20000291E-3,0.0,
+,,,-212.79999614E-3,0.0,
+,,,-212.40000427E-3,79.999998212E-3,
+,,,-211.99999750E-3,79.999998212E-3,
+,,,-211.60000563E-3,0.0,
+,,,-211.19999886E-3,0.0,
+,,,-210.80000699E-3,0.0,
+,,,-210.40000021E-3,-79.999998212E-3,
+,,,-210.00000834E-3,0.0,
+,,,-209.60000157E-3,-79.999998212E-3,
+,,,-209.20000970E-3,0.0,
+,,,-208.80000293E-3,79.999998212E-3,
+,,,-208.39999616E-3,0.0,
+,,,-208.00000429E-3,0.0,
+,,,-207.59999752E-3,0.0,
+,,,-207.20000565E-3,0.0,
+,,,-206.79999888E-3,0.0,
+,,,-206.40000701E-3,0.0,
+,,,-206.00000024E-3,0.0,
+,,,-205.60000837E-3,0.0,
+,,,-205.20000160E-3,0.0,
+,,,-204.80000973E-3,0.0,
+,,,-204.40000296E-3,0.0,
+,,,-203.99999619E-3,0.0,
+,,,-203.60000432E-3,0.0,
+,,,-203.19999754E-3,79.999998212E-3,
+,,,-202.80000567E-3,0.0,
+,,,-202.39999890E-3,0.0,
+,,,-202.00000703E-3,0.0,
+,,,-201.60000026E-3,0.0,
+,,,-201.20000839E-3,0.0,
+,,,-200.80000162E-3,0.0,
+,,,-200.40000975E-3,79.999998212E-3,
+,,,-200.00000298E-3,0.0,
+,,,-199.59999621E-3,0.0,
+,,,-199.20000434E-3,79.999998212E-3,
+,,,-198.79999757E-3,0.0,
+,,,-198.40000570E-3,0.0,
+,,,-197.99999893E-3,79.999998212E-3,
+,,,-197.60000706E-3,0.0,
+,,,-197.20000029E-3,0.0,
+,,,-196.80000842E-3,0.0,
+,,,-196.40000165E-3,79.999998212E-3,
+,,,-196.00000978E-3,0.0,
+,,,-195.60000300E-3,0.0,
+,,,-195.19999623E-3,0.0,
+,,,-194.80000436E-3,0.0,
+,,,-194.39999759E-3,0.0,
+,,,-194.00000572E-3,0.0,
+,,,-193.59999895E-3,79.999998212E-3,
+,,,-193.20000708E-3,0.0,
+,,,-192.80000031E-3,0.0,
+,,,-192.40000844E-3,0.0,
+,,,-192.00000167E-3,79.999998212E-3,
+,,,-191.60000980E-3,0.0,
+,,,-191.20000303E-3,0.0,
+,,,-190.80001116E-3,0.0,
+,,,-190.40000439E-3,0.0,
+,,,-189.99999762E-3,0.0,
+,,,-189.60000575E-3,0.0,
+,,,-189.19999897E-3,0.0,
+,,,-188.80000710E-3,0.0,
+,,,-188.40000033E-3,0.0,
+,,,-188.00000846E-3,79.999998212E-3,
+,,,-187.60000169E-3,79.999998212E-3,
+,,,-187.20000982E-3,79.999998212E-3,
+,,,-186.80000305E-3,79.999998212E-3,
+,,,-186.40001118E-3,0.0,
+,,,-186.00000441E-3,0.0,
+,,,-185.59999764E-3,79.999998212E-3,
+,,,-185.20000577E-3,0.0,
+,,,-184.79999900E-3,79.999998212E-3,
+,,,-184.40000713E-3,0.0,
+,,,-184.00000036E-3,0.0,
+,,,-183.60000849E-3,0.0,
+,,,-183.20000172E-3,0.0,
+,,,-182.80000985E-3,0.0,
+,,,-182.40000308E-3,-79.999998212E-3,
+,,,-182.00001121E-3,0.0,
+,,,-181.60000443E-3,79.999998212E-3,
+,,,-181.19999766E-3,0.0,
+,,,-180.80000579E-3,0.0,
+,,,-180.39999902E-3,0.0,
+,,,-180.00000715E-3,0.0,
+,,,-179.60000038E-3,0.0,
+,,,-179.20000851E-3,0.0,
+,,,-178.80000174E-3,0.0,
+,,,-178.40000987E-3,0.0,
+,,,-178.00000310E-3,0.0,
+,,,-177.60001123E-3,79.999998212E-3,
+,,,-177.20000446E-3,0.0,
+,,,-176.79999769E-3,0.0,
+,,,-176.40000582E-3,0.0,
+,,,-175.99999905E-3,0.0,
+,,,-175.60000718E-3,0.0,
+,,,-175.20000041E-3,0.0,
+,,,-174.80000854E-3,0.0,
+,,,-174.40000176E-3,0.0,
+,,,-174.00000989E-3,0.0,
+,,,-173.60000312E-3,0.0,
+,,,-173.20001125E-3,0.0,
+,,,-172.80000448E-3,0.0,
+,,,-172.39999771E-3,0.0,
+,,,-172.00000584E-3,0.0,
+,,,-171.59999907E-3,0.0,
+,,,-171.20000720E-3,79.999998212E-3,
+,,,-170.80000043E-3,79.999998212E-3,
+,,,-170.40000856E-3,0.0,
+,,,-170.00000179E-3,0.0,
+,,,-169.60000992E-3,0.0,
+,,,-169.20000315E-3,79.999998212E-3,
+,,,-168.80001128E-3,0.0,
+,,,-168.40000451E-3,0.0,
+,,,-167.99999774E-3,0.0,
+,,,-167.60000587E-3,0.0,
+,,,-167.19999909E-3,0.0,
+,,,-166.80000722E-3,0.0,
+,,,-166.40000045E-3,0.0,
+,,,-166.00000858E-3,0.0,
+,,,-165.60000181E-3,0.0,
+,,,-165.20000994E-3,79.999998212E-3,
+,,,-164.80000317E-3,0.0,
+,,,-164.40001130E-3,79.999998212E-3,
+,,,-164.00000453E-3,-79.999998212E-3,
+,,,-163.59999776E-3,0.0,
+,,,-163.20000589E-3,0.0,
+,,,-162.79999912E-3,0.0,
+,,,-162.40000725E-3,0.0,
+,,,-162.00000048E-3,0.0,
+,,,-161.60000861E-3,79.999998212E-3,
+,,,-161.20000184E-3,0.0,
+,,,-160.80000997E-3,0.0,
+,,,-160.40000319E-3,79.999998212E-3,
+,,,-160.00001132E-3,79.999998212E-3,
+,,,-159.60000455E-3,0.0,
+,,,-159.19999778E-3,0.0,
+,,,-158.80000591E-3,0.0,
+,,,-158.39999914E-3,0.0,
+,,,-158.00000727E-3,0.0,
+,,,-157.60000050E-3,0.0,
+,,,-157.20000863E-3,0.0,
+,,,-156.80000186E-3,0.0,
+,,,-156.40000999E-3,79.999998212E-3,
+,,,-156.00000322E-3,0.0,
+,,,-155.60001135E-3,0.0,
+,,,-155.20000458E-3,0.0,
+,,,-154.79999781E-3,79.999998212E-3,
+,,,-154.40000594E-3,0.0,
+,,,-153.99999917E-3,0.0,
+,,,-153.60000730E-3,0.0,
+,,,-153.20000052E-3,-79.999998212E-3,
+,,,-152.80000865E-3,0.0,
+,,,-152.40000188E-3,0.0,
+,,,-152.00001001E-3,0.0,
+,,,-151.60000324E-3,79.999998212E-3,
+,,,-151.20001137E-3,79.999998212E-3,
+,,,-150.80000460E-3,0.0,
+,,,-150.39999783E-3,0.0,
+,,,-150.00000596E-3,0.0,
+,,,-149.59999919E-3,0.0,
+,,,-149.20000732E-3,0.0,
+,,,-148.80000055E-3,0.0,
+,,,-148.4000087E-3,0.0,
+,,,-148.0000019E-3,0.0,
+,,,-147.6000100E-3,79.999998212E-3,
+,,,-147.2000033E-3,0.0,
+,,,-146.8000114E-3,79.999998212E-3,
+,,,-146.4000046E-3,0.0,
+,,,-145.9999979E-3,0.0,
+,,,-145.6000060E-3,0.0,
+,,,-145.1999992E-3,0.0,
+,,,-144.8000073E-3,0.0,
+,,,-144.4000006E-3,0.0,
+,,,-144.0000087E-3,0.0,
+,,,-143.6000019E-3,0.0,
+,,,-143.2000101E-3,0.0,
+,,,-142.8000033E-3,79.999998212E-3,
+,,,-142.4000114E-3,-79.999998212E-3,
+,,,-142.0000046E-3,0.0,
+,,,-141.5999979E-3,0.0,
+,,,-141.2000060E-3,0.0,
+,,,-140.7999992E-3,0.0,
+,,,-140.4000074E-3,0.0,
+,,,-140.0000006E-3,0.0,
+,,,-139.6000087E-3,0.0,
+,,,-139.2000020E-3,0.0,
+,,,-138.8000101E-3,0.0,
+,,,-138.4000033E-3,79.999998212E-3,
+,,,-138.0000114E-3,0.0,
+,,,-137.6000047E-3,79.999998212E-3,
+,,,-137.1999979E-3,79.999998212E-3,
+,,,-136.8000060E-3,79.999998212E-3,
+,,,-136.3999993E-3,0.0,
+,,,-136.0000074E-3,0.0,
+,,,-135.6000006E-3,0.0,
+,,,-135.2000087E-3,0.0,
+,,,-134.8000020E-3,0.0,
+,,,-134.4000101E-3,0.0,
+,,,-134.0000033E-3,0.0,
+,,,-133.6000115E-3,79.999998212E-3,
+,,,-133.2000047E-3,-79.999998212E-3,
+,,,-132.7999979E-3,0.0,
+,,,-132.4000061E-3,0.0,
+,,,-131.9999993E-3,0.0,
+,,,-131.6000074E-3,0.0,
+,,,-131.2000006E-3,0.0,
+,,,-130.8000088E-3,0.0,
+,,,-130.4000020E-3,0.0,
+,,,-130.0000101E-3,0.0,
+,,,-129.6000034E-3,0.0,
+,,,-129.2000115E-3,0.0,
+,,,-128.8000047E-3,79.999998212E-3,
+,,,-128.3999979E-3,0.0,
+,,,-128.0000061E-3,0.0,
+,,,-127.5999993E-3,0.0,
+,,,-127.2000074E-3,0.0,
+,,,-126.8000007E-3,79.999998212E-3,
+,,,-126.4000088E-3,-79.999998212E-3,
+,,,-126.0000020E-3,79.999998212E-3,
+,,,-125.6000102E-3,0.0,
+,,,-125.2000034E-3,0.0,
+,,,-124.8000041E-3,-79.999998212E-3,
+,,,-124.4000047E-3,0.0,
+,,,-124.0000054E-3,0.0,
+,,,-123.6000061E-3,79.999998212E-3,
+,,,-123.2000068E-3,-79.999998212E-3,
+,,,-122.8000075E-3,0.0,
+,,,-122.4000081E-3,0.0,
+,,,-122.0000088E-3,0.0,
+,,,-121.6000021E-3,-79.999998212E-3,
+,,,-121.2000027E-3,0.0,
+,,,-120.8000034E-3,0.0,
+,,,-120.4000041E-3,0.0,
+,,,-120.0000048E-3,0.0,
+,,,-119.6000054E-3,79.999998212E-3,
+,,,-119.2000061E-3,0.0,
+,,,-118.8000068E-3,79.999998212E-3,
+,,,-118.4000075E-3,79.999998212E-3,
+,,,-118.0000082E-3,0.0,
+,,,-117.6000088E-3,0.0,
+,,,-117.2000021E-3,79.999998212E-3,
+,,,-116.8000028E-3,0.0,
+,,,-116.4000034E-3,0.0,
+,,,-116.0000041E-3,0.0,
+,,,-115.6000048E-3,79.999998212E-3,
+,,,-115.2000055E-3,0.0,
+,,,-114.8000062E-3,0.0,
+,,,-114.4000068E-3,0.0,
+,,,-114.0000075E-3,0.0,
+,,,-113.6000082E-3,0.0,
+,,,-113.2000089E-3,0.0,
+,,,-112.8000021E-3,0.0,
+,,,-112.4000028E-3,79.999998212E-3,
+,,,-112.0000035E-3,0.0,
+,,,-111.6000041E-3,79.999998212E-3,
+,,,-111.2000048E-3,0.0,
+,,,-110.8000055E-3,0.0,
+,,,-110.4000062E-3,0.0,
+,,,-110.0000069E-3,0.0,
+,,,-109.6000075E-3,0.0,
+,,,-109.2000082E-3,79.999998212E-3,
+,,,-108.8000089E-3,79.999998212E-3,
+,,,-108.4000021E-3,79.999998212E-3,
+,,,-108.0000028E-3,0.0,
+,,,-107.6000035E-3,79.999998212E-3,
+,,,-107.2000042E-3,0.0,
+,,,-106.8000048E-3,0.0,
+,,,-106.4000055E-3,0.0,
+,,,-106.0000062E-3,0.0,
+,,,-105.6000069E-3,0.0,
+,,,-105.2000076E-3,0.0,
+,,,-104.8000082E-3,0.0,
+,,,-104.4000089E-3,79.999998212E-3,
+,,,-104.0000096E-3,-79.999998212E-3,
+,,,-103.6000028E-3,0.0,
+,,,-103.2000035E-3,0.0,
+,,,-102.8000042E-3,0.0,
+,,,-102.4000049E-3,79.999998212E-3,
+,,,-102.0000055E-3,0.0,
+,,,-101.6000062E-3,79.999998212E-3,
+,,,-101.2000069E-3,0.0,
+,,,-100.8000076E-3,0.0,
+,,,-100.4000083E-3,0.0,
+,,,-100.0000089E-3,0.0,
+,,,-99.600009620E-3,0.0,
+,,,-99.200002849E-3,0.0,
+,,,-98.800003529E-3,0.0,
+,,,-98.400004208E-3,0.0,
+,,,-98.000004888E-3,0.0,
+,,,-97.600005567E-3,0.0,
+,,,-97.200006247E-3,0.0,
+,,,-96.800006926E-3,0.0,
+,,,-96.400007606E-3,0.0,
+,,,-96.000008285E-3,0.0,
+,,,-95.600008965E-3,79.999998212E-3,
+,,,-95.200009644E-3,0.0,
+,,,-94.800002873E-3,79.999998212E-3,
+,,,-94.400003552E-3,0.0,
+,,,-94.000004232E-3,0.0,
+,,,-93.600004911E-3,0.0,
+,,,-93.200005591E-3,0.0,
+,,,-92.800006270E-3,0.0,
+,,,-92.400006950E-3,0.0,
+,,,-92.000007629E-3,0.0,
+,,,-91.600008309E-3,79.999998212E-3,
+,,,-91.200008988E-3,79.999998212E-3,
+,,,-90.800009668E-3,0.0,
+,,,-90.400002897E-3,0.0,
+,,,-90.000003576E-3,0.0,
+,,,-89.600004256E-3,79.999998212E-3,
+,,,-89.200004935E-3,0.0,
+,,,-88.800005615E-3,0.0,
+,,,-88.400006294E-3,-79.999998212E-3,
+,,,-88.000006974E-3,0.0,
+,,,-87.600007653E-3,0.0,
+,,,-87.200008333E-3,0.0,
+,,,-86.800009012E-3,0.0,
+,,,-86.400009692E-3,0.0,
+,,,-86.000002921E-3,0.0,
+,,,-85.600003600E-3,79.999998212E-3,
+,,,-85.200004280E-3,0.0,
+,,,-84.800004959E-3,79.999998212E-3,
+,,,-84.400005639E-3,0.0,
+,,,-84.000006318E-3,0.0,
+,,,-83.600006998E-3,0.0,
+,,,-83.200007677E-3,0.0,
+,,,-82.800008357E-3,0.0,
+,,,-82.400009036E-3,0.0,
+,,,-82.000009716E-3,0.0,
+,,,-81.600002944E-3,0.0,
+,,,-81.200003624E-3,0.0,
+,,,-80.800004303E-3,0.0,
+,,,-80.400004983E-3,0.0,
+,,,-80.000005662E-3,0.0,
+,,,-79.600006342E-3,0.0,
+,,,-79.200007021E-3,0.0,
+,,,-78.800007701E-3,0.0,
+,,,-78.400008380E-3,79.999998212E-3,
+,,,-78.000009060E-3,0.0,
+,,,-77.600009739E-3,0.0,
+,,,-77.200002968E-3,0.0,
+,,,-76.800003648E-3,0.0,
+,,,-76.400004327E-3,0.0,
+,,,-76.000005007E-3,0.0,
+,,,-75.600005686E-3,-79.999998212E-3,
+,,,-75.200006366E-3,0.0,
+,,,-74.800007045E-3,0.0,
+,,,-74.400007725E-3,0.0,
+,,,-74.000008404E-3,0.0,
+,,,-73.600009084E-3,79.999998212E-3,
+,,,-73.200009763E-3,0.0,
+,,,-72.800002992E-3,79.999998212E-3,
+,,,-72.400003672E-3,0.0,
+,,,-72.000004351E-3,79.999998212E-3,
+,,,-71.600005031E-3,79.999998212E-3,
+,,,-71.200005710E-3,0.0,
+,,,-70.800006390E-3,0.0,
+,,,-70.400007069E-3,0.0,
+,,,-70.000007749E-3,0.0,
+,,,-69.600008428E-3,0.0,
+,,,-69.200009108E-3,0.0,
+,,,-68.800009787E-3,79.999998212E-3,
+,,,-68.400010467E-3,0.0,
+,,,-68.000003695E-3,0.0,
+,,,-67.600004375E-3,0.0,
+,,,-67.200005054E-3,0.0,
+,,,-66.800005734E-3,79.999998212E-3,
+,,,-66.400006413E-3,0.0,
+,,,-66.000007093E-3,0.0,
+,,,-65.600007772E-3,0.0,
+,,,-65.200008452E-3,0.0,
+,,,-64.800009131E-3,0.0,
+,,,-64.400009811E-3,0.0,
+,,,-64.000010490E-3,0.0,
+,,,-63.600003719E-3,79.999998212E-3,
+,,,-63.200004399E-3,0.0,
+,,,-62.800005078E-3,0.0,
+,,,-62.400005758E-3,0.0,
+,,,-62.000006437E-3,79.999998212E-3,
+,,,-61.600007117E-3,0.0,
+,,,-61.200007796E-3,0.0,
+,,,-60.800008476E-3,0.0,
+,,,-60.400005430E-3,0.0,
+,,,-60.000006109E-3,-79.999998212E-3,
+,,,-59.600006789E-3,0.0,
+,,,-59.200007468E-3,79.999998212E-3,
+,,,-58.800008148E-3,79.999998212E-3,
+,,,-58.400008827E-3,0.0,
+,,,-58.000005782E-3,0.0,
+,,,-57.600006461E-3,79.999998212E-3,
+,,,-57.200007141E-3,0.0,
+,,,-56.800007820E-3,0.0,
+,,,-56.400008500E-3,0.0,
+,,,-56.000005454E-3,79.999998212E-3,
+,,,-55.600006133E-3,79.999998212E-3,
+,,,-55.200006813E-3,0.0,
+,,,-54.800007492E-3,0.0,
+,,,-54.40000817E-3,0.0,
+,,,-54.00000885E-3,79.999998212E-3,
+,,,-53.60000581E-3,0.0,
+,,,-53.20000648E-3,0.0,
+,,,-52.80000716E-3,0.0,
+,,,-52.40000784E-3,79.999998212E-3,
+,,,-52.00000852E-3,0.0,
+,,,-51.60000548E-3,79.999998212E-3,
+,,,-51.20000616E-3,-79.999998212E-3,
+,,,-50.80000684E-3,0.0,
+,,,-50.40000752E-3,0.0,
+,,,-50.00000820E-3,0.0,
+,,,-49.60000888E-3,79.999998212E-3,
+,,,-49.20000583E-3,0.0,
+,,,-48.80000651E-3,0.0,
+,,,-48.40000719E-3,0.0,
+,,,-48.00000787E-3,0.0,
+,,,-47.60000855E-3,0.0,
+,,,-47.20000550E-3,0.0,
+,,,-46.80000618E-3,0.0,
+,,,-46.40000686E-3,0.0,
+,,,-46.00000754E-3,79.999998212E-3,
+,,,-45.60000822E-3,0.0,
+,,,-45.20000890E-3,0.0,
+,,,-44.80000585E-3,0.0,
+,,,-44.40000653E-3,0.0,
+,,,-44.00000721E-3,0.0,
+,,,-43.60000789E-3,0.0,
+,,,-43.20000857E-3,79.999998212E-3,
+,,,-42.80000925E-3,0.0,
+,,,-42.40000620E-3,0.0,
+,,,-42.00000688E-3,0.0,
+,,,-41.60000756E-3,0.0,
+,,,-41.20000824E-3,0.0,
+,,,-40.80000892E-3,-79.999998212E-3,
+,,,-40.40000588E-3,0.0,
+,,,-40.00000656E-3,0.0,
+,,,-39.60000724E-3,79.999998212E-3,
+,,,-39.20000792E-3,0.0,
+,,,-38.80000859E-3,0.0,
+,,,-38.40000927E-3,0.0,
+,,,-38.00000623E-3,0.0,
+,,,-37.60000691E-3,0.0,
+,,,-37.20000759E-3,0.0,
+,,,-36.80000827E-3,0.0,
+,,,-36.40000895E-3,0.0,
+,,,-36.00000590E-3,0.0,
+,,,-35.60000658E-3,0.0,
+,,,-35.20000726E-3,0.0,
+,,,-34.80000794E-3,0.0,
+,,,-34.40000862E-3,0.0,
+,,,-34.00000930E-3,79.999998212E-3,
+,,,-33.60000625E-3,0.0,
+,,,-33.20000693E-3,0.0,
+,,,-32.80000761E-3,0.0,
+,,,-32.40000829E-3,0.0,
+,,,-32.00000897E-3,0.0,
+,,,-31.60000592E-3,0.0,
+,,,-31.20000847E-3,0.0,
+,,,-30.80000728E-3,79.999998212E-3,
+,,,-30.40000796E-3,0.0,
+,,,-30.00000864E-3,0.0,
+,,,-29.60000746E-3,0.0,
+,,,-29.20000814E-3,0.0,
+,,,-28.80000696E-3,0.0,
+,,,-28.40000764E-3,0.0,
+,,,-28.00000831E-3,0.0,
+,,,-27.60000713E-3,0.0,
+,,,-27.20000781E-3,0.0,
+,,,-26.80000849E-3,0.0,
+,,,-26.40000731E-3,79.999998212E-3,
+,,,-26.00000799E-3,0.0,
+,,,-25.60000867E-3,0.0,
+,,,-25.20000748E-3,0.0,
+,,,-24.80000816E-3,0.0,
+,,,-24.40000698E-3,0.0,
+,,,-24.00000766E-3,79.999998212E-3,
+,,,-23.60000834E-3,0.0,
+,,,-23.20000716E-3,0.0,
+,,,-22.80000784E-3,79.999998212E-3,
+,,,-22.40000851E-3,0.0,
+,,,-22.00000733E-3,0.0,
+,,,-21.60000801E-3,0.0,
+,,,-21.20000869E-3,0.0,
+,,,-20.80000751E-3,0.0,
+,,,-20.40000819E-3,0.0,
+,,,-20.0000089E-3,0.0,
+,,,-19.6000077E-3,0.0,
+,,,-19.2000084E-3,0.0,
+,,,-18.8000072E-3,0.0,
+,,,-18.4000079E-3,0.0,
+,,,-18.0000085E-3,0.0,
+,,,-17.6000074E-3,0.0,
+,,,-17.2000080E-3,0.0,
+,,,-16.8000087E-3,79.999998212E-3,
+,,,-16.4000075E-3,0.0,
+,,,-16.0000082E-3,0.0,
+,,,-15.6000080E-3,0.0,
+,,,-15.2000077E-3,-79.999998212E-3,
+,,,-14.8000084E-3,-79.999998212E-3,
+,,,-14.4000081E-3,0.0,
+,,,-14.0000079E-3,0.0,
+,,,-13.6000086E-3,0.0,
+,,,-13.2000083E-3,0.0,
+,,,-12.8000081E-3,0.0,
+,,,-12.4000078E-3,0.0,
+,,,-12.0000085E-3,0.0,
+,,,-11.6000082E-3,0.0,
+,,,-11.2000080E-3,0.0,
+,,,-10.8000087E-3,0.0,
+,,,-10.4000084E-3,0.0,
+,,,-10.0000082E-3,0.0,
+,,,-9.600007907E-3,0.0,
+,,,-9.200008586E-3,0.0,
+,,,-8.800008334E-3,0.0,
+,,,-8.400008082E-3,0.0,
+,,,-8.000008762E-3,79.999998212E-3,
+,,,-7.600008510E-3,0.0,
+,,,-7.20000826E-3,0.0,
+,,,-6.80000847E-3,0.0,
+,,,-6.40000822E-3,0.0,
+,,,-6.00000843E-3,79.999998212E-3,
+,,,-5.60000818E-3,0.0,
+,,,-5.20000840E-3,0.0,
+,,,-4.80000861E-3,0.0,
+,,,-4.40000836E-3,159.99999642E-3,
+,,,-4.00000857E-3,159.99999642E-3,
+,,,-3.60000832E-3,159.99999642E-3,
+,,,-3.20000853E-3,239.99999464E-3,
+,,,-2.80000851E-3,239.99999464E-3,
+,,,-2.4000085E-3,159.99999642E-3,
+,,,-2.0000085E-3,79.999998212E-3,
+,,,-1.6000085E-3,-79.999998212E-3,
+,,,-1.2000084E-3,-79.999998212E-3,
+,,,-800.008536316E-6,0.0,
+,,,-400.00851732E-6,319.99999285E-3,
+,,,-8.527422324E-9,799.999952316E-3,
+,,,399.99146247E-6,719.999969006E-3,
+,,,799.991423264E-6,1.1999999,
+,,,1.1999914E-3,1.0400000,
+,,,1.5999915E-3,1.1999999,
+,,,1.9999915E-3,1.2800000,
+,,,2.3999915E-3,1.5200000,
+,,,2.79999152E-3,1.5200000,
+,,,3.19999130E-3,1.5999999,
+,,,3.59999132E-3,1.7600000,
+,,,3.99999134E-3,1.9200000,
+,,,4.39999159E-3,2.0000000,
+,,,4.79999138E-3,2.4800000,
+,,,5.19999117E-3,2.96000004,
+,,,5.59999142E-3,3.59999990,
+,,,5.99999120E-3,3.75999999,
+,,,6.39999146E-3,4.23999977,
+,,,6.79999124E-3,4.63999987,
+,,,7.19999149E-3,4.96000004,
+,,,7.599991281E-3,5.19999981,
+,,,7.999991067E-3,5.44000006,
+,,,8.399991319E-3,5.59999990,
+,,,8.799991570E-3,5.83999968,
+,,,9.199990891E-3,6.15999985,
+,,,9.599991143E-3,6.48000002,
+,,,9.999991395E-3,6.87999964,
+,,,10.3999916E-3,7.19999981,
+,,,10.7999910E-3,7.35999966,
+,,,11.1999912E-3,7.519999981,
+,,,11.5999915E-3,7.679999828,
+,,,11.9999908E-3,7.679999828,
+,,,12.3999910E-3,7.759999752,
+,,,12.7999913E-3,7.759999752,
+,,,13.1999915E-3,7.839999676,
+,,,13.5999909E-3,7.839999676,
+,,,13.9999911E-3,7.759999752,
+,,,14.3999914E-3,7.679999828,
+,,,14.7999907E-3,7.679999828,
+,,,15.1999909E-3,7.599999905,
+,,,15.5999912E-3,7.440000057,
+,,,15.9999914E-3,7.440000057,
+,,,16.3999908E-3,7.35999966,
+,,,16.7999920E-3,7.35999966,
+,,,17.1999913E-3,7.19999981,
+,,,17.5999906E-3,6.96000004,
+,,,17.9999918E-3,6.79999971,
+,,,18.3999911E-3,6.55999994,
+,,,18.7999904E-3,6.48000002,
+,,,19.1999916E-3,6.23999977,
+,,,19.5999909E-3,5.92000008,
+,,,19.9999902E-3,5.67999983,
+,,,20.39999142E-3,5.27999973,
+,,,20.79999074E-3,4.96000004,
+,,,21.19999006E-3,4.63999987,
+,,,21.59999125E-3,4.23999977,
+,,,21.99999057E-3,3.91999984,
+,,,22.39999175E-3,3.59999990,
+,,,22.79999107E-3,3.27999997,
+,,,23.19999039E-3,2.96000004,
+,,,23.59999157E-3,2.72000003,
+,,,23.99999090E-3,2.3199999,
+,,,24.39999022E-3,2.0000000,
+,,,24.79999140E-3,1.7600000,
+,,,25.19999072E-3,1.4399999,
+,,,25.59999004E-3,1.1999999,
+,,,25.99999122E-3,959.999978542E-3,
+,,,26.39999054E-3,639.999985695E-3,
+,,,26.79999173E-3,319.99999285E-3,
+,,,27.19999105E-3,79.999998212E-3,
+,,,27.59999037E-3,-319.99999285E-3,
+,,,27.99999155E-3,-639.999985695E-3,
+,,,28.39999087E-3,-799.999952316E-3,
+,,,28.79999019E-3,-1.1999999,
+,,,29.19999138E-3,-1.4399999,
+,,,29.59999070E-3,-1.7600000,
+,,,29.99999002E-3,-2.0000000,
+,,,30.39999120E-3,-2.3199999,
+,,,30.79999052E-3,-2.3999999,
+,,,31.19998984E-3,-2.6399999,
+,,,31.59999102E-3,-2.79999995,
+,,,31.99999034E-3,-2.96000004,
+,,,32.39998966E-3,-3.11999989,
+,,,32.79998899E-3,-3.19999981,
+,,,33.19999203E-3,-3.35999990,
+,,,33.59999135E-3,-3.51999998,
+,,,33.99999067E-3,-3.59999990,
+,,,34.39998999E-3,-3.67999983,
+,,,34.79998931E-3,-3.75999999,
+,,,35.19999236E-3,-3.83999991,
+,,,35.59999168E-3,-4.07999992,
+,,,35.99999100E-3,-4.07999992,
+,,,36.39999032E-3,-4.07999992,
+,,,36.79998964E-3,-4.23999977,
+,,,37.19998896E-3,-4.31999969,
+,,,37.59999201E-3,-4.31999969,
+,,,37.99999133E-3,-4.40000010,
+,,,38.39999065E-3,-4.40000010,
+,,,38.79998997E-3,-4.40000010,
+,,,39.19998929E-3,-4.40000010,
+,,,39.59999233E-3,-4.40000010,
+,,,39.99999166E-3,-4.40000010,
+,,,40.39999098E-3,-4.23999977,
+,,,40.79999030E-3,-4.23999977,
+,,,41.19998962E-3,-4.15999985,
+,,,41.59998894E-3,-4.07999992,
+,,,41.99999198E-3,-4.00000000,
+,,,42.39999130E-3,-4.00000000,
+,,,42.79999062E-3,-3.91999984,
+,,,43.19998994E-3,-3.83999991,
+,,,43.59998927E-3,-3.91999984,
+,,,43.99998859E-3,-3.75999999,
+,,,44.39999163E-3,-3.75999999,
+,,,44.79999095E-3,-3.75999999,
+,,,45.19999027E-3,-3.75999999,
+,,,45.59998959E-3,-3.75999999,
+,,,45.99998891E-3,-3.67999983,
+,,,46.39999196E-3,-3.59999990,
+,,,46.79999128E-3,-3.59999990,
+,,,47.19999060E-3,-3.51999998,
+,,,47.59998992E-3,-3.35999990,
+,,,47.99998924E-3,-3.27999997,
+,,,48.39998856E-3,-3.19999981,
+,,,48.79999161E-3,-3.11999989,
+,,,49.19999093E-3,-2.96000004,
+,,,49.59999025E-3,-2.87999988,
+,,,49.99998957E-3,-2.79999995,
+,,,50.39998889E-3,-2.72000003,
+,,,50.79999194E-3,-2.6399999,
+,,,51.19999126E-3,-2.5599999,
+,,,51.59999058E-3,-2.4800000,
+,,,51.99998990E-3,-2.4800000,
+,,,52.39998922E-3,-2.4800000,
+,,,52.79998854E-3,-2.4800000,
+,,,53.19999158E-3,-2.3999999,
+,,,53.59999090E-3,-2.3199999,
+,,,53.99999022E-3,-2.3199999,
+,,,54.39998955E-3,-2.2400000,
+,,,54.799988866E-3,-2.1599998,
+,,,55.199991912E-3,-2.1599998,
+,,,55.599991232E-3,-2.0000000,
+,,,55.999990553E-3,-1.9200000,
+,,,56.399989873E-3,-1.8399999,
+,,,56.799989194E-3,-1.7600000,
+,,,57.199988514E-3,-1.6799999,
+,,,57.599991560E-3,-1.6799999,
+,,,57.999990880E-3,-1.5200000,
+,,,58.399990201E-3,-1.5200000,
+,,,58.799989522E-3,-1.4399999,
+,,,59.199988842E-3,-1.3600000,
+,,,59.599988163E-3,-1.2800000,
+,,,59.999991208E-3,-1.2800000,
+,,,60.399990529E-3,-1.2800000,
+,,,60.799989849E-3,-1.2800000,
+,,,61.199989170E-3,-1.1999999,
+,,,61.599988490E-3,-1.1999999,
+,,,61.999991536E-3,-1.1200000,
+,,,62.399990857E-3,-1.1200000,
+,,,62.799990177E-3,-1.1200000,
+,,,63.199989498E-3,-1.1200000,
+,,,63.599988818E-3,-1.0400000,
+,,,63.999988139E-3,-1.0400000,
+,,,64.399987459E-3,-959.999978542E-3,
+,,,64.799986780E-3,-959.999978542E-3,
+,,,65.199986100E-3,-879.999995232E-3,
+,,,65.599992871E-3,-799.999952316E-3,
+,,,65.999992192E-3,-799.999952316E-3,
+,,,66.399991512E-3,-639.999985695E-3,
+,,,66.799990833E-3,-639.999985695E-3,
+,,,67.199990153E-3,-639.999985695E-3,
+,,,67.599989474E-3,-560.000002384E-3,
+,,,67.999988794E-3,-560.000002384E-3,
+,,,68.399988115E-3,-479.999989271E-3,
+,,,68.799987435E-3,-479.999989271E-3,
+,,,69.199986756E-3,-479.999989271E-3,
+,,,69.599986076E-3,-479.999989271E-3,
+,,,69.999992847E-3,-399.99997616E-3,
+,,,70.399992168E-3,-399.99997616E-3,
+,,,70.799991488E-3,-319.99999285E-3,
+,,,71.199990809E-3,-319.99999285E-3,
+,,,71.599990129E-3,-319.99999285E-3,
+,,,71.999989450E-3,-319.99999285E-3,
+,,,72.399988770E-3,-319.99999285E-3,
+,,,72.799988091E-3,-159.99999642E-3,
+,,,73.199987411E-3,-159.99999642E-3,
+,,,73.599986732E-3,-79.999998212E-3,
+,,,73.999986053E-3,-79.999998212E-3,
+,,,74.399992824E-3,79.999998212E-3,
+,,,74.799992144E-3,79.999998212E-3,
+,,,75.199991465E-3,159.99999642E-3,
+,,,75.599990785E-3,239.99999464E-3,
+,,,75.999990106E-3,319.99999285E-3,
+,,,76.399989426E-3,319.99999285E-3,
+,,,76.799988747E-3,319.99999285E-3,
+,,,77.199988067E-3,399.99997616E-3,
+,,,77.599987388E-3,399.99997616E-3,
+,,,77.999986708E-3,399.99997616E-3,
+,,,78.399986029E-3,399.99997616E-3,
+,,,78.799992800E-3,479.999989271E-3,
+,,,79.199992120E-3,479.999989271E-3,
+,,,79.599991441E-3,560.000002384E-3,
+,,,79.999990761E-3,639.999985695E-3,
+,,,80.399990082E-3,639.999985695E-3,
+,,,80.799989402E-3,799.999952316E-3,
+,,,81.199988723E-3,799.999952316E-3,
+,,,81.599988043E-3,879.999995232E-3,
+,,,81.999987364E-3,959.999978542E-3,
+,,,82.399986684E-3,1.0400000,
+,,,82.799986005E-3,1.0400000,
+,,,83.199992776E-3,1.1999999,
+,,,83.599992096E-3,1.1200000,
+,,,83.999991417E-3,1.1999999,
+,,,84.399990737E-3,1.1999999,
+,,,84.799990058E-3,1.2800000,
+,,,85.199989378E-3,1.2800000,
+,,,85.599988699E-3,1.2800000,
+,,,85.999988019E-3,1.2800000,
+,,,86.399987340E-3,1.3600000,
+,,,86.799986660E-3,1.3600000,
+,,,87.199985981E-3,1.4399999,
+,,,87.599992752E-3,1.4399999,
+,,,87.999992073E-3,1.4399999,
+,,,88.399991393E-3,1.5200000,
+,,,88.799990714E-3,1.5999999,
+,,,89.199990034E-3,1.5999999,
+,,,89.599989355E-3,1.6799999,
+,,,89.999988675E-3,1.6799999,
+,,,90.399987996E-3,1.7600000,
+,,,90.799987316E-3,1.7600000,
+,,,91.199986637E-3,1.7600000,
+,,,91.599985957E-3,1.8399999,
+,,,91.999992728E-3,1.8399999,
+,,,92.399992049E-3,1.8399999,
+,,,92.799991369E-3,1.8399999,
+,,,93.199990690E-3,1.7600000,
+,,,93.599990010E-3,1.7600000,
+,,,93.999989331E-3,1.7600000,
+,,,94.399988651E-3,1.6799999,
+,,,94.799987972E-3,1.6799999,
+,,,95.199987292E-3,1.6799999,
+,,,95.599986613E-3,1.5999999,
+,,,95.999985933E-3,1.6799999,
+,,,96.399992704E-3,1.6799999,
+,,,96.799992025E-3,1.5999999,
+,,,97.199991345E-3,1.5200000,
+,,,97.599990666E-3,1.5200000,
+,,,97.999989986E-3,1.4399999,
+,,,98.399989307E-3,1.4399999,
+,,,98.799988627E-3,1.4399999,
+,,,99.199987948E-3,1.4399999,
+,,,99.599987268E-3,1.3600000,
+,,,99.999986589E-3,1.2800000,
+,,,100.3999859E-3,1.1999999,
+,,,100.7999852E-3,1.1200000,
+,,,101.1999920E-3,1.0400000,
+,,,101.5999913E-3,1.0400000,
+,,,101.9999906E-3,959.999978542E-3,
+,,,102.3999900E-3,799.999952316E-3,
+,,,102.7999893E-3,799.999952316E-3,
+,,,103.1999886E-3,719.999969006E-3,
+,,,103.5999879E-3,639.999985695E-3,
+,,,103.9999872E-3,560.000002384E-3,
+,,,104.3999866E-3,479.999989271E-3,
+,,,104.7999859E-3,399.99997616E-3,
+,,,105.1999852E-3,399.99997616E-3,
+,,,105.5999920E-3,319.99999285E-3,
+,,,105.9999913E-3,239.99999464E-3,
+,,,106.3999906E-3,239.99999464E-3,
+,,,106.7999899E-3,159.99999642E-3,
+,,,107.1999893E-3,79.999998212E-3,
+,,,107.5999886E-3,0.0,
+,,,107.9999879E-3,-79.999998212E-3,
+,,,108.3999872E-3,-159.99999642E-3,
+,,,108.7999865E-3,-239.99999464E-3,
+,,,109.1999859E-3,-319.99999285E-3,
+,,,109.5999852E-3,-319.99999285E-3,
+,,,109.9999920E-3,-399.99997616E-3,
+,,,110.3999913E-3,-399.99997616E-3,
+,,,110.7999906E-3,-560.000002384E-3,
+,,,111.1999899E-3,-560.000002384E-3,
+,,,111.5999892E-3,-639.999985695E-3,
+,,,111.9999886E-3,-639.999985695E-3,
+,,,112.3999879E-3,-639.999985695E-3,
+,,,112.7999872E-3,-719.999969006E-3,
+,,,113.1999865E-3,-799.999952316E-3,
+,,,113.5999858E-3,-799.999952316E-3,
+,,,113.9999852E-3,-799.999952316E-3,
+,,,114.3999919E-3,-799.999952316E-3,
+,,,114.7999913E-3,-879.999995232E-3,
+,,,115.1999906E-3,-879.999995232E-3,
+,,,115.5999899E-3,-879.999995232E-3,
+,,,115.9999892E-3,-959.999978542E-3,
+,,,116.3999885E-3,-959.999978542E-3,
+,,,116.7999879E-3,-959.999978542E-3,
+,,,117.1999872E-3,-959.999978542E-3,
+,,,117.5999865E-3,-1.0400000,
+,,,117.9999858E-3,-1.0400000,
+,,,118.3999851E-3,-1.1200000,
+,,,118.7999919E-3,-1.1200000,
+,,,119.1999912E-3,-1.1200000,
+,,,119.5999905E-3,-1.1200000,
+,,,119.9999899E-3,-1.1200000,
+,,,120.3999892E-3,-1.1200000,
+,,,120.7999885E-3,-1.1200000,
+,,,121.1999878E-3,-1.1200000,
+,,,121.5999871E-3,-1.1200000,
+,,,121.9999865E-3,-1.1200000,
+,,,122.3999858E-3,-1.1200000,
+,,,122.7999851E-3,-1.1200000,
+,,,123.1999919E-3,-1.1200000,
+,,,123.5999912E-3,-1.1200000,
+,,,123.9999905E-3,-1.1200000,
+,,,124.3999898E-3,-1.1200000,
+,,,124.7999892E-3,-1.1200000,
+,,,125.1999885E-3,-1.0400000,
+,,,125.5999953E-3,-1.1200000,
+,,,125.9999871E-3,-1.1200000,
+,,,126.3999939E-3,-1.0400000,
+,,,126.7999858E-3,-1.0400000,
+,,,127.1999925E-3,-1.1200000,
+,,,127.5999844E-3,-1.0400000,
+,,,127.9999912E-3,-1.1200000,
+,,,128.3999830E-3,-1.0400000,
+,,,128.7999898E-3,-959.999978542E-3,
+,,,129.1999817E-3,-959.999978542E-3,
+,,,129.5999885E-3,-959.999978542E-3,
+,,,129.9999952E-3,-959.999978542E-3,
+,,,130.3999871E-3,-879.999995232E-3,
+,,,130.7999939E-3,-879.999995232E-3,
+,,,131.1999857E-3,-879.999995232E-3,
+,,,131.5999925E-3,-879.999995232E-3,
+,,,131.9999844E-3,-799.999952316E-3,
+,,,132.3999912E-3,-799.999952316E-3,
+,,,132.7999830E-3,-799.999952316E-3,
+,,,133.1999898E-3,-799.999952316E-3,
+,,,133.5999817E-3,-799.999952316E-3,
+,,,133.9999884E-3,-799.999952316E-3,
+,,,134.3999952E-3,-799.999952316E-3,
+,,,134.7999871E-3,-719.999969006E-3,
+,,,135.1999938E-3,-719.999969006E-3,
+,,,135.5999857E-3,-639.999985695E-3,
+,,,135.9999925E-3,-639.999985695E-3,
+,,,136.3999844E-3,-639.999985695E-3,
+,,,136.7999911E-3,-639.999985695E-3,
+,,,137.1999830E-3,-639.999985695E-3,
+,,,137.5999898E-3,-560.000002384E-3,
+,,,137.9999816E-3,-560.000002384E-3,
+,,,138.3999884E-3,-479.999989271E-3,
+,,,138.7999952E-3,-479.999989271E-3,
+,,,139.1999871E-3,-479.999989271E-3,
+,,,139.5999938E-3,-479.999989271E-3,
+,,,139.9999857E-3,-479.999989271E-3,
+,,,140.3999925E-3,-399.99997616E-3,
+,,,140.7999843E-3,-399.99997616E-3,
+,,,141.1999911E-3,-399.99997616E-3,
+,,,141.5999830E-3,-399.99997616E-3,
+,,,141.9999897E-3,-399.99997616E-3,
+,,,142.3999816E-3,-399.99997616E-3,
+,,,142.7999884E-3,-319.99999285E-3,
+,,,143.1999952E-3,-319.99999285E-3,
+,,,143.5999870E-3,-319.99999285E-3,
+,,,143.9999938E-3,-319.99999285E-3,
+,,,144.3999857E-3,-319.99999285E-3,
+,,,144.7999924E-3,-319.99999285E-3,
+,,,145.1999843E-3,-159.99999642E-3,
+,,,145.5999911E-3,-159.99999642E-3,
+,,,145.9999830E-3,-159.99999642E-3,
+,,,146.3999897E-3,-159.99999642E-3,
+,,,146.7999816E-3,-159.99999642E-3,
+,,,147.1999884E-3,-79.999998212E-3,
+,,,147.5999951E-3,-79.999998212E-3,
+,,,147.9999870E-3,-79.999998212E-3,
+,,,148.3999938E-3,-79.999998212E-3,
+,,,148.79998565E-3,-79.999998212E-3,
+,,,149.19999242E-3,0.0,
+,,,149.59998429E-3,-79.999998212E-3,
+,,,149.99999106E-3,-79.999998212E-3,
+,,,150.39998293E-3,-79.999998212E-3,
+,,,150.79998970E-3,0.0,
+,,,151.19998157E-3,0.0,
+,,,151.59998834E-3,0.0,
+,,,151.99998021E-3,0.0,
+,,,152.39998698E-3,79.999998212E-3,
+,,,152.79999375E-3,79.999998212E-3,
+,,,153.19998562E-3,79.999998212E-3,
+,,,153.59999239E-3,79.999998212E-3,
+,,,153.99998426E-3,79.999998212E-3,
+,,,154.39999104E-3,239.99999464E-3,
+,,,154.79998291E-3,239.99999464E-3,
+,,,155.19998968E-3,239.99999464E-3,
+,,,155.59998155E-3,239.99999464E-3,
+,,,155.99998832E-3,239.99999464E-3,
+,,,156.39998019E-3,239.99999464E-3,
+,,,156.79998696E-3,239.99999464E-3,
+,,,157.19999373E-3,159.99999642E-3,
+,,,157.59998560E-3,239.99999464E-3,
+,,,157.99999237E-3,239.99999464E-3,
+,,,158.39998424E-3,159.99999642E-3,
+,,,158.79999101E-3,159.99999642E-3,
+,,,159.19998288E-3,239.99999464E-3,
+,,,159.59998965E-3,159.99999642E-3,
+,,,159.99998152E-3,239.99999464E-3,
+,,,160.39998829E-3,239.99999464E-3,
+,,,160.79998016E-3,239.99999464E-3,
+,,,161.19998693E-3,239.99999464E-3,
+,,,161.59999371E-3,239.99999464E-3,
+,,,161.99998558E-3,239.99999464E-3,
+,,,162.39999235E-3,319.99999285E-3,
+,,,162.79998422E-3,319.99999285E-3,
+,,,163.19999099E-3,319.99999285E-3,
+,,,163.59998286E-3,319.99999285E-3,
+,,,163.99998963E-3,319.99999285E-3,
+,,,164.39998150E-3,239.99999464E-3,
+,,,164.79998827E-3,239.99999464E-3,
+,,,165.19998014E-3,239.99999464E-3,
+,,,165.59998691E-3,239.99999464E-3,
+,,,165.99999368E-3,239.99999464E-3,
+,,,166.39998555E-3,239.99999464E-3,
+,,,166.79999232E-3,159.99999642E-3,
+,,,167.19998419E-3,239.99999464E-3,
+,,,167.59999096E-3,239.99999464E-3,
+,,,167.99998283E-3,239.99999464E-3,
+,,,168.39998960E-3,239.99999464E-3,
+,,,168.79998147E-3,239.99999464E-3,
+,,,169.19998825E-3,239.99999464E-3,
+,,,169.59998012E-3,239.99999464E-3,
+,,,169.99998689E-3,239.99999464E-3,
+,,,170.39999366E-3,159.99999642E-3,
+,,,170.79998553E-3,159.99999642E-3,
+,,,171.19999230E-3,239.99999464E-3,
+,,,171.59998417E-3,159.99999642E-3,
+,,,171.99999094E-3,159.99999642E-3,
+,,,172.39998281E-3,159.99999642E-3,
+,,,172.79998958E-3,159.99999642E-3,
+,,,173.19998145E-3,79.999998212E-3,
+,,,173.59998822E-3,79.999998212E-3,
+,,,173.99998009E-3,79.999998212E-3,
+,,,174.39998686E-3,79.999998212E-3,
+,,,174.79999363E-3,79.999998212E-3,
+,,,175.19998550E-3,79.999998212E-3,
+,,,175.59999228E-3,79.999998212E-3,
+,,,175.99998415E-3,79.999998212E-3,
+,,,176.39999092E-3,79.999998212E-3,
+,,,176.79998279E-3,0.0,
+,,,177.19998956E-3,79.999998212E-3,
+,,,177.59998143E-3,79.999998212E-3,
+,,,177.99998820E-3,0.0,
+,,,178.39998007E-3,79.999998212E-3,
+,,,178.79998684E-3,0.0,
+,,,179.19999361E-3,0.0,
+,,,179.59998548E-3,-79.999998212E-3,
+,,,179.99999225E-3,-79.999998212E-3,
+,,,180.39998412E-3,-79.999998212E-3,
+,,,180.79999089E-3,-159.99999642E-3,
+,,,181.19998276E-3,-159.99999642E-3,
+,,,181.59998953E-3,-79.999998212E-3,
+,,,181.99998140E-3,-159.99999642E-3,
+,,,182.39998817E-3,-159.99999642E-3,
+,,,182.79998004E-3,-159.99999642E-3,
+,,,183.19998682E-3,-239.99999464E-3,
+,,,183.59999359E-3,-239.99999464E-3,
+,,,183.99998546E-3,-239.99999464E-3,
+,,,184.39999223E-3,-159.99999642E-3,
+,,,184.79998410E-3,-239.99999464E-3,
+,,,185.19999087E-3,-239.99999464E-3,
+,,,185.59998274E-3,-239.99999464E-3,
+,,,185.99998951E-3,-159.99999642E-3,
+,,,186.39998138E-3,-239.99999464E-3,
+,,,186.79998815E-3,-319.99999285E-3,
+,,,187.19998002E-3,-319.99999285E-3,
+,,,187.59998679E-3,-239.99999464E-3,
+,,,187.99999356E-3,-239.99999464E-3,
+,,,188.39998543E-3,-319.99999285E-3,
+,,,188.79999220E-3,-319.99999285E-3,
+,,,189.19998407E-3,-319.99999285E-3,
+,,,189.59999084E-3,-399.99997616E-3,
+,,,189.99998271E-3,-319.99999285E-3,
+,,,190.39998949E-3,-399.99997616E-3,
+,,,190.79998136E-3,-319.99999285E-3,
+,,,191.19998813E-3,-319.99999285E-3,
+,,,191.59998000E-3,-319.99999285E-3,
+,,,191.99998677E-3,-319.99999285E-3,
+,,,192.39999354E-3,-399.99997616E-3,
+,,,192.79998541E-3,-319.99999285E-3,
+,,,193.19999218E-3,-399.99997616E-3,
+,,,193.59998405E-3,-319.99999285E-3,
+,,,193.99999082E-3,-319.99999285E-3,
+,,,194.39998269E-3,-399.99997616E-3,
+,,,194.79998946E-3,-399.99997616E-3,
+,,,195.19998133E-3,-319.99999285E-3,
+,,,195.59998810E-3,-399.99997616E-3,
+,,,195.99997997E-3,-399.99997616E-3,
+,,,196.39998674E-3,-319.99999285E-3,
+,,,196.79999352E-3,-399.99997616E-3,
+,,,197.19998538E-3,-319.99999285E-3,
+,,,197.59999216E-3,-399.99997616E-3,
+,,,197.99998403E-3,-399.99997616E-3,
+,,,198.39999080E-3,-399.99997616E-3,
+,,,198.79998267E-3,-479.999989271E-3,
+,,,199.19998944E-3,-479.999989271E-3,
+,,,199.59998131E-3,-399.99997616E-3,
+,,,199.99998808E-3,-479.999989271E-3,
+,,,200.39997995E-3,-399.99997616E-3,
+,,,200.79998672E-3,-319.99999285E-3,
+,,,201.19999349E-3,-399.99997616E-3,
+,,,201.59998536E-3,-399.99997616E-3,
+,,,201.99999213E-3,-399.99997616E-3,
+,,,202.39998400E-3,-399.99997616E-3,
+,,,202.79999077E-3,-399.99997616E-3,
+,,,203.19998264E-3,-399.99997616E-3,
+,,,203.59998941E-3,-399.99997616E-3,
+,,,203.99998128E-3,-399.99997616E-3,
+,,,204.39998806E-3,-399.99997616E-3,
+,,,204.79997993E-3,-399.99997616E-3,
+,,,205.19998670E-3,-479.999989271E-3,
+,,,205.59999347E-3,-399.99997616E-3,
+,,,205.99998534E-3,-319.99999285E-3,
+,,,206.39999211E-3,-399.99997616E-3,
+,,,206.79998398E-3,-399.99997616E-3,
+,,,207.19999075E-3,-399.99997616E-3,
+,,,207.59998262E-3,-399.99997616E-3,
+,,,207.99998939E-3,-399.99997616E-3,
+,,,208.39998126E-3,-399.99997616E-3,
+,,,208.79998803E-3,-399.99997616E-3,
+,,,209.19997990E-3,-319.99999285E-3,
+,,,209.59998667E-3,-319.99999285E-3,
+,,,209.99999344E-3,-319.99999285E-3,
+,,,210.39998531E-3,-319.99999285E-3,
+,,,210.79999208E-3,-319.99999285E-3,
+,,,211.19998395E-3,-319.99999285E-3,
+,,,211.59999073E-3,-319.99999285E-3,
+,,,211.99998260E-3,-319.99999285E-3,
+,,,212.39998937E-3,-399.99997616E-3,
+,,,212.79998124E-3,-319.99999285E-3,
+,,,213.19998801E-3,-319.99999285E-3,
+,,,213.59997988E-3,-319.99999285E-3,
+,,,213.99998665E-3,-319.99999285E-3,
+,,,214.39999342E-3,-319.99999285E-3,
+,,,214.79998529E-3,-319.99999285E-3,
+,,,215.19999206E-3,-319.99999285E-3,
+,,,215.59998393E-3,-319.99999285E-3,
+,,,215.99999070E-3,-319.99999285E-3,
+,,,216.39998257E-3,-319.99999285E-3,
+,,,216.79998934E-3,-319.99999285E-3,
+,,,217.19998121E-3,-319.99999285E-3,
+,,,217.59998798E-3,-319.99999285E-3,
+,,,217.99997985E-3,-319.99999285E-3,
+,,,218.39998662E-3,-319.99999285E-3,
+,,,218.79997849E-3,-319.99999285E-3,
+,,,219.19998527E-3,-319.99999285E-3,
+,,,219.59999204E-3,-239.99999464E-3,
+,,,219.99998391E-3,-319.99999285E-3,
+,,,220.39999068E-3,-319.99999285E-3,
+,,,220.79998255E-3,-239.99999464E-3,
+,,,221.19998932E-3,-239.99999464E-3,
+,,,221.59998119E-3,-239.99999464E-3,
+,,,221.99998796E-3,-239.99999464E-3,
+,,,222.39997983E-3,-239.99999464E-3,
+,,,222.79998660E-3,-319.99999285E-3,
+,,,223.19997847E-3,-239.99999464E-3,
+,,,223.59998524E-3,-319.99999285E-3,
+,,,223.99999201E-3,-239.99999464E-3,
+,,,224.39998388E-3,-239.99999464E-3,
+,,,224.79999065E-3,-159.99999642E-3,
+,,,225.19998252E-3,-159.99999642E-3,
+,,,225.59998930E-3,-239.99999464E-3,
+,,,225.99998116E-3,-159.99999642E-3,
+,,,226.39998794E-3,-239.99999464E-3,
+,,,226.79997981E-3,-159.99999642E-3,
+,,,227.19998658E-3,-239.99999464E-3,
+,,,227.59997845E-3,-159.99999642E-3,
+,,,227.99998522E-3,-239.99999464E-3,
+,,,228.39999199E-3,-239.99999464E-3,
+,,,228.79998386E-3,-159.99999642E-3,
+,,,229.19999063E-3,-239.99999464E-3,
+,,,229.59998250E-3,-239.99999464E-3,
+,,,229.99998927E-3,-239.99999464E-3,
+,,,230.39998114E-3,-239.99999464E-3,
+,,,230.79998791E-3,-239.99999464E-3,
+,,,231.19997978E-3,-239.99999464E-3,
+,,,231.59998655E-3,-159.99999642E-3,
+,,,231.99997842E-3,-159.99999642E-3,
+,,,232.39998519E-3,-159.99999642E-3,
+,,,232.79999197E-3,-159.99999642E-3,
+,,,233.19998384E-3,-79.999998212E-3,
+,,,233.59999061E-3,-159.99999642E-3,
+,,,233.99998248E-3,-159.99999642E-3,
+,,,234.39998925E-3,-159.99999642E-3,
+,,,234.79998112E-3,-159.99999642E-3,
+,,,235.19998789E-3,-159.99999642E-3,
+,,,235.59997976E-3,-79.999998212E-3,
+,,,235.99998653E-3,-159.99999642E-3,
+,,,236.39997840E-3,-79.999998212E-3,
+,,,236.79998517E-3,-159.99999642E-3,
+,,,237.19999194E-3,-159.99999642E-3,
+,,,237.59998381E-3,-159.99999642E-3,
+,,,237.99999058E-3,-159.99999642E-3,
+,,,238.39998245E-3,-79.999998212E-3,
+,,,238.79998922E-3,-79.999998212E-3,
+,,,239.19998109E-3,-79.999998212E-3,
+,,,239.59998786E-3,-79.999998212E-3,
+,,,239.99997973E-3,-79.999998212E-3,
+,,,240.39998651E-3,-79.999998212E-3,
+,,,240.79997838E-3,-79.999998212E-3,
+,,,241.19998515E-3,-79.999998212E-3,
+,,,241.59999192E-3,-79.999998212E-3,
+,,,241.99998379E-3,-79.999998212E-3,
+,,,242.39999056E-3,-79.999998212E-3,
+,,,242.79998243E-3,-79.999998212E-3,
+,,,243.19998920E-3,-79.999998212E-3,
+,,,243.59998107E-3,-79.999998212E-3,
+,,,243.99998784E-3,-79.999998212E-3,
+,,,244.39997971E-3,-79.999998212E-3,
+,,,244.79998648E-3,-159.99999642E-3,
+,,,245.19997835E-3,0.0,
+,,,245.59998512E-3,-79.999998212E-3,
+,,,245.99999189E-3,-79.999998212E-3,
+,,,246.39998376E-3,-79.999998212E-3,
+,,,246.79999053E-3,-79.999998212E-3,
+,,,247.19998240E-3,-79.999998212E-3,
+,,,247.59998918E-3,-79.999998212E-3,
+,,,247.99998105E-3,-79.999998212E-3,
+,,,248.39998782E-3,-159.99999642E-3,
+,,,248.79997969E-3,-79.999998212E-3,
+,,,249.19998646E-3,-79.999998212E-3,
+,,,249.59997833E-3,-79.999998212E-3,
+,,,249.99998510E-3,-79.999998212E-3,
+,,,250.39997697E-3,-79.999998212E-3,
+,,,250.79998374E-3,-79.999998212E-3,
+,,,251.19999051E-3,-79.999998212E-3,
+,,,251.59999728E-3,-79.999998212E-3,
+,,,251.99997425E-3,0.0,
+,,,252.39998102E-3,-79.999998212E-3,
+,,,252.79998779E-3,-79.999998212E-3,
+,,,253.19999456E-3,-159.99999642E-3,
+,,,253.59997153E-3,-79.999998212E-3,
+,,,253.99997830E-3,-79.999998212E-3,
+,,,254.39998507E-3,-79.999998212E-3,
+,,,254.79999185E-3,-79.999998212E-3,
+,,,255.19999862E-3,-159.99999642E-3,
+,,,255.59997559E-3,-79.999998212E-3,
+,,,255.99998236E-3,-79.999998212E-3,
+,,,256.39998913E-3,-79.999998212E-3,
+,,,256.79999590E-3,-79.999998212E-3,
+,,,257.19997287E-3,-79.999998212E-3,
+,,,257.59997964E-3,-79.999998212E-3,
+,,,257.99998641E-3,-79.999998212E-3,
+,,,258.39999318E-3,-79.999998212E-3,
+,,,258.79997015E-3,-79.999998212E-3,
+,,,259.19997692E-3,-79.999998212E-3,
+,,,259.59998369E-3,0.0,
+,,,259.99999046E-3,-79.999998212E-3,
+,,,260.39999723E-3,-159.99999642E-3,
+,,,260.79997420E-3,-79.999998212E-3,
+,,,261.19998097E-3,-79.999998212E-3,
+,,,261.59998775E-3,-79.999998212E-3,
+,,,261.99999452E-3,-79.999998212E-3,
+,,,262.39997149E-3,-79.999998212E-3,
+,,,262.79997826E-3,-79.999998212E-3,
+,,,263.19998503E-3,-79.999998212E-3,
+,,,263.59999180E-3,-79.999998212E-3,
+,,,263.99999857E-3,-159.99999642E-3,
+,,,264.39997554E-3,-79.999998212E-3,
+,,,264.79998231E-3,-159.99999642E-3,
+,,,265.19998908E-3,-79.999998212E-3,
+,,,265.59999585E-3,-79.999998212E-3,
+,,,265.99997282E-3,-159.99999642E-3,
+,,,266.39997959E-3,-159.99999642E-3,
+,,,266.79998636E-3,-79.999998212E-3,
+,,,267.19999313E-3,-79.999998212E-3,
+,,,267.59997010E-3,-159.99999642E-3,
+,,,267.99997687E-3,-79.999998212E-3,
+,,,268.39998364E-3,-159.99999642E-3,
+,,,268.79999042E-3,-159.99999642E-3,
+,,,269.19999719E-3,-159.99999642E-3,
+,,,269.59997416E-3,-79.999998212E-3,
+,,,269.99998093E-3,-159.99999642E-3,
+,,,270.39998770E-3,-159.99999642E-3,
+,,,270.79999447E-3,-159.99999642E-3,
+,,,271.19997144E-3,-159.99999642E-3,
+,,,271.59997821E-3,-159.99999642E-3,
+,,,271.99998498E-3,-79.999998212E-3,
+,,,272.39999175E-3,-79.999998212E-3,
+,,,272.79999852E-3,-159.99999642E-3,
+,,,273.19997549E-3,-159.99999642E-3,
+,,,273.59998226E-3,-159.99999642E-3,
+,,,273.99998903E-3,-79.999998212E-3,
+,,,274.39999580E-3,-159.99999642E-3,
+,,,274.79997277E-3,-79.999998212E-3,
+,,,275.19997954E-3,-79.999998212E-3,
+,,,275.59998631E-3,-159.99999642E-3,
+,,,275.99999309E-3,-159.99999642E-3,
+,,,276.39997005E-3,-159.99999642E-3,
+,,,276.79997683E-3,-159.99999642E-3,
+,,,277.19998360E-3,-159.99999642E-3,
+,,,277.59999037E-3,-79.999998212E-3,
+,,,277.99999714E-3,-79.999998212E-3,
+,,,278.39997411E-3,-79.999998212E-3,
+,,,278.79998088E-3,-159.99999642E-3,
+,,,279.19998765E-3,-79.999998212E-3,
+,,,279.59999442E-3,-159.99999642E-3,
+,,,279.99997139E-3,-159.99999642E-3,
+,,,280.39997816E-3,-159.99999642E-3,
+,,,280.79998493E-3,-79.999998212E-3,
+,,,281.19999170E-3,-159.99999642E-3,
+,,,281.59999847E-3,-159.99999642E-3,
+,,,281.99997544E-3,-159.99999642E-3,
+,,,282.39998221E-3,-159.99999642E-3,
+,,,282.79998899E-3,-159.99999642E-3,
+,,,283.19999576E-3,-79.999998212E-3,
+,,,283.59997272E-3,-159.99999642E-3,
+,,,283.99997950E-3,-159.99999642E-3,
+,,,284.39998627E-3,-159.99999642E-3,
+,,,284.79999304E-3,-79.999998212E-3,
+,,,285.19997001E-3,-159.99999642E-3,
+,,,285.59997678E-3,-159.99999642E-3,
+,,,285.99998355E-3,-159.99999642E-3,
+,,,286.39999032E-3,-159.99999642E-3,
+,,,286.79999709E-3,-159.99999642E-3,
+,,,287.19997406E-3,-159.99999642E-3,
+,,,287.59998083E-3,-159.99999642E-3,
+,,,287.99998760E-3,-159.99999642E-3,
+,,,288.39999437E-3,-79.999998212E-3,
+,,,288.79997134E-3,-159.99999642E-3,
+,,,289.19997811E-3,-159.99999642E-3,
+,,,289.59998488E-3,-159.99999642E-3,
+,,,289.99999166E-3,-159.99999642E-3,
+,,,290.39999843E-3,-159.99999642E-3,
+,,,290.79997540E-3,-159.99999642E-3,
+,,,291.19998217E-3,-159.99999642E-3,
+,,,291.59998894E-3,-79.999998212E-3,
+,,,291.99999571E-3,-159.99999642E-3,
+,,,292.39997268E-3,-159.99999642E-3,
+,,,292.79997945E-3,-159.99999642E-3,
+,,,293.19998622E-3,-159.99999642E-3,
+,,,293.59999299E-3,-79.999998212E-3,
+,,,293.99996996E-3,-159.99999642E-3,
+,,,294.39997673E-3,-79.999998212E-3,
+,,,294.79998350E-3,-159.99999642E-3,
+,,,295.19999027E-3,-159.99999642E-3,
+,,,295.59999704E-3,-79.999998212E-3,
+,,,295.99997401E-3,-159.99999642E-3,
+,,,296.39998078E-3,-159.99999642E-3,
+,,,296.79998755E-3,-159.99999642E-3,
+,,,297.19999433E-3,-159.99999642E-3,
+,,,297.59997129E-3,-79.999998212E-3,
+,,,297.99997807E-3,-159.99999642E-3,
+,,,298.39998484E-3,-159.99999642E-3,
+,,,298.79999161E-3,-159.99999642E-3,
+,,,299.19999838E-3,-159.99999642E-3,
+,,,299.59997535E-3,-159.99999642E-3,
+,,,299.99998212E-3,-79.999998212E-3,
+,,,300.39998889E-3,-159.99999642E-3,
+,,,300.79999566E-3,-159.99999642E-3,
+,,,301.19997263E-3,-79.999998212E-3,
+,,,301.59997940E-3,-159.99999642E-3,
+,,,301.99998617E-3,-159.99999642E-3,
+,,,302.39999294E-3,-159.99999642E-3,
+,,,302.79996991E-3,-159.99999642E-3,
+,,,303.19997668E-3,-159.99999642E-3,
+,,,303.59998345E-3,-159.99999642E-3,
+,,,303.99999022E-3,-159.99999642E-3,
+,,,304.39999700E-3,-159.99999642E-3,
+,,,304.79997396E-3,-159.99999642E-3,
+,,,305.19998074E-3,-159.99999642E-3,
+,,,305.59998751E-3,-159.99999642E-3,
+,,,305.99999428E-3,-159.99999642E-3,
+,,,306.39997125E-3,-159.99999642E-3,
+,,,306.79997802E-3,-159.99999642E-3,
+,,,307.19998479E-3,-159.99999642E-3,
+,,,307.59999156E-3,-159.99999642E-3,
+,,,307.99999833E-3,-79.999998212E-3,
+,,,308.39997530E-3,-159.99999642E-3,
+,,,308.79998207E-3,-159.99999642E-3,
+,,,309.19998884E-3,-159.99999642E-3,
+,,,309.59999561E-3,-79.999998212E-3,
+,,,309.99997258E-3,-159.99999642E-3,
+,,,310.39997935E-3,-159.99999642E-3,
+,,,310.79998612E-3,-159.99999642E-3,
+,,,311.19999290E-3,-159.99999642E-3,
+,,,311.59996986E-3,-159.99999642E-3,
+,,,311.99997663E-3,-159.99999642E-3,
+,,,312.39998341E-3,-159.99999642E-3,
+,,,312.79999018E-3,-159.99999642E-3,
+,,,313.19999695E-3,-159.99999642E-3,
+,,,313.59997392E-3,-79.999998212E-3,
+,,,313.99998069E-3,-159.99999642E-3,
+,,,314.39998746E-3,-159.99999642E-3,
+,,,314.79999423E-3,-159.99999642E-3,
+,,,315.19997120E-3,-159.99999642E-3,
+,,,315.59997797E-3,-159.99999642E-3,
+,,,315.99998474E-3,-159.99999642E-3,
+,,,316.39999151E-3,-159.99999642E-3,
+,,,316.79999828E-3,-159.99999642E-3,
+,,,317.19997525E-3,-159.99999642E-3,
+,,,317.59998202E-3,-159.99999642E-3,
+,,,317.99998879E-3,-159.99999642E-3,
+,,,318.39999557E-3,-159.99999642E-3,
+,,,318.79997253E-3,-159.99999642E-3,
+,,,319.19997931E-3,-79.999998212E-3,
+,,,319.59998608E-3,-79.999998212E-3,
+,,,319.99999285E-3,-159.99999642E-3,
+,,,320.39996982E-3,-159.99999642E-3,
+,,,320.79997659E-3,-159.99999642E-3,
+,,,321.19998336E-3,-79.999998212E-3,
+,,,321.59999013E-3,-79.999998212E-3,
+,,,321.99999690E-3,-159.99999642E-3,
+,,,322.39997387E-3,-159.99999642E-3,
+,,,322.79998064E-3,-159.99999642E-3,
+,,,323.19998741E-3,-159.99999642E-3,
+,,,323.59999418E-3,-159.99999642E-3,
+,,,323.99997115E-3,-159.99999642E-3,
+,,,324.39997792E-3,-159.99999642E-3,
+,,,324.79998469E-3,-159.99999642E-3,
+,,,325.19999146E-3,-159.99999642E-3,
+,,,325.59996843E-3,-159.99999642E-3,
+,,,325.99997520E-3,-159.99999642E-3,
+,,,326.39998198E-3,-159.99999642E-3,
+,,,326.79998875E-3,-159.99999642E-3,
+,,,327.19999552E-3,-79.999998212E-3,
+,,,327.59997249E-3,-159.99999642E-3,
+,,,327.99997926E-3,-159.99999642E-3,
+,,,328.39998603E-3,-159.99999642E-3,
+,,,328.79999280E-3,-159.99999642E-3,
+,,,329.19996977E-3,-79.999998212E-3,
+,,,329.59997654E-3,-159.99999642E-3,
+,,,329.99998331E-3,-159.99999642E-3,
+,,,330.39999008E-3,-159.99999642E-3,
+,,,330.79999685E-3,-159.99999642E-3,
+,,,331.19997382E-3,-159.99999642E-3,
+,,,331.59998059E-3,-159.99999642E-3,
+,,,331.99998736E-3,-159.99999642E-3,
+,,,332.39999413E-3,-159.99999642E-3,
+,,,332.79997110E-3,-159.99999642E-3,
+,,,333.19997787E-3,-159.99999642E-3,
+,,,333.59998465E-3,-79.999998212E-3,
+,,,333.99999142E-3,-79.999998212E-3,
+,,,334.39996839E-3,-159.99999642E-3,
+,,,334.79997516E-3,-159.99999642E-3,
+,,,335.19998193E-3,-79.999998212E-3,
+,,,335.59998870E-3,-159.99999642E-3,
+,,,335.99999547E-3,-79.999998212E-3,
+,,,336.39997244E-3,-159.99999642E-3,
+,,,336.79997921E-3,-79.999998212E-3,
+,,,337.19998598E-3,-159.99999642E-3,
+,,,337.59999275E-3,-159.99999642E-3,
+,,,337.99996972E-3,-79.999998212E-3,
+,,,338.39997649E-3,-79.999998212E-3,
+,,,338.79998326E-3,-159.99999642E-3,
+,,,339.19999003E-3,-79.999998212E-3,
+,,,339.59999681E-3,-79.999998212E-3,
+,,,339.99997377E-3,-79.999998212E-3,
+,,,340.39998055E-3,-159.99999642E-3,
+,,,340.79998732E-3,-159.99999642E-3,
+,,,341.19999409E-3,-79.999998212E-3,
+,,,341.59997106E-3,-159.99999642E-3,
+,,,341.99997783E-3,-159.99999642E-3,
+,,,342.39998460E-3,-159.99999642E-3,
+,,,342.79999137E-3,-79.999998212E-3,
+,,,343.19996834E-3,-79.999998212E-3,
+,,,343.59997511E-3,-79.999998212E-3,
+,,,343.99998188E-3,-159.99999642E-3,
+,,,344.39998865E-3,-79.999998212E-3,
+,,,344.79999542E-3,-79.999998212E-3,
+,,,345.19997239E-3,-79.999998212E-3,
+,,,345.59997916E-3,-159.99999642E-3,
+,,,345.99998593E-3,-79.999998212E-3,
+,,,346.39999270E-3,-79.999998212E-3,
+,,,346.79996967E-3,-159.99999642E-3,
+,,,347.19997644E-3,-79.999998212E-3,
+,,,347.59998322E-3,-79.999998212E-3,
+,,,347.99998999E-3,-79.999998212E-3,
+,,,348.39999676E-3,-79.999998212E-3,
+,,,348.79997373E-3,-79.999998212E-3,
+,,,349.19998050E-3,0.0,
+,,,349.59998727E-3,-79.999998212E-3,
+,,,349.99999404E-3,-79.999998212E-3,
+,,,350.39997101E-3,-79.999998212E-3,
+,,,350.79997778E-3,-79.999998212E-3,
+,,,351.19998455E-3,-159.99999642E-3,
+,,,351.59999132E-3,-79.999998212E-3,
+,,,351.99996829E-3,-79.999998212E-3,
+,,,352.39997506E-3,-159.99999642E-3,
+,,,352.79998183E-3,-79.999998212E-3,
+,,,353.19998860E-3,-79.999998212E-3,
+,,,353.59999537E-3,-79.999998212E-3,
+,,,353.99997234E-3,-79.999998212E-3,
+,,,354.39997911E-3,-79.999998212E-3,
+,,,354.79998589E-3,-79.999998212E-3,
+,,,355.19999266E-3,-79.999998212E-3,
+,,,355.59996963E-3,-79.999998212E-3,
+,,,355.99997640E-3,0.0,
+,,,356.39998317E-3,-79.999998212E-3,
+,,,356.79998994E-3,-79.999998212E-3,
+,,,357.19999671E-3,-79.999998212E-3,
+,,,357.59997368E-3,-79.999998212E-3,
+,,,357.99998045E-3,-79.999998212E-3,
+,,,358.39998722E-3,-79.999998212E-3,
+,,,358.79999399E-3,-79.999998212E-3,
+,,,359.19997096E-3,-79.999998212E-3,
+,,,359.59997773E-3,0.0,
+,,,359.99998450E-3,-79.999998212E-3,
+,,,360.39999127E-3,-79.999998212E-3,
+,,,360.79996824E-3,-79.999998212E-3,
+,,,361.19997501E-3,0.0,
+,,,361.59998178E-3,0.0,
+,,,361.99998856E-3,0.0,
+,,,362.39999533E-3,-79.999998212E-3,
+,,,362.79997230E-3,-79.999998212E-3,
+,,,363.19997907E-3,0.0,
+,,,363.59998584E-3,-79.999998212E-3,
+,,,363.99999261E-3,-79.999998212E-3,
+,,,364.39996958E-3,-79.999998212E-3,
+,,,364.79997635E-3,0.0,
+,,,365.19998312E-3,0.0,
+,,,365.59998989E-3,0.0,
+,,,365.99999666E-3,0.0,
+,,,366.39997363E-3,0.0,
+,,,366.79998040E-3,0.0,
+,,,367.19998717E-3,-79.999998212E-3,
+,,,367.59999394E-3,-79.999998212E-3,
+,,,367.99997091E-3,0.0,
+,,,368.39997768E-3,0.0,
+,,,368.79998446E-3,-79.999998212E-3,
+,,,369.19999123E-3,0.0,
+,,,369.59996819E-3,0.0,
+,,,369.99997497E-3,0.0,
+,,,370.39998174E-3,0.0,
+,,,370.79998851E-3,0.0,
+,,,371.19999528E-3,0.0,
+,,,371.59997225E-3,0.0,
+,,,371.99997902E-3,0.0,
+,,,372.39998579E-3,0.0,
+,,,372.79999256E-3,-79.999998212E-3,
+,,,373.19996953E-3,-79.999998212E-3,
+,,,373.59997630E-3,0.0,
+,,,373.99998307E-3,0.0,
+,,,374.39998984E-3,0.0,
+,,,374.79999661E-3,-79.999998212E-3,
+,,,375.19997358E-3,-79.999998212E-3,
+,,,375.59998035E-3,79.999998212E-3,
+,,,375.99998713E-3,0.0,
+,,,376.39999390E-3,0.0,
+,,,376.79997087E-3,-79.999998212E-3,
+,,,377.19997764E-3,-79.999998212E-3,
+,,,377.59998441E-3,0.0,
+,,,377.99999118E-3,0.0,
+,,,378.39996815E-3,0.0,
+,,,378.79997492E-3,0.0,
+,,,379.19998169E-3,0.0,
+,,,379.59998846E-3,0.0,
+,,,379.99999523E-3,0.0,
+,,,380.39997220E-3,0.0,
+,,,380.79997897E-3,0.0,
+,,,381.19998574E-3,0.0,
+,,,381.59999251E-3,0.0,
+,,,381.99996948E-3,0.0,
+,,,382.39997625E-3,0.0,
+,,,382.79998302E-3,0.0,
+,,,383.19998980E-3,0.0,
+,,,383.59999657E-3,0.0,
+,,,383.99997354E-3,-79.999998212E-3,
+,,,384.39998031E-3,0.0,
+,,,384.79998708E-3,-79.999998212E-3,
+,,,385.19999385E-3,0.0,
+,,,385.59997082E-3,-79.999998212E-3,
+,,,385.99997759E-3,0.0,
+,,,386.39998436E-3,0.0,
+,,,386.79999113E-3,0.0,
+,,,387.19996810E-3,0.0,
+,,,387.59997487E-3,0.0,
+,,,387.99998164E-3,0.0,
+,,,388.39998841E-3,0.0,
+,,,388.79999518E-3,0.0,
+,,,389.19997215E-3,0.0,
+,,,389.59997892E-3,0.0,
+,,,389.99998569E-3,-79.999998212E-3,
+,,,390.39999247E-3,79.999998212E-3,
+,,,390.79996943E-3,-79.999998212E-3,
+,,,391.19997621E-3,0.0,
+,,,391.59998298E-3,0.0,
+,,,391.99998975E-3,0.0,
+,,,392.39996672E-3,0.0,
+,,,392.79997349E-3,0.0,
+,,,393.19998026E-3,79.999998212E-3,
+,,,393.59998703E-3,0.0,
+,,,393.99999380E-3,0.0,
+,,,394.39997077E-3,0.0,
+,,,394.79997754E-3,-79.999998212E-3,
+,,,395.19998431E-3,0.0,
+,,,395.59999108E-3,0.0,
+,,,395.99996805E-3,0.0,
+,,,396.39997482E-3,0.0,
+,,,396.79998159E-3,0.0,
+,,,397.19998837E-3,0.0,
+,,,397.59999514E-3,0.0,
+,,,397.99997211E-3,79.999998212E-3,
+,,,398.39997888E-3,-79.999998212E-3,
+,,,398.79998565E-3,0.0,
+,,,399.19999242E-3,0.0,
+,,,399.59996939E-3,0.0,
+,,,399.99997616E-3,-79.999998212E-3,
+,,,400.39998293E-3,0.0,
+,,,400.79998970E-3,0.0,
+,,,401.19996667E-3,79.999998212E-3,
+,,,401.59997344E-3,0.0,
+,,,401.99998021E-3,0.0,
+,,,402.39998698E-3,0.0,
+,,,402.79999375E-3,0.0,
+,,,403.19997072E-3,-79.999998212E-3,
+,,,403.599977493E-3,0.0,
+,,,403.999984264E-3,79.999998212E-3,
+,,,404.399991035E-3,0.0,
+,,,404.799968004E-3,0.0,
+,,,405.199974775E-3,0.0,
+,,,405.599981546E-3,0.0,
+,,,405.999988317E-3,0.0,
+,,,406.399995089E-3,0.0,
+,,,406.799972057E-3,0.0,
+,,,407.199978828E-3,0.0,
+,,,407.599985600E-3,0.0,
+,,,407.999992371E-3,0.0,
+,,,408.399969339E-3,0.0,
+,,,408.799976110E-3,0.0,
+,,,409.199982882E-3,0.0,
+,,,409.599989653E-3,0.0,
+,,,409.999966621E-3,79.999998212E-3,
+,,,410.399973392E-3,79.999998212E-3,
+,,,410.799980164E-3,79.999998212E-3,
+,,,411.199986935E-3,0.0,
+,,,411.599993706E-3,0.0,
+,,,411.999970675E-3,0.0,
+,,,412.399977446E-3,0.0,
+,,,412.799984217E-3,79.999998212E-3,
+,,,413.199990988E-3,-79.999998212E-3,
+,,,413.599967957E-3,79.999998212E-3,
+,,,413.999974728E-3,0.0,
+,,,414.399981499E-3,79.999998212E-3,
+,,,414.799988270E-3,0.0,
+,,,415.199995041E-3,0.0,
+,,,415.599972010E-3,0.0,
+,,,415.999978781E-3,0.0,
+,,,416.399985552E-3,0.0,
+,,,416.799992323E-3,0.0,
+,,,417.199969292E-3,0.0,
+,,,417.599976063E-3,0.0,
+,,,417.999982834E-3,79.999998212E-3,
+,,,418.399989605E-3,0.0,
+,,,418.799966574E-3,0.0,
+,,,419.199973345E-3,79.999998212E-3,
+,,,419.599980116E-3,79.999998212E-3,
+,,,419.999986887E-3,0.0,
+,,,420.399993658E-3,0.0,
+,,,420.799970627E-3,0.0,
+,,,421.199977398E-3,0.0,
+,,,421.599984169E-3,0.0,
+,,,421.999990940E-3,0.0,
+,,,422.399967909E-3,0.0,
+,,,422.799974680E-3,0.0,
+,,,423.199981451E-3,0.0,
+,,,423.599988222E-3,0.0,
+,,,423.999994993E-3,0.0,
+,,,424.399971962E-3,0.0,
+,,,424.799978733E-3,0.0,
+,,,425.199985504E-3,0.0,
+,,,425.599992275E-3,0.0,
+,,,425.999969244E-3,0.0,
+,,,426.399976015E-3,0.0,
+,,,426.799982786E-3,0.0,
+,,,427.199989557E-3,0.0,
+,,,427.599966526E-3,0.0,
+,,,427.999973297E-3,0.0,
+,,,428.399980068E-3,0.0,
+,,,428.799986839E-3,79.999998212E-3,
+,,,429.199993610E-3,0.0,
+,,,429.599970579E-3,0.0,
+,,,429.999977350E-3,79.999998212E-3,
+,,,430.399984121E-3,79.999998212E-3,
+,,,430.799990892E-3,0.0,
+,,,431.199967861E-3,0.0,
+,,,431.599974632E-3,0.0,
+,,,431.999981403E-3,-79.999998212E-3,
+,,,432.399988174E-3,0.0,
+,,,432.799994946E-3,0.0,
+,,,433.199971914E-3,-79.999998212E-3,
+,,,433.599978685E-3,0.0,
+,,,433.999985456E-3,0.0,
+,,,434.399992228E-3,0.0,
+,,,434.799969196E-3,0.0,
+,,,435.199975967E-3,0.0,
+,,,435.599982738E-3,0.0,
+,,,435.999989510E-3,-79.999998212E-3,
+,,,436.399966478E-3,0.0,
+,,,436.799973249E-3,-79.999998212E-3,
+,,,437.199980021E-3,0.0,
+,,,437.599986792E-3,79.999998212E-3,
+,,,437.999993563E-3,0.0,
+,,,438.399970531E-3,79.999998212E-3,
+,,,438.799977303E-3,79.999998212E-3,
+,,,439.199984074E-3,0.0,
+,,,439.599990845E-3,0.0,
+,,,439.999967813E-3,79.999998212E-3,
+,,,440.399974585E-3,0.0,
+,,,440.799981356E-3,0.0,
+,,,441.199988127E-3,0.0,
+,,,441.599994898E-3,0.0,
+,,,441.999971867E-3,0.0,
+,,,442.399978638E-3,0.0,
+,,,442.799985409E-3,0.0,
+,,,443.199992180E-3,0.0,
+,,,443.599969149E-3,0.0,
+,,,443.999975920E-3,0.0,
+,,,444.399982691E-3,0.0,
+,,,444.799989462E-3,0.0,
+,,,445.199966431E-3,0.0,
+,,,445.599973202E-3,0.0,
+,,,445.999979973E-3,79.999998212E-3,
+,,,446.399986744E-3,0.0,
+,,,446.799993515E-3,0.0,
+,,,447.199970484E-3,0.0,
+,,,447.599977255E-3,0.0,
+,,,447.999984026E-3,-79.999998212E-3,
+,,,448.399990797E-3,0.0,
+,,,448.799967766E-3,0.0,
+,,,449.199974537E-3,0.0,
+,,,449.599981308E-3,0.0,
+,,,449.999988079E-3,0.0,
+,,,450.399994850E-3,0.0,
+,,,450.799971819E-3,0.0,
+,,,451.199978590E-3,-79.999998212E-3,
+,,,451.599985361E-3,-79.999998212E-3,
+,,,451.999992132E-3,0.0,
+,,,452.399969101E-3,0.0,
+,,,452.799975872E-3,0.0,
+,,,453.199982643E-3,0.0,
+,,,453.599989414E-3,-79.999998212E-3,
+,,,453.999966383E-3,0.0,
+,,,454.399973154E-3,0.0,
+,,,454.799979925E-3,0.0,
+,,,455.199986696E-3,0.0,
+,,,455.599993467E-3,79.999998212E-3,
+,,,455.999970436E-3,-79.999998212E-3,
+,,,456.399977207E-3,79.999998212E-3,
+,,,456.799983978E-3,0.0,
+,,,457.199990749E-3,0.0,
+,,,457.599967718E-3,0.0,
+,,,457.999974489E-3,0.0,
+,,,458.399981260E-3,0.0,
+,,,458.799988031E-3,0.0,
+,,,459.199965000E-3,0.0,
+,,,459.599971771E-3,0.0,
+,,,459.999978542E-3,0.0,
+,,,460.399985313E-3,0.0,
+,,,460.799992085E-3,0.0,
+,,,461.199969053E-3,0.0,
+,,,461.599975824E-3,0.0,
+,,,461.999982595E-3,0.0,
+,,,462.399989367E-3,0.0,
+,,,462.799966335E-3,0.0,
+,,,463.199973106E-3,0.0,
+,,,463.599979877E-3,0.0,
+,,,463.999986649E-3,0.0,
+,,,464.399993420E-3,0.0,
+,,,464.799970388E-3,0.0,
+,,,465.199977160E-3,0.0,
+,,,465.599983931E-3,79.999998212E-3,
+,,,465.999990702E-3,79.999998212E-3,
+,,,466.399967670E-3,0.0,
+,,,466.799974442E-3,0.0,
+,,,467.199981213E-3,0.0,
+,,,467.599987984E-3,0.0,
+,,,467.999964952E-3,0.0,
+,,,468.399971724E-3,79.999998212E-3,
+,,,468.799978495E-3,0.0,
+,,,469.199985266E-3,0.0,
+,,,469.599992037E-3,0.0,
+,,,469.999969006E-3,0.0,
+,,,470.399975777E-3,0.0,
+,,,470.799982548E-3,0.0,
+,,,471.199989319E-3,0.0,
+,,,471.599966288E-3,0.0,
+,,,471.999973059E-3,0.0,
+,,,472.399979830E-3,0.0,
+,,,472.799986601E-3,79.999998212E-3,
+,,,473.199993372E-3,0.0,
+,,,473.599970341E-3,0.0,
+,,,473.999977112E-3,0.0,
+,,,474.399983883E-3,0.0,
+,,,474.799990654E-3,0.0,
+,,,475.199967623E-3,0.0,
+,,,475.599974394E-3,0.0,
+,,,475.999981165E-3,-79.999998212E-3,
+,,,476.399987936E-3,0.0,
+,,,476.799964905E-3,0.0,
+,,,477.199971676E-3,0.0,
+,,,477.599978447E-3,0.0,
+,,,477.999985218E-3,0.0,
+,,,478.399991989E-3,0.0,
+,,,478.799968958E-3,0.0,
+,,,479.199975729E-3,79.999998212E-3,
+,,,479.599982500E-3,0.0,
+,,,479.999989271E-3,0.0,
+,,,480.399966240E-3,79.999998212E-3,
+,,,480.799973011E-3,0.0,
+,,,481.199979782E-3,-79.999998212E-3,
+,,,481.599986553E-3,0.0,
+,,,481.999993324E-3,0.0,
+,,,482.399970293E-3,0.0,
+,,,482.799977064E-3,0.0,
+,,,483.199983835E-3,0.0,
+,,,483.599990606E-3,0.0,
+,,,483.999967575E-3,0.0,
+,,,484.399974346E-3,0.0,
+,,,484.799981117E-3,0.0,
+,,,485.199987888E-3,0.0,
+,,,485.599964857E-3,79.999998212E-3,
+,,,485.999971628E-3,0.0,
+,,,486.399978399E-3,79.999998212E-3,
+,,,486.799985170E-3,0.0,
+,,,487.199991941E-3,0.0,
+,,,487.599968910E-3,0.0,
+,,,487.999975681E-3,0.0,
+,,,488.399982452E-3,0.0,
+,,,488.799989223E-3,79.999998212E-3,
+,,,489.199966192E-3,79.999998212E-3,
+,,,489.599972963E-3,0.0,
+,,,489.999979734E-3,0.0,
+,,,490.399986506E-3,-79.999998212E-3,
+,,,490.799993277E-3,0.0,
+,,,491.199970245E-3,0.0,
+,,,491.599977016E-3,-79.999998212E-3,
+,,,491.999983788E-3,79.999998212E-3,
+,,,492.399990559E-3,0.0,
+,,,492.799967527E-3,0.0,
+,,,493.199974298E-3,0.0,
+,,,493.599981070E-3,79.999998212E-3,
+,,,493.999987841E-3,0.0,
+,,,494.399964809E-3,0.0,
+,,,494.799971581E-3,0.0,
+,,,495.199978352E-3,0.0,
+,,,495.599985123E-3,0.0,
+,,,495.999991894E-3,0.0,
+,,,496.399968863E-3,0.0,
+,,,496.799975634E-3,0.0,
+,,,497.199982405E-3,0.0,
+,,,497.599989176E-3,0.0,
+,,,497.999966145E-3,79.999998212E-3,
+,,,498.399972916E-3,0.0,
+,,,498.799979687E-3,0.0,
+,,,499.199986458E-3,0.0,
+,,,499.599993229E-3,0.0,
+,,,499.999970198E-3,-79.999998212E-3,
+,,,500.400006771E-3,0.0,
+,,,500.799953938E-3,79.999998212E-3,
+,,,501.199960709E-3,79.999998212E-3,
+,,,501.599967480E-3,79.999998212E-3,
diff --git a/doc/data/piezo-waveform.csv b/doc/data/piezo-waveform.csv
new file mode 100644
index 0000000..531c8c2
--- /dev/null
+++ b/doc/data/piezo-waveform.csv
@@ -0,0 +1,2501 @@
+Time;Voltage;Smooth;;;;;;;;;;;;
+-0.498;0;0;;;;;;;;;;;;
+-0.4976;0;0;;;;;;;;;;;;
+-0.4972;0;0;;;;;;;;;;;;
+-0.4968;0;0;;;;;;;;;;;;
+-0.4964;0;0;;;;;;;;;;;;
+-0.496;0;0;;;;;;;;;;;;
+-0.4956;0;0;;;;;;;;;;;;
+-0.4952;0;0;;;;;;;;;;;;
+-0.4948;0;0;;;;;;;;;;;;
+-0.4944;0.08;0;;;;;;;;;;;;
+-0.494;0;0;;;;;;;;;;;;
+-0.4936;0;0;;;;;;;;;;;;
+-0.4932;0;0;;;;;;;;;;;;
+-0.4928;0;0;;;;;;;;;;;;
+-0.4924;0;0;;;;;;;;;;;;
+-0.492;0;0;;;;;;;;;;;;
+-0.4916;0;0;;;;;;;;;;;;
+-0.4912;0.08;0;;;;;;;;;;;;
+-0.4908;0;0;;;;;;;;;;;;
+-0.4904;0;0;;;;;;;;;;;;
+-0.49;0;0;;;;;;;;;;;;
+-0.4896;0.08;0;;;;;;;;;;;;
+-0.4892;0;0;;;;;;;;;;;;
+-0.4888;0;0;;;;;;;;;;;;
+-0.4884;0;0;;;;;;;;;;;;
+-0.488;0;0;;;;;;;;;;;;
+-0.4876;0;0;;;;;;;;;;;;
+-0.4872;0;0;;;;;;;;;;;;
+-0.4868;0.08;0;;;;;;;;;;;;
+-0.4864;0;0;;;;;;;;;;;;
+-0.486;0;0;;;;;;;;;;;;
+-0.4856;0.08;0;;;;;;;;;;;;
+-0.4852;0;0;;;;;;;;;;;;
+-0.4848;0;0;;;;;;;;;;;;
+-0.4844;0;0;;;;;;;;;;;;
+-0.484;0;0;;;;;;;;;;;;
+-0.4836;0;0;;;;;;;;;;;;
+-0.4832;0;0;;;;;;;;;;;;
+-0.4828;0;0;;;;;;;;;;;;
+-0.4824;0;0;;;;;;;;;;;;
+-0.482;0;0;;;;;;;;;;;;
+-0.4816;0;0;;;;;;;;;;;;
+-0.4812;0;0;;;;;;;;;;;;
+-0.4808;0;0;;;;;;;;;;;;
+-0.4804;0;0;;;;;;;;;;;;
+-0.48;0;0;;;;;;;;;;;;
+-0.4796;0;0;;;;;;;;;;;;
+-0.4792;0;0;;;;;;;;;;;;
+-0.4788;0;0;;;;;;;;;;;;
+-0.4784;0;0;;;;;;;;;;;;
+-0.478;0.08;0;;;;;;;;;;;;
+-0.4776;0;0;;;;;;;;;;;;
+-0.4772;-0.08;0;;;;;;;;;;;;
+-0.4768;0;0;;;;;;;;;;;;
+-0.4764;0;0;;;;;;;;;;;;
+-0.476;0;0;;;;;;;;;;;;
+-0.4756;0;0;;;;;;;;;;;;
+-0.4752;0.08;0;;;;;;;;;;;;
+-0.4748;0;0;;;;;;;;;;;;
+-0.4744;0;0;;;;;;;;;;;;
+-0.474;0;0;;;;;;;;;;;;
+-0.4736;0;0;;;;;;;;;;;;
+-0.4732;0;0;;;;;;;;;;;;
+-0.4728;0.08;0;;;;;;;;;;;;
+-0.4724;0;0;;;;;;;;;;;;
+-0.472;0;0;;;;;;;;;;;;
+-0.4716;0.08;0;;;;;;;;;;;;
+-0.4712;0;0;;;;;;;;;;;;
+-0.4708;0;0;;;;;;;;;;;;
+-0.4704;0;0;;;;;;;;;;;;
+-0.47;0;0;;;;;;;;;;;;
+-0.4696;0;0;;;;;;;;;;;;
+-0.4692;0;0;;;;;;;;;;;;
+-0.4688;0;0;;;;;;;;;;;;
+-0.4684;0;0;;;;;;;;;;;;
+-0.468;0;0;;;;;;;;;;;;
+-0.4676;0;0;;;;;;;;;;;;
+-0.4672;0;0;;;;;;;;;;;;
+-0.4668;0.08;0.053333333;;;;;;;;;;;;
+-0.4664;0.08;0.053333333;;;;;;;;;;;;
+-0.466;0;0;;;;;;;;;;;;
+-0.4656;0;0;;;;;;;;;;;;
+-0.4652;0;0;;;;;;;;;;;;
+-0.4648;0.08;0;;;;;;;;;;;;
+-0.4644;0;0;;;;;;;;;;;;
+-0.464;0;0;;;;;;;;;;;;
+-0.4636;0;0;;;;;;;;;;;;
+-0.4632;0;0;;;;;;;;;;;;
+-0.4628;0.08;0.053333333;;;;;;;;;;;;
+-0.4624;0.08;0.053333333;;;;;;;;;;;;
+-0.462;0;0.053333333;;;;;;;;;;;;
+-0.4616;0.08;0.053333333;;;;;;;;;;;;
+-0.4612;0.08;0.053333333;;;;;;;;;;;;
+-0.4608;0;0;;;;;;;;;;;;
+-0.4604;0;0;;;;;;;;;;;;
+-0.46;0;0;;;;;;;;;;;;
+-0.4596;0;0;;;;;;;;;;;;
+-0.4592;0;0;;;;;;;;;;;;
+-0.4588;0;0;;;;;;;;;;;;
+-0.4584;0;0;;;;;;;;;;;;
+-0.458;0;0;;;;;;;;;;;;
+-0.4576;0.08;0;;;;;;;;;;;;
+-0.4572;0;0;;;;;;;;;;;;
+-0.4568;0;0;;;;;;;;;;;;
+-0.4564;0.08;0;;;;;;;;;;;;
+-0.456;0;0.053333333;;;;;;;;;;;;
+-0.4556;0.08;0;;;;;;;;;;;;
+-0.4552;0;0;;;;;;;;;;;;
+-0.4548;0;0;;;;;;;;;;;;
+-0.4544;0;0;;;;;;;;;;;;
+-0.454;0;0;;;;;;;;;;;;
+-0.4536;0;0;;;;;;;;;;;;
+-0.4532;0;0;;;;;;;;;;;;
+-0.4528;0;0;;;;;;;;;;;;
+-0.4524;0;0;;;;;;;;;;;;
+-0.452;0.08;0;;;;;;;;;;;;
+-0.4516;0;0;;;;;;;;;;;;
+-0.4512;0;0;;;;;;;;;;;;
+-0.4508;0;0;;;;;;;;;;;;
+-0.4504;0;0;;;;;;;;;;;;
+-0.45;0;0;;;;;;;;;;;;
+-0.4496;0;0;;;;;;;;;;;;
+-0.4492;0;0;;;;;;;;;;;;
+-0.4488;0;0;;;;;;;;;;;;
+-0.4484;0;0;;;;;;;;;;;;
+-0.448;0.08;0.053333333;;;;;;;;;;;;
+-0.4476;0.08;0.053333333;;;;;;;;;;;;
+-0.4472;0;0;;;;;;;;;;;;
+-0.4468;0;0;;;;;;;;;;;;
+-0.4464;0;0;;;;;;;;;;;;
+-0.446;-0.08;0;;;;;;;;;;;;
+-0.4456;0;0;;;;;;;;;;;;
+-0.4452;0;0;;;;;;;;;;;;
+-0.4448;0;0;;;;;;;;;;;;
+-0.4444;0.08;0;;;;;;;;;;;;
+-0.444;0;0;;;;;;;;;;;;
+-0.4436;0;0;;;;;;;;;;;;
+-0.4432;0;0;;;;;;;;;;;;
+-0.4428;0;0;;;;;;;;;;;;
+-0.4424;0;0;;;;;;;;;;;;
+-0.442;0;0;;;;;;;;;;;;
+-0.4416;0;0;;;;;;;;;;;;
+-0.4412;0;0;;;;;;;;;;;;
+-0.4408;0;0;;;;;;;;;;;;
+-0.4404;0.08;0;;;;;;;;;;;;
+-0.44;0;0;;;;;;;;;;;;
+-0.4396;0;0;;;;;;;;;;;;
+-0.4392;0;0;;;;;;;;;;;;
+-0.4388;0;0;;;;;;;;;;;;
+-0.4384;0;0;;;;;;;;;;;;
+-0.438;0;0;;;;;;;;;;;;
+-0.4376;0;0;;;;;;;;;;;;
+-0.4372;0;0;;;;;;;;;;;;
+-0.4368;0;0;;;;;;;;;;;;
+-0.4364;0;0;;;;;;;;;;;;
+-0.436;0.08;0;;;;;;;;;;;;
+-0.4356;0;0;;;;;;;;;;;;
+-0.4352;0;0;;;;;;;;;;;;
+-0.4348;0;0;;;;;;;;;;;;
+-0.4344;0.08;0.053333333;;;;;;;;;;;;
+-0.434;0.08;0.053333333;;;;;;;;;;;;
+-0.4336;0;0;;;;;;;;;;;;
+-0.4332;0;0;;;;;;;;;;;;
+-0.4328;0;0;;;;;;;;;;;;
+-0.4324;0.08;0;;;;;;;;;;;;
+-0.432;0;0;;;;;;;;;;;;
+-0.4316;0;0;;;;;;;;;;;;
+-0.4312;0;0;;;;;;;;;;;;
+-0.4308;0;0;;;;;;;;;;;;
+-0.4304;0.08;0;;;;;;;;;;;;
+-0.43;0;0;;;;;;;;;;;;
+-0.4296;0;0;;;;;;;;;;;;
+-0.4292;0;0;;;;;;;;;;;;
+-0.4288;0;0;;;;;;;;;;;;
+-0.4284;0;0;;;;;;;;;;;;
+-0.428;0;0;;;;;;;;;;;;
+-0.4276;0;0;;;;;;;;;;;;
+-0.4272;0.08;0;;;;;;;;;;;;
+-0.4268;0;0;;;;;;;;;;;;
+-0.4264;0;0;;;;;;;;;;;;
+-0.426;0;0;;;;;;;;;;;;
+-0.4256;0;0;;;;;;;;;;;;
+-0.4252;0.08;0;;;;;;;;;;;;
+-0.4248;0;0;;;;;;;;;;;;
+-0.4244;0;0;;;;;;;;;;;;
+-0.424;0;0;;;;;;;;;;;;
+-0.4236;0.08;0;;;;;;;;;;;;
+-0.4232;0;0;;;;;;;;;;;;
+-0.4228;0;0;;;;;;;;;;;;
+-0.4224;0.08;0;;;;;;;;;;;;
+-0.422;0;0;;;;;;;;;;;;
+-0.4216;0;0;;;;;;;;;;;;
+-0.4212;0;0;;;;;;;;;;;;
+-0.4208;0.08;0;;;;;;;;;;;;
+-0.4204;0;0;;;;;;;;;;;;
+-0.42;-0.08;0;;;;;;;;;;;;
+-0.4196;0.08;0;;;;;;;;;;;;
+-0.4192;0;0;;;;;;;;;;;;
+-0.4188;0;0;;;;;;;;;;;;
+-0.4184;0.08;0;;;;;;;;;;;;
+-0.418;0;0.053333333;;;;;;;;;;;;
+-0.4176;0.08;0;;;;;;;;;;;;
+-0.4172;0;0;;;;;;;;;;;;
+-0.4168;0;0;;;;;;;;;;;;
+-0.4164;0;0;;;;;;;;;;;;
+-0.416;0;0;;;;;;;;;;;;
+-0.4156;0;0;;;;;;;;;;;;
+-0.4152;0.08;0;;;;;;;;;;;;
+-0.4148;0;0;;;;;;;;;;;;
+-0.4144;0;0;;;;;;;;;;;;
+-0.414;0;0;;;;;;;;;;;;
+-0.4136;0;0;;;;;;;;;;;;
+-0.4132;0.08;0;;;;;;;;;;;;
+-0.4128;0;0;;;;;;;;;;;;
+-0.4124;0;0;;;;;;;;;;;;
+-0.412;0.08;0;;;;;;;;;;;;
+-0.4116;-0.08;0;;;;;;;;;;;;
+-0.4112;0;0;;;;;;;;;;;;
+-0.4108;0;0;;;;;;;;;;;;
+-0.4104;0;0;;;;;;;;;;;;
+-0.41;0;0;;;;;;;;;;;;
+-0.4096;0;0;;;;;;;;;;;;
+-0.4092;0;0;;;;;;;;;;;;
+-0.4088;0.08;0;;;;;;;;;;;;
+-0.4084;0;0;;;;;;;;;;;;
+-0.408;0;0;;;;;;;;;;;;
+-0.4076;0;0;;;;;;;;;;;;
+-0.4072;0;0;;;;;;;;;;;;
+-0.4068;0.08;0;;;;;;;;;;;;
+-0.4064;0;0.053333333;;;;;;;;;;;;
+-0.406;0.08;0.053333333;;;;;;;;;;;;
+-0.4056;0.08;0.08;;;;;;;;;;;;
+-0.4052;0.08;0.053333333;;;;;;;;;;;;
+-0.4048;0;0.053333333;;;;;;;;;;;;
+-0.4044;0.08;0;;;;;;;;;;;;
+-0.404;0;0;;;;;;;;;;;;
+-0.4036;0;0;;;;;;;;;;;;
+-0.4032;0;0;;;;;;;;;;;;
+-0.4028;0;0;;;;;;;;;;;;
+-0.4024;0;0;;;;;;;;;;;;
+-0.402;0.08;0.053333333;;;;;;;;;;;;
+-0.4016;0.08;0.053333333;;;;;;;;;;;;
+-0.4012;0;0;;;;;;;;;;;;
+-0.4008;0;0;;;;;;;;;;;;
+-0.4004;0;0;;;;;;;;;;;;
+-0.4;0;0;;;;;;;;;;;;
+-0.3996;0;0;;;;;;;;;;;;
+-0.3992;0;0;;;;;;;;;;;;
+-0.3988;0;0;;;;;;;;;;;;
+-0.3984;0;0;;;;;;;;;;;;
+-0.398;0;0;;;;;;;;;;;;
+-0.3976;0;0;;;;;;;;;;;;
+-0.3972;0;0;;;;;;;;;;;;
+-0.3968;0;0;;;;;;;;;;;;
+-0.3964;0.08;0.053333333;;;;;;;;;;;;
+-0.396;0.08;0.053333333;;;;;;;;;;;;
+-0.3956;0;0;;;;;;;;;;;;
+-0.3952;0;0;;;;;;;;;;;;
+-0.3948;0;0;;;;;;;;;;;;
+-0.3944;0.08;0;;;;;;;;;;;;
+-0.394;0;0;;;;;;;;;;;;
+-0.3936;0;0;;;;;;;;;;;;
+-0.3932;0;0;;;;;;;;;;;;
+-0.3928;0;0;;;;;;;;;;;;
+-0.3924;0.08;0;;;;;;;;;;;;
+-0.392;0;0;;;;;;;;;;;;
+-0.3916;0;0;;;;;;;;;;;;
+-0.3912;0;0;;;;;;;;;;;;
+-0.3908;0;0;;;;;;;;;;;;
+-0.3904;0;0;;;;;;;;;;;;
+-0.39;0;0;;;;;;;;;;;;
+-0.3896;0;0;;;;;;;;;;;;
+-0.3892;0;0;;;;;;;;;;;;
+-0.3888;0;0;;;;;;;;;;;;
+-0.3884;0;0;;;;;;;;;;;;
+-0.388;0.08;0;;;;;;;;;;;;
+-0.3876;0;0.053333333;;;;;;;;;;;;
+-0.3872;0.08;0;;;;;;;;;;;;
+-0.3868;0;0;;;;;;;;;;;;
+-0.3864;0;0;;;;;;;;;;;;
+-0.386;0;0;;;;;;;;;;;;
+-0.3856;0.08;0;;;;;;;;;;;;
+-0.3852;0;0.053333333;;;;;;;;;;;;
+-0.3848;0.08;0;;;;;;;;;;;;
+-0.3844;0;0;;;;;;;;;;;;
+-0.384;0;0;;;;;;;;;;;;
+-0.3836;0;0;;;;;;;;;;;;
+-0.3832;0.08;0.053333333;;;;;;;;;;;;
+-0.3828;0.08;0.053333333;;;;;;;;;;;;
+-0.3824;0;0.053333333;;;;;;;;;;;;
+-0.382;0.08;0;;;;;;;;;;;;
+-0.3816;0;0;;;;;;;;;;;;
+-0.3812;0;0;;;;;;;;;;;;
+-0.3808;0;0;;;;;;;;;;;;
+-0.3804;0;0;;;;;;;;;;;;
+-0.38;0;0;;;;;;;;;;;;
+-0.3796;0;0;;;;;;;;;;;;
+-0.3792;0;0;;;;;;;;;;;;
+-0.3788;0;0;;;;;;;;;;;;
+-0.3784;0;0;;;;;;;;;;;;
+-0.378;0.08;0;;;;;;;;;;;;
+-0.3776;0;0.053333333;;;;;;;;;;;;
+-0.3772;0.08;0;;;;;;;;;;;;
+-0.3768;0;0;;;;;;;;;;;;
+-0.3764;0;0;;;;;;;;;;;;
+-0.376;0;0;;;;;;;;;;;;
+-0.3756;0;0;;;;;;;;;;;;
+-0.3752;0;0;;;;;;;;;;;;
+-0.3748;0;0;;;;;;;;;;;;
+-0.3744;0;0;;;;;;;;;;;;
+-0.374;0;0;;;;;;;;;;;;
+-0.3736;0;0;;;;;;;;;;;;
+-0.3732;0;0;;;;;;;;;;;;
+-0.3728;0;0;;;;;;;;;;;;
+-0.3724;0;0;;;;;;;;;;;;
+-0.372;0.08;0;;;;;;;;;;;;
+-0.3716;0;0;;;;;;;;;;;;
+-0.3712;0;0;;;;;;;;;;;;
+-0.3708;0;0;;;;;;;;;;;;
+-0.3704;0;0;;;;;;;;;;;;
+-0.37;0.08;0.053333333;;;;;;;;;;;;
+-0.3696;0.08;0.053333333;;;;;;;;;;;;
+-0.3692;0;0;;;;;;;;;;;;
+-0.3688;0;0;;;;;;;;;;;;
+-0.3684;-0.08;0;;;;;;;;;;;;
+-0.368;0;0;;;;;;;;;;;;
+-0.3676;0;0;;;;;;;;;;;;
+-0.3672;0;0;;;;;;;;;;;;
+-0.3668;0.08;0.053333333;;;;;;;;;;;;
+-0.3664;0.08;0.053333333;;;;;;;;;;;;
+-0.366;0;0.053333333;;;;;;;;;;;;
+-0.3656;0.08;0;;;;;;;;;;;;
+-0.3652;0;0;;;;;;;;;;;;
+-0.3648;-0.08;0;;;;;;;;;;;;
+-0.3644;0;0;;;;;;;;;;;;
+-0.364;0;0;;;;;;;;;;;;
+-0.3636;0;0;;;;;;;;;;;;
+-0.3632;0;0;;;;;;;;;;;;
+-0.3628;0;0;;;;;;;;;;;;
+-0.3624;0;0;;;;;;;;;;;;
+-0.362;0;0;;;;;;;;;;;;
+-0.3616;0;0;;;;;;;;;;;;
+-0.3612;0.08;0;;;;;;;;;;;;
+-0.3608;0;0;;;;;;;;;;;;
+-0.3604;0;0;;;;;;;;;;;;
+-0.36;0;0;;;;;;;;;;;;
+-0.3596;0;0;;;;;;;;;;;;
+-0.3592;0.08;0;;;;;;;;;;;;
+-0.3588;0;0;;;;;;;;;;;;
+-0.3584;0;0;;;;;;;;;;;;
+-0.358;-0.08;0;;;;;;;;;;;;
+-0.3576;0;0;;;;;;;;;;;;
+-0.3572;0;0;;;;;;;;;;;;
+-0.3568;0;0;;;;;;;;;;;;
+-0.3564;0.08;0;;;;;;;;;;;;
+-0.356;0;0;;;;;;;;;;;;
+-0.3556;0;0;;;;;;;;;;;;
+-0.3552;0;0;;;;;;;;;;;;
+-0.3548;0;0;;;;;;;;;;;;
+-0.3544;0;0;;;;;;;;;;;;
+-0.354;0.08;0;;;;;;;;;;;;
+-0.3536;0;0;;;;;;;;;;;;
+-0.3532;0;0;;;;;;;;;;;;
+-0.3528;0;0;;;;;;;;;;;;
+-0.3524;0.08;0;;;;;;;;;;;;
+-0.352;0;0.053333333;;;;;;;;;;;;
+-0.3516;0.08;0;;;;;;;;;;;;
+-0.3512;0;0.053333333;;;;;;;;;;;;
+-0.3508;0.08;0;;;;;;;;;;;;
+-0.3504;0;0;;;;;;;;;;;;
+-0.35;0;0;;;;;;;;;;;;
+-0.3496;0;0;;;;;;;;;;;;
+-0.3492;0.08;0;;;;;;;;;;;;
+-0.3488;0;0;;;;;;;;;;;;
+-0.3484;0;0;;;;;;;;;;;;
+-0.348;0;0;;;;;;;;;;;;
+-0.3476;0;0;;;;;;;;;;;;
+-0.3472;0;0;;;;;;;;;;;;
+-0.3468;0;0;;;;;;;;;;;;
+-0.3464;0.08;0;;;;;;;;;;;;
+-0.346;0;0;;;;;;;;;;;;
+-0.3456;0;0;;;;;;;;;;;;
+-0.3452;0;0;;;;;;;;;;;;
+-0.3448;0;0;;;;;;;;;;;;
+-0.3444;0;0;;;;;;;;;;;;
+-0.344;0;0;;;;;;;;;;;;
+-0.3436;0;0;;;;;;;;;;;;
+-0.3432;0;0;;;;;;;;;;;;
+-0.3428;0;0;;;;;;;;;;;;
+-0.3424;0;0;;;;;;;;;;;;
+-0.342;0;0;;;;;;;;;;;;
+-0.3416;0;0;;;;;;;;;;;;
+-0.3412;0;0;;;;;;;;;;;;
+-0.3408;0;0;;;;;;;;;;;;
+-0.3404;0;0;;;;;;;;;;;;
+-0.34;0;0;;;;;;;;;;;;
+-0.3396;0;0;;;;;;;;;;;;
+-0.3392;0;0;;;;;;;;;;;;
+-0.3388;0;0;;;;;;;;;;;;
+-0.3384;0;0;;;;;;;;;;;;
+-0.338;0;0;;;;;;;;;;;;
+-0.3376;0;0;;;;;;;;;;;;
+-0.3372;0;0;;;;;;;;;;;;
+-0.3368;0;0;;;;;;;;;;;;
+-0.3364;-0.08;0;;;;;;;;;;;;
+-0.336;0;0;;;;;;;;;;;;
+-0.3356;0;0;;;;;;;;;;;;
+-0.3352;0;0;;;;;;;;;;;;
+-0.3348;0.08;0;;;;;;;;;;;;
+-0.3344;0;0;;;;;;;;;;;;
+-0.334;0;0;;;;;;;;;;;;
+-0.3336;0;0;;;;;;;;;;;;
+-0.3332;0;0;;;;;;;;;;;;
+-0.3328;0;0;;;;;;;;;;;;
+-0.3324;0;0;;;;;;;;;;;;
+-0.332;0;0;;;;;;;;;;;;
+-0.3316;0.08;0;;;;;;;;;;;;
+-0.3312;0;0;;;;;;;;;;;;
+-0.3308;0;0;;;;;;;;;;;;
+-0.3304;0;0;;;;;;;;;;;;
+-0.33;0;0;;;;;;;;;;;;
+-0.3296;0;0;;;;;;;;;;;;
+-0.3292;0;0;;;;;;;;;;;;
+-0.3288;0;0;;;;;;;;;;;;
+-0.3284;0;0;;;;;;;;;;;;
+-0.328;0;0;;;;;;;;;;;;
+-0.3276;0;0;;;;;;;;;;;;
+-0.3272;0;0;;;;;;;;;;;;
+-0.3268;0;0;;;;;;;;;;;;
+-0.3264;0;0;;;;;;;;;;;;
+-0.326;0.08;0.053333333;;;;;;;;;;;;
+-0.3256;0.08;0.08;;;;;;;;;;;;
+-0.3252;0.08;0.053333333;;;;;;;;;;;;
+-0.3248;0;0;;;;;;;;;;;;
+-0.3244;0;0;;;;;;;;;;;;
+-0.324;0;0;;;;;;;;;;;;
+-0.3236;0.08;0;;;;;;;;;;;;
+-0.3232;0;0;;;;;;;;;;;;
+-0.3228;0;0;;;;;;;;;;;;
+-0.3224;0;0;;;;;;;;;;;;
+-0.322;0;0;;;;;;;;;;;;
+-0.3216;0;0;;;;;;;;;;;;
+-0.3212;0.08;0;;;;;;;;;;;;
+-0.3208;0;0;;;;;;;;;;;;
+-0.3204;0;0;;;;;;;;;;;;
+-0.32;0;0;;;;;;;;;;;;
+-0.3196;0;0;;;;;;;;;;;;
+-0.3192;0;0;;;;;;;;;;;;
+-0.3188;0;0;;;;;;;;;;;;
+-0.3184;0;0;;;;;;;;;;;;
+-0.318;0;0;;;;;;;;;;;;
+-0.3176;0;0;;;;;;;;;;;;
+-0.3172;0;0;;;;;;;;;;;;
+-0.3168;0;0;;;;;;;;;;;;
+-0.3164;0;0;;;;;;;;;;;;
+-0.316;0;0;;;;;;;;;;;;
+-0.3156;0;0;;;;;;;;;;;;
+-0.3152;0;0;;;;;;;;;;;;
+-0.3148;0;0;;;;;;;;;;;;
+-0.3144;0;0;;;;;;;;;;;;
+-0.314;0;0;;;;;;;;;;;;
+-0.3136;0;0;;;;;;;;;;;;
+-0.3132;0;0;;;;;;;;;;;;
+-0.3128;0.08;0;;;;;;;;;;;;
+-0.3124;0;0.053333333;;;;;;;;;;;;
+-0.312;0.08;0;;;;;;;;;;;;
+-0.3116;0;0;;;;;;;;;;;;
+-0.3112;0;0;;;;;;;;;;;;
+-0.3108;0;0;;;;;;;;;;;;
+-0.3104;0;0;;;;;;;;;;;;
+-0.31;0;0;;;;;;;;;;;;
+-0.3096;0;0;;;;;;;;;;;;
+-0.3092;0;0;;;;;;;;;;;;
+-0.3088;0;0;;;;;;;;;;;;
+-0.3084;0;0;;;;;;;;;;;;
+-0.308;0.08;0.053333333;;;;;;;;;;;;
+-0.3076;0.08;0.053333333;;;;;;;;;;;;
+-0.3072;0;0;;;;;;;;;;;;
+-0.3068;0;0;;;;;;;;;;;;
+-0.3064;0;0;;;;;;;;;;;;
+-0.306;0;0;;;;;;;;;;;;
+-0.3056;0.08;0;;;;;;;;;;;;
+-0.3052;0;0;;;;;;;;;;;;
+-0.3048;0;0;;;;;;;;;;;;
+-0.3044;0;0;;;;;;;;;;;;
+-0.304;0.08;0;;;;;;;;;;;;
+-0.3036;0;0.053333333;;;;;;;;;;;;
+-0.3032;0.08;0;;;;;;;;;;;;
+-0.3028;0;0.053333333;;;;;;;;;;;;
+-0.3024;0.08;0.053333333;;;;;;;;;;;;
+-0.302;0.08;0.053333333;;;;;;;;;;;;
+-0.3016;0;0;;;;;;;;;;;;
+-0.3012;0;0;;;;;;;;;;;;
+-0.3008;0;0;;;;;;;;;;;;
+-0.3004;0;0;;;;;;;;;;;;
+-0.3;0;0;;;;;;;;;;;;
+-0.2996;-0.08;0;;;;;;;;;;;;
+-0.2992;0;0;;;;;;;;;;;;
+-0.2988;0;0;;;;;;;;;;;;
+-0.2984;0;0;;;;;;;;;;;;
+-0.298;0.08;0;;;;;;;;;;;;
+-0.2976;0;0;;;;;;;;;;;;
+-0.2972;0;0;;;;;;;;;;;;
+-0.2968;0;0;;;;;;;;;;;;
+-0.2964;0;0;;;;;;;;;;;;
+-0.296;0;0;;;;;;;;;;;;
+-0.2956;0.08;0;;;;;;;;;;;;
+-0.2952;0;0;;;;;;;;;;;;
+-0.2948;0;0;;;;;;;;;;;;
+-0.2944;0;0;;;;;;;;;;;;
+-0.294;0;0;;;;;;;;;;;;
+-0.2936;0;0;;;;;;;;;;;;
+-0.2932;0;0;;;;;;;;;;;;
+-0.2928;-0.08;-0.053333333;;;;;;;;;;;;
+-0.2924;-0.08;0;;;;;;;;;;;;
+-0.292;0.08;0;;;;;;;;;;;;
+-0.2916;0;0;;;;;;;;;;;;
+-0.2912;0;0;;;;;;;;;;;;
+-0.2908;0;0;;;;;;;;;;;;
+-0.2904;0.08;0;;;;;;;;;;;;
+-0.29;0;0;;;;;;;;;;;;
+-0.2896;0;0;;;;;;;;;;;;
+-0.2892;0;0;;;;;;;;;;;;
+-0.2888;0;0;;;;;;;;;;;;
+-0.2884;0;0;;;;;;;;;;;;
+-0.288;0;0;;;;;;;;;;;;
+-0.2876;0;0;;;;;;;;;;;;
+-0.2872;0;0;;;;;;;;;;;;
+-0.2868;-0.08;0;;;;;;;;;;;;
+-0.2864;0;0;;;;;;;;;;;;
+-0.286;0.08;0.053333333;;;;;;;;;;;;
+-0.2856;0.08;0.053333333;;;;;;;;;;;;
+-0.2852;0;0;;;;;;;;;;;;
+-0.2848;0;0;;;;;;;;;;;;
+-0.2844;0;0;;;;;;;;;;;;
+-0.284;0.08;0;;;;;;;;;;;;
+-0.2836;0;0;;;;;;;;;;;;
+-0.2832;-0.08;0;;;;;;;;;;;;
+-0.2828;0;0;;;;;;;;;;;;
+-0.2824;0;0;;;;;;;;;;;;
+-0.282;0;0;;;;;;;;;;;;
+-0.2816;0;0;;;;;;;;;;;;
+-0.2812;0;0;;;;;;;;;;;;
+-0.2808;0;0;;;;;;;;;;;;
+-0.2804;0;0;;;;;;;;;;;;
+-0.28;0;0;;;;;;;;;;;;
+-0.2796;0;0;;;;;;;;;;;;
+-0.2792;0;0;;;;;;;;;;;;
+-0.2788;0;0;;;;;;;;;;;;
+-0.2784;0;0;;;;;;;;;;;;
+-0.278;0;0;;;;;;;;;;;;
+-0.2776;0;0;;;;;;;;;;;;
+-0.2772;0;0;;;;;;;;;;;;
+-0.2768;0.08;0;;;;;;;;;;;;
+-0.2764;0;0.053333333;;;;;;;;;;;;
+-0.276;0.08;0;;;;;;;;;;;;
+-0.2756;0;0.053333333;;;;;;;;;;;;
+-0.2752;0.08;0;;;;;;;;;;;;
+-0.2748;0;0;;;;;;;;;;;;
+-0.2744;0;0;;;;;;;;;;;;
+-0.274;0;0;;;;;;;;;;;;
+-0.2736;0;0;;;;;;;;;;;;
+-0.2732;0;0;;;;;;;;;;;;
+-0.2728;0;0;;;;;;;;;;;;
+-0.2724;0;0;;;;;;;;;;;;
+-0.272;-0.08;0;;;;;;;;;;;;
+-0.2716;0.08;0;;;;;;;;;;;;
+-0.2712;0;0;;;;;;;;;;;;
+-0.2708;0;0;;;;;;;;;;;;
+-0.2704;0;0;;;;;;;;;;;;
+-0.27;0;0;;;;;;;;;;;;
+-0.2696;0;0;;;;;;;;;;;;
+-0.2692;0;0;;;;;;;;;;;;
+-0.2688;0.08;0;;;;;;;;;;;;
+-0.2684;0;0;;;;;;;;;;;;
+-0.268;0;0;;;;;;;;;;;;
+-0.2676;0;0;;;;;;;;;;;;
+-0.2672;0;0;;;;;;;;;;;;
+-0.2668;0;0;;;;;;;;;;;;
+-0.2664;0;0;;;;;;;;;;;;
+-0.266;0;0;;;;;;;;;;;;
+-0.2656;0;0;;;;;;;;;;;;
+-0.2652;0;0;;;;;;;;;;;;
+-0.2648;0;0;;;;;;;;;;;;
+-0.2644;0;0;;;;;;;;;;;;
+-0.264;0;0;;;;;;;;;;;;
+-0.2636;0;0;;;;;;;;;;;;
+-0.2632;0;0;;;;;;;;;;;;
+-0.2628;0;0;;;;;;;;;;;;
+-0.2624;0;0;;;;;;;;;;;;
+-0.262;0;0;;;;;;;;;;;;
+-0.2616;0;0;;;;;;;;;;;;
+-0.2612;0.08;0;;;;;;;;;;;;
+-0.2608;0;0;;;;;;;;;;;;
+-0.2604;0;0;;;;;;;;;;;;
+-0.26;0;0;;;;;;;;;;;;
+-0.2596;0;0;;;;;;;;;;;;
+-0.2592;0.08;0;;;;;;;;;;;;
+-0.2588;0;0;;;;;;;;;;;;
+-0.2584;0;0;;;;;;;;;;;;
+-0.258;0;0;;;;;;;;;;;;
+-0.2576;0;0;;;;;;;;;;;;
+-0.2572;0;0;;;;;;;;;;;;
+-0.2568;0;0;;;;;;;;;;;;
+-0.2564;0.08;0.053333333;;;;;;;;;;;;
+-0.256;0.08;0.08;;;;;;;;;;;;
+-0.2556;0.08;0.053333333;;;;;;;;;;;;
+-0.2552;0;0;;;;;;;;;;;;
+-0.2548;0;0;;;;;;;;;;;;
+-0.2544;0;0;;;;;;;;;;;;
+-0.254;0;0;;;;;;;;;;;;
+-0.2536;0.08;0;;;;;;;;;;;;
+-0.2532;-0.08;0;;;;;;;;;;;;
+-0.2528;0;0;;;;;;;;;;;;
+-0.2524;0;0;;;;;;;;;;;;
+-0.252;0;0;;;;;;;;;;;;
+-0.2516;0;0;;;;;;;;;;;;
+-0.2512;0;0;;;;;;;;;;;;
+-0.2508;0.08;0;;;;;;;;;;;;
+-0.2504;0;0;;;;;;;;;;;;
+-0.25;0;0;;;;;;;;;;;;
+-0.2496;0;0;;;;;;;;;;;;
+-0.2492;0;0;;;;;;;;;;;;
+-0.2488;0.08;0;;;;;;;;;;;;
+-0.2484;0;0;;;;;;;;;;;;
+-0.248;0;0;;;;;;;;;;;;
+-0.2476;-0.08;0;;;;;;;;;;;;
+-0.2472;0;0;;;;;;;;;;;;
+-0.2468;0.08;0;;;;;;;;;;;;
+-0.2464;0;0;;;;;;;;;;;;
+-0.246;0;0;;;;;;;;;;;;
+-0.2456;0;0;;;;;;;;;;;;
+-0.2452;0;0;;;;;;;;;;;;
+-0.2448;0;0;;;;;;;;;;;;
+-0.2444;0;0;;;;;;;;;;;;
+-0.244;0;0;;;;;;;;;;;;
+-0.2436;0.08;0;;;;;;;;;;;;
+-0.2432;0;0;;;;;;;;;;;;
+-0.2428;0;0;;;;;;;;;;;;
+-0.2424;0;0;;;;;;;;;;;;
+-0.242;0;0;;;;;;;;;;;;
+-0.2416;0;0;;;;;;;;;;;;
+-0.2412;0;0;;;;;;;;;;;;
+-0.2408;0.08;0;;;;;;;;;;;;
+-0.2404;0;0.053333333;;;;;;;;;;;;
+-0.24;0.08;0.053333333;;;;;;;;;;;;
+-0.2396;0.08;0.053333333;;;;;;;;;;;;
+-0.2392;0;0;;;;;;;;;;;;
+-0.2388;0;0;;;;;;;;;;;;
+-0.2384;0;0;;;;;;;;;;;;
+-0.238;0;0;;;;;;;;;;;;
+-0.2376;0;0;;;;;;;;;;;;
+-0.2372;0.08;0;;;;;;;;;;;;
+-0.2368;0;0;;;;;;;;;;;;
+-0.2364;0;0;;;;;;;;;;;;
+-0.236;0;0;;;;;;;;;;;;
+-0.2356;-0.08;0;;;;;;;;;;;;
+-0.2352;0;0;;;;;;;;;;;;
+-0.2348;0;0;;;;;;;;;;;;
+-0.2344;0;0;;;;;;;;;;;;
+-0.234;0;0;;;;;;;;;;;;
+-0.2336;0.08;0;;;;;;;;;;;;
+-0.2332;0;0;;;;;;;;;;;;
+-0.2328;0;0;;;;;;;;;;;;
+-0.2324;0;0;;;;;;;;;;;;
+-0.232;0.08;0;;;;;;;;;;;;
+-0.2316;0;0.053333333;;;;;;;;;;;;
+-0.2312;0.08;0;;;;;;;;;;;;
+-0.2308;0;0;;;;;;;;;;;;
+-0.2304;0;0;;;;;;;;;;;;
+-0.23;0;0;;;;;;;;;;;;
+-0.2296;0;0;;;;;;;;;;;;
+-0.2292;0;0;;;;;;;;;;;;
+-0.2288;0;0;;;;;;;;;;;;
+-0.2284;0;0;;;;;;;;;;;;
+-0.228;0;0;;;;;;;;;;;;
+-0.2276;0;0;;;;;;;;;;;;
+-0.2272;0;0;;;;;;;;;;;;
+-0.2268;0;0;;;;;;;;;;;;
+-0.2264;0;0;;;;;;;;;;;;
+-0.226;-0.08;0;;;;;;;;;;;;
+-0.2256;0;0;;;;;;;;;;;;
+-0.2252;0.08;0;;;;;;;;;;;;
+-0.2248;0;0;;;;;;;;;;;;
+-0.2244;0;0;;;;;;;;;;;;
+-0.224;0;0;;;;;;;;;;;;
+-0.2236;0.08;0;;;;;;;;;;;;
+-0.2232;0;0;;;;;;;;;;;;
+-0.2228;0;0;;;;;;;;;;;;
+-0.2224;0;0;;;;;;;;;;;;
+-0.222;0;0;;;;;;;;;;;;
+-0.2216;0;0;;;;;;;;;;;;
+-0.2212;0;0;;;;;;;;;;;;
+-0.2208;0;0;;;;;;;;;;;;
+-0.2204;0.08;0;;;;;;;;;;;;
+-0.22;0;0;;;;;;;;;;;;
+-0.2196;0;0;;;;;;;;;;;;
+-0.2192;0.08;0;;;;;;;;;;;;
+-0.2188;0;0;;;;;;;;;;;;
+-0.2184;0;0;;;;;;;;;;;;
+-0.218;0.08;0;;;;;;;;;;;;
+-0.2176;0;0;;;;;;;;;;;;
+-0.2172;0;0;;;;;;;;;;;;
+-0.2168;0.08;0;;;;;;;;;;;;
+-0.2164;0;0;;;;;;;;;;;;
+-0.216;0;0;;;;;;;;;;;;
+-0.2156;0;0;;;;;;;;;;;;
+-0.2152;0;0;;;;;;;;;;;;
+-0.2148;0;0;;;;;;;;;;;;
+-0.2144;0;0;;;;;;;;;;;;
+-0.214;0;0;;;;;;;;;;;;
+-0.2136;0;0;;;;;;;;;;;;
+-0.2132;0;0;;;;;;;;;;;;
+-0.2128;0;0;;;;;;;;;;;;
+-0.2124;0.08;0.053333333;;;;;;;;;;;;
+-0.212;0.08;0.053333333;;;;;;;;;;;;
+-0.2116;0;0;;;;;;;;;;;;
+-0.2112;0;0;;;;;;;;;;;;
+-0.2108;0;0;;;;;;;;;;;;
+-0.2104;-0.08;0;;;;;;;;;;;;
+-0.21;0;-0.053333333;;;;;;;;;;;;
+-0.2096;-0.08;0;;;;;;;;;;;;
+-0.2092;0;0;;;;;;;;;;;;
+-0.2088;0.08;0;;;;;;;;;;;;
+-0.2084;0;0;;;;;;;;;;;;
+-0.208;0;0;;;;;;;;;;;;
+-0.2076;0;0;;;;;;;;;;;;
+-0.2072;0;0;;;;;;;;;;;;
+-0.2068;0;0;;;;;;;;;;;;
+-0.2064;0;0;;;;;;;;;;;;
+-0.206;0;0;;;;;;;;;;;;
+-0.2056;0;0;;;;;;;;;;;;
+-0.2052;0;0;;;;;;;;;;;;
+-0.2048;0;0;;;;;;;;;;;;
+-0.2044;0;0;;;;;;;;;;;;
+-0.204;0;0;;;;;;;;;;;;
+-0.2036;0;0;;;;;;;;;;;;
+-0.2032;0.08;0;;;;;;;;;;;;
+-0.2028;0;0;;;;;;;;;;;;
+-0.2024;0;0;;;;;;;;;;;;
+-0.202;0;0;;;;;;;;;;;;
+-0.2016;0;0;;;;;;;;;;;;
+-0.2012;0;0;;;;;;;;;;;;
+-0.2008;0;0;;;;;;;;;;;;
+-0.2004;0.08;0;;;;;;;;;;;;
+-0.2;0;0;;;;;;;;;;;;
+-0.1996;0;0;;;;;;;;;;;;
+-0.1992;0.08;0;;;;;;;;;;;;
+-0.1988;0;0;;;;;;;;;;;;
+-0.1984;0;0;;;;;;;;;;;;
+-0.198;0.08;0;;;;;;;;;;;;
+-0.1976;0;0;;;;;;;;;;;;
+-0.1972;0;0;;;;;;;;;;;;
+-0.1968;0;0;;;;;;;;;;;;
+-0.1964;0.08;0;;;;;;;;;;;;
+-0.196;0;0;;;;;;;;;;;;
+-0.1956;0;0;;;;;;;;;;;;
+-0.1952;0;0;;;;;;;;;;;;
+-0.1948;0;0;;;;;;;;;;;;
+-0.1944;0;0;;;;;;;;;;;;
+-0.194;0;0;;;;;;;;;;;;
+-0.1936;0.08;0;;;;;;;;;;;;
+-0.1932;0;0;;;;;;;;;;;;
+-0.1928;0;0;;;;;;;;;;;;
+-0.1924;0;0;;;;;;;;;;;;
+-0.192;0.08;0;;;;;;;;;;;;
+-0.1916;0;0;;;;;;;;;;;;
+-0.1912;0;0;;;;;;;;;;;;
+-0.1908;0;0;;;;;;;;;;;;
+-0.1904;0;0;;;;;;;;;;;;
+-0.19;0;0;;;;;;;;;;;;
+-0.1896;0;0;;;;;;;;;;;;
+-0.1892;0;0;;;;;;;;;;;;
+-0.1888;0;0;;;;;;;;;;;;
+-0.1884;0;0;;;;;;;;;;;;
+-0.188;0.08;0.053333333;;;;;;;;;;;;
+-0.1876;0.08;0.08;;;;;;;;;;;;
+-0.1872;0.08;0.08;;;;;;;;;;;;
+-0.1868;0.08;0.053333333;;;;;;;;;;;;
+-0.1864;0;0;;;;;;;;;;;;
+-0.186;0;0;;;;;;;;;;;;
+-0.1856;0.08;0;;;;;;;;;;;;
+-0.1852;0;0.053333333;;;;;;;;;;;;
+-0.1848;0.08;0;;;;;;;;;;;;
+-0.1844;0;0;;;;;;;;;;;;
+-0.184;0;0;;;;;;;;;;;;
+-0.1836;0;0;;;;;;;;;;;;
+-0.1832;0;0;;;;;;;;;;;;
+-0.1828;0;0;;;;;;;;;;;;
+-0.1824;-0.08;0;;;;;;;;;;;;
+-0.182;0;0;;;;;;;;;;;;
+-0.1816;0.08;0;;;;;;;;;;;;
+-0.1812;0;0;;;;;;;;;;;;
+-0.1808;0;0;;;;;;;;;;;;
+-0.1804;0;0;;;;;;;;;;;;
+-0.18;0;0;;;;;;;;;;;;
+-0.1796;0;0;;;;;;;;;;;;
+-0.1792;0;0;;;;;;;;;;;;
+-0.1788;0;0;;;;;;;;;;;;
+-0.1784;0;0;;;;;;;;;;;;
+-0.178;0;0;;;;;;;;;;;;
+-0.1776;0.08;0;;;;;;;;;;;;
+-0.1772;0;0;;;;;;;;;;;;
+-0.1768;0;0;;;;;;;;;;;;
+-0.1764;0;0;;;;;;;;;;;;
+-0.176;0;0;;;;;;;;;;;;
+-0.1756;0;0;;;;;;;;;;;;
+-0.1752;0;0;;;;;;;;;;;;
+-0.1748;0;0;;;;;;;;;;;;
+-0.1744;0;0;;;;;;;;;;;;
+-0.174;0;0;;;;;;;;;;;;
+-0.1736;0;0;;;;;;;;;;;;
+-0.1732;0;0;;;;;;;;;;;;
+-0.1728;0;0;;;;;;;;;;;;
+-0.1724;0;0;;;;;;;;;;;;
+-0.172;0;0;;;;;;;;;;;;
+-0.1716;0;0;;;;;;;;;;;;
+-0.1712;0.08;0.053333333;;;;;;;;;;;;
+-0.1708;0.08;0.053333333;;;;;;;;;;;;
+-0.1704;0;0;;;;;;;;;;;;
+-0.17;0;0;;;;;;;;;;;;
+-0.1696;0;0;;;;;;;;;;;;
+-0.1692;0.08;0;;;;;;;;;;;;
+-0.1688;0;0;;;;;;;;;;;;
+-0.1684;0;0;;;;;;;;;;;;
+-0.168;0;0;;;;;;;;;;;;
+-0.1676;0;0;;;;;;;;;;;;
+-0.1672;0;0;;;;;;;;;;;;
+-0.1668;0;0;;;;;;;;;;;;
+-0.1664;0;0;;;;;;;;;;;;
+-0.166;0;0;;;;;;;;;;;;
+-0.1656;0;0;;;;;;;;;;;;
+-0.1652;0.08;0;;;;;;;;;;;;
+-0.1648;0;0.053333333;;;;;;;;;;;;
+-0.1644;0.08;0;;;;;;;;;;;;
+-0.164;-0.08;0;;;;;;;;;;;;
+-0.1636;0;0;;;;;;;;;;;;
+-0.1632;0;0;;;;;;;;;;;;
+-0.1628;0;0;;;;;;;;;;;;
+-0.1624;0;0;;;;;;;;;;;;
+-0.162;0;0;;;;;;;;;;;;
+-0.1616;0.08;0;;;;;;;;;;;;
+-0.1612;0;0;;;;;;;;;;;;
+-0.1608;0;0;;;;;;;;;;;;
+-0.1604;0.08;0.053333333;;;;;;;;;;;;
+-0.16;0.08;0.053333333;;;;;;;;;;;;
+-0.1596;0;0;;;;;;;;;;;;
+-0.1592;0;0;;;;;;;;;;;;
+-0.1588;0;0;;;;;;;;;;;;
+-0.1584;0;0;;;;;;;;;;;;
+-0.158;0;0;;;;;;;;;;;;
+-0.1576;0;0;;;;;;;;;;;;
+-0.1572;0;0;;;;;;;;;;;;
+-0.1568;0;0;;;;;;;;;;;;
+-0.1564;0.08;0;;;;;;;;;;;;
+-0.156;0;0;;;;;;;;;;;;
+-0.1556;0;0;;;;;;;;;;;;
+-0.1552;0;0;;;;;;;;;;;;
+-0.1548;0.08;0;;;;;;;;;;;;
+-0.1544;0;0;;;;;;;;;;;;
+-0.154;0;0;;;;;;;;;;;;
+-0.1536;0;0;;;;;;;;;;;;
+-0.1532;-0.08;0;;;;;;;;;;;;
+-0.1528;0;0;;;;;;;;;;;;
+-0.1524;0;0;;;;;;;;;;;;
+-0.152;0;0;;;;;;;;;;;;
+-0.1516;0.08;0.053333333;;;;;;;;;;;;
+-0.1512;0.08;0.053333333;;;;;;;;;;;;
+-0.1508;0;0;;;;;;;;;;;;
+-0.1504;0;0;;;;;;;;;;;;
+-0.15;0;0;;;;;;;;;;;;
+-0.1496;0;0;;;;;;;;;;;;
+-0.1492;0;0;;;;;;;;;;;;
+-0.1488;0;0;;;;;;;;;;;;
+-0.1484;0;0;;;;;;;;;;;;
+-0.148;0;0;;;;;;;;;;;;
+-0.1476;0.08;0;;;;;;;;;;;;
+-0.1472;0;0.053333333;;;;;;;;;;;;
+-0.1468;0.08;0;;;;;;;;;;;;
+-0.1464;0;0;;;;;;;;;;;;
+-0.146;0;0;;;;;;;;;;;;
+-0.1456;0;0;;;;;;;;;;;;
+-0.1452;0;0;;;;;;;;;;;;
+-0.1448;0;0;;;;;;;;;;;;
+-0.1444;0;0;;;;;;;;;;;;
+-0.144;0;0;;;;;;;;;;;;
+-0.1436;0;0;;;;;;;;;;;;
+-0.1432;0;0;;;;;;;;;;;;
+-0.1428;0.08;0;;;;;;;;;;;;
+-0.1424;-0.08;0;;;;;;;;;;;;
+-0.142;0;0;;;;;;;;;;;;
+-0.1416;0;0;;;;;;;;;;;;
+-0.1412;0;0;;;;;;;;;;;;
+-0.1408;0;0;;;;;;;;;;;;
+-0.1404;0;0;;;;;;;;;;;;
+-0.14;0;0;;;;;;;;;;;;
+-0.1396;0;0;;;;;;;;;;;;
+-0.1392;0;0;;;;;;;;;;;;
+-0.1388;0;0;;;;;;;;;;;;
+-0.1384;0.08;0;;;;;;;;;;;;
+-0.138;0;0.053333333;;;;;;;;;;;;
+-0.1376;0.08;0.053333333;;;;;;;;;;;;
+-0.1372;0.08;0.08;;;;;;;;;;;;
+-0.1368;0.08;0.053333333;;;;;;;;;;;;
+-0.1364;0;0;;;;;;;;;;;;
+-0.136;0;0;;;;;;;;;;;;
+-0.1356;0;0;;;;;;;;;;;;
+-0.1352;0;0;;;;;;;;;;;;
+-0.1348;0;0;;;;;;;;;;;;
+-0.1344;0;0;;;;;;;;;;;;
+-0.134;0;0;;;;;;;;;;;;
+-0.1336;0.08;0;;;;;;;;;;;;
+-0.1332;-0.08;0;;;;;;;;;;;;
+-0.1328;0;0;;;;;;;;;;;;
+-0.1324;0;0;;;;;;;;;;;;
+-0.132;0;0;;;;;;;;;;;;
+-0.1316;0;0;;;;;;;;;;;;
+-0.1312;0;0;;;;;;;;;;;;
+-0.1308;0;0;;;;;;;;;;;;
+-0.1304;0;0;;;;;;;;;;;;
+-0.13;0;0;;;;;;;;;;;;
+-0.1296;0;0;;;;;;;;;;;;
+-0.1292;0;0;;;;;;;;;;;;
+-0.1288;0.08;0;;;;;;;;;;;;
+-0.1284;0;0;;;;;;;;;;;;
+-0.128;0;0;;;;;;;;;;;;
+-0.1276;0;0;;;;;;;;;;;;
+-0.1272;0;0;;;;;;;;;;;;
+-0.1268;0.08;0;;;;;;;;;;;;
+-0.1264;-0.08;0;;;;;;;;;;;;
+-0.126;0.08;0;;;;;;;;;;;;
+-0.1256;0;0;;;;;;;;;;;;
+-0.1252;0;0;;;;;;;;;;;;
+-0.1248;-0.08;0;;;;;;;;;;;;
+-0.1244;0;0;;;;;;;;;;;;
+-0.124;0;0;;;;;;;;;;;;
+-0.1236;0.08;0;;;;;;;;;;;;
+-0.1232;-0.08;0;;;;;;;;;;;;
+-0.1228;0;0;;;;;;;;;;;;
+-0.1224;0;0;;;;;;;;;;;;
+-0.122;0;0;;;;;;;;;;;;
+-0.1216;-0.08;0;;;;;;;;;;;;
+-0.1212;0;0;;;;;;;;;;;;
+-0.1208;0;0;;;;;;;;;;;;
+-0.1204;0;0;;;;;;;;;;;;
+-0.12;0;0;;;;;;;;;;;;
+-0.1196;0.08;0;;;;;;;;;;;;
+-0.1192;0;0.053333333;;;;;;;;;;;;
+-0.1188;0.08;0.053333333;;;;;;;;;;;;
+-0.1184;0.08;0.053333333;;;;;;;;;;;;
+-0.118;0;0;;;;;;;;;;;;
+-0.1176;0;0;;;;;;;;;;;;
+-0.1172;0.08;0;;;;;;;;;;;;
+-0.1168;0;0;;;;;;;;;;;;
+-0.1164;0;0;;;;;;;;;;;;
+-0.116;0;0;;;;;;;;;;;;
+-0.1156;0.08;0;;;;;;;;;;;;
+-0.1152;0;0;;;;;;;;;;;;
+-0.1148;0;0;;;;;;;;;;;;
+-0.1144;0;0;;;;;;;;;;;;
+-0.114;0;0;;;;;;;;;;;;
+-0.1136;0;0;;;;;;;;;;;;
+-0.1132;0;0;;;;;;;;;;;;
+-0.1128;0;0;;;;;;;;;;;;
+-0.1124;0.08;0;;;;;;;;;;;;
+-0.112;0;0.053333333;;;;;;;;;;;;
+-0.1116;0.08;0;;;;;;;;;;;;
+-0.1112;0;0;;;;;;;;;;;;
+-0.1108;0;0;;;;;;;;;;;;
+-0.1104;0;0;;;;;;;;;;;;
+-0.11;0;0;;;;;;;;;;;;
+-0.1096;0;0;;;;;;;;;;;;
+-0.1092;0.08;0.053333333;;;;;;;;;;;;
+-0.1088;0.08;0.08;;;;;;;;;;;;
+-0.1084;0.08;0.053333333;;;;;;;;;;;;
+-0.108;0;0.053333333;;;;;;;;;;;;
+-0.1076;0.08;0;;;;;;;;;;;;
+-0.1072;0;0;;;;;;;;;;;;
+-0.1068;0;0;;;;;;;;;;;;
+-0.1064;0;0;;;;;;;;;;;;
+-0.106;0;0;;;;;;;;;;;;
+-0.1056;0;0;;;;;;;;;;;;
+-0.1052;0;0;;;;;;;;;;;;
+-0.1048;0;0;;;;;;;;;;;;
+-0.1044;0.08;0;;;;;;;;;;;;
+-0.104;-0.08;0;;;;;;;;;;;;
+-0.1036;0;0;;;;;;;;;;;;
+-0.1032;0;0;;;;;;;;;;;;
+-0.1028;0;0;;;;;;;;;;;;
+-0.1024;0.08;0;;;;;;;;;;;;
+-0.102;0;0.053333333;;;;;;;;;;;;
+-0.1016;0.08;0;;;;;;;;;;;;
+-0.1012;0;0;;;;;;;;;;;;
+-0.1008;0;0;;;;;;;;;;;;
+-0.1004;0;0;;;;;;;;;;;;
+-0.1;0;0;;;;;;;;;;;;
+-0.0996;0;0;;;;;;;;;;;;
+-0.0992;0;0;;;;;;;;;;;;
+-0.0988;0;0;;;;;;;;;;;;
+-0.0984;0;0;;;;;;;;;;;;
+-0.098;0;0;;;;;;;;;;;;
+-0.0976;0;0;;;;;;;;;;;;
+-0.0972;0;0;;;;;;;;;;;;
+-0.0968;0;0;;;;;;;;;;;;
+-0.0964;0;0;;;;;;;;;;;;
+-0.096;0;0;;;;;;;;;;;;
+-0.0956;0.08;0;;;;;;;;;;;;
+-0.0952;0;0.053333333;;;;;;;;;;;;
+-0.0948;0.08;0;;;;;;;;;;;;
+-0.0944;0;0;;;;;;;;;;;;
+-0.094;0;0;;;;;;;;;;;;
+-0.0936;0;0;;;;;;;;;;;;
+-0.0932;0;0;;;;;;;;;;;;
+-0.0928;0;0;;;;;;;;;;;;
+-0.0924;0;0;;;;;;;;;;;;
+-0.092;0;0;;;;;;;;;;;;
+-0.0916;0.08;0.053333333;;;;;;;;;;;;
+-0.0912;0.08;0.053333333;;;;;;;;;;;;
+-0.0908;0;0;;;;;;;;;;;;
+-0.0904;0;0;;;;;;;;;;;;
+-0.09;0;0;;;;;;;;;;;;
+-0.0896;0.08;0;;;;;;;;;;;;
+-0.0892;0;0;;;;;;;;;;;;
+-0.0888;0;0;;;;;;;;;;;;
+-0.0884;-0.08;0;;;;;;;;;;;;
+-0.088;0;0;;;;;;;;;;;;
+-0.0876;0;0;;;;;;;;;;;;
+-0.0872;0;0;;;;;;;;;;;;
+-0.0868;0;0;;;;;;;;;;;;
+-0.0864;0;0;;;;;;;;;;;;
+-0.086;0;0;;;;;;;;;;;;
+-0.0856;0.08;0;;;;;;;;;;;;
+-0.0852;0;0.053333333;;;;;;;;;;;;
+-0.0848;0.08;0;;;;;;;;;;;;
+-0.0844;0;0;;;;;;;;;;;;
+-0.084;0;0;;;;;;;;;;;;
+-0.0836;0;0;;;;;;;;;;;;
+-0.0832;0;0;;;;;;;;;;;;
+-0.0828;0;0;;;;;;;;;;;;
+-0.0824;0;0;;;;;;;;;;;;
+-0.082;0;0;;;;;;;;;;;;
+-0.0816;0;0;;;;;;;;;;;;
+-0.0812;0;0;;;;;;;;;;;;
+-0.0808;0;0;;;;;;;;;;;;
+-0.0804;0;0;;;;;;;;;;;;
+-0.08;0;0;;;;;;;;;;;;
+-0.0796;0;0;;;;;;;;;;;;
+-0.0792;0;0;;;;;;;;;;;;
+-0.0788;0;0;;;;;;;;;;;;
+-0.0784;0.08;0;;;;;;;;;;;;
+-0.078;0;0;;;;;;;;;;;;
+-0.0776;0;0;;;;;;;;;;;;
+-0.0772;0;0;;;;;;;;;;;;
+-0.0768;0;0;;;;;;;;;;;;
+-0.0764;0;0;;;;;;;;;;;;
+-0.076;0;0;;;;;;;;;;;;
+-0.0756;-0.08;0;;;;;;;;;;;;
+-0.0752;0;0;;;;;;;;;;;;
+-0.0748;0;0;;;;;;;;;;;;
+-0.0744;0;0;;;;;;;;;;;;
+-0.074;0;0;;;;;;;;;;;;
+-0.0736;0.08;0;;;;;;;;;;;;
+-0.0732;0;0.053333333;;;;;;;;;;;;
+-0.0728;0.08;0;;;;;;;;;;;;
+-0.0724;0;0.053333333;;;;;;;;;;;;
+-0.072;0.08;0.053333333;;;;;;;;;;;;
+-0.0716;0.08;0.053333333;;;;;;;;;;;;
+-0.0712;0;0;;;;;;;;;;;;
+-0.0708;0;0;;;;;;;;;;;;
+-0.0704;0;0;;;;;;;;;;;;
+-0.07;0;0;;;;;;;;;;;;
+-0.0696;0;0;;;;;;;;;;;;
+-0.0692;0;0;;;;;;;;;;;;
+-0.0688;0.08;0;;;;;;;;;;;;
+-0.0684;0;0;;;;;;;;;;;;
+-0.068;0;0;;;;;;;;;;;;
+-0.0676;0;0;;;;;;;;;;;;
+-0.0672;0;0;;;;;;;;;;;;
+-0.0668;0.08;0;;;;;;;;;;;;
+-0.0664;0;0;;;;;;;;;;;;
+-0.066;0;0;;;;;;;;;;;;
+-0.0656;0;0;;;;;;;;;;;;
+-0.0652;0;0;;;;;;;;;;;;
+-0.0648;0;0;;;;;;;;;;;;
+-0.0644;0;0;;;;;;;;;;;;
+-0.064;0;0;;;;;;;;;;;;
+-0.0636;0.08;0;;;;;;;;;;;;
+-0.0632;0;0;;;;;;;;;;;;
+-0.0628;0;0;;;;;;;;;;;;
+-0.0624;0;0;;;;;;;;;;;;
+-0.062;0.08;0;;;;;;;;;;;;
+-0.0616;0;0;;;;;;;;;;;;
+-0.0612;0;0;;;;;;;;;;;;
+-0.0608;0;0;;;;;;;;;;;;
+-0.0604;0;0;;;;;;;;;;;;
+-0.06;-0.08;0;;;;;;;;;;;;
+-0.0596;0;0;;;;;;;;;;;;
+-0.0592;0.08;0.053333333;;;;;;;;;;;;
+-0.0588;0.08;0.053333333;;;;;;;;;;;;
+-0.0584;0;0;;;;;;;;;;;;
+-0.058;0;0;;;;;;;;;;;;
+-0.0576;0.08;0;;;;;;;;;;;;
+-0.0572;0;0;;;;;;;;;;;;
+-0.0568;0;0;;;;;;;;;;;;
+-0.0564;0;0;;;;;;;;;;;;
+-0.056;0.08;0.053333333;;;;;;;;;;;;
+-0.0556;0.08;0.053333333;;;;;;;;;;;;
+-0.0552;0;0;;;;;;;;;;;;
+-0.0548;0;0;;;;;;;;;;;;
+-0.0544;0;0;;;;;;;;;;;;
+-0.054;0.08;0;;;;;;;;;;;;
+-0.0536;0;0;;;;;;;;;;;;
+-0.0532;0;0;;;;;;;;;;;;
+-0.0528;0;0;;;;;;;;;;;;
+-0.0524;0.08;0;;;;;;;;;;;;
+-0.052;0;0.053333333;;;;;;;;;;;;
+-0.0516;0.08;0;;;;;;;;;;;;
+-0.0512;-0.08;0;;;;;;;;;;;;
+-0.0508;0;0;;;;;;;;;;;;
+-0.0504;0;0;;;;;;;;;;;;
+-0.05;0;0;;;;;;;;;;;;
+-0.0496;0.08;0;;;;;;;;;;;;
+-0.0492;0;0;;;;;;;;;;;;
+-0.0488;0;0;;;;;;;;;;;;
+-0.0484;0;0;;;;;;;;;;;;
+-0.048;0;0;;;;;;;;;;;;
+-0.0476;0;0;;;;;;;;;;;;
+-0.0472;0;0;;;;;;;;;;;;
+-0.0468;0;0;;;;;;;;;;;;
+-0.0464;0;0;;;;;;;;;;;;
+-0.046;0.08;0;;;;;;;;;;;;
+-0.0456;0;0;;;;;;;;;;;;
+-0.0452;0;0;;;;;;;;;;;;
+-0.0448;0;0;;;;;;;;;;;;
+-0.0444;0;0;;;;;;;;;;;;
+-0.044;0;0;;;;;;;;;;;;
+-0.0436;0;0;;;;;;;;;;;;
+-0.0432;0.08;0;;;;;;;;;;;;
+-0.0428;0;0;;;;;;;;;;;;
+-0.0424;0;0;;;;;;;;;;;;
+-0.042;0;0;;;;;;;;;;;;
+-0.0416;0;0;;;;;;;;;;;;
+-0.0412;0;0;;;;;;;;;;;;
+-0.0408;-0.08;0;;;;;;;;;;;;
+-0.0404;0;0;;;;;;;;;;;;
+-0.04;0;0;;;;;;;;;;;;
+-0.0396;0.08;0;;;;;;;;;;;;
+-0.0392;0;0;;;;;;;;;;;;
+-0.0388;0;0;;;;;;;;;;;;
+-0.0384;0;0;;;;;;;;;;;;
+-0.038;0;0;;;;;;;;;;;;
+-0.0376;0;0;;;;;;;;;;;;
+-0.0372;0;0;;;;;;;;;;;;
+-0.0368;0;0;;;;;;;;;;;;
+-0.0364;0;0;;;;;;;;;;;;
+-0.036;0;0;;;;;;;;;;;;
+-0.0356;0;0;;;;;;;;;;;;
+-0.0352;0;0;;;;;;;;;;;;
+-0.0348;0;0;;;;;;;;;;;;
+-0.0344;0;0;;;;;;;;;;;;
+-0.034;0.08;0;;;;;;;;;;;;
+-0.0336;0;0;;;;;;;;;;;;
+-0.0332;0;0;;;;;;;;;;;;
+-0.0328;0;0;;;;;;;;;;;;
+-0.0324;0;0;;;;;;;;;;;;
+-0.032;0;0;;;;;;;;;;;;
+-0.0316;0;0;;;;;;;;;;;;
+-0.0312;0;0;;;;;;;;;;;;
+-0.0308;0.08;0;;;;;;;;;;;;
+-0.0304;0;0;;;;;;;;;;;;
+-0.03;0;0;;;;;;;;;;;;
+-0.0296;0;0;;;;;;;;;;;;
+-0.0292;0;0;;;;;;;;;;;;
+-0.0288;0;0;;;;;;;;;;;;
+-0.0284;0;0;;;;;;;;;;;;
+-0.028;0;0;;;;;;;;;;;;
+-0.0276;0;0;;;;;;;;;;;;
+-0.0272;0;0;;;;;;;;;;;;
+-0.0268;0;0;;;;;;;;;;;;
+-0.0264;0.08;0;;;;;;;;;;;;
+-0.026;0;0;;;;;;;;;;;;
+-0.0256;0;0;;;;;;;;;;;;
+-0.0252;0;0;;;;;;;;;;;;
+-0.0248;0;0;;;;;;;;;;;;
+-0.0244;0;0;;;;;;;;;;;;
+-0.024;0.08;0;;;;;;;;;;;;
+-0.0236;0;0;;;;;;;;;;;;
+-0.0232;0;0;;;;;;;;;;;;
+-0.0228;0.08;0;;;;;;;;;;;;
+-0.0224;0;0;;;;;;;;;;;;
+-0.022;0;0;;;;;;;;;;;;
+-0.0216;0;0;;;;;;;;;;;;
+-0.0212;0;0;;;;;;;;;;;;
+-0.0208;0;0;;;;;;;;;;;;
+-0.0204;0;0;;;;;;;;;;;;
+-0.02;0;0;;;;;;;;;;;;
+-0.0196;0;0;;;;;;;;;;;;
+-0.0192;0;0;;;;;;;;;;;;
+-0.0188;0;0;;;;;;;;;;;;
+-0.0184;0;0;;;;;;;;;;;;
+-0.018;0;0;;;;;;;;;;;;
+-0.0176;0;0;;;;;;;;;;;;
+-0.0172;0;0;;;;;;;;;;;;
+-0.0168;0.08;0;;;;;;;;;;;;
+-0.0164;0;0;;;;;;;;;;;;
+-0.016;0;0;;;;;;;;;;;;
+-0.0156;0;0;;;;;;;;;;;;
+-0.0152;-0.08;-0.053333333;;;;;;;;;;;;
+-0.0148;-0.08;-0.053333333;;;;;;;;;;;;
+-0.0144;0;0;;;;;;;;;;;;
+-0.014;0;0;;;;;;;;;;;;
+-0.0136;0;0;;;;;;;;;;;;
+-0.0132;0;0;;;;;;;;;;;;
+-0.0128;0;0;;;;;;;;;;;;
+-0.0124;0;0;;;;;;;;;;;;
+-0.012;0;0;;;;;;;;;;;;
+-0.0116;0;0;;;;;;;;;;;;
+-0.0112;0;0;;;;;;;;;;;;
+-0.0108;0;0;;;;;;;;;;;;
+-0.0104;0;0;;;;;;;;;;;;
+-0.01;0;0;;;;;;;;;;;;
+-0.0096;0;0;;;;;;;;;;;;
+-0.0092;0;0;;;;;;;;;;;;
+-0.0088;0;0;;;;;;;;;;;;
+-0.0084;0;0;;;;;;;;;;;;
+-0.008;0.08;0;;;;;;;;;;;;
+-0.0076;0;0;;;;;;;;;;;;
+-0.0072;0;0;;;;;;;;;;;;
+-0.0068;0;0;;;;;;;;;;;;
+-0.0064;0;0;;;;;;;;;;;;
+-0.006;0.08;0;;;;;;;;;;;;
+-0.0056;0;0;;;;;;;;;;;;
+-0.0052;0;0;;;;;;;;;;;;
+-0.0048;0;0.053333333;;;;;;;;;;;;
+-0.0044;0.16;0.106666667;;;;;;;;;;;;
+-0.004;0.16;0.16;;;;;;;;;;;;
+-0.0036;0.16;0.186666667;;;;;;;;;;;;
+-0.0032;0.24;0.213333333;;;;;;;;;;;;
+-0.0028;0.24;0.213333333;;;;;;;;;;;;
+-0.0024;0.16;0.16;;;;;;;;;;;;
+-0.002;0.08;0.053333333;;;;;;;;;;;;
+-0.0016;-0.08;0;;;;;;;;;;;;
+-0.0012;-0.08;-0.053333333;;;;;;;;;;;;
+-0.0008;0;0.08;;;;;;;;;;;;
+-0.0004;0.32;0.373333333;;;;;;;;;;;;
+0;0.8;0.613333333;;;;;;;;;;;;
+0.0004;0.72;0.906666667;;;;;;;;;;;;
+0.0008;1.2;0.986666667;;;;;;;;;;;;
+0.0012;1.04;1.146666667;;;;;;;;;;;;
+0.0016;1.2;1.173333333;;;;;;;;;;;;
+0.002;1.28;1.333333333;;;;;;;;;;;;
+0.0024;1.52;1.44;;;;;;;;;;;;
+0.0028;1.52;1.546666667;;;;;;;;;;;;
+0.0032;1.6;1.626666667;;;;;;;;;;;;
+0.0036;1.76;1.76;;;;;;;;;;;;
+0.004;1.92;1.893333333;;;;;;;;;;;;
+0.0044;2;2.133333333;;;;;;;;;;;;
+0.0048;2.48;2.48;;;;;;;;;;;;
+0.0052;2.96;3.013333333;;;;;;;;;;;;
+0.0056;3.6;3.44;;;;;;;;;;;;
+0.006;3.76;3.866666667;;;;;;;;;;;;
+0.0064;4.24;4.213333333;;;;;;;;;;;;
+0.0068;4.64;4.613333333;;;;;;;;;;;;
+0.0072;4.96;4.933333333;;;;;;;;;;;;
+0.0076;5.2;5.2;;;;;;;;;;;;
+0.008;5.44;5.413333333;;;;;;;;;;;;
+0.0084;5.6;5.626666667;;;;;;;;;;;;
+0.0088;5.84;5.866666667;;;;;;;;;;;;
+0.0092;6.16;6.16;;;;;;;;;;;;
+0.0096;6.48;6.506666667;;;;;;;;;;;;
+0.01;6.88;6.853333333;;;;;;;;;;;;
+0.0104;7.2;7.146666667;;;;;;;;;;;;
+0.0108;7.36;7.36;;;;;;;;;;;;
+0.0112;7.52;7.52;;;;;;;;;;;;
+0.0116;7.68;7.626666667;;;;;;;;;;;;
+0.012;7.68;7.706666667;;;;;;;;;;;;
+0.0124;7.76;7.733333333;;;;;;;;;;;;
+0.0128;7.76;7.786666667;;;;;;;;;;;;
+0.0132;7.84;7.813333333;;;;;;;;;;;;
+0.0136;7.84;7.813333333;;;;;;;;;;;;
+0.014;7.76;7.76;;;;;;;;;;;;
+0.0144;7.68;7.706666667;;;;;;;;;;;;
+0.0148;7.68;7.653333333;;;;;;;;;;;;
+0.0152;7.6;7.573333333;;;;;;;;;;;;
+0.0156;7.44;7.493333333;;;;;;;;;;;;
+0.016;7.44;7.413333333;;;;;;;;;;;;
+0.0164;7.36;7.386666667;;;;;;;;;;;;
+0.0168;7.36;7.306666667;;;;;;;;;;;;
+0.0172;7.2;7.173333333;;;;;;;;;;;;
+0.0176;6.96;6.986666667;;;;;;;;;;;;
+0.018;6.8;6.773333333;;;;;;;;;;;;
+0.0184;6.56;6.613333333;;;;;;;;;;;;
+0.0188;6.48;6.426666667;;;;;;;;;;;;
+0.0192;6.24;6.213333333;;;;;;;;;;;;
+0.0196;5.92;5.946666667;;;;;;;;;;;;
+0.02;5.68;5.626666667;;;;;;;;;;;;
+0.0204;5.28;5.306666667;;;;;;;;;;;;
+0.0208;4.96;4.96;;;;;;;;;;;;
+0.0212;4.64;4.613333333;;;;;;;;;;;;
+0.0216;4.24;4.266666667;;;;;;;;;;;;
+0.022;3.92;3.92;;;;;;;;;;;;
+0.0224;3.6;3.6;;;;;;;;;;;;
+0.0228;3.28;3.28;;;;;;;;;;;;
+0.0232;2.96;2.986666667;;;;;;;;;;;;
+0.0236;2.72;2.666666667;;;;;;;;;;;;
+0.024;2.32;2.346666667;;;;;;;;;;;;
+0.0244;2;2.026666667;;;;;;;;;;;;
+0.0248;1.76;1.733333333;;;;;;;;;;;;
+0.0252;1.44;1.466666667;;;;;;;;;;;;
+0.0256;1.2;1.2;;;;;;;;;;;;
+0.026;0.96;0.933333333;;;;;;;;;;;;
+0.0264;0.64;0.64;;;;;;;;;;;;
+0.0268;0.32;0.346666667;;;;;;;;;;;;
+0.0272;0.08;0;;;;;;;;;;;;
+0.0276;-0.32;-0.293333333;;;;;;;;;;;;
+0.028;-0.64;-0.586666667;;;;;;;;;;;;
+0.0284;-0.8;-0.88;;;;;;;;;;;;
+0.0288;-1.2;-1.146666667;;;;;;;;;;;;
+0.0292;-1.44;-1.466666667;;;;;;;;;;;;
+0.0296;-1.76;-1.733333333;;;;;;;;;;;;
+0.03;-2;-2.026666667;;;;;;;;;;;;
+0.0304;-2.32;-2.24;;;;;;;;;;;;
+0.0308;-2.4;-2.453333333;;;;;;;;;;;;
+0.0312;-2.64;-2.613333333;;;;;;;;;;;;
+0.0316;-2.8;-2.8;;;;;;;;;;;;
+0.032;-2.96;-2.96;;;;;;;;;;;;
+0.0324;-3.12;-3.093333333;;;;;;;;;;;;
+0.0328;-3.2;-3.226666667;;;;;;;;;;;;
+0.0332;-3.36;-3.36;;;;;;;;;;;;
+0.0336;-3.52;-3.493333333;;;;;;;;;;;;
+0.034;-3.6;-3.6;;;;;;;;;;;;
+0.0344;-3.68;-3.68;;;;;;;;;;;;
+0.0348;-3.76;-3.76;;;;;;;;;;;;
+0.0352;-3.84;-3.893333333;;;;;;;;;;;;
+0.0356;-4.08;-4;;;;;;;;;;;;
+0.036;-4.08;-4.08;;;;;;;;;;;;
+0.0364;-4.08;-4.133333333;;;;;;;;;;;;
+0.0368;-4.24;-4.213333333;;;;;;;;;;;;
+0.0372;-4.32;-4.293333333;;;;;;;;;;;;
+0.0376;-4.32;-4.346666667;;;;;;;;;;;;
+0.038;-4.4;-4.373333333;;;;;;;;;;;;
+0.0384;-4.4;-4.4;;;;;;;;;;;;
+0.0388;-4.4;-4.4;;;;;;;;;;;;
+0.0392;-4.4;-4.4;;;;;;;;;;;;
+0.0396;-4.4;-4.4;;;;;;;;;;;;
+0.04;-4.4;-4.346666667;;;;;;;;;;;;
+0.0404;-4.24;-4.293333333;;;;;;;;;;;;
+0.0408;-4.24;-4.213333333;;;;;;;;;;;;
+0.0412;-4.16;-4.16;;;;;;;;;;;;
+0.0416;-4.08;-4.08;;;;;;;;;;;;
+0.042;-4;-4.026666667;;;;;;;;;;;;
+0.0424;-4;-3.973333333;;;;;;;;;;;;
+0.0428;-3.92;-3.92;;;;;;;;;;;;
+0.0432;-3.84;-3.893333333;;;;;;;;;;;;
+0.0436;-3.92;-3.84;;;;;;;;;;;;
+0.044;-3.76;-3.813333333;;;;;;;;;;;;
+0.0444;-3.76;-3.76;;;;;;;;;;;;
+0.0448;-3.76;-3.76;;;;;;;;;;;;
+0.0452;-3.76;-3.76;;;;;;;;;;;;
+0.0456;-3.76;-3.733333333;;;;;;;;;;;;
+0.046;-3.68;-3.68;;;;;;;;;;;;
+0.0464;-3.6;-3.626666667;;;;;;;;;;;;
+0.0468;-3.6;-3.573333333;;;;;;;;;;;;
+0.0472;-3.52;-3.493333333;;;;;;;;;;;;
+0.0476;-3.36;-3.386666667;;;;;;;;;;;;
+0.048;-3.28;-3.28;;;;;;;;;;;;
+0.0484;-3.2;-3.2;;;;;;;;;;;;
+0.0488;-3.12;-3.093333333;;;;;;;;;;;;
+0.0492;-2.96;-2.986666667;;;;;;;;;;;;
+0.0496;-2.88;-2.88;;;;;;;;;;;;
+0.05;-2.8;-2.8;;;;;;;;;;;;
+0.0504;-2.72;-2.72;;;;;;;;;;;;
+0.0508;-2.64;-2.64;;;;;;;;;;;;
+0.0512;-2.56;-2.56;;;;;;;;;;;;
+0.0516;-2.48;-2.506666667;;;;;;;;;;;;
+0.052;-2.48;-2.48;;;;;;;;;;;;
+0.0524;-2.48;-2.48;;;;;;;;;;;;
+0.0528;-2.48;-2.453333333;;;;;;;;;;;;
+0.0532;-2.4;-2.4;;;;;;;;;;;;
+0.0536;-2.32;-2.346666667;;;;;;;;;;;;
+0.054;-2.32;-2.293333333;;;;;;;;;;;;
+0.0544;-2.24;-2.24;;;;;;;;;;;;
+0.0548;-2.16;-2.186666667;;;;;;;;;;;;
+0.0552;-2.16;-2.106666667;;;;;;;;;;;;
+0.0556;-2;-2.026666667;;;;;;;;;;;;
+0.056;-1.92;-1.92;;;;;;;;;;;;
+0.0564;-1.84;-1.84;;;;;;;;;;;;
+0.0568;-1.76;-1.76;;;;;;;;;;;;
+0.0572;-1.68;-1.706666667;;;;;;;;;;;;
+0.0576;-1.68;-1.626666667;;;;;;;;;;;;
+0.058;-1.52;-1.573333333;;;;;;;;;;;;
+0.0584;-1.52;-1.493333333;;;;;;;;;;;;
+0.0588;-1.44;-1.44;;;;;;;;;;;;
+0.0592;-1.36;-1.36;;;;;;;;;;;;
+0.0596;-1.28;-1.306666667;;;;;;;;;;;;
+0.06;-1.28;-1.28;;;;;;;;;;;;
+0.0604;-1.28;-1.28;;;;;;;;;;;;
+0.0608;-1.28;-1.253333333;;;;;;;;;;;;
+0.0612;-1.2;-1.226666667;;;;;;;;;;;;
+0.0616;-1.2;-1.173333333;;;;;;;;;;;;
+0.062;-1.12;-1.146666667;;;;;;;;;;;;
+0.0624;-1.12;-1.12;;;;;;;;;;;;
+0.0628;-1.12;-1.12;;;;;;;;;;;;
+0.0632;-1.12;-1.093333333;;;;;;;;;;;;
+0.0636;-1.04;-1.066666667;;;;;;;;;;;;
+0.064;-1.04;-1.013333333;;;;;;;;;;;;
+0.0644;-0.96;-0.986666667;;;;;;;;;;;;
+0.0648;-0.96;-0.933333333;;;;;;;;;;;;
+0.0652;-0.88;-0.88;;;;;;;;;;;;
+0.0656;-0.8;-0.826666667;;;;;;;;;;;;
+0.066;-0.8;-0.746666667;;;;;;;;;;;;
+0.0664;-0.64;-0.693333333;;;;;;;;;;;;
+0.0668;-0.64;-0.64;;;;;;;;;;;;
+0.0672;-0.64;-0.613333333;;;;;;;;;;;;
+0.0676;-0.56;-0.586666667;;;;;;;;;;;;
+0.068;-0.56;-0.533333333;;;;;;;;;;;;
+0.0684;-0.48;-0.506666667;;;;;;;;;;;;
+0.0688;-0.48;-0.48;;;;;;;;;;;;
+0.0692;-0.48;-0.48;;;;;;;;;;;;
+0.0696;-0.48;-0.453333333;;;;;;;;;;;;
+0.07;-0.4;-0.426666667;;;;;;;;;;;;
+0.0704;-0.4;-0.373333333;;;;;;;;;;;;
+0.0708;-0.32;-0.346666667;;;;;;;;;;;;
+0.0712;-0.32;-0.32;;;;;;;;;;;;
+0.0716;-0.32;-0.32;;;;;;;;;;;;
+0.072;-0.32;-0.32;;;;;;;;;;;;
+0.0724;-0.32;-0.266666667;;;;;;;;;;;;
+0.0728;-0.16;-0.213333333;;;;;;;;;;;;
+0.0732;-0.16;-0.133333333;;;;;;;;;;;;
+0.0736;-0.08;-0.106666667;;;;;;;;;;;;
+0.074;-0.08;0;;;;;;;;;;;;
+0.0744;0.08;0;;;;;;;;;;;;
+0.0748;0.08;0.106666667;;;;;;;;;;;;
+0.0752;0.16;0.16;;;;;;;;;;;;
+0.0756;0.24;0.24;;;;;;;;;;;;
+0.076;0.32;0.293333333;;;;;;;;;;;;
+0.0764;0.32;0.32;;;;;;;;;;;;
+0.0768;0.32;0.346666667;;;;;;;;;;;;
+0.0772;0.4;0.373333333;;;;;;;;;;;;
+0.0776;0.4;0.4;;;;;;;;;;;;
+0.078;0.4;0.4;;;;;;;;;;;;
+0.0784;0.4;0.426666667;;;;;;;;;;;;
+0.0788;0.48;0.453333333;;;;;;;;;;;;
+0.0792;0.48;0.506666667;;;;;;;;;;;;
+0.0796;0.56;0.56;;;;;;;;;;;;
+0.08;0.64;0.613333333;;;;;;;;;;;;
+0.0804;0.64;0.693333333;;;;;;;;;;;;
+0.0808;0.8;0.746666667;;;;;;;;;;;;
+0.0812;0.8;0.826666667;;;;;;;;;;;;
+0.0816;0.88;0.88;;;;;;;;;;;;
+0.082;0.96;0.96;;;;;;;;;;;;
+0.0824;1.04;1.013333333;;;;;;;;;;;;
+0.0828;1.04;1.093333333;;;;;;;;;;;;
+0.0832;1.2;1.12;;;;;;;;;;;;
+0.0836;1.12;1.173333333;;;;;;;;;;;;
+0.084;1.2;1.173333333;;;;;;;;;;;;
+0.0844;1.2;1.226666667;;;;;;;;;;;;
+0.0848;1.28;1.253333333;;;;;;;;;;;;
+0.0852;1.28;1.28;;;;;;;;;;;;
+0.0856;1.28;1.28;;;;;;;;;;;;
+0.086;1.28;1.306666667;;;;;;;;;;;;
+0.0864;1.36;1.333333333;;;;;;;;;;;;
+0.0868;1.36;1.386666667;;;;;;;;;;;;
+0.0872;1.44;1.413333333;;;;;;;;;;;;
+0.0876;1.44;1.44;;;;;;;;;;;;
+0.088;1.44;1.466666667;;;;;;;;;;;;
+0.0884;1.52;1.52;;;;;;;;;;;;
+0.0888;1.6;1.573333333;;;;;;;;;;;;
+0.0892;1.6;1.626666667;;;;;;;;;;;;
+0.0896;1.68;1.653333333;;;;;;;;;;;;
+0.09;1.68;1.706666667;;;;;;;;;;;;
+0.0904;1.76;1.733333333;;;;;;;;;;;;
+0.0908;1.76;1.76;;;;;;;;;;;;
+0.0912;1.76;1.786666667;;;;;;;;;;;;
+0.0916;1.84;1.813333333;;;;;;;;;;;;
+0.092;1.84;1.84;;;;;;;;;;;;
+0.0924;1.84;1.84;;;;;;;;;;;;
+0.0928;1.84;1.813333333;;;;;;;;;;;;
+0.0932;1.76;1.786666667;;;;;;;;;;;;
+0.0936;1.76;1.76;;;;;;;;;;;;
+0.094;1.76;1.733333333;;;;;;;;;;;;
+0.0944;1.68;1.706666667;;;;;;;;;;;;
+0.0948;1.68;1.68;;;;;;;;;;;;
+0.0952;1.68;1.653333333;;;;;;;;;;;;
+0.0956;1.6;1.653333333;;;;;;;;;;;;
+0.096;1.68;1.653333333;;;;;;;;;;;;
+0.0964;1.68;1.653333333;;;;;;;;;;;;
+0.0968;1.6;1.6;;;;;;;;;;;;
+0.0972;1.52;1.546666667;;;;;;;;;;;;
+0.0976;1.52;1.493333333;;;;;;;;;;;;
+0.098;1.44;1.466666667;;;;;;;;;;;;
+0.0984;1.44;1.44;;;;;;;;;;;;
+0.0988;1.44;1.44;;;;;;;;;;;;
+0.0992;1.44;1.413333333;;;;;;;;;;;;
+0.0996;1.36;1.36;;;;;;;;;;;;
+0.1;1.28;1.28;;;;;;;;;;;;
+0.1004;1.2;1.2;;;;;;;;;;;;
+0.1008;1.12;1.12;;;;;;;;;;;;
+0.1012;1.04;1.066666667;;;;;;;;;;;;
+0.1016;1.04;1.013333333;;;;;;;;;;;;
+0.102;0.96;0.933333333;;;;;;;;;;;;
+0.1024;0.8;0.853333333;;;;;;;;;;;;
+0.1028;0.8;0.773333333;;;;;;;;;;;;
+0.1032;0.72;0.72;;;;;;;;;;;;
+0.1036;0.64;0.64;;;;;;;;;;;;
+0.104;0.56;0.56;;;;;;;;;;;;
+0.1044;0.48;0.48;;;;;;;;;;;;
+0.1048;0.4;0.426666667;;;;;;;;;;;;
+0.1052;0.4;0.373333333;;;;;;;;;;;;
+0.1056;0.32;0.32;;;;;;;;;;;;
+0.106;0.24;0.266666667;;;;;;;;;;;;
+0.1064;0.24;0.213333333;;;;;;;;;;;;
+0.1068;0.16;0.16;;;;;;;;;;;;
+0.1072;0.08;0.08;;;;;;;;;;;;
+0.1076;0;0;;;;;;;;;;;;
+0.108;-0.08;-0.08;;;;;;;;;;;;
+0.1084;-0.16;-0.16;;;;;;;;;;;;
+0.1088;-0.24;-0.24;;;;;;;;;;;;
+0.1092;-0.32;-0.293333333;;;;;;;;;;;;
+0.1096;-0.32;-0.346666667;;;;;;;;;;;;
+0.11;-0.4;-0.373333333;;;;;;;;;;;;
+0.1104;-0.4;-0.453333333;;;;;;;;;;;;
+0.1108;-0.56;-0.506666667;;;;;;;;;;;;
+0.1112;-0.56;-0.586666667;;;;;;;;;;;;
+0.1116;-0.64;-0.613333333;;;;;;;;;;;;
+0.112;-0.64;-0.64;;;;;;;;;;;;
+0.1124;-0.64;-0.666666667;;;;;;;;;;;;
+0.1128;-0.72;-0.72;;;;;;;;;;;;
+0.1132;-0.8;-0.773333333;;;;;;;;;;;;
+0.1136;-0.8;-0.8;;;;;;;;;;;;
+0.114;-0.8;-0.8;;;;;;;;;;;;
+0.1144;-0.8;-0.826666667;;;;;;;;;;;;
+0.1148;-0.88;-0.853333333;;;;;;;;;;;;
+0.1152;-0.88;-0.88;;;;;;;;;;;;
+0.1156;-0.88;-0.906666667;;;;;;;;;;;;
+0.116;-0.96;-0.933333333;;;;;;;;;;;;
+0.1164;-0.96;-0.96;;;;;;;;;;;;
+0.1168;-0.96;-0.96;;;;;;;;;;;;
+0.1172;-0.96;-0.986666667;;;;;;;;;;;;
+0.1176;-1.04;-1.013333333;;;;;;;;;;;;
+0.118;-1.04;-1.066666667;;;;;;;;;;;;
+0.1184;-1.12;-1.093333333;;;;;;;;;;;;
+0.1188;-1.12;-1.12;;;;;;;;;;;;
+0.1192;-1.12;-1.12;;;;;;;;;;;;
+0.1196;-1.12;-1.12;;;;;;;;;;;;
+0.12;-1.12;-1.12;;;;;;;;;;;;
+0.1204;-1.12;-1.12;;;;;;;;;;;;
+0.1208;-1.12;-1.12;;;;;;;;;;;;
+0.1212;-1.12;-1.12;;;;;;;;;;;;
+0.1216;-1.12;-1.12;;;;;;;;;;;;
+0.122;-1.12;-1.12;;;;;;;;;;;;
+0.1224;-1.12;-1.12;;;;;;;;;;;;
+0.1228;-1.12;-1.12;;;;;;;;;;;;
+0.1232;-1.12;-1.12;;;;;;;;;;;;
+0.1236;-1.12;-1.12;;;;;;;;;;;;
+0.124;-1.12;-1.12;;;;;;;;;;;;
+0.1244;-1.12;-1.12;;;;;;;;;;;;
+0.1248;-1.12;-1.093333333;;;;;;;;;;;;
+0.1252;-1.04;-1.093333333;;;;;;;;;;;;
+0.1256;-1.12;-1.093333333;;;;;;;;;;;;
+0.126;-1.12;-1.093333333;;;;;;;;;;;;
+0.1264;-1.04;-1.066666667;;;;;;;;;;;;
+0.1268;-1.04;-1.066666667;;;;;;;;;;;;
+0.1272;-1.12;-1.066666667;;;;;;;;;;;;
+0.1276;-1.04;-1.093333333;;;;;;;;;;;;
+0.128;-1.12;-1.066666667;;;;;;;;;;;;
+0.1284;-1.04;-1.04;;;;;;;;;;;;
+0.1288;-0.96;-0.986666667;;;;;;;;;;;;
+0.1292;-0.96;-0.96;;;;;;;;;;;;
+0.1296;-0.96;-0.96;;;;;;;;;;;;
+0.13;-0.96;-0.933333333;;;;;;;;;;;;
+0.1304;-0.88;-0.906666667;;;;;;;;;;;;
+0.1308;-0.88;-0.88;;;;;;;;;;;;
+0.1312;-0.88;-0.88;;;;;;;;;;;;
+0.1316;-0.88;-0.853333333;;;;;;;;;;;;
+0.132;-0.8;-0.826666667;;;;;;;;;;;;
+0.1324;-0.8;-0.8;;;;;;;;;;;;
+0.1328;-0.8;-0.8;;;;;;;;;;;;
+0.1332;-0.8;-0.8;;;;;;;;;;;;
+0.1336;-0.8;-0.8;;;;;;;;;;;;
+0.134;-0.8;-0.8;;;;;;;;;;;;
+0.1344;-0.8;-0.773333333;;;;;;;;;;;;
+0.1348;-0.72;-0.746666667;;;;;;;;;;;;
+0.1352;-0.72;-0.693333333;;;;;;;;;;;;
+0.1356;-0.64;-0.666666667;;;;;;;;;;;;
+0.136;-0.64;-0.64;;;;;;;;;;;;
+0.1364;-0.64;-0.64;;;;;;;;;;;;
+0.1368;-0.64;-0.64;;;;;;;;;;;;
+0.1372;-0.64;-0.613333333;;;;;;;;;;;;
+0.1376;-0.56;-0.586666667;;;;;;;;;;;;
+0.138;-0.56;-0.533333333;;;;;;;;;;;;
+0.1384;-0.48;-0.506666667;;;;;;;;;;;;
+0.1388;-0.48;-0.48;;;;;;;;;;;;
+0.1392;-0.48;-0.48;;;;;;;;;;;;
+0.1396;-0.48;-0.48;;;;;;;;;;;;
+0.14;-0.48;-0.453333333;;;;;;;;;;;;
+0.1404;-0.4;-0.426666667;;;;;;;;;;;;
+0.1408;-0.4;-0.4;;;;;;;;;;;;
+0.1412;-0.4;-0.4;;;;;;;;;;;;
+0.1416;-0.4;-0.4;;;;;;;;;;;;
+0.142;-0.4;-0.4;;;;;;;;;;;;
+0.1424;-0.4;-0.373333333;;;;;;;;;;;;
+0.1428;-0.32;-0.346666667;;;;;;;;;;;;
+0.1432;-0.32;-0.32;;;;;;;;;;;;
+0.1436;-0.32;-0.32;;;;;;;;;;;;
+0.144;-0.32;-0.32;;;;;;;;;;;;
+0.1444;-0.32;-0.32;;;;;;;;;;;;
+0.1448;-0.32;-0.266666667;;;;;;;;;;;;
+0.1452;-0.16;-0.213333333;;;;;;;;;;;;
+0.1456;-0.16;-0.16;;;;;;;;;;;;
+0.146;-0.16;-0.16;;;;;;;;;;;;
+0.1464;-0.16;-0.16;;;;;;;;;;;;
+0.1468;-0.16;-0.133333333;;;;;;;;;;;;
+0.1472;-0.08;-0.106666667;;;;;;;;;;;;
+0.1476;-0.08;-0.08;;;;;;;;;;;;
+0.148;-0.08;-0.08;;;;;;;;;;;;
+0.1484;-0.08;-0.08;;;;;;;;;;;;
+0.1488;-0.08;-0.053333333;;;;;;;;;;;;
+0.1492;0;-0.053333333;;;;;;;;;;;;
+0.1496;-0.08;-0.053333333;;;;;;;;;;;;
+0.15;-0.08;-0.08;;;;;;;;;;;;
+0.1504;-0.08;-0.053333333;;;;;;;;;;;;
+0.1508;0;0;;;;;;;;;;;;
+0.1512;0;0;;;;;;;;;;;;
+0.1516;0;0;;;;;;;;;;;;
+0.152;0;0;;;;;;;;;;;;
+0.1524;0.08;0.053333333;;;;;;;;;;;;
+0.1528;0.08;0.08;;;;;;;;;;;;
+0.1532;0.08;0.08;;;;;;;;;;;;
+0.1536;0.08;0.08;;;;;;;;;;;;
+0.154;0.08;0.133333333;;;;;;;;;;;;
+0.1544;0.24;0.186666667;;;;;;;;;;;;
+0.1548;0.24;0.24;;;;;;;;;;;;
+0.1552;0.24;0.24;;;;;;;;;;;;
+0.1556;0.24;0.24;;;;;;;;;;;;
+0.156;0.24;0.24;;;;;;;;;;;;
+0.1564;0.24;0.24;;;;;;;;;;;;
+0.1568;0.24;0.213333333;;;;;;;;;;;;
+0.1572;0.16;0.213333333;;;;;;;;;;;;
+0.1576;0.24;0.213333333;;;;;;;;;;;;
+0.158;0.24;0.213333333;;;;;;;;;;;;
+0.1584;0.16;0.186666667;;;;;;;;;;;;
+0.1588;0.16;0.186666667;;;;;;;;;;;;
+0.1592;0.24;0.186666667;;;;;;;;;;;;
+0.1596;0.16;0.213333333;;;;;;;;;;;;
+0.16;0.24;0.213333333;;;;;;;;;;;;
+0.1604;0.24;0.24;;;;;;;;;;;;
+0.1608;0.24;0.24;;;;;;;;;;;;
+0.1612;0.24;0.24;;;;;;;;;;;;
+0.1616;0.24;0.24;;;;;;;;;;;;
+0.162;0.24;0.266666667;;;;;;;;;;;;
+0.1624;0.32;0.293333333;;;;;;;;;;;;
+0.1628;0.32;0.32;;;;;;;;;;;;
+0.1632;0.32;0.32;;;;;;;;;;;;
+0.1636;0.32;0.32;;;;;;;;;;;;
+0.164;0.32;0.293333333;;;;;;;;;;;;
+0.1644;0.24;0.266666667;;;;;;;;;;;;
+0.1648;0.24;0.24;;;;;;;;;;;;
+0.1652;0.24;0.24;;;;;;;;;;;;
+0.1656;0.24;0.24;;;;;;;;;;;;
+0.166;0.24;0.24;;;;;;;;;;;;
+0.1664;0.24;0.213333333;;;;;;;;;;;;
+0.1668;0.16;0.213333333;;;;;;;;;;;;
+0.1672;0.24;0.213333333;;;;;;;;;;;;
+0.1676;0.24;0.24;;;;;;;;;;;;
+0.168;0.24;0.24;;;;;;;;;;;;
+0.1684;0.24;0.24;;;;;;;;;;;;
+0.1688;0.24;0.24;;;;;;;;;;;;
+0.1692;0.24;0.24;;;;;;;;;;;;
+0.1696;0.24;0.24;;;;;;;;;;;;
+0.17;0.24;0.213333333;;;;;;;;;;;;
+0.1704;0.16;0.186666667;;;;;;;;;;;;
+0.1708;0.16;0.186666667;;;;;;;;;;;;
+0.1712;0.24;0.186666667;;;;;;;;;;;;
+0.1716;0.16;0.186666667;;;;;;;;;;;;
+0.172;0.16;0.16;;;;;;;;;;;;
+0.1724;0.16;0.16;;;;;;;;;;;;
+0.1728;0.16;0.133333333;;;;;;;;;;;;
+0.1732;0.08;0.106666667;;;;;;;;;;;;
+0.1736;0.08;0.08;;;;;;;;;;;;
+0.174;0.08;0.08;;;;;;;;;;;;
+0.1744;0.08;0.08;;;;;;;;;;;;
+0.1748;0.08;0.08;;;;;;;;;;;;
+0.1752;0.08;0.08;;;;;;;;;;;;
+0.1756;0.08;0.08;;;;;;;;;;;;
+0.176;0.08;0.08;;;;;;;;;;;;
+0.1764;0.08;0.053333333;;;;;;;;;;;;
+0.1768;0;0.053333333;;;;;;;;;;;;
+0.1772;0.08;0.053333333;;;;;;;;;;;;
+0.1776;0.08;0.053333333;;;;;;;;;;;;
+0.178;0;0.053333333;;;;;;;;;;;;
+0.1784;0.08;0;;;;;;;;;;;;
+0.1788;0;0;;;;;;;;;;;;
+0.1792;0;0;;;;;;;;;;;;
+0.1796;-0.08;-0.053333333;;;;;;;;;;;;
+0.18;-0.08;-0.08;;;;;;;;;;;;
+0.1804;-0.08;-0.106666667;;;;;;;;;;;;
+0.1808;-0.16;-0.133333333;;;;;;;;;;;;
+0.1812;-0.16;-0.133333333;;;;;;;;;;;;
+0.1816;-0.08;-0.133333333;;;;;;;;;;;;
+0.182;-0.16;-0.133333333;;;;;;;;;;;;
+0.1824;-0.16;-0.16;;;;;;;;;;;;
+0.1828;-0.16;-0.186666667;;;;;;;;;;;;
+0.1832;-0.24;-0.213333333;;;;;;;;;;;;
+0.1836;-0.24;-0.24;;;;;;;;;;;;
+0.184;-0.24;-0.213333333;;;;;;;;;;;;
+0.1844;-0.16;-0.213333333;;;;;;;;;;;;
+0.1848;-0.24;-0.213333333;;;;;;;;;;;;
+0.1852;-0.24;-0.24;;;;;;;;;;;;
+0.1856;-0.24;-0.213333333;;;;;;;;;;;;
+0.186;-0.16;-0.213333333;;;;;;;;;;;;
+0.1864;-0.24;-0.24;;;;;;;;;;;;
+0.1868;-0.32;-0.293333333;;;;;;;;;;;;
+0.1872;-0.32;-0.293333333;;;;;;;;;;;;
+0.1876;-0.24;-0.266666667;;;;;;;;;;;;
+0.188;-0.24;-0.266666667;;;;;;;;;;;;
+0.1884;-0.32;-0.293333333;;;;;;;;;;;;
+0.1888;-0.32;-0.32;;;;;;;;;;;;
+0.1892;-0.32;-0.346666667;;;;;;;;;;;;
+0.1896;-0.4;-0.346666667;;;;;;;;;;;;
+0.19;-0.32;-0.373333333;;;;;;;;;;;;
+0.1904;-0.4;-0.346666667;;;;;;;;;;;;
+0.1908;-0.32;-0.346666667;;;;;;;;;;;;
+0.1912;-0.32;-0.32;;;;;;;;;;;;
+0.1916;-0.32;-0.32;;;;;;;;;;;;
+0.192;-0.32;-0.346666667;;;;;;;;;;;;
+0.1924;-0.4;-0.346666667;;;;;;;;;;;;
+0.1928;-0.32;-0.373333333;;;;;;;;;;;;
+0.1932;-0.4;-0.346666667;;;;;;;;;;;;
+0.1936;-0.32;-0.346666667;;;;;;;;;;;;
+0.194;-0.32;-0.346666667;;;;;;;;;;;;
+0.1944;-0.4;-0.373333333;;;;;;;;;;;;
+0.1948;-0.4;-0.373333333;;;;;;;;;;;;
+0.1952;-0.32;-0.373333333;;;;;;;;;;;;
+0.1956;-0.4;-0.373333333;;;;;;;;;;;;
+0.196;-0.4;-0.373333333;;;;;;;;;;;;
+0.1964;-0.32;-0.373333333;;;;;;;;;;;;
+0.1968;-0.4;-0.346666667;;;;;;;;;;;;
+0.1972;-0.32;-0.373333333;;;;;;;;;;;;
+0.1976;-0.4;-0.373333333;;;;;;;;;;;;
+0.198;-0.4;-0.4;;;;;;;;;;;;
+0.1984;-0.4;-0.426666667;;;;;;;;;;;;
+0.1988;-0.48;-0.453333333;;;;;;;;;;;;
+0.1992;-0.48;-0.453333333;;;;;;;;;;;;
+0.1996;-0.4;-0.453333333;;;;;;;;;;;;
+0.2;-0.48;-0.426666667;;;;;;;;;;;;
+0.2004;-0.4;-0.4;;;;;;;;;;;;
+0.2008;-0.32;-0.373333333;;;;;;;;;;;;
+0.2012;-0.4;-0.373333333;;;;;;;;;;;;
+0.2016;-0.4;-0.4;;;;;;;;;;;;
+0.202;-0.4;-0.4;;;;;;;;;;;;
+0.2024;-0.4;-0.4;;;;;;;;;;;;
+0.2028;-0.4;-0.4;;;;;;;;;;;;
+0.2032;-0.4;-0.4;;;;;;;;;;;;
+0.2036;-0.4;-0.4;;;;;;;;;;;;
+0.204;-0.4;-0.4;;;;;;;;;;;;
+0.2044;-0.4;-0.4;;;;;;;;;;;;
+0.2048;-0.4;-0.426666667;;;;;;;;;;;;
+0.2052;-0.48;-0.426666667;;;;;;;;;;;;
+0.2056;-0.4;-0.4;;;;;;;;;;;;
+0.206;-0.32;-0.373333333;;;;;;;;;;;;
+0.2064;-0.4;-0.373333333;;;;;;;;;;;;
+0.2068;-0.4;-0.4;;;;;;;;;;;;
+0.2072;-0.4;-0.4;;;;;;;;;;;;
+0.2076;-0.4;-0.4;;;;;;;;;;;;
+0.208;-0.4;-0.4;;;;;;;;;;;;
+0.2084;-0.4;-0.4;;;;;;;;;;;;
+0.2088;-0.4;-0.373333333;;;;;;;;;;;;
+0.2092;-0.32;-0.346666667;;;;;;;;;;;;
+0.2096;-0.32;-0.32;;;;;;;;;;;;
+0.21;-0.32;-0.32;;;;;;;;;;;;
+0.2104;-0.32;-0.32;;;;;;;;;;;;
+0.2108;-0.32;-0.32;;;;;;;;;;;;
+0.2112;-0.32;-0.32;;;;;;;;;;;;
+0.2116;-0.32;-0.32;;;;;;;;;;;;
+0.212;-0.32;-0.346666667;;;;;;;;;;;;
+0.2124;-0.4;-0.346666667;;;;;;;;;;;;
+0.2128;-0.32;-0.346666667;;;;;;;;;;;;
+0.2132;-0.32;-0.32;;;;;;;;;;;;
+0.2136;-0.32;-0.32;;;;;;;;;;;;
+0.214;-0.32;-0.32;;;;;;;;;;;;
+0.2144;-0.32;-0.32;;;;;;;;;;;;
+0.2148;-0.32;-0.32;;;;;;;;;;;;
+0.2152;-0.32;-0.32;;;;;;;;;;;;
+0.2156;-0.32;-0.32;;;;;;;;;;;;
+0.216;-0.32;-0.32;;;;;;;;;;;;
+0.2164;-0.32;-0.32;;;;;;;;;;;;
+0.2168;-0.32;-0.32;;;;;;;;;;;;
+0.2172;-0.32;-0.32;;;;;;;;;;;;
+0.2176;-0.32;-0.32;;;;;;;;;;;;
+0.218;-0.32;-0.32;;;;;;;;;;;;
+0.2184;-0.32;-0.32;;;;;;;;;;;;
+0.2188;-0.32;-0.32;;;;;;;;;;;;
+0.2192;-0.32;-0.293333333;;;;;;;;;;;;
+0.2196;-0.24;-0.293333333;;;;;;;;;;;;
+0.22;-0.32;-0.293333333;;;;;;;;;;;;
+0.2204;-0.32;-0.293333333;;;;;;;;;;;;
+0.2208;-0.24;-0.266666667;;;;;;;;;;;;
+0.2212;-0.24;-0.24;;;;;;;;;;;;
+0.2216;-0.24;-0.24;;;;;;;;;;;;
+0.222;-0.24;-0.24;;;;;;;;;;;;
+0.2224;-0.24;-0.266666667;;;;;;;;;;;;
+0.2228;-0.32;-0.266666667;;;;;;;;;;;;
+0.2232;-0.24;-0.293333333;;;;;;;;;;;;
+0.2236;-0.32;-0.266666667;;;;;;;;;;;;
+0.224;-0.24;-0.266666667;;;;;;;;;;;;
+0.2244;-0.24;-0.213333333;;;;;;;;;;;;
+0.2248;-0.16;-0.186666667;;;;;;;;;;;;
+0.2252;-0.16;-0.186666667;;;;;;;;;;;;
+0.2256;-0.24;-0.186666667;;;;;;;;;;;;
+0.226;-0.16;-0.213333333;;;;;;;;;;;;
+0.2264;-0.24;-0.186666667;;;;;;;;;;;;
+0.2268;-0.16;-0.213333333;;;;;;;;;;;;
+0.2272;-0.24;-0.186666667;;;;;;;;;;;;
+0.2276;-0.16;-0.213333333;;;;;;;;;;;;
+0.228;-0.24;-0.213333333;;;;;;;;;;;;
+0.2284;-0.24;-0.213333333;;;;;;;;;;;;
+0.2288;-0.16;-0.213333333;;;;;;;;;;;;
+0.2292;-0.24;-0.213333333;;;;;;;;;;;;
+0.2296;-0.24;-0.24;;;;;;;;;;;;
+0.23;-0.24;-0.24;;;;;;;;;;;;
+0.2304;-0.24;-0.24;;;;;;;;;;;;
+0.2308;-0.24;-0.24;;;;;;;;;;;;
+0.2312;-0.24;-0.213333333;;;;;;;;;;;;
+0.2316;-0.16;-0.186666667;;;;;;;;;;;;
+0.232;-0.16;-0.16;;;;;;;;;;;;
+0.2324;-0.16;-0.16;;;;;;;;;;;;
+0.2328;-0.16;-0.133333333;;;;;;;;;;;;
+0.2332;-0.08;-0.133333333;;;;;;;;;;;;
+0.2336;-0.16;-0.133333333;;;;;;;;;;;;
+0.234;-0.16;-0.16;;;;;;;;;;;;
+0.2344;-0.16;-0.16;;;;;;;;;;;;
+0.2348;-0.16;-0.16;;;;;;;;;;;;
+0.2352;-0.16;-0.133333333;;;;;;;;;;;;
+0.2356;-0.08;-0.133333333;;;;;;;;;;;;
+0.236;-0.16;-0.106666667;;;;;;;;;;;;
+0.2364;-0.08;-0.133333333;;;;;;;;;;;;
+0.2368;-0.16;-0.133333333;;;;;;;;;;;;
+0.2372;-0.16;-0.16;;;;;;;;;;;;
+0.2376;-0.16;-0.16;;;;;;;;;;;;
+0.238;-0.16;-0.133333333;;;;;;;;;;;;
+0.2384;-0.08;-0.106666667;;;;;;;;;;;;
+0.2388;-0.08;-0.08;;;;;;;;;;;;
+0.2392;-0.08;-0.08;;;;;;;;;;;;
+0.2396;-0.08;-0.08;;;;;;;;;;;;
+0.24;-0.08;-0.08;;;;;;;;;;;;
+0.2404;-0.08;-0.08;;;;;;;;;;;;
+0.2408;-0.08;-0.08;;;;;;;;;;;;
+0.2412;-0.08;-0.08;;;;;;;;;;;;
+0.2416;-0.08;-0.08;;;;;;;;;;;;
+0.242;-0.08;-0.08;;;;;;;;;;;;
+0.2424;-0.08;-0.08;;;;;;;;;;;;
+0.2428;-0.08;-0.08;;;;;;;;;;;;
+0.2432;-0.08;-0.08;;;;;;;;;;;;
+0.2436;-0.08;-0.08;;;;;;;;;;;;
+0.244;-0.08;-0.08;;;;;;;;;;;;
+0.2444;-0.08;-0.106666667;;;;;;;;;;;;
+0.2448;-0.16;-0.08;;;;;;;;;;;;
+0.2452;0;-0.08;;;;;;;;;;;;
+0.2456;-0.08;-0.053333333;;;;;;;;;;;;
+0.246;-0.08;-0.08;;;;;;;;;;;;
+0.2464;-0.08;-0.08;;;;;;;;;;;;
+0.2468;-0.08;-0.08;;;;;;;;;;;;
+0.2472;-0.08;-0.08;;;;;;;;;;;;
+0.2476;-0.08;-0.08;;;;;;;;;;;;
+0.248;-0.08;-0.106666667;;;;;;;;;;;;
+0.2484;-0.16;-0.106666667;;;;;;;;;;;;
+0.2488;-0.08;-0.106666667;;;;;;;;;;;;
+0.2492;-0.08;-0.08;;;;;;;;;;;;
+0.2496;-0.08;-0.08;;;;;;;;;;;;
+0.25;-0.08;-0.08;;;;;;;;;;;;
+0.2504;-0.08;-0.08;;;;;;;;;;;;
+0.2508;-0.08;-0.08;;;;;;;;;;;;
+0.2512;-0.08;-0.08;;;;;;;;;;;;
+0.2516;-0.08;-0.053333333;;;;;;;;;;;;
+0.252;0;-0.053333333;;;;;;;;;;;;
+0.2524;-0.08;-0.053333333;;;;;;;;;;;;
+0.2528;-0.08;-0.106666667;;;;;;;;;;;;
+0.2532;-0.16;-0.106666667;;;;;;;;;;;;
+0.2536;-0.08;-0.106666667;;;;;;;;;;;;
+0.254;-0.08;-0.08;;;;;;;;;;;;
+0.2544;-0.08;-0.08;;;;;;;;;;;;
+0.2548;-0.08;-0.106666667;;;;;;;;;;;;
+0.2552;-0.16;-0.106666667;;;;;;;;;;;;
+0.2556;-0.08;-0.106666667;;;;;;;;;;;;
+0.256;-0.08;-0.08;;;;;;;;;;;;
+0.2564;-0.08;-0.08;;;;;;;;;;;;
+0.2568;-0.08;-0.08;;;;;;;;;;;;
+0.2572;-0.08;-0.08;;;;;;;;;;;;
+0.2576;-0.08;-0.08;;;;;;;;;;;;
+0.258;-0.08;-0.08;;;;;;;;;;;;
+0.2584;-0.08;-0.08;;;;;;;;;;;;
+0.2588;-0.08;-0.08;;;;;;;;;;;;
+0.2592;-0.08;-0.053333333;;;;;;;;;;;;
+0.2596;0;-0.053333333;;;;;;;;;;;;
+0.26;-0.08;-0.08;;;;;;;;;;;;
+0.2604;-0.16;-0.106666667;;;;;;;;;;;;
+0.2608;-0.08;-0.106666667;;;;;;;;;;;;
+0.2612;-0.08;-0.08;;;;;;;;;;;;
+0.2616;-0.08;-0.08;;;;;;;;;;;;
+0.262;-0.08;-0.08;;;;;;;;;;;;
+0.2624;-0.08;-0.08;;;;;;;;;;;;
+0.2628;-0.08;-0.08;;;;;;;;;;;;
+0.2632;-0.08;-0.08;;;;;;;;;;;;
+0.2636;-0.08;-0.106666667;;;;;;;;;;;;
+0.264;-0.16;-0.106666667;;;;;;;;;;;;
+0.2644;-0.08;-0.133333333;;;;;;;;;;;;
+0.2648;-0.16;-0.106666667;;;;;;;;;;;;
+0.2652;-0.08;-0.106666667;;;;;;;;;;;;
+0.2656;-0.08;-0.106666667;;;;;;;;;;;;
+0.266;-0.16;-0.133333333;;;;;;;;;;;;
+0.2664;-0.16;-0.133333333;;;;;;;;;;;;
+0.2668;-0.08;-0.106666667;;;;;;;;;;;;
+0.2672;-0.08;-0.106666667;;;;;;;;;;;;
+0.2676;-0.16;-0.106666667;;;;;;;;;;;;
+0.268;-0.08;-0.133333333;;;;;;;;;;;;
+0.2684;-0.16;-0.133333333;;;;;;;;;;;;
+0.2688;-0.16;-0.16;;;;;;;;;;;;
+0.2692;-0.16;-0.133333333;;;;;;;;;;;;
+0.2696;-0.08;-0.133333333;;;;;;;;;;;;
+0.27;-0.16;-0.133333333;;;;;;;;;;;;
+0.2704;-0.16;-0.16;;;;;;;;;;;;
+0.2708;-0.16;-0.16;;;;;;;;;;;;
+0.2712;-0.16;-0.16;;;;;;;;;;;;
+0.2716;-0.16;-0.133333333;;;;;;;;;;;;
+0.272;-0.08;-0.106666667;;;;;;;;;;;;
+0.2724;-0.08;-0.106666667;;;;;;;;;;;;
+0.2728;-0.16;-0.133333333;;;;;;;;;;;;
+0.2732;-0.16;-0.16;;;;;;;;;;;;
+0.2736;-0.16;-0.133333333;;;;;;;;;;;;
+0.274;-0.08;-0.133333333;;;;;;;;;;;;
+0.2744;-0.16;-0.106666667;;;;;;;;;;;;
+0.2748;-0.08;-0.106666667;;;;;;;;;;;;
+0.2752;-0.08;-0.106666667;;;;;;;;;;;;
+0.2756;-0.16;-0.133333333;;;;;;;;;;;;
+0.276;-0.16;-0.16;;;;;;;;;;;;
+0.2764;-0.16;-0.16;;;;;;;;;;;;
+0.2768;-0.16;-0.16;;;;;;;;;;;;
+0.2772;-0.16;-0.133333333;;;;;;;;;;;;
+0.2776;-0.08;-0.106666667;;;;;;;;;;;;
+0.278;-0.08;-0.08;;;;;;;;;;;;
+0.2784;-0.08;-0.106666667;;;;;;;;;;;;
+0.2788;-0.16;-0.106666667;;;;;;;;;;;;
+0.2792;-0.08;-0.133333333;;;;;;;;;;;;
+0.2796;-0.16;-0.133333333;;;;;;;;;;;;
+0.28;-0.16;-0.16;;;;;;;;;;;;
+0.2804;-0.16;-0.133333333;;;;;;;;;;;;
+0.2808;-0.08;-0.133333333;;;;;;;;;;;;
+0.2812;-0.16;-0.133333333;;;;;;;;;;;;
+0.2816;-0.16;-0.16;;;;;;;;;;;;
+0.282;-0.16;-0.16;;;;;;;;;;;;
+0.2824;-0.16;-0.16;;;;;;;;;;;;
+0.2828;-0.16;-0.133333333;;;;;;;;;;;;
+0.2832;-0.08;-0.133333333;;;;;;;;;;;;
+0.2836;-0.16;-0.133333333;;;;;;;;;;;;
+0.284;-0.16;-0.16;;;;;;;;;;;;
+0.2844;-0.16;-0.133333333;;;;;;;;;;;;
+0.2848;-0.08;-0.133333333;;;;;;;;;;;;
+0.2852;-0.16;-0.133333333;;;;;;;;;;;;
+0.2856;-0.16;-0.16;;;;;;;;;;;;
+0.286;-0.16;-0.16;;;;;;;;;;;;
+0.2864;-0.16;-0.16;;;;;;;;;;;;
+0.2868;-0.16;-0.16;;;;;;;;;;;;
+0.2872;-0.16;-0.16;;;;;;;;;;;;
+0.2876;-0.16;-0.16;;;;;;;;;;;;
+0.288;-0.16;-0.133333333;;;;;;;;;;;;
+0.2884;-0.08;-0.133333333;;;;;;;;;;;;
+0.2888;-0.16;-0.133333333;;;;;;;;;;;;
+0.2892;-0.16;-0.16;;;;;;;;;;;;
+0.2896;-0.16;-0.16;;;;;;;;;;;;
+0.29;-0.16;-0.16;;;;;;;;;;;;
+0.2904;-0.16;-0.16;;;;;;;;;;;;
+0.2908;-0.16;-0.16;;;;;;;;;;;;
+0.2912;-0.16;-0.133333333;;;;;;;;;;;;
+0.2916;-0.08;-0.133333333;;;;;;;;;;;;
+0.292;-0.16;-0.133333333;;;;;;;;;;;;
+0.2924;-0.16;-0.16;;;;;;;;;;;;
+0.2928;-0.16;-0.16;;;;;;;;;;;;
+0.2932;-0.16;-0.133333333;;;;;;;;;;;;
+0.2936;-0.08;-0.133333333;;;;;;;;;;;;
+0.294;-0.16;-0.106666667;;;;;;;;;;;;
+0.2944;-0.08;-0.133333333;;;;;;;;;;;;
+0.2948;-0.16;-0.133333333;;;;;;;;;;;;
+0.2952;-0.16;-0.133333333;;;;;;;;;;;;
+0.2956;-0.08;-0.133333333;;;;;;;;;;;;
+0.296;-0.16;-0.133333333;;;;;;;;;;;;
+0.2964;-0.16;-0.16;;;;;;;;;;;;
+0.2968;-0.16;-0.16;;;;;;;;;;;;
+0.2972;-0.16;-0.133333333;;;;;;;;;;;;
+0.2976;-0.08;-0.133333333;;;;;;;;;;;;
+0.298;-0.16;-0.133333333;;;;;;;;;;;;
+0.2984;-0.16;-0.16;;;;;;;;;;;;
+0.2988;-0.16;-0.16;;;;;;;;;;;;
+0.2992;-0.16;-0.16;;;;;;;;;;;;
+0.2996;-0.16;-0.133333333;;;;;;;;;;;;
+0.3;-0.08;-0.133333333;;;;;;;;;;;;
+0.3004;-0.16;-0.133333333;;;;;;;;;;;;
+0.3008;-0.16;-0.133333333;;;;;;;;;;;;
+0.3012;-0.08;-0.133333333;;;;;;;;;;;;
+0.3016;-0.16;-0.133333333;;;;;;;;;;;;
+0.302;-0.16;-0.16;;;;;;;;;;;;
+0.3024;-0.16;-0.16;;;;;;;;;;;;
+0.3028;-0.16;-0.16;;;;;;;;;;;;
+0.3032;-0.16;-0.16;;;;;;;;;;;;
+0.3036;-0.16;-0.16;;;;;;;;;;;;
+0.304;-0.16;-0.16;;;;;;;;;;;;
+0.3044;-0.16;-0.16;;;;;;;;;;;;
+0.3048;-0.16;-0.16;;;;;;;;;;;;
+0.3052;-0.16;-0.16;;;;;;;;;;;;
+0.3056;-0.16;-0.16;;;;;;;;;;;;
+0.306;-0.16;-0.16;;;;;;;;;;;;
+0.3064;-0.16;-0.16;;;;;;;;;;;;
+0.3068;-0.16;-0.16;;;;;;;;;;;;
+0.3072;-0.16;-0.16;;;;;;;;;;;;
+0.3076;-0.16;-0.133333333;;;;;;;;;;;;
+0.308;-0.08;-0.133333333;;;;;;;;;;;;
+0.3084;-0.16;-0.133333333;;;;;;;;;;;;
+0.3088;-0.16;-0.16;;;;;;;;;;;;
+0.3092;-0.16;-0.133333333;;;;;;;;;;;;
+0.3096;-0.08;-0.133333333;;;;;;;;;;;;
+0.31;-0.16;-0.133333333;;;;;;;;;;;;
+0.3104;-0.16;-0.16;;;;;;;;;;;;
+0.3108;-0.16;-0.16;;;;;;;;;;;;
+0.3112;-0.16;-0.16;;;;;;;;;;;;
+0.3116;-0.16;-0.16;;;;;;;;;;;;
+0.312;-0.16;-0.16;;;;;;;;;;;;
+0.3124;-0.16;-0.16;;;;;;;;;;;;
+0.3128;-0.16;-0.16;;;;;;;;;;;;
+0.3132;-0.16;-0.133333333;;;;;;;;;;;;
+0.3136;-0.08;-0.133333333;;;;;;;;;;;;
+0.314;-0.16;-0.133333333;;;;;;;;;;;;
+0.3144;-0.16;-0.16;;;;;;;;;;;;
+0.3148;-0.16;-0.16;;;;;;;;;;;;
+0.3152;-0.16;-0.16;;;;;;;;;;;;
+0.3156;-0.16;-0.16;;;;;;;;;;;;
+0.316;-0.16;-0.16;;;;;;;;;;;;
+0.3164;-0.16;-0.16;;;;;;;;;;;;
+0.3168;-0.16;-0.16;;;;;;;;;;;;
+0.3172;-0.16;-0.16;;;;;;;;;;;;
+0.3176;-0.16;-0.16;;;;;;;;;;;;
+0.318;-0.16;-0.16;;;;;;;;;;;;
+0.3184;-0.16;-0.16;;;;;;;;;;;;
+0.3188;-0.16;-0.133333333;;;;;;;;;;;;
+0.3192;-0.08;-0.106666667;;;;;;;;;;;;
+0.3196;-0.08;-0.106666667;;;;;;;;;;;;
+0.32;-0.16;-0.133333333;;;;;;;;;;;;
+0.3204;-0.16;-0.16;;;;;;;;;;;;
+0.3208;-0.16;-0.133333333;;;;;;;;;;;;
+0.3212;-0.08;-0.106666667;;;;;;;;;;;;
+0.3216;-0.08;-0.106666667;;;;;;;;;;;;
+0.322;-0.16;-0.133333333;;;;;;;;;;;;
+0.3224;-0.16;-0.16;;;;;;;;;;;;
+0.3228;-0.16;-0.16;;;;;;;;;;;;
+0.3232;-0.16;-0.16;;;;;;;;;;;;
+0.3236;-0.16;-0.16;;;;;;;;;;;;
+0.324;-0.16;-0.16;;;;;;;;;;;;
+0.3244;-0.16;-0.16;;;;;;;;;;;;
+0.3248;-0.16;-0.16;;;;;;;;;;;;
+0.3252;-0.16;-0.16;;;;;;;;;;;;
+0.3256;-0.16;-0.16;;;;;;;;;;;;
+0.326;-0.16;-0.16;;;;;;;;;;;;
+0.3264;-0.16;-0.16;;;;;;;;;;;;
+0.3268;-0.16;-0.133333333;;;;;;;;;;;;
+0.3272;-0.08;-0.133333333;;;;;;;;;;;;
+0.3276;-0.16;-0.133333333;;;;;;;;;;;;
+0.328;-0.16;-0.16;;;;;;;;;;;;
+0.3284;-0.16;-0.16;;;;;;;;;;;;
+0.3288;-0.16;-0.133333333;;;;;;;;;;;;
+0.3292;-0.08;-0.133333333;;;;;;;;;;;;
+0.3296;-0.16;-0.133333333;;;;;;;;;;;;
+0.33;-0.16;-0.16;;;;;;;;;;;;
+0.3304;-0.16;-0.16;;;;;;;;;;;;
+0.3308;-0.16;-0.16;;;;;;;;;;;;
+0.3312;-0.16;-0.16;;;;;;;;;;;;
+0.3316;-0.16;-0.16;;;;;;;;;;;;
+0.332;-0.16;-0.16;;;;;;;;;;;;
+0.3324;-0.16;-0.16;;;;;;;;;;;;
+0.3328;-0.16;-0.16;;;;;;;;;;;;
+0.3332;-0.16;-0.133333333;;;;;;;;;;;;
+0.3336;-0.08;-0.106666667;;;;;;;;;;;;
+0.334;-0.08;-0.106666667;;;;;;;;;;;;
+0.3344;-0.16;-0.133333333;;;;;;;;;;;;
+0.3348;-0.16;-0.133333333;;;;;;;;;;;;
+0.3352;-0.08;-0.133333333;;;;;;;;;;;;
+0.3356;-0.16;-0.106666667;;;;;;;;;;;;
+0.336;-0.08;-0.133333333;;;;;;;;;;;;
+0.3364;-0.16;-0.106666667;;;;;;;;;;;;
+0.3368;-0.08;-0.133333333;;;;;;;;;;;;
+0.3372;-0.16;-0.133333333;;;;;;;;;;;;
+0.3376;-0.16;-0.133333333;;;;;;;;;;;;
+0.338;-0.08;-0.106666667;;;;;;;;;;;;
+0.3384;-0.08;-0.106666667;;;;;;;;;;;;
+0.3388;-0.16;-0.106666667;;;;;;;;;;;;
+0.3392;-0.08;-0.106666667;;;;;;;;;;;;
+0.3396;-0.08;-0.08;;;;;;;;;;;;
+0.34;-0.08;-0.106666667;;;;;;;;;;;;
+0.3404;-0.16;-0.133333333;;;;;;;;;;;;
+0.3408;-0.16;-0.133333333;;;;;;;;;;;;
+0.3412;-0.08;-0.133333333;;;;;;;;;;;;
+0.3416;-0.16;-0.133333333;;;;;;;;;;;;
+0.342;-0.16;-0.16;;;;;;;;;;;;
+0.3424;-0.16;-0.133333333;;;;;;;;;;;;
+0.3428;-0.08;-0.106666667;;;;;;;;;;;;
+0.3432;-0.08;-0.08;;;;;;;;;;;;
+0.3436;-0.08;-0.106666667;;;;;;;;;;;;
+0.344;-0.16;-0.106666667;;;;;;;;;;;;
+0.3444;-0.08;-0.106666667;;;;;;;;;;;;
+0.3448;-0.08;-0.08;;;;;;;;;;;;
+0.3452;-0.08;-0.106666667;;;;;;;;;;;;
+0.3456;-0.16;-0.106666667;;;;;;;;;;;;
+0.346;-0.08;-0.106666667;;;;;;;;;;;;
+0.3464;-0.08;-0.106666667;;;;;;;;;;;;
+0.3468;-0.16;-0.106666667;;;;;;;;;;;;
+0.3472;-0.08;-0.106666667;;;;;;;;;;;;
+0.3476;-0.08;-0.08;;;;;;;;;;;;
+0.348;-0.08;-0.08;;;;;;;;;;;;
+0.3484;-0.08;-0.08;;;;;;;;;;;;
+0.3488;-0.08;-0.053333333;;;;;;;;;;;;
+0.3492;0;-0.053333333;;;;;;;;;;;;
+0.3496;-0.08;-0.053333333;;;;;;;;;;;;
+0.35;-0.08;-0.08;;;;;;;;;;;;
+0.3504;-0.08;-0.08;;;;;;;;;;;;
+0.3508;-0.08;-0.106666667;;;;;;;;;;;;
+0.3512;-0.16;-0.106666667;;;;;;;;;;;;
+0.3516;-0.08;-0.106666667;;;;;;;;;;;;
+0.352;-0.08;-0.106666667;;;;;;;;;;;;
+0.3524;-0.16;-0.106666667;;;;;;;;;;;;
+0.3528;-0.08;-0.106666667;;;;;;;;;;;;
+0.3532;-0.08;-0.08;;;;;;;;;;;;
+0.3536;-0.08;-0.08;;;;;;;;;;;;
+0.354;-0.08;-0.08;;;;;;;;;;;;
+0.3544;-0.08;-0.08;;;;;;;;;;;;
+0.3548;-0.08;-0.08;;;;;;;;;;;;
+0.3552;-0.08;-0.08;;;;;;;;;;;;
+0.3556;-0.08;-0.053333333;;;;;;;;;;;;
+0.356;0;-0.053333333;;;;;;;;;;;;
+0.3564;-0.08;-0.053333333;;;;;;;;;;;;
+0.3568;-0.08;-0.08;;;;;;;;;;;;
+0.3572;-0.08;-0.08;;;;;;;;;;;;
+0.3576;-0.08;-0.08;;;;;;;;;;;;
+0.358;-0.08;-0.08;;;;;;;;;;;;
+0.3584;-0.08;-0.08;;;;;;;;;;;;
+0.3588;-0.08;-0.08;;;;;;;;;;;;
+0.3592;-0.08;-0.053333333;;;;;;;;;;;;
+0.3596;0;-0.053333333;;;;;;;;;;;;
+0.36;-0.08;-0.053333333;;;;;;;;;;;;
+0.3604;-0.08;-0.08;;;;;;;;;;;;
+0.3608;-0.08;-0.053333333;;;;;;;;;;;;
+0.3612;0;0;;;;;;;;;;;;
+0.3616;0;0;;;;;;;;;;;;
+0.362;0;0;;;;;;;;;;;;
+0.3624;-0.08;-0.053333333;;;;;;;;;;;;
+0.3628;-0.08;-0.053333333;;;;;;;;;;;;
+0.3632;0;-0.053333333;;;;;;;;;;;;
+0.3636;-0.08;-0.053333333;;;;;;;;;;;;
+0.364;-0.08;-0.08;;;;;;;;;;;;
+0.3644;-0.08;-0.053333333;;;;;;;;;;;;
+0.3648;0;0;;;;;;;;;;;;
+0.3652;0;0;;;;;;;;;;;;
+0.3656;0;0;;;;;;;;;;;;
+0.366;0;0;;;;;;;;;;;;
+0.3664;0;0;;;;;;;;;;;;
+0.3668;0;0;;;;;;;;;;;;
+0.3672;-0.08;-0.053333333;;;;;;;;;;;;
+0.3676;-0.08;-0.053333333;;;;;;;;;;;;
+0.368;0;0;;;;;;;;;;;;
+0.3684;0;0;;;;;;;;;;;;
+0.3688;-0.08;0;;;;;;;;;;;;
+0.3692;0;0;;;;;;;;;;;;
+0.3696;0;0;;;;;;;;;;;;
+0.37;0;0;;;;;;;;;;;;
+0.3704;0;0;;;;;;;;;;;;
+0.3708;0;0;;;;;;;;;;;;
+0.3712;0;0;;;;;;;;;;;;
+0.3716;0;0;;;;;;;;;;;;
+0.372;0;0;;;;;;;;;;;;
+0.3724;0;0;;;;;;;;;;;;
+0.3728;-0.08;-0.053333333;;;;;;;;;;;;
+0.3732;-0.08;-0.053333333;;;;;;;;;;;;
+0.3736;0;0;;;;;;;;;;;;
+0.374;0;0;;;;;;;;;;;;
+0.3744;0;0;;;;;;;;;;;;
+0.3748;-0.08;-0.053333333;;;;;;;;;;;;
+0.3752;-0.08;0;;;;;;;;;;;;
+0.3756;0.08;0;;;;;;;;;;;;
+0.376;0;0;;;;;;;;;;;;
+0.3764;0;0;;;;;;;;;;;;
+0.3768;-0.08;-0.053333333;;;;;;;;;;;;
+0.3772;-0.08;-0.053333333;;;;;;;;;;;;
+0.3776;0;0;;;;;;;;;;;;
+0.378;0;0;;;;;;;;;;;;
+0.3784;0;0;;;;;;;;;;;;
+0.3788;0;0;;;;;;;;;;;;
+0.3792;0;0;;;;;;;;;;;;
+0.3796;0;0;;;;;;;;;;;;
+0.38;0;0;;;;;;;;;;;;
+0.3804;0;0;;;;;;;;;;;;
+0.3808;0;0;;;;;;;;;;;;
+0.3812;0;0;;;;;;;;;;;;
+0.3816;0;0;;;;;;;;;;;;
+0.382;0;0;;;;;;;;;;;;
+0.3824;0;0;;;;;;;;;;;;
+0.3828;0;0;;;;;;;;;;;;
+0.3832;0;0;;;;;;;;;;;;
+0.3836;0;0;;;;;;;;;;;;
+0.384;-0.08;0;;;;;;;;;;;;
+0.3844;0;-0.053333333;;;;;;;;;;;;
+0.3848;-0.08;0;;;;;;;;;;;;
+0.3852;0;-0.053333333;;;;;;;;;;;;
+0.3856;-0.08;0;;;;;;;;;;;;
+0.386;0;0;;;;;;;;;;;;
+0.3864;0;0;;;;;;;;;;;;
+0.3868;0;0;;;;;;;;;;;;
+0.3872;0;0;;;;;;;;;;;;
+0.3876;0;0;;;;;;;;;;;;
+0.388;0;0;;;;;;;;;;;;
+0.3884;0;0;;;;;;;;;;;;
+0.3888;0;0;;;;;;;;;;;;
+0.3892;0;0;;;;;;;;;;;;
+0.3896;0;0;;;;;;;;;;;;
+0.39;-0.08;0;;;;;;;;;;;;
+0.3904;0.08;0;;;;;;;;;;;;
+0.3908;-0.08;0;;;;;;;;;;;;
+0.3912;0;0;;;;;;;;;;;;
+0.3916;0;0;;;;;;;;;;;;
+0.392;0;0;;;;;;;;;;;;
+0.3924;0;0;;;;;;;;;;;;
+0.3928;0;0;;;;;;;;;;;;
+0.3932;0.08;0;;;;;;;;;;;;
+0.3936;0;0;;;;;;;;;;;;
+0.394;0;0;;;;;;;;;;;;
+0.3944;0;0;;;;;;;;;;;;
+0.3948;-0.08;0;;;;;;;;;;;;
+0.3952;0;0;;;;;;;;;;;;
+0.3956;0;0;;;;;;;;;;;;
+0.396;0;0;;;;;;;;;;;;
+0.3964;0;0;;;;;;;;;;;;
+0.3968;0;0;;;;;;;;;;;;
+0.3972;0;0;;;;;;;;;;;;
+0.3976;0;0;;;;;;;;;;;;
+0.398;0.08;0;;;;;;;;;;;;
+0.3984;-0.08;0;;;;;;;;;;;;
+0.3988;0;0;;;;;;;;;;;;
+0.3992;0;0;;;;;;;;;;;;
+0.3996;0;0;;;;;;;;;;;;
+0.4;-0.08;0;;;;;;;;;;;;
+0.4004;0;0;;;;;;;;;;;;
+0.4008;0;0;;;;;;;;;;;;
+0.4012;0.08;0;;;;;;;;;;;;
+0.4016;0;0;;;;;;;;;;;;
+0.402;0;0;;;;;;;;;;;;
+0.4024;0;0;;;;;;;;;;;;
+0.4028;0;0;;;;;;;;;;;;
+0.4032;-0.08;0;;;;;;;;;;;;
+0.4036;0;0;;;;;;;;;;;;
+0.404;0.08;0;;;;;;;;;;;;
+0.4044;0;0;;;;;;;;;;;;
+0.4048;0;0;;;;;;;;;;;;
+0.4052;0;0;;;;;;;;;;;;
+0.4056;0;0;;;;;;;;;;;;
+0.406;0;0;;;;;;;;;;;;
+0.4064;0;0;;;;;;;;;;;;
+0.4068;0;0;;;;;;;;;;;;
+0.4072;0;0;;;;;;;;;;;;
+0.4076;0;0;;;;;;;;;;;;
+0.408;0;0;;;;;;;;;;;;
+0.4084;0;0;;;;;;;;;;;;
+0.4088;0;0;;;;;;;;;;;;
+0.4092;0;0;;;;;;;;;;;;
+0.4096;0;0;;;;;;;;;;;;
+0.41;0.08;0.053333333;;;;;;;;;;;;
+0.4104;0.08;0.08;;;;;;;;;;;;
+0.4108;0.08;0.053333333;;;;;;;;;;;;
+0.4112;0;0;;;;;;;;;;;;
+0.4116;0;0;;;;;;;;;;;;
+0.412;0;0;;;;;;;;;;;;
+0.4124;0;0;;;;;;;;;;;;
+0.4128;0.08;0;;;;;;;;;;;;
+0.4132;-0.08;0;;;;;;;;;;;;
+0.4136;0.08;0;;;;;;;;;;;;
+0.414;0;0.053333333;;;;;;;;;;;;
+0.4144;0.08;0;;;;;;;;;;;;
+0.4148;0;0;;;;;;;;;;;;
+0.4152;0;0;;;;;;;;;;;;
+0.4156;0;0;;;;;;;;;;;;
+0.416;0;0;;;;;;;;;;;;
+0.4164;0;0;;;;;;;;;;;;
+0.4168;0;0;;;;;;;;;;;;
+0.4172;0;0;;;;;;;;;;;;
+0.4176;0;0;;;;;;;;;;;;
+0.418;0.08;0;;;;;;;;;;;;
+0.4184;0;0;;;;;;;;;;;;
+0.4188;0;0;;;;;;;;;;;;
+0.4192;0.08;0.053333333;;;;;;;;;;;;
+0.4196;0.08;0.053333333;;;;;;;;;;;;
+0.42;0;0;;;;;;;;;;;;
+0.4204;0;0;;;;;;;;;;;;
+0.4208;0;0;;;;;;;;;;;;
+0.4212;0;0;;;;;;;;;;;;
+0.4216;0;0;;;;;;;;;;;;
+0.422;0;0;;;;;;;;;;;;
+0.4224;0;0;;;;;;;;;;;;
+0.4228;0;0;;;;;;;;;;;;
+0.4232;0;0;;;;;;;;;;;;
+0.4236;0;0;;;;;;;;;;;;
+0.424;0;0;;;;;;;;;;;;
+0.4244;0;0;;;;;;;;;;;;
+0.4248;0;0;;;;;;;;;;;;
+0.4252;0;0;;;;;;;;;;;;
+0.4256;0;0;;;;;;;;;;;;
+0.426;0;0;;;;;;;;;;;;
+0.4264;0;0;;;;;;;;;;;;
+0.4268;0;0;;;;;;;;;;;;
+0.4272;0;0;;;;;;;;;;;;
+0.4276;0;0;;;;;;;;;;;;
+0.428;0;0;;;;;;;;;;;;
+0.4284;0;0;;;;;;;;;;;;
+0.4288;0.08;0;;;;;;;;;;;;
+0.4292;0;0;;;;;;;;;;;;
+0.4296;0;0;;;;;;;;;;;;
+0.43;0.08;0.053333333;;;;;;;;;;;;
+0.4304;0.08;0.053333333;;;;;;;;;;;;
+0.4308;0;0;;;;;;;;;;;;
+0.4312;0;0;;;;;;;;;;;;
+0.4316;0;0;;;;;;;;;;;;
+0.432;-0.08;0;;;;;;;;;;;;
+0.4324;0;0;;;;;;;;;;;;
+0.4328;0;0;;;;;;;;;;;;
+0.4332;-0.08;0;;;;;;;;;;;;
+0.4336;0;0;;;;;;;;;;;;
+0.434;0;0;;;;;;;;;;;;
+0.4344;0;0;;;;;;;;;;;;
+0.4348;0;0;;;;;;;;;;;;
+0.4352;0;0;;;;;;;;;;;;
+0.4356;0;0;;;;;;;;;;;;
+0.436;-0.08;0;;;;;;;;;;;;
+0.4364;0;-0.053333333;;;;;;;;;;;;
+0.4368;-0.08;0;;;;;;;;;;;;
+0.4372;0;0;;;;;;;;;;;;
+0.4376;0.08;0;;;;;;;;;;;;
+0.438;0;0.053333333;;;;;;;;;;;;
+0.4384;0.08;0.053333333;;;;;;;;;;;;
+0.4388;0.08;0.053333333;;;;;;;;;;;;
+0.4392;0;0;;;;;;;;;;;;
+0.4396;0;0;;;;;;;;;;;;
+0.44;0.08;0;;;;;;;;;;;;
+0.4404;0;0;;;;;;;;;;;;
+0.4408;0;0;;;;;;;;;;;;
+0.4412;0;0;;;;;;;;;;;;
+0.4416;0;0;;;;;;;;;;;;
+0.442;0;0;;;;;;;;;;;;
+0.4424;0;0;;;;;;;;;;;;
+0.4428;0;0;;;;;;;;;;;;
+0.4432;0;0;;;;;;;;;;;;
+0.4436;0;0;;;;;;;;;;;;
+0.444;0;0;;;;;;;;;;;;
+0.4444;0;0;;;;;;;;;;;;
+0.4448;0;0;;;;;;;;;;;;
+0.4452;0;0;;;;;;;;;;;;
+0.4456;0;0;;;;;;;;;;;;
+0.446;0.08;0;;;;;;;;;;;;
+0.4464;0;0;;;;;;;;;;;;
+0.4468;0;0;;;;;;;;;;;;
+0.4472;0;0;;;;;;;;;;;;
+0.4476;0;0;;;;;;;;;;;;
+0.448;-0.08;0;;;;;;;;;;;;
+0.4484;0;0;;;;;;;;;;;;
+0.4488;0;0;;;;;;;;;;;;
+0.4492;0;0;;;;;;;;;;;;
+0.4496;0;0;;;;;;;;;;;;
+0.45;0;0;;;;;;;;;;;;
+0.4504;0;0;;;;;;;;;;;;
+0.4508;0;0;;;;;;;;;;;;
+0.4512;-0.08;-0.053333333;;;;;;;;;;;;
+0.4516;-0.08;-0.053333333;;;;;;;;;;;;
+0.452;0;0;;;;;;;;;;;;
+0.4524;0;0;;;;;;;;;;;;
+0.4528;0;0;;;;;;;;;;;;
+0.4532;0;0;;;;;;;;;;;;
+0.4536;-0.08;0;;;;;;;;;;;;
+0.454;0;0;;;;;;;;;;;;
+0.4544;0;0;;;;;;;;;;;;
+0.4548;0;0;;;;;;;;;;;;
+0.4552;0;0;;;;;;;;;;;;
+0.4556;0.08;0;;;;;;;;;;;;
+0.456;-0.08;0;;;;;;;;;;;;
+0.4564;0.08;0;;;;;;;;;;;;
+0.4568;0;0;;;;;;;;;;;;
+0.4572;0;0;;;;;;;;;;;;
+0.4576;0;0;;;;;;;;;;;;
+0.458;0;0;;;;;;;;;;;;
+0.4584;0;0;;;;;;;;;;;;
+0.4588;0;0;;;;;;;;;;;;
+0.4592;0;0;;;;;;;;;;;;
+0.4596;0;0;;;;;;;;;;;;
+0.46;0;0;;;;;;;;;;;;
+0.4604;0;0;;;;;;;;;;;;
+0.4608;0;0;;;;;;;;;;;;
+0.4612;0;0;;;;;;;;;;;;
+0.4616;0;0;;;;;;;;;;;;
+0.462;0;0;;;;;;;;;;;;
+0.4624;0;0;;;;;;;;;;;;
+0.4628;0;0;;;;;;;;;;;;
+0.4632;0;0;;;;;;;;;;;;
+0.4636;0;0;;;;;;;;;;;;
+0.464;0;0;;;;;;;;;;;;
+0.4644;0;0;;;;;;;;;;;;
+0.4648;0;0;;;;;;;;;;;;
+0.4652;0;0;;;;;;;;;;;;
+0.4656;0.08;0.053333333;;;;;;;;;;;;
+0.466;0.08;0.053333333;;;;;;;;;;;;
+0.4664;0;0;;;;;;;;;;;;
+0.4668;0;0;;;;;;;;;;;;
+0.4672;0;0;;;;;;;;;;;;
+0.4676;0;0;;;;;;;;;;;;
+0.468;0;0;;;;;;;;;;;;
+0.4684;0.08;0;;;;;;;;;;;;
+0.4688;0;0;;;;;;;;;;;;
+0.4692;0;0;;;;;;;;;;;;
+0.4696;0;0;;;;;;;;;;;;
+0.47;0;0;;;;;;;;;;;;
+0.4704;0;0;;;;;;;;;;;;
+0.4708;0;0;;;;;;;;;;;;
+0.4712;0;0;;;;;;;;;;;;
+0.4716;0;0;;;;;;;;;;;;
+0.472;0;0;;;;;;;;;;;;
+0.4724;0;0;;;;;;;;;;;;
+0.4728;0.08;0;;;;;;;;;;;;
+0.4732;0;0;;;;;;;;;;;;
+0.4736;0;0;;;;;;;;;;;;
+0.474;0;0;;;;;;;;;;;;
+0.4744;0;0;;;;;;;;;;;;
+0.4748;0;0;;;;;;;;;;;;
+0.4752;0;0;;;;;;;;;;;;
+0.4756;0;0;;;;;;;;;;;;
+0.476;-0.08;0;;;;;;;;;;;;
+0.4764;0;0;;;;;;;;;;;;
+0.4768;0;0;;;;;;;;;;;;
+0.4772;0;0;;;;;;;;;;;;
+0.4776;0;0;;;;;;;;;;;;
+0.478;0;0;;;;;;;;;;;;
+0.4784;0;0;;;;;;;;;;;;
+0.4788;0;0;;;;;;;;;;;;
+0.4792;0.08;0;;;;;;;;;;;;
+0.4796;0;0;;;;;;;;;;;;
+0.48;0;0;;;;;;;;;;;;
+0.4804;0.08;0;;;;;;;;;;;;
+0.4808;0;0;;;;;;;;;;;;
+0.4812;-0.08;0;;;;;;;;;;;;
+0.4816;0;0;;;;;;;;;;;;
+0.482;0;0;;;;;;;;;;;;
+0.4824;0;0;;;;;;;;;;;;
+0.4828;0;0;;;;;;;;;;;;
+0.4832;0;0;;;;;;;;;;;;
+0.4836;0;0;;;;;;;;;;;;
+0.484;0;0;;;;;;;;;;;;
+0.4844;0;0;;;;;;;;;;;;
+0.4848;0;0;;;;;;;;;;;;
+0.4852;0;0;;;;;;;;;;;;
+0.4856;0.08;0;;;;;;;;;;;;
+0.486;0;0.053333333;;;;;;;;;;;;
+0.4864;0.08;0;;;;;;;;;;;;
+0.4868;0;0;;;;;;;;;;;;
+0.4872;0;0;;;;;;;;;;;;
+0.4876;0;0;;;;;;;;;;;;
+0.488;0;0;;;;;;;;;;;;
+0.4884;0;0;;;;;;;;;;;;
+0.4888;0.08;0.053333333;;;;;;;;;;;;
+0.4892;0.08;0.053333333;;;;;;;;;;;;
+0.4896;0;0;;;;;;;;;;;;
+0.49;0;0;;;;;;;;;;;;
+0.4904;-0.08;0;;;;;;;;;;;;
+0.4908;0;0;;;;;;;;;;;;
+0.4912;0;0;;;;;;;;;;;;
+0.4916;-0.08;0;;;;;;;;;;;;
+0.492;0.08;0;;;;;;;;;;;;
+0.4924;0;0;;;;;;;;;;;;
+0.4928;0;0;;;;;;;;;;;;
+0.4932;0;0;;;;;;;;;;;;
+0.4936;0.08;0;;;;;;;;;;;;
+0.494;0;0;;;;;;;;;;;;
+0.4944;0;0;;;;;;;;;;;;
+0.4948;0;0;;;;;;;;;;;;
+0.4952;0;0;;;;;;;;;;;;
+0.4956;0;0;;;;;;;;;;;;
+0.496;0;0;;;;;;;;;;;;
+0.4964;0;0;;;;;;;;;;;;
+0.4968;0;0;;;;;;;;;;;;
+0.4972;0;0;;;;;;;;;;;;
+0.4976;0;0;;;;;;;;;;;;
+0.498;0.08;0;;;;;;;;;;;;
+0.4984;0;0;;;;;;;;;;;;
+0.4988;0;0;;;;;;;;;;;;
+0.4992;0;0;;;;;;;;;;;;
+0.4996;0;0;;;;;;;;;;;;
+0.5;-0.08;0;;;;;;;;;;;;
+0.5004;0;0;;;;;;;;;;;;
+0.5008;0.08;0.053333333;;;;;;;;;;;;
+0.5012;0.08;0.08;;;;;;;;;;;;
+0.5016;0.08;0.08;;;;;;;;;;;;
diff --git a/doc/figures/reduced-circ.tikz b/doc/figures/reduced-circ.tikz
new file mode 100644
index 0000000..0373faa
--- /dev/null
+++ b/doc/figures/reduced-circ.tikz
@@ -0,0 +1,25 @@
+\begin{tikzpicture}[scale=1, every node/.style={transform shape}]
+ % piezo
+ \draw (0,0) node[rground] {}
+ to[piezoelectric, l=$X$] (0,2) to (2,2)
+ to[R, l=$R_x$, *-] (2,0) node[rground] {};
+
+ % diodes
+ \draw (2,2) to[R,l=$R$, -*] (5,2);
+ \draw (5,0) node[rground] {}
+ to[sDo, l_=$D_2$] (5,2)
+ to[sDo, l_=$D_1$] (5,4)
+ node[vcc] {$V_{cc}$};
+ \draw (5,2) to[short, -o] (6,2)
+ node[right] {$V_o$};
+
+ % opamp
+ \iffalse
+ \draw (9,2.5) node[op amp] (comp) {};
+ \draw (comp.-) to ++(0, 0.5) node[vcc] {$V_{ref}$};
+
+ \draw (comp.+) to[R, l=$R_A$] ($(comp.+) + (-2.5, 0)$) -| (5,2);
+ \draw (comp.+) |- (8,0) to[R, l=$R_F$] ++(2,0) -| (comp.out)
+ to[short, -o] ++(1,0) node[right] {$V_o$};
+ \fi
+\end{tikzpicture} \ No newline at end of file
diff --git a/doc/figures/texput.log b/doc/figures/texput.log
new file mode 100644
index 0000000..d8577d4
--- /dev/null
+++ b/doc/figures/texput.log
@@ -0,0 +1,21 @@
+This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/W32TeX) (preloaded format=xelatex 2017.12.21) 22 DEC 2017 12:06
+entering extended mode
+ \write18 enabled.
+ %&-line parsing enabled.
+**reduced-circ.tex
+
+! Emergency stop.
+<*> reduced-circ.tex
+
+*** (job aborted, file error in nonstop mode)
+
+
+Here is how much of TeX's memory you used:
+ 2 strings out of 493010
+ 22 string characters out of 6138023
+ 61747 words of memory out of 5000000
+ 4072 multiletter control sequences out of 15000+600000
+ 3640 words of font info for 14 fonts, out of 8000000 for 9000
+ 1348 hyphenation exceptions out of 8191
+ 0i,0n,0p,1b,6s stack positions out of 5000i,500n,10000p,200000b,80000s
+No pages of output.
diff --git a/doc/lista_componenti.ods b/doc/lista_componenti.ods
new file mode 100644
index 0000000..4ecfd6f
--- /dev/null
+++ b/doc/lista_componenti.ods
Binary files differ
diff --git a/doc/lista_componenti.pdf b/doc/lista_componenti.pdf
new file mode 100644
index 0000000..0636609
--- /dev/null
+++ b/doc/lista_componenti.pdf
Binary files differ
diff --git a/doc/xilofono.tex b/doc/xilofono.tex
new file mode 100644
index 0000000..a2b473e
--- /dev/null
+++ b/doc/xilofono.tex
@@ -0,0 +1,70 @@
+\documentclass[a4paper, 10pt, conference]{IEEEtran}
+
+% language / document
+\usepackage[italian]{babel}
+\usepackage{lmodern} % font
+\usepackage{anyfontsize}
+% figures
+\usepackage{float} % place figures
+\usepackage{pgfplots} % plts
+\usepackage[european]{circuitikz} % circuiti elettrici
+\usepackage{tikzscale} % scale tikz images
+
+
+\pgfplotsset{compat=1.15}
+
+\title{Xilofono MIDI}
+\author{Naoki Pross, \textit{SAM Bellinzona}}
+
+
+\begin{document}
+\maketitle
+
+%\begin{abstract}
+%\end{abstract}
+
+\section{Requisiti}
+Lo Xilofono digitale \`e un dispositivo in grado di rilevare le note suonate dall'utente per poi salvarle in un dispositivo esterno in formato MIDI.
+Esso \`e costruito utilizzando parti da uno Xilofono ``Sonor Tag 25'' modificato con dell'elettronica esterna.
+
+\section{Elemento piezoelettrico}
+Il sensore piezoelettrico quando colpito genera una tensione oscillante come mostrato nella figura \ref{fig:piezo-waveform}. La tensione generata dal piezo \`e pi\`u che sufficiente per entrare direttamente in un circuito digitale di misura CMOS; l'unica correzione necessaria \`e la parte negativa dell'oscillazione che deve essere smorzata.
+\begin{figure}[H] \centering
+\begin{tikzpicture}
+\begin{axis}[
+ ylabel={Tensione $u_x(t)$},
+ xlabel={Tempo $t$},
+ xmin=-0.05, xmax=0.4,
+ grid=major,
+ grid style=dotted
+]
+
+ \addplot [color=black, smooth, thick] table [
+ mark=none,
+ each nth point=2,
+ x=Time, y=Smooth,
+ col sep=semicolon
+ ] {data/piezo-waveform.csv};
+
+\end{axis}
+\end{tikzpicture}
+\caption{
+ Tensione sull'elemento piezolettrico quando viene colpito.
+ \label{fig:piezo-waveform}
+}
+\end{figure}
+
+\section{Circuito di misura}
+Per ogni listello della tastiera dello strumento \`e presente un circuito di misura composto da un elemento piezoelettrico, che rileva il colpo, ed un comparatore per digitalizzare il segnale per il microcontroller.
+\begin{figure}[H] \centering
+ \includegraphics[width=\linewidth]{figures/reduced-circ.tikz}
+\end{figure}
+
+\section{Microcontroller}
+Per gestire i segnali forniti dai circuiti di misura \`e presente un PIC18F44K22, che esporta le informazioni delle note suonate in formato MIDI via seriale.
+
+\section{Software}
+\subsection{Formato MIDI}
+
+
+\end{document} \ No newline at end of file
diff --git a/hw/Piezo.SchDoc b/hw/Piezo.SchDoc
new file mode 100644
index 0000000..0ea38e2
--- /dev/null
+++ b/hw/Piezo.SchDoc
Binary files differ
diff --git a/hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 14-35-48.LOG b/hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 14-35-48.LOG
new file mode 100644
index 0000000..6c21e62
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 14-35-48.LOG
@@ -0,0 +1,5 @@
+Change Component Designator: Old Designator=D? New Designator=D1
+Change Component Designator: Old Designator=D? New Designator=D2
+Change Component Designator: Old Designator=R? New Designator=R1
+Change Component Designator: Old Designator=R? New Designator=R2
+Change Component Designator: Old Designator=Y? New Designator=Y1
diff --git a/hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 15-38-59.LOG b/hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 15-38-59.LOG
new file mode 100644
index 0000000..6f070ad
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Piezo SCH ECO 08.01.2018 15-38-59.LOG
@@ -0,0 +1,5 @@
+Change Component Designator: Old Designator=D1 New Designator=D?
+Change Component Designator: Old Designator=D2 New Designator=D?
+Change Component Designator: Old Designator=R1 New Designator=R?
+Change Component Designator: Old Designator=R2 New Designator=R?
+Change Component Designator: Old Designator=Y1 New Designator=Y?
diff --git a/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-39-28.LOG b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-39-28.LOG
new file mode 100644
index 0000000..7c18a0a
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-39-28.LOG
@@ -0,0 +1,229 @@
+Added Component: Designator=D1_PZ1(SOT-23_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=D1_PZ2(SOT-23_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=D1_PZ3(SOT-23_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=D2_PZ1(SOT-23_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=D2_PZ2(SOT-23_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=D2_PZ3(SOT-23_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=R1_PZ1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1K"; VariantName = "[No Variations]"
+Added Component: Designator=R1_PZ2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1K"; VariantName = "[No Variations]"
+Added Component: Designator=R1_PZ3(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1K"; VariantName = "[No Variations]"
+Added Component: Designator=R2_PZ1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1K"; VariantName = "[No Variations]"
+Added Component: Designator=R2_PZ2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1K"; VariantName = "[No Variations]"
+Added Component: Designator=R2_PZ3(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1K"; VariantName = "[No Variations]"
+Added Component: Designator=U1(TQFP-PT44_N)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "Code_JEDEC"; Value = "MS-026"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Datasheet"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://ww1.microchip.com/downloads/en/DeviceDoc/41303F.pdf"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink2Description"; Value = "Packaging Specification"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink2URL"; Value = "http://www.microchip.com/stellent/groups/techpub_sg/documents/packagingspec/en012702.pdf"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink3Description"; Value = "Microchip.com Home"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink3URL"; Value = "http://www.microchip.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "revF, Sep-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "02-Dec-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Updated to datasheet revision F, Sep-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "44-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1mm Body, 2.00mm [TQFP]"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "TQFP-PT44"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "revBB, Aug-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "29-Jan-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier 1"; Value = "Digi-Key"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier 2"; Value = "Farnell"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier Part Number 1"; Value = "PIC18F44K20-E/PT-ND"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier Part Number 2"; Value = "1816011"; VariantName = "[No Variations]"
+Added Component: Designator=Y1_PZ1(R38)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=Y1_PZ2(R38)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=Y1_PZ3(R38)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Pin To Net: NetName=GND Pin=D2_PZ1-1
+Added Pin To Net: NetName=GND Pin=D2_PZ2-1
+Added Pin To Net: NetName=GND Pin=D2_PZ3-1
+Added Pin To Net: NetName=GND Pin=R2_PZ1-1
+Added Pin To Net: NetName=GND Pin=R2_PZ2-1
+Added Pin To Net: NetName=GND Pin=R2_PZ3-1
+Added Pin To Net: NetName=GND Pin=U1-6
+Added Pin To Net: NetName=GND Pin=U1-18
+Added Pin To Net: NetName=GND Pin=U1-29
+Added Pin To Net: NetName=GND Pin=Y1_PZ1-2
+Added Pin To Net: NetName=GND Pin=Y1_PZ2-2
+Added Pin To Net: NetName=GND Pin=Y1_PZ3-2
+Added Net: Name=GND
+Added Pin To Net: NetName=NetD1_PZ1_1 Pin=D1_PZ1-1
+Added Pin To Net: NetName=NetD1_PZ1_1 Pin=D2_PZ1-3
+Added Pin To Net: NetName=NetD1_PZ1_1 Pin=R1_PZ1-2
+Added Net: Name=NetD1_PZ1_1
+Added Pin To Net: NetName=NetD1_PZ2_1 Pin=D1_PZ2-1
+Added Pin To Net: NetName=NetD1_PZ2_1 Pin=D2_PZ2-3
+Added Pin To Net: NetName=NetD1_PZ2_1 Pin=R1_PZ2-2
+Added Net: Name=NetD1_PZ2_1
+Added Pin To Net: NetName=NetD1_PZ3_1 Pin=D1_PZ3-1
+Added Pin To Net: NetName=NetD1_PZ3_1 Pin=D2_PZ3-3
+Added Pin To Net: NetName=NetD1_PZ3_1 Pin=R1_PZ3-2
+Added Net: Name=NetD1_PZ3_1
+Added Pin To Net: NetName=NetR1_PZ1_1 Pin=R1_PZ1-1
+Added Pin To Net: NetName=NetR1_PZ1_1 Pin=R2_PZ1-2
+Added Pin To Net: NetName=NetR1_PZ1_1 Pin=Y1_PZ1-1
+Added Net: Name=NetR1_PZ1_1
+Added Pin To Net: NetName=NetR1_PZ2_1 Pin=R1_PZ2-1
+Added Pin To Net: NetName=NetR1_PZ2_1 Pin=R2_PZ2-2
+Added Pin To Net: NetName=NetR1_PZ2_1 Pin=Y1_PZ2-1
+Added Net: Name=NetR1_PZ2_1
+Added Pin To Net: NetName=NetR1_PZ3_1 Pin=R1_PZ3-1
+Added Pin To Net: NetName=NetR1_PZ3_1 Pin=R2_PZ3-2
+Added Pin To Net: NetName=NetR1_PZ3_1 Pin=Y1_PZ3-1
+Added Net: Name=NetR1_PZ3_1
+Added Pin To Net: NetName=VCC Pin=D1_PZ1-3
+Added Pin To Net: NetName=VCC Pin=D1_PZ2-3
+Added Pin To Net: NetName=VCC Pin=D1_PZ3-3
+Added Pin To Net: NetName=VCC Pin=U1-7
+Added Pin To Net: NetName=VCC Pin=U1-28
+Added Net: Name=VCC
+Added Class: Name=PZ1
+Added Class: Name=PZ2
+Added Class: Name=PZ3
+Added Class: Name=Xilofono
+Added Class: Name=Piezo
+Added Room: Name=PZ1
+Added Room: Name=PZ2
+Added Room: Name=PZ3
+Added Room: Name=Xilofono
diff --git a/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-43-24.LOG b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-43-24.LOG
new file mode 100644
index 0000000..77b3e86
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 14-43-24.LOG
@@ -0,0 +1,21 @@
+Change Component Designator: OldDesignator=D1_PZ1 NewDesignator=PZ1_D1
+Change Component Designator: OldDesignator=D1_PZ2 NewDesignator=PZ2_D1
+Change Component Designator: OldDesignator=D1_PZ3 NewDesignator=PZ3_D1
+Change Component Designator: OldDesignator=D2_PZ1 NewDesignator=PZ1_D2
+Change Component Designator: OldDesignator=D2_PZ2 NewDesignator=PZ2_D2
+Change Component Designator: OldDesignator=D2_PZ3 NewDesignator=PZ3_D2
+Change Component Designator: OldDesignator=R1_PZ1 NewDesignator=PZ1_R1
+Change Component Designator: OldDesignator=R1_PZ2 NewDesignator=PZ2_R1
+Change Component Designator: OldDesignator=R1_PZ3 NewDesignator=PZ3_R1
+Change Component Designator: OldDesignator=R2_PZ1 NewDesignator=PZ1_R2
+Change Component Designator: OldDesignator=R2_PZ2 NewDesignator=PZ2_R2
+Change Component Designator: OldDesignator=R2_PZ3 NewDesignator=PZ3_R2
+Change Component Designator: OldDesignator=Y1_PZ1 NewDesignator=PZ1_Y1
+Change Component Designator: OldDesignator=Y1_PZ2 NewDesignator=PZ2_Y1
+Change Component Designator: OldDesignator=Y1_PZ3 NewDesignator=PZ3_Y1
+Change Net Name : Old Net Name=NetD1_PZ1_1 New Net Name=NetPZ1_D1_1
+Change Net Name : Old Net Name=NetD1_PZ2_1 New Net Name=NetPZ2_D1_1
+Change Net Name : Old Net Name=NetD1_PZ3_1 New Net Name=NetPZ3_D1_1
+Change Net Name : Old Net Name=NetR1_PZ1_1 New Net Name=NetPZ1_R1_1
+Change Net Name : Old Net Name=NetR1_PZ2_1 New Net Name=NetPZ2_R1_1
+Change Net Name : Old Net Name=NetR1_PZ3_1 New Net Name=NetPZ3_R1_1
diff --git a/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-49-14.LOG b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-49-14.LOG
new file mode 100644
index 0000000..410ac67
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-49-14.LOG
@@ -0,0 +1,1646 @@
+Added Component: Designator=PZ1_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ1_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ1_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ1_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ1_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ2_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ2_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ2_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ2_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ2_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ3_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ3_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ3_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ3_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ3_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ4_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ4_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ4_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ4_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ4_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ5_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ5_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ5_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ5_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ5_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ6_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ6_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ6_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ6_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ6_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ7_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ7_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ7_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ7_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ7_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ8_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ8_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ8_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ8_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ8_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ9_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ9_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ9_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ9_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ9_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ10_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ10_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ10_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ10_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ10_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ11_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ11_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ11_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ11_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ11_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ12_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ12_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ12_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ12_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ12_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ13_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ13_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ13_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ13_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ13_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ14_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ14_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ14_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ14_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ14_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ15_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ15_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ15_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ15_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ15_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ16_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ16_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ16_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ16_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ16_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ17_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ17_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ17_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ17_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ17_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ18_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ18_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ18_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ18_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ18_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ19_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ19_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ19_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ19_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ19_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ20_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ20_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ20_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ20_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ20_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ21_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ21_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ21_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ21_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ21_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ22_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ22_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ22_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ22_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ22_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ23_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ23_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ23_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ23_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ23_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ24_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ24_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ24_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ24_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ24_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ25_D1(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ25_D2(DO-35)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Manufacturer Link"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://www.infineon.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "Oct-1999"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "29-May-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "IPC-7351 Footprint Added."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Note"; Value = "Pin 2 is not connected and not drawn."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "3-Pin SOT-23 Package 0.95 mm Pitch, 2.5 mm Lead Span"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "SOT-23"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "Sep-2001"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "21-Mar-2003"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=PZ25_R1(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "470K"; VariantName = "[No Variations]"
+Added Component: Designator=PZ25_R2(AXIAL-0.4)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Axial Device, Thru-Hole; 2 Leads; 0.4 in Pin Spacing"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "AXIAL-0.4"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Value"; Value = "1M"; VariantName = "[No Variations]"
+Added Component: Designator=PZ25_Y1(HDR1X2)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "17-Jul-2002"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Re-released for DXP Platform."; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "Crystal, Thru-Hole; 2 Leads; Body 3.1 x 8.2 mm (Dia.xH)"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "R38"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "8-Jun-2000"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Added Component: Designator=U1(PDIP600-P40)
+Add component. Clean all parameters for all variants
+Add component (AddParameter): Name = "ComponentLink1Description"; Value = "Datasheet"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink1URL"; Value = "http://ww1.microchip.com/downloads/en/DeviceDoc/41303F.pdf"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink2Description"; Value = "Packaging Specification"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink2URL"; Value = "http://www.microchip.com/stellent/groups/techpub_sg/documents/packagingspec/en012702.pdf"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink3Description"; Value = "Microchip.com Home"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "ComponentLink3URL"; Value = "http://www.microchip.com/"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "DatasheetVersion"; Value = "revF, Sep-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionDate"; Value = "02-Dec-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "LatestRevisionNote"; Value = "Updated to datasheet revision F, Sep-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageDescription"; Value = "40-Lead Plastic Dual In-Line (P) - 600 mil Body [PDIP]"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageReference"; Value = "PDIP600-P40"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "PackageVersion"; Value = "revBB, Aug-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Published"; Value = "29-Jan-2009"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Publisher"; Value = "Altium Limited"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier 1"; Value = "Digi-Key"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier 2"; Value = "Farnell"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier Part Number 1"; Value = "PIC18F44K20-I/P-ND"; VariantName = "[No Variations]"
+Add component (AddParameter): Name = "Supplier Part Number 2"; Value = "1439586"; VariantName = "[No Variations]"
+Added Pin To Net: NetName=NetPZ1_D1_1 Pin=PZ1_D1-1
+Added Pin To Net: NetName=GND Pin=PZ1_D2-1
+Added Pin To Net: NetName=NetPZ1_R1_1 Pin=PZ1_R1-1
+Added Pin To Net: NetName=NetPZ1_D1_1 Pin=PZ1_R1-2
+Added Pin To Net: NetName=GND Pin=PZ1_R2-1
+Added Pin To Net: NetName=NetPZ1_R1_1 Pin=PZ1_R2-2
+Added Pin To Net: NetName=NetPZ1_R1_1 Pin=PZ1_Y1-1
+Added Pin To Net: NetName=GND Pin=PZ1_Y1-2
+Added Pin To Net: NetName=NetPZ2_D1_1 Pin=PZ2_D1-1
+Added Pin To Net: NetName=GND Pin=PZ2_D2-1
+Added Pin To Net: NetName=NetPZ2_R1_1 Pin=PZ2_R1-1
+Added Pin To Net: NetName=NetPZ2_D1_1 Pin=PZ2_R1-2
+Added Pin To Net: NetName=GND Pin=PZ2_R2-1
+Added Pin To Net: NetName=NetPZ2_R1_1 Pin=PZ2_R2-2
+Added Pin To Net: NetName=NetPZ2_R1_1 Pin=PZ2_Y1-1
+Added Pin To Net: NetName=GND Pin=PZ2_Y1-2
+Added Pin To Net: NetName=NetPZ3_D1_1 Pin=PZ3_D1-1
+Added Pin To Net: NetName=GND Pin=PZ3_D2-1
+Added Pin To Net: NetName=NetPZ3_R1_1 Pin=PZ3_R1-1
+Added Pin To Net: NetName=NetPZ3_D1_1 Pin=PZ3_R1-2
+Added Pin To Net: NetName=GND Pin=PZ3_R2-1
+Added Pin To Net: NetName=NetPZ3_R1_1 Pin=PZ3_R2-2
+Added Pin To Net: NetName=NetPZ3_R1_1 Pin=PZ3_Y1-1
+Added Pin To Net: NetName=GND Pin=PZ3_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ4_D2-1
+Added Pin To Net: NetName=GND Pin=PZ4_R2-1
+Added Pin To Net: NetName=GND Pin=PZ4_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ5_D2-1
+Added Pin To Net: NetName=GND Pin=PZ5_R2-1
+Added Pin To Net: NetName=GND Pin=PZ5_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ6_D2-1
+Added Pin To Net: NetName=GND Pin=PZ6_R2-1
+Added Pin To Net: NetName=GND Pin=PZ6_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ7_D2-1
+Added Pin To Net: NetName=GND Pin=PZ7_R2-1
+Added Pin To Net: NetName=GND Pin=PZ7_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ8_D2-1
+Added Pin To Net: NetName=GND Pin=PZ8_R2-1
+Added Pin To Net: NetName=GND Pin=PZ8_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ9_D2-1
+Added Pin To Net: NetName=GND Pin=PZ9_R2-1
+Added Pin To Net: NetName=GND Pin=PZ9_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ10_D2-1
+Added Pin To Net: NetName=GND Pin=PZ10_R2-1
+Added Pin To Net: NetName=GND Pin=PZ10_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ11_D2-1
+Added Pin To Net: NetName=GND Pin=PZ11_R2-1
+Added Pin To Net: NetName=GND Pin=PZ11_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ12_D2-1
+Added Pin To Net: NetName=GND Pin=PZ12_R2-1
+Added Pin To Net: NetName=GND Pin=PZ12_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ13_D2-1
+Added Pin To Net: NetName=GND Pin=PZ13_R2-1
+Added Pin To Net: NetName=GND Pin=PZ13_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ14_D2-1
+Added Pin To Net: NetName=GND Pin=PZ14_R2-1
+Added Pin To Net: NetName=GND Pin=PZ14_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ15_D2-1
+Added Pin To Net: NetName=GND Pin=PZ15_R2-1
+Added Pin To Net: NetName=GND Pin=PZ15_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ16_D2-1
+Added Pin To Net: NetName=GND Pin=PZ16_R2-1
+Added Pin To Net: NetName=GND Pin=PZ16_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ17_D2-1
+Added Pin To Net: NetName=GND Pin=PZ17_R2-1
+Added Pin To Net: NetName=GND Pin=PZ17_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ18_D2-1
+Added Pin To Net: NetName=GND Pin=PZ18_R2-1
+Added Pin To Net: NetName=GND Pin=PZ18_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ19_D2-1
+Added Pin To Net: NetName=GND Pin=PZ19_R2-1
+Added Pin To Net: NetName=GND Pin=PZ19_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ20_D2-1
+Added Pin To Net: NetName=GND Pin=PZ20_R2-1
+Added Pin To Net: NetName=GND Pin=PZ20_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ21_D2-1
+Added Pin To Net: NetName=GND Pin=PZ21_R2-1
+Added Pin To Net: NetName=GND Pin=PZ21_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ22_D2-1
+Added Pin To Net: NetName=GND Pin=PZ22_R2-1
+Added Pin To Net: NetName=GND Pin=PZ22_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ23_D2-1
+Added Pin To Net: NetName=GND Pin=PZ23_R2-1
+Added Pin To Net: NetName=GND Pin=PZ23_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ24_D2-1
+Added Pin To Net: NetName=GND Pin=PZ24_R2-1
+Added Pin To Net: NetName=GND Pin=PZ24_Y1-2
+Added Pin To Net: NetName=GND Pin=PZ25_D2-1
+Added Pin To Net: NetName=GND Pin=PZ25_R2-1
+Added Pin To Net: NetName=GND Pin=PZ25_Y1-2
+Added Pin To Net: NetName=VCC Pin=U1-1
+Added Pin To Net: NetName=NetPZ1_D1_1 Pin=U1-2
+Added Pin To Net: NetName=NetPZ2_D1_1 Pin=U1-3
+Added Pin To Net: NetName=NetPZ3_D1_1 Pin=U1-4
+Added Pin To Net: NetName=VCC Pin=U1-11
+Added Pin To Net: NetName=GND Pin=U1-12
+Added Pin To Net: NetName=GND Pin=U1-31
+Added Pin To Net: NetName=VCC Pin=U1-32
+Added Pin To Net: NetName=NetPZ4_D1_1 Pin=PZ4_D1-1
+Added Pin To Net: NetName=NetPZ4_D1_1 Pin=PZ4_R1-2
+Added Pin To Net: NetName=NetPZ4_D1_1 Pin=U1-5
+Added Net: Name=NetPZ4_D1_1
+Added Pin To Net: NetName=NetPZ4_R1_1 Pin=PZ4_R1-1
+Added Pin To Net: NetName=NetPZ4_R1_1 Pin=PZ4_R2-2
+Added Pin To Net: NetName=NetPZ4_R1_1 Pin=PZ4_Y1-1
+Added Net: Name=NetPZ4_R1_1
+Added Pin To Net: NetName=NetPZ5_D1_1 Pin=PZ5_D1-1
+Added Pin To Net: NetName=NetPZ5_D1_1 Pin=PZ5_R1-2
+Added Pin To Net: NetName=NetPZ5_D1_1 Pin=U1-6
+Added Net: Name=NetPZ5_D1_1
+Added Pin To Net: NetName=NetPZ5_R1_1 Pin=PZ5_R1-1
+Added Pin To Net: NetName=NetPZ5_R1_1 Pin=PZ5_R2-2
+Added Pin To Net: NetName=NetPZ5_R1_1 Pin=PZ5_Y1-1
+Added Net: Name=NetPZ5_R1_1
+Added Pin To Net: NetName=NetPZ6_D1_1 Pin=PZ6_D1-1
+Added Pin To Net: NetName=NetPZ6_D1_1 Pin=PZ6_R1-2
+Added Pin To Net: NetName=NetPZ6_D1_1 Pin=U1-7
+Added Net: Name=NetPZ6_D1_1
+Added Pin To Net: NetName=NetPZ6_R1_1 Pin=PZ6_R1-1
+Added Pin To Net: NetName=NetPZ6_R1_1 Pin=PZ6_R2-2
+Added Pin To Net: NetName=NetPZ6_R1_1 Pin=PZ6_Y1-1
+Added Net: Name=NetPZ6_R1_1
+Added Pin To Net: NetName=NetPZ7_D1_1 Pin=PZ7_D1-1
+Added Pin To Net: NetName=NetPZ7_D1_1 Pin=PZ7_R1-2
+Added Pin To Net: NetName=NetPZ7_D1_1 Pin=U1-14
+Added Net: Name=NetPZ7_D1_1
+Added Pin To Net: NetName=NetPZ7_R1_1 Pin=PZ7_R1-1
+Added Pin To Net: NetName=NetPZ7_R1_1 Pin=PZ7_R2-2
+Added Pin To Net: NetName=NetPZ7_R1_1 Pin=PZ7_Y1-1
+Added Net: Name=NetPZ7_R1_1
+Added Pin To Net: NetName=NetPZ8_D1_1 Pin=PZ8_D1-1
+Added Pin To Net: NetName=NetPZ8_D1_1 Pin=PZ8_R1-2
+Added Pin To Net: NetName=NetPZ8_D1_1 Pin=U1-13
+Added Net: Name=NetPZ8_D1_1
+Added Pin To Net: NetName=NetPZ8_R1_1 Pin=PZ8_R1-1
+Added Pin To Net: NetName=NetPZ8_R1_1 Pin=PZ8_R2-2
+Added Pin To Net: NetName=NetPZ8_R1_1 Pin=PZ8_Y1-1
+Added Net: Name=NetPZ8_R1_1
+Added Pin To Net: NetName=NetPZ9_D1_1 Pin=PZ9_D1-1
+Added Pin To Net: NetName=NetPZ9_D1_1 Pin=PZ9_R1-2
+Added Pin To Net: NetName=NetPZ9_D1_1 Pin=U1-33
+Added Net: Name=NetPZ9_D1_1
+Added Pin To Net: NetName=NetPZ9_R1_1 Pin=PZ9_R1-1
+Added Pin To Net: NetName=NetPZ9_R1_1 Pin=PZ9_R2-2
+Added Pin To Net: NetName=NetPZ9_R1_1 Pin=PZ9_Y1-1
+Added Net: Name=NetPZ9_R1_1
+Added Pin To Net: NetName=NetPZ10_D1_1 Pin=PZ10_D1-1
+Added Pin To Net: NetName=NetPZ10_D1_1 Pin=PZ10_R1-2
+Added Pin To Net: NetName=NetPZ10_D1_1 Pin=U1-34
+Added Net: Name=NetPZ10_D1_1
+Added Pin To Net: NetName=NetPZ10_R1_1 Pin=PZ10_R1-1
+Added Pin To Net: NetName=NetPZ10_R1_1 Pin=PZ10_R2-2
+Added Pin To Net: NetName=NetPZ10_R1_1 Pin=PZ10_Y1-1
+Added Net: Name=NetPZ10_R1_1
+Added Pin To Net: NetName=NetPZ11_D1_1 Pin=PZ11_D1-1
+Added Pin To Net: NetName=NetPZ11_D1_1 Pin=PZ11_R1-2
+Added Pin To Net: NetName=NetPZ11_D1_1 Pin=U1-35
+Added Net: Name=NetPZ11_D1_1
+Added Pin To Net: NetName=NetPZ11_R1_1 Pin=PZ11_R1-1
+Added Pin To Net: NetName=NetPZ11_R1_1 Pin=PZ11_R2-2
+Added Pin To Net: NetName=NetPZ11_R1_1 Pin=PZ11_Y1-1
+Added Net: Name=NetPZ11_R1_1
+Added Pin To Net: NetName=NetPZ12_D1_1 Pin=PZ12_D1-1
+Added Pin To Net: NetName=NetPZ12_D1_1 Pin=PZ12_R1-2
+Added Pin To Net: NetName=NetPZ12_D1_1 Pin=U1-36
+Added Net: Name=NetPZ12_D1_1
+Added Pin To Net: NetName=NetPZ12_R1_1 Pin=PZ12_R1-1
+Added Pin To Net: NetName=NetPZ12_R1_1 Pin=PZ12_R2-2
+Added Pin To Net: NetName=NetPZ12_R1_1 Pin=PZ12_Y1-1
+Added Net: Name=NetPZ12_R1_1
+Added Pin To Net: NetName=NetPZ13_D1_1 Pin=PZ13_D1-1
+Added Pin To Net: NetName=NetPZ13_D1_1 Pin=PZ13_R1-2
+Added Pin To Net: NetName=NetPZ13_D1_1 Pin=U1-37
+Added Net: Name=NetPZ13_D1_1
+Added Pin To Net: NetName=NetPZ13_R1_1 Pin=PZ13_R1-1
+Added Pin To Net: NetName=NetPZ13_R1_1 Pin=PZ13_R2-2
+Added Pin To Net: NetName=NetPZ13_R1_1 Pin=PZ13_Y1-1
+Added Net: Name=NetPZ13_R1_1
+Added Pin To Net: NetName=NetPZ14_D1_1 Pin=PZ14_D1-1
+Added Pin To Net: NetName=NetPZ14_D1_1 Pin=PZ14_R1-2
+Added Pin To Net: NetName=NetPZ14_D1_1 Pin=U1-38
+Added Net: Name=NetPZ14_D1_1
+Added Pin To Net: NetName=NetPZ14_R1_1 Pin=PZ14_R1-1
+Added Pin To Net: NetName=NetPZ14_R1_1 Pin=PZ14_R2-2
+Added Pin To Net: NetName=NetPZ14_R1_1 Pin=PZ14_Y1-1
+Added Net: Name=NetPZ14_R1_1
+Added Pin To Net: NetName=NetPZ15_D1_1 Pin=PZ15_D1-1
+Added Pin To Net: NetName=NetPZ15_D1_1 Pin=PZ15_R1-2
+Added Pin To Net: NetName=NetPZ15_D1_1 Pin=U1-39
+Added Net: Name=NetPZ15_D1_1
+Added Pin To Net: NetName=NetPZ15_R1_1 Pin=PZ15_R1-1
+Added Pin To Net: NetName=NetPZ15_R1_1 Pin=PZ15_R2-2
+Added Pin To Net: NetName=NetPZ15_R1_1 Pin=PZ15_Y1-1
+Added Net: Name=NetPZ15_R1_1
+Added Pin To Net: NetName=NetPZ16_D1_1 Pin=PZ16_D1-1
+Added Pin To Net: NetName=NetPZ16_D1_1 Pin=PZ16_R1-2
+Added Pin To Net: NetName=NetPZ16_D1_1 Pin=U1-40
+Added Net: Name=NetPZ16_D1_1
+Added Pin To Net: NetName=NetPZ16_R1_1 Pin=PZ16_R1-1
+Added Pin To Net: NetName=NetPZ16_R1_1 Pin=PZ16_R2-2
+Added Pin To Net: NetName=NetPZ16_R1_1 Pin=PZ16_Y1-1
+Added Net: Name=NetPZ16_R1_1
+Added Pin To Net: NetName=NetPZ17_D1_1 Pin=PZ17_D1-1
+Added Pin To Net: NetName=NetPZ17_D1_1 Pin=PZ17_R1-2
+Added Pin To Net: NetName=NetPZ17_D1_1 Pin=U1-19
+Added Net: Name=NetPZ17_D1_1
+Added Pin To Net: NetName=NetPZ17_R1_1 Pin=PZ17_R1-1
+Added Pin To Net: NetName=NetPZ17_R1_1 Pin=PZ17_R2-2
+Added Pin To Net: NetName=NetPZ17_R1_1 Pin=PZ17_Y1-1
+Added Net: Name=NetPZ17_R1_1
+Added Pin To Net: NetName=NetPZ18_D1_1 Pin=PZ18_D1-1
+Added Pin To Net: NetName=NetPZ18_D1_1 Pin=PZ18_R1-2
+Added Pin To Net: NetName=NetPZ18_D1_1 Pin=U1-20
+Added Net: Name=NetPZ18_D1_1
+Added Pin To Net: NetName=NetPZ18_R1_1 Pin=PZ18_R1-1
+Added Pin To Net: NetName=NetPZ18_R1_1 Pin=PZ18_R2-2
+Added Pin To Net: NetName=NetPZ18_R1_1 Pin=PZ18_Y1-1
+Added Net: Name=NetPZ18_R1_1
+Added Pin To Net: NetName=NetPZ19_D1_1 Pin=PZ19_D1-1
+Added Pin To Net: NetName=NetPZ19_D1_1 Pin=PZ19_R1-2
+Added Pin To Net: NetName=NetPZ19_D1_1 Pin=U1-21
+Added Net: Name=NetPZ19_D1_1
+Added Pin To Net: NetName=NetPZ19_R1_1 Pin=PZ19_R1-1
+Added Pin To Net: NetName=NetPZ19_R1_1 Pin=PZ19_R2-2
+Added Pin To Net: NetName=NetPZ19_R1_1 Pin=PZ19_Y1-1
+Added Net: Name=NetPZ19_R1_1
+Added Pin To Net: NetName=NetPZ20_D1_1 Pin=PZ20_D1-1
+Added Pin To Net: NetName=NetPZ20_D1_1 Pin=PZ20_R1-2
+Added Pin To Net: NetName=NetPZ20_D1_1 Pin=U1-22
+Added Net: Name=NetPZ20_D1_1
+Added Pin To Net: NetName=NetPZ20_R1_1 Pin=PZ20_R1-1
+Added Pin To Net: NetName=NetPZ20_R1_1 Pin=PZ20_R2-2
+Added Pin To Net: NetName=NetPZ20_R1_1 Pin=PZ20_Y1-1
+Added Net: Name=NetPZ20_R1_1
+Added Pin To Net: NetName=NetPZ21_D1_1 Pin=PZ21_D1-1
+Added Pin To Net: NetName=NetPZ21_D1_1 Pin=PZ21_R1-2
+Added Pin To Net: NetName=NetPZ21_D1_1 Pin=U1-27
+Added Net: Name=NetPZ21_D1_1
+Added Pin To Net: NetName=NetPZ21_R1_1 Pin=PZ21_R1-1
+Added Pin To Net: NetName=NetPZ21_R1_1 Pin=PZ21_R2-2
+Added Pin To Net: NetName=NetPZ21_R1_1 Pin=PZ21_Y1-1
+Added Net: Name=NetPZ21_R1_1
+Added Pin To Net: NetName=NetPZ22_D1_1 Pin=PZ22_D1-1
+Added Pin To Net: NetName=NetPZ22_D1_1 Pin=PZ22_R1-2
+Added Pin To Net: NetName=NetPZ22_D1_1 Pin=U1-28
+Added Net: Name=NetPZ22_D1_1
+Added Pin To Net: NetName=NetPZ22_R1_1 Pin=PZ22_R1-1
+Added Pin To Net: NetName=NetPZ22_R1_1 Pin=PZ22_R2-2
+Added Pin To Net: NetName=NetPZ22_R1_1 Pin=PZ22_Y1-1
+Added Net: Name=NetPZ22_R1_1
+Added Pin To Net: NetName=NetPZ23_D1_1 Pin=PZ23_D1-1
+Added Pin To Net: NetName=NetPZ23_D1_1 Pin=PZ23_R1-2
+Added Pin To Net: NetName=NetPZ23_D1_1 Pin=U1-29
+Added Net: Name=NetPZ23_D1_1
+Added Pin To Net: NetName=NetPZ23_R1_1 Pin=PZ23_R1-1
+Added Pin To Net: NetName=NetPZ23_R1_1 Pin=PZ23_R2-2
+Added Pin To Net: NetName=NetPZ23_R1_1 Pin=PZ23_Y1-1
+Added Net: Name=NetPZ23_R1_1
+Added Pin To Net: NetName=NetPZ24_D1_1 Pin=PZ24_D1-1
+Added Pin To Net: NetName=NetPZ24_D1_1 Pin=PZ24_R1-2
+Added Pin To Net: NetName=NetPZ24_D1_1 Pin=U1-30
+Added Net: Name=NetPZ24_D1_1
+Added Pin To Net: NetName=NetPZ24_R1_1 Pin=PZ24_R1-1
+Added Pin To Net: NetName=NetPZ24_R1_1 Pin=PZ24_R2-2
+Added Pin To Net: NetName=NetPZ24_R1_1 Pin=PZ24_Y1-1
+Added Net: Name=NetPZ24_R1_1
+Added Pin To Net: NetName=NetPZ25_D1_1 Pin=PZ25_D1-1
+Added Pin To Net: NetName=NetPZ25_D1_1 Pin=PZ25_R1-2
+Added Pin To Net: NetName=NetPZ25_D1_1 Pin=U1-8
+Added Net: Name=NetPZ25_D1_1
+Added Pin To Net: NetName=NetPZ25_R1_1 Pin=PZ25_R1-1
+Added Pin To Net: NetName=NetPZ25_R1_1 Pin=PZ25_R2-2
+Added Pin To Net: NetName=NetPZ25_R1_1 Pin=PZ25_Y1-1
+Added Net: Name=NetPZ25_R1_1
+Added Class: Name=PZ1
+Added Class: Name=PZ2
+Added Class: Name=PZ3
+Added Class: Name=PZ4
+Added Class: Name=PZ5
+Added Class: Name=PZ6
+Added Class: Name=PZ7
+Added Class: Name=PZ8
+Added Class: Name=PZ9
+Added Class: Name=PZ10
+Added Class: Name=PZ11
+Added Class: Name=PZ12
+Added Class: Name=PZ13
+Added Class: Name=PZ14
+Added Class: Name=PZ15
+Added Class: Name=PZ16
+Added Class: Name=PZ17
+Added Class: Name=PZ18
+Added Class: Name=PZ19
+Added Class: Name=PZ20
+Added Class: Name=PZ21
+Added Class: Name=PZ22
+Added Class: Name=PZ23
+Added Class: Name=PZ24
+Added Class: Name=PZ25
+Added Class: Name=Xilofono
+Added Room: Name=PZ1
+Added Room: Name=PZ2
+Added Room: Name=PZ3
+Added Room: Name=PZ4
+Added Room: Name=PZ5
+Added Room: Name=PZ6
+Added Room: Name=PZ7
+Added Room: Name=PZ8
+Added Room: Name=PZ9
+Added Room: Name=PZ10
+Added Room: Name=PZ11
+Added Room: Name=PZ12
+Added Room: Name=PZ13
+Added Room: Name=PZ14
+Added Room: Name=PZ15
+Added Room: Name=PZ16
+Added Room: Name=PZ17
+Added Room: Name=PZ18
+Added Room: Name=PZ19
+Added Room: Name=PZ20
+Added Room: Name=PZ21
+Added Room: Name=PZ22
+Added Room: Name=PZ23
+Added Room: Name=PZ24
+Added Room: Name=PZ25
+Added Room: Name=Xilofono
diff --git a/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-52-56.LOG b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-52-56.LOG
new file mode 100644
index 0000000..ee48941
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Steps PCB ECO 08.01.2018 16-52-56.LOG
@@ -0,0 +1,50 @@
+Added Pin To Net: NetName=VCC Pin=PZ1_D1-2
+Added Pin To Net: NetName=NetPZ1_D1_1 Pin=PZ1_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ2_D1-2
+Added Pin To Net: NetName=NetPZ2_D1_1 Pin=PZ2_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ3_D1-2
+Added Pin To Net: NetName=NetPZ3_D1_1 Pin=PZ3_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ4_D1-2
+Added Pin To Net: NetName=NetPZ4_D1_1 Pin=PZ4_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ5_D1-2
+Added Pin To Net: NetName=NetPZ5_D1_1 Pin=PZ5_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ6_D1-2
+Added Pin To Net: NetName=NetPZ6_D1_1 Pin=PZ6_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ7_D1-2
+Added Pin To Net: NetName=NetPZ7_D1_1 Pin=PZ7_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ8_D1-2
+Added Pin To Net: NetName=NetPZ8_D1_1 Pin=PZ8_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ9_D1-2
+Added Pin To Net: NetName=NetPZ9_D1_1 Pin=PZ9_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ10_D1-2
+Added Pin To Net: NetName=NetPZ10_D1_1 Pin=PZ10_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ11_D1-2
+Added Pin To Net: NetName=NetPZ11_D1_1 Pin=PZ11_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ12_D1-2
+Added Pin To Net: NetName=NetPZ12_D1_1 Pin=PZ12_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ13_D1-2
+Added Pin To Net: NetName=NetPZ13_D1_1 Pin=PZ13_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ14_D1-2
+Added Pin To Net: NetName=NetPZ14_D1_1 Pin=PZ14_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ15_D1-2
+Added Pin To Net: NetName=NetPZ15_D1_1 Pin=PZ15_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ16_D1-2
+Added Pin To Net: NetName=NetPZ16_D1_1 Pin=PZ16_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ17_D1-2
+Added Pin To Net: NetName=NetPZ17_D1_1 Pin=PZ17_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ18_D1-2
+Added Pin To Net: NetName=NetPZ18_D1_1 Pin=PZ18_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ19_D1-2
+Added Pin To Net: NetName=NetPZ19_D1_1 Pin=PZ19_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ20_D1-2
+Added Pin To Net: NetName=NetPZ20_D1_1 Pin=PZ20_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ21_D1-2
+Added Pin To Net: NetName=NetPZ21_D1_1 Pin=PZ21_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ22_D1-2
+Added Pin To Net: NetName=NetPZ22_D1_1 Pin=PZ22_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ23_D1-2
+Added Pin To Net: NetName=NetPZ23_D1_1 Pin=PZ23_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ24_D1-2
+Added Pin To Net: NetName=NetPZ24_D1_1 Pin=PZ24_D2-2
+Added Pin To Net: NetName=VCC Pin=PZ25_D1-2
+Added Pin To Net: NetName=NetPZ25_D1_1 Pin=PZ25_D2-2
diff --git a/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 14-37-43.LOG b/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 14-37-43.LOG
new file mode 100644
index 0000000..7bef352
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 14-37-43.LOG
@@ -0,0 +1 @@
+Change Component Designator: Old Designator=U? New Designator=U1
diff --git a/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 15-38-59.LOG b/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 15-38-59.LOG
new file mode 100644
index 0000000..f1e2c70
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 15-38-59.LOG
@@ -0,0 +1 @@
+Change Component Designator: Old Designator=U1 New Designator=U?
diff --git a/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 16-49-05.LOG b/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 16-49-05.LOG
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hw/Project Logs for Xilofono/Xilofono SCH ECO 08.01.2018 16-49-05.LOG
diff --git a/hw/Steps.PcbDoc b/hw/Steps.PcbDoc
new file mode 100644
index 0000000..076a67d
--- /dev/null
+++ b/hw/Steps.PcbDoc
Binary files differ
diff --git a/hw/Workspace.DsnWrk b/hw/Workspace.DsnWrk
new file mode 100644
index 0000000..ded8cb2
--- /dev/null
+++ b/hw/Workspace.DsnWrk
@@ -0,0 +1,4 @@
+[ProjectGroup]
+Version=1.0
+[Project1]
+ProjectPath=Xilofono.PrjPcb
diff --git a/hw/Xilofono.PrjPcb b/hw/Xilofono.PrjPcb
new file mode 100644
index 0000000..7261bc9
--- /dev/null
+++ b/hw/Xilofono.PrjPcb
@@ -0,0 +1,1065 @@
+[Design]
+Version=1.0
+HierarchyMode=0
+ChannelRoomNamingStyle=0
+ReleasesFolder=
+ChannelDesignatorFormatString=$RoomName_$Component
+ChannelRoomLevelSeperator=_
+OpenOutputs=1
+ArchiveProject=0
+TimestampOutput=0
+SeparateFolders=0
+TemplateLocationPath=
+PinSwapBy_Netlabel=1
+PinSwapBy_Pin=1
+AllowPortNetNames=0
+AllowSheetEntryNetNames=1
+AppendSheetNumberToLocalNets=0
+NetlistSinglePinNets=0
+DefaultConfiguration=Sources
+UserID=0xFFFFFFFF
+DefaultPcbProtel=1
+DefaultPcbPcad=0
+ReorderDocumentsOnCompile=1
+NameNetsHierarchically=0
+PowerPortNamesTakePriority=0
+PushECOToAnnotationFile=1
+DItemRevisionGUID=
+ReportSuppressedErrorsInMessages=0
+FSMCodingStyle=eFMSDropDownList_OneProcess
+FSMEncodingStyle=eFMSDropDownList_OneHot
+OutputPath=
+LogFolderPath=
+ManagedProjectGUID=
+LinkedManagedProjectGUID=
+IncludeDesignInRelease=0
+
+[Preferences]
+PrefsVaultGUID=
+PrefsRevisionGUID=
+
+[Document1]
+DocumentPath=Xilofono.SchDoc
+AnnotationEnabled=1
+AnnotateStartValue=1
+AnnotationIndexControlEnabled=0
+AnnotateSuffix=
+AnnotateScope=All
+AnnotateOrder=1
+DoLibraryUpdate=1
+DoDatabaseUpdate=1
+ClassGenCCAutoEnabled=1
+ClassGenCCAutoRoomEnabled=1
+ClassGenNCAutoScope=None
+DItemRevisionGUID=
+GenerateClassCluster=0
+DocumentUniqueId=RUXBFIEP
+
+[Document2]
+DocumentPath=Steps.PcbDoc
+AnnotationEnabled=1
+AnnotateStartValue=1
+AnnotationIndexControlEnabled=0
+AnnotateSuffix=
+AnnotateScope=All
+AnnotateOrder=-1
+DoLibraryUpdate=1
+DoDatabaseUpdate=1
+ClassGenCCAutoEnabled=1
+ClassGenCCAutoRoomEnabled=1
+ClassGenNCAutoScope=None
+DItemRevisionGUID=
+GenerateClassCluster=0
+DocumentUniqueId=CYIUPGSB
+
+[Document3]
+DocumentPath=Piezo.SchDoc
+AnnotationEnabled=1
+AnnotateStartValue=1
+AnnotationIndexControlEnabled=0
+AnnotateSuffix=
+AnnotateScope=All
+AnnotateOrder=0
+DoLibraryUpdate=1
+DoDatabaseUpdate=1
+ClassGenCCAutoEnabled=1
+ClassGenCCAutoRoomEnabled=1
+ClassGenNCAutoScope=None
+DItemRevisionGUID=
+GenerateClassCluster=0
+DocumentUniqueId=VJJUNBIE
+
+[Configuration1]
+Name=Sources
+ParameterCount=0
+ConstraintFileCount=0
+ReleaseItemId=
+Variant=[No Variations]
+OutputJobsCount=0
+ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2
+ConfigurationType=Source
+
+[OutputGroup1]
+Name=Netlist Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=CadnetixNetlist
+OutputName1=Cadnetix Netlist
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+OutputType2=CalayNetlist
+OutputName2=Calay Netlist
+OutputDocumentPath2=
+OutputVariantName2=
+OutputDefault2=0
+OutputType3=EDIF
+OutputName3=EDIF for PCB
+OutputDocumentPath3=
+OutputVariantName3=
+OutputDefault3=0
+OutputType4=EESofNetlist
+OutputName4=EESof Netlist
+OutputDocumentPath4=
+OutputVariantName4=
+OutputDefault4=0
+OutputType5=IntergraphNetlist
+OutputName5=Intergraph Netlist
+OutputDocumentPath5=
+OutputVariantName5=
+OutputDefault5=0
+OutputType6=MentorBoardStationNetlist
+OutputName6=Mentor BoardStation Netlist
+OutputDocumentPath6=
+OutputVariantName6=
+OutputDefault6=0
+OutputType7=MultiWire
+OutputName7=MultiWire
+OutputDocumentPath7=
+OutputVariantName7=
+OutputDefault7=0
+OutputType8=OrCadPCB2Netlist
+OutputName8=Orcad/PCB2 Netlist
+OutputDocumentPath8=
+OutputVariantName8=
+OutputDefault8=0
+OutputType9=PADSNetlist
+OutputName9=PADS ASCII Netlist
+OutputDocumentPath9=
+OutputVariantName9=
+OutputDefault9=0
+OutputType10=Pcad
+OutputName10=Pcad for PCB
+OutputDocumentPath10=
+OutputVariantName10=
+OutputDefault10=0
+OutputType11=PCADNetlist
+OutputName11=PCAD Netlist
+OutputDocumentPath11=
+OutputVariantName11=
+OutputDefault11=0
+OutputType12=PCADnltNetlist
+OutputName12=PCADnlt Netlist
+OutputDocumentPath12=
+OutputVariantName12=
+OutputDefault12=0
+OutputType13=Protel2Netlist
+OutputName13=Protel2 Netlist
+OutputDocumentPath13=
+OutputVariantName13=
+OutputDefault13=0
+OutputType14=ProtelNetlist
+OutputName14=Protel
+OutputDocumentPath14=
+OutputVariantName14=
+OutputDefault14=0
+OutputType15=RacalNetlist
+OutputName15=Racal Netlist
+OutputDocumentPath15=
+OutputVariantName15=
+OutputDefault15=0
+OutputType16=RINFNetlist
+OutputName16=RINF Netlist
+OutputDocumentPath16=
+OutputVariantName16=
+OutputDefault16=0
+OutputType17=SciCardsNetlist
+OutputName17=SciCards Netlist
+OutputDocumentPath17=
+OutputVariantName17=
+OutputDefault17=0
+OutputType18=SIMetrixNetlist
+OutputName18=SIMetrix
+OutputDocumentPath18=
+OutputVariantName18=
+OutputDefault18=0
+OutputType19=SIMPLISNetlist
+OutputName19=SIMPLIS
+OutputDocumentPath19=
+OutputVariantName19=
+OutputDefault19=0
+OutputType20=TangoNetlist
+OutputName20=Tango Netlist
+OutputDocumentPath20=
+OutputVariantName20=
+OutputDefault20=0
+OutputType21=TelesisNetlist
+OutputName21=Telesis Netlist
+OutputDocumentPath21=
+OutputVariantName21=
+OutputDefault21=0
+OutputType22=WireListNetlist
+OutputName22=WireList Netlist
+OutputDocumentPath22=
+OutputVariantName22=
+OutputDefault22=0
+OutputType23=XSpiceNetlist
+OutputName23=XSpice Netlist
+OutputDocumentPath23=
+OutputVariantName23=
+OutputDefault23=0
+
+[OutputGroup2]
+Name=Simulator Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=AdvSimNetlist
+OutputName1=Mixed Sim
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+OutputType2=SIMetrixSimulation
+OutputName2=SIMetrix
+OutputDocumentPath2=
+OutputVariantName2=
+OutputDefault2=0
+OutputType3=SIMPLISSimulation
+OutputName3=SIMPLIS
+OutputDocumentPath3=
+OutputVariantName3=
+OutputDefault3=0
+
+[OutputGroup3]
+Name=Documentation Outputs
+Description=
+TargetPrinter=Virtual Printer
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=Composite
+OutputName1=Composite Drawing
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType2=PCB 3D Print
+OutputName2=PCB 3D Print
+OutputDocumentPath2=
+OutputVariantName2=[No Variations]
+OutputDefault2=0
+PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType3=PCB 3D Video
+OutputName3=PCB 3D Video
+OutputDocumentPath3=
+OutputVariantName3=[No Variations]
+OutputDefault3=0
+PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType4=PCB Print
+OutputName4=PCB Prints
+OutputDocumentPath4=
+OutputVariantName4=
+OutputDefault4=0
+PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType5=PCBDrawing
+OutputName5=Draftsman
+OutputDocumentPath5=
+OutputVariantName5=[No Variations]
+OutputDefault5=0
+PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType6=PCBLIB Print
+OutputName6=PCBLIB Prints
+OutputDocumentPath6=
+OutputVariantName6=
+OutputDefault6=0
+PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType7=PDF3D
+OutputName7=PDF3D
+OutputDocumentPath7=
+OutputVariantName7=[No Variations]
+OutputDefault7=0
+PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType8=Report Print
+OutputName8=Report Prints
+OutputDocumentPath8=
+OutputVariantName8=
+OutputDefault8=0
+PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType9=Schematic Print
+OutputName9=Schematic Prints
+OutputDocumentPath9=
+OutputVariantName9=
+OutputDefault9=0
+PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType10=SimView Print
+OutputName10=SimView Prints
+OutputDocumentPath10=
+OutputVariantName10=
+OutputDefault10=0
+PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType11=Wave Print
+OutputName11=Wave Prints
+OutputDocumentPath11=
+OutputVariantName11=
+OutputDefault11=0
+PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType12=WaveSim Print
+OutputName12=WaveSim Prints
+OutputDocumentPath12=
+OutputVariantName12=
+OutputDefault12=0
+PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+
+[OutputGroup4]
+Name=Assembly Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=Assembly
+OutputName1=Assembly Drawings
+OutputDocumentPath1=
+OutputVariantName1=[No Variations]
+OutputDefault1=0
+PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType2=Pick Place
+OutputName2=Generates pick and place files
+OutputDocumentPath2=
+OutputVariantName2=[No Variations]
+OutputDefault2=0
+OutputType3=Test Points For Assembly
+OutputName3=Test Point Report
+OutputDocumentPath3=
+OutputVariantName3=[No Variations]
+OutputDefault3=0
+
+[OutputGroup5]
+Name=Fabrication Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=Board Stack Report
+OutputName1=Report Board Stack
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType2=CompositeDrill
+OutputName2=Composite Drill Drawing
+OutputDocumentPath2=
+OutputVariantName2=
+OutputDefault2=0
+PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType3=Drill
+OutputName3=Drill Drawing/Guides
+OutputDocumentPath3=
+OutputVariantName3=
+OutputDefault3=0
+PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType4=Final
+OutputName4=Final Artwork Prints
+OutputDocumentPath4=
+OutputVariantName4=[No Variations]
+OutputDefault4=0
+PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType5=Gerber
+OutputName5=Gerber Files
+OutputDocumentPath5=
+OutputVariantName5=[No Variations]
+OutputDefault5=0
+OutputType6=Gerber X2
+OutputName6=Gerber X2 Files
+OutputDocumentPath6=
+OutputVariantName6=
+OutputDefault6=0
+OutputType7=IPC2581
+OutputName7=IPC-2581 Files
+OutputDocumentPath7=
+OutputVariantName7=
+OutputDefault7=0
+OutputType8=Mask
+OutputName8=Solder/Paste Mask Prints
+OutputDocumentPath8=
+OutputVariantName8=
+OutputDefault8=0
+PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType9=NC Drill
+OutputName9=NC Drill Files
+OutputDocumentPath9=
+OutputVariantName9=
+OutputDefault9=0
+OutputType10=ODB
+OutputName10=ODB++ Files
+OutputDocumentPath10=
+OutputVariantName10=[No Variations]
+OutputDefault10=0
+OutputType11=Plane
+OutputName11=Power-Plane Prints
+OutputDocumentPath11=
+OutputVariantName11=
+OutputDefault11=0
+PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType12=Test Points
+OutputName12=Test Point Report
+OutputDocumentPath12=
+OutputVariantName12=
+OutputDefault12=0
+
+[OutputGroup6]
+Name=Report Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=BOM_PartType
+OutputName1=Bill of Materials
+OutputDocumentPath1=
+OutputVariantName1=[No Variations]
+OutputDefault1=0
+PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType2=ComponentCrossReference
+OutputName2=Component Cross Reference Report
+OutputDocumentPath2=
+OutputVariantName2=[No Variations]
+OutputDefault2=0
+OutputType3=ReportHierarchy
+OutputName3=Report Project Hierarchy
+OutputDocumentPath3=
+OutputVariantName3=[No Variations]
+OutputDefault3=0
+OutputType4=Script
+OutputName4=Script Output
+OutputDocumentPath4=
+OutputVariantName4=[No Variations]
+OutputDefault4=0
+OutputType5=SimpleBOM
+OutputName5=Simple BOM
+OutputDocumentPath5=
+OutputVariantName5=[No Variations]
+OutputDefault5=0
+OutputType6=SinglePinNetReporter
+OutputName6=Report Single Pin Nets
+OutputDocumentPath6=
+OutputVariantName6=[No Variations]
+OutputDefault6=0
+
+[OutputGroup7]
+Name=Other Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=Text Print
+OutputName1=Text Print
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType2=Text Print
+OutputName2=Text Print
+OutputDocumentPath2=
+OutputVariantName2=
+OutputDefault2=0
+PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType3=Text Print
+OutputName3=Text Print
+OutputDocumentPath3=
+OutputVariantName3=
+OutputDefault3=0
+PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType4=Text Print
+OutputName4=Text Print
+OutputDocumentPath4=
+OutputVariantName4=
+OutputDefault4=0
+PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType5=Text Print
+OutputName5=Text Print
+OutputDocumentPath5=
+OutputVariantName5=
+OutputDefault5=0
+PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType6=Text Print
+OutputName6=Text Print
+OutputDocumentPath6=
+OutputVariantName6=
+OutputDefault6=0
+PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType7=Text Print
+OutputName7=Text Print
+OutputDocumentPath7=
+OutputVariantName7=
+OutputDefault7=0
+PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType8=Text Print
+OutputName8=Text Print
+OutputDocumentPath8=
+OutputVariantName8=
+OutputDefault8=0
+PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType9=Text Print
+OutputName9=Text Print
+OutputDocumentPath9=
+OutputVariantName9=
+OutputDefault9=0
+PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType10=Text Print
+OutputName10=Text Print
+OutputDocumentPath10=
+OutputVariantName10=
+OutputDefault10=0
+PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType11=Text Print
+OutputName11=Text Print
+OutputDocumentPath11=
+OutputVariantName11=
+OutputDefault11=0
+PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType12=Text Print
+OutputName12=Text Print
+OutputDocumentPath12=
+OutputVariantName12=
+OutputDefault12=0
+PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType13=Text Print
+OutputName13=Text Print
+OutputDocumentPath13=
+OutputVariantName13=
+OutputDefault13=0
+PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType14=Text Print
+OutputName14=Text Print
+OutputDocumentPath14=
+OutputVariantName14=
+OutputDefault14=0
+PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType15=Text Print
+OutputName15=Text Print
+OutputDocumentPath15=
+OutputVariantName15=
+OutputDefault15=0
+PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType16=Text Print
+OutputName16=Text Print
+OutputDocumentPath16=
+OutputVariantName16=
+OutputDefault16=0
+PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType17=Text Print
+OutputName17=Text Print
+OutputDocumentPath17=
+OutputVariantName17=
+OutputDefault17=0
+PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType18=Text Print
+OutputName18=Text Print
+OutputDocumentPath18=
+OutputVariantName18=
+OutputDefault18=0
+PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType19=Text Print
+OutputName19=Text Print
+OutputDocumentPath19=
+OutputVariantName19=
+OutputDefault19=0
+PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType20=Text Print
+OutputName20=Text Print
+OutputDocumentPath20=
+OutputVariantName20=
+OutputDefault20=0
+PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType21=Text Print
+OutputName21=Text Print
+OutputDocumentPath21=
+OutputVariantName21=
+OutputDefault21=0
+PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType22=Text Print
+OutputName22=Text Print
+OutputDocumentPath22=
+OutputVariantName22=
+OutputDefault22=0
+PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType23=Text Print
+OutputName23=Text Print
+OutputDocumentPath23=
+OutputVariantName23=
+OutputDefault23=0
+PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType24=Text Print
+OutputName24=Text Print
+OutputDocumentPath24=
+OutputVariantName24=
+OutputDefault24=0
+PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType25=Text Print
+OutputName25=Text Print
+OutputDocumentPath25=
+OutputVariantName25=
+OutputDefault25=0
+PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType26=Text Print
+OutputName26=Text Print
+OutputDocumentPath26=
+OutputVariantName26=
+OutputDefault26=0
+PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType27=Text Print
+OutputName27=Text Print
+OutputDocumentPath27=
+OutputVariantName27=
+OutputDefault27=0
+PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType28=Text Print
+OutputName28=Text Print
+OutputDocumentPath28=
+OutputVariantName28=
+OutputDefault28=0
+PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType29=Text Print
+OutputName29=Text Print
+OutputDocumentPath29=
+OutputVariantName29=
+OutputDefault29=0
+PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+
+[OutputGroup8]
+Name=Validation Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=Component states check
+OutputName1=Vault's components states check
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+OutputType2=Configuration compliance
+OutputName2=Environment configuration compliance check
+OutputDocumentPath2=
+OutputVariantName2=
+OutputDefault2=0
+OutputType3=Design Rules Check
+OutputName3=Design Rules Check
+OutputDocumentPath3=
+OutputVariantName3=
+OutputDefault3=0
+PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType4=Differences Report
+OutputName4=Differences Report
+OutputDocumentPath4=
+OutputVariantName4=
+OutputDefault4=0
+PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType5=Electrical Rules Check
+OutputName5=Electrical Rules Check
+OutputDocumentPath5=
+OutputVariantName5=
+OutputDefault5=0
+PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+OutputType6=Footprint Comparison Report
+OutputName6=Footprint Comparison Report
+OutputDocumentPath6=
+OutputVariantName6=
+OutputDefault6=0
+
+[OutputGroup9]
+Name=Export Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=AutoCAD dwg/dxf PCB
+OutputName1=AutoCAD dwg/dxf File PCB
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+OutputType2=AutoCAD dwg/dxf Schematic
+OutputName2=AutoCAD dwg/dxf File Schematic
+OutputDocumentPath2=
+OutputVariantName2=
+OutputDefault2=0
+OutputType3=ExportIDF
+OutputName3=Export IDF
+OutputDocumentPath3=
+OutputVariantName3=
+OutputDefault3=0
+OutputType4=ExportPARASOLID
+OutputName4=Export PARASOLID
+OutputDocumentPath4=
+OutputVariantName4=[No Variations]
+OutputDefault4=0
+OutputType5=ExportSTEP
+OutputName5=Export STEP
+OutputDocumentPath5=
+OutputVariantName5=[No Variations]
+OutputDefault5=0
+OutputType6=ExportVRML
+OutputName6=Export VRML
+OutputDocumentPath6=
+OutputVariantName6=[No Variations]
+OutputDefault6=0
+OutputType7=Save As/Export PCB
+OutputName7=Save As/Export PCB
+OutputDocumentPath7=
+OutputVariantName7=
+OutputDefault7=0
+OutputType8=Save As/Export Schematic
+OutputName8=Save As/Export Schematic
+OutputDocumentPath8=
+OutputVariantName8=
+OutputDefault8=0
+OutputType9=Specctra Design PCB
+OutputName9=Specctra Design PCB
+OutputDocumentPath9=
+OutputVariantName9=
+OutputDefault9=0
+
+[OutputGroup10]
+Name=PostProcess Outputs
+Description=
+TargetPrinter=\\SRV004\PR104005 - RICOH Aficio MP 7502SP
+PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
+OutputType1=Copy Files
+OutputName1=Copy Files
+OutputDocumentPath1=
+OutputVariantName1=
+OutputDefault1=0
+
+[Modification Levels]
+Type1=1
+Type2=1
+Type3=1
+Type4=1
+Type5=1
+Type6=1
+Type7=1
+Type8=1
+Type9=1
+Type10=1
+Type11=1
+Type12=1
+Type13=1
+Type14=1
+Type15=1
+Type16=1
+Type17=1
+Type18=1
+Type19=1
+Type20=1
+Type21=1
+Type22=1
+Type23=1
+Type24=1
+Type25=1
+Type26=1
+Type27=1
+Type28=1
+Type29=1
+Type30=1
+Type31=1
+Type32=1
+Type33=1
+Type34=1
+Type35=1
+Type36=1
+Type37=1
+Type38=1
+Type39=1
+Type40=1
+Type41=1
+Type42=1
+Type43=1
+Type44=1
+Type45=1
+Type46=1
+Type47=1
+Type48=1
+Type49=1
+Type50=1
+Type51=1
+Type52=1
+Type53=1
+Type54=1
+Type55=1
+Type56=1
+Type57=1
+Type58=1
+Type59=1
+Type60=1
+Type61=1
+Type62=1
+Type63=1
+Type64=1
+Type65=1
+Type66=1
+Type67=1
+Type68=1
+Type69=1
+Type70=1
+Type71=1
+Type72=1
+Type73=1
+Type74=1
+Type75=1
+Type76=1
+Type77=1
+Type78=1
+Type79=1
+Type80=1
+Type81=1
+Type82=1
+Type83=1
+Type84=1
+Type85=1
+Type86=1
+Type87=1
+Type88=1
+Type89=1
+Type90=1
+
+[Difference Levels]
+Type1=1
+Type2=1
+Type3=1
+Type4=1
+Type5=1
+Type6=1
+Type7=1
+Type8=1
+Type9=1
+Type10=1
+Type11=1
+Type12=1
+Type13=1
+Type14=1
+Type15=1
+Type16=1
+Type17=1
+Type18=1
+Type19=1
+Type20=1
+Type21=1
+Type22=1
+Type23=1
+Type24=1
+Type25=1
+Type26=1
+Type27=1
+Type28=1
+Type29=1
+Type30=1
+Type31=1
+Type32=1
+Type33=1
+Type34=1
+Type35=1
+Type36=1
+Type37=1
+Type38=1
+Type39=1
+Type40=1
+Type41=1
+Type42=1
+Type43=1
+Type44=1
+Type45=1
+Type46=1
+Type47=1
+Type48=1
+Type49=1
+
+[Electrical Rules Check]
+Type1=1
+Type2=1
+Type3=2
+Type4=1
+Type5=2
+Type6=2
+Type7=1
+Type8=1
+Type9=1
+Type10=1
+Type11=2
+Type12=2
+Type13=2
+Type14=1
+Type15=1
+Type16=1
+Type17=1
+Type18=1
+Type19=1
+Type20=1
+Type21=1
+Type22=1
+Type23=1
+Type24=1
+Type25=2
+Type26=2
+Type27=2
+Type28=1
+Type29=1
+Type30=1
+Type31=1
+Type32=2
+Type33=2
+Type34=2
+Type35=1
+Type36=2
+Type37=1
+Type38=2
+Type39=2
+Type40=2
+Type41=0
+Type42=2
+Type43=1
+Type44=1
+Type45=2
+Type46=1
+Type47=2
+Type48=2
+Type49=1
+Type50=2
+Type51=1
+Type52=1
+Type53=1
+Type54=1
+Type55=1
+Type56=2
+Type57=1
+Type58=1
+Type59=2
+Type60=1
+Type61=2
+Type62=2
+Type63=1
+Type64=0
+Type65=2
+Type66=3
+Type67=2
+Type68=2
+Type69=2
+Type70=2
+Type71=2
+Type72=2
+Type73=2
+Type74=1
+Type75=2
+Type76=1
+Type77=1
+Type78=1
+Type79=1
+Type80=2
+Type81=3
+Type82=3
+Type83=3
+Type84=3
+Type85=3
+Type86=2
+Type87=2
+Type88=2
+Type89=1
+Type90=1
+Type91=3
+Type92=3
+Type93=2
+Type94=2
+Type95=2
+Type96=2
+Type97=2
+Type98=0
+Type99=1
+Type100=2
+Type101=1
+Type102=2
+Type103=2
+Type104=1
+Type105=2
+Type106=2
+Type107=2
+Type108=2
+Type109=1
+Type110=1
+Type111=1
+Type112=1
+Type113=1
+MultiChannelAlternate=2
+
+[ERC Connection Matrix]
+L1=NNNNNNNNNNNWNNNWW
+L2=NNWNNNNWWWNWNWNWN
+L3=NWEENEEEENEWNEEWN
+L4=NNENNNWEENNWNENWN
+L5=NNNNNNNNNNNNNNNNN
+L6=NNENNNNEENNWNENWN
+L7=NNEWNNWEENNWNENWN
+L8=NWEENEENEEENNEENN
+L9=NWEENEEEENEWNEEWW
+L10=NWNNNNNENNEWNNEWN
+L11=NNENNNNEEENWNENWN
+L12=WWWWNWWNWWWNWWWNN
+L13=NNNNNNNNNNNWNNNWW
+L14=NWEENEEEENEWNEEWW
+L15=NNENNNNEEENWNENWW
+L16=WWWWNWWNWWWNWWWNW
+L17=WNNNNNNNWNNNWWWWN
+
+[Annotate]
+SortOrder=3
+SortLocation=0
+MatchParameter1=Comment
+MatchStrictly1=1
+MatchParameter2=Library Reference
+MatchStrictly2=1
+PhysicalNamingFormat=$Component_$RoomName
+GlobalIndexSortOrder=3
+GlobalIndexSortLocation=0
+
+[PrjClassGen]
+CompClassManualEnabled=0
+CompClassManualRoomEnabled=0
+NetClassAutoBusEnabled=1
+NetClassAutoCompEnabled=0
+NetClassAutoNamedHarnessEnabled=0
+NetClassManualEnabled=1
+NetClassSeparateForBusSections=0
+
+[LibraryUpdateOptions]
+SelectedOnly=0
+UpdateVariants=1
+PartTypes=0
+FullReplace=1
+UpdateDesignatorLock=1
+UpdatePartIDLock=1
+PreserveParameterLocations=1
+PreserveParameterVisibility=1
+DoGraphics=1
+DoParameters=1
+DoModels=1
+AddParameters=0
+RemoveParameters=0
+AddModels=1
+RemoveModels=1
+UpdateCurrentModels=1
+
+[DatabaseUpdateOptions]
+SelectedOnly=0
+UpdateVariants=1
+PartTypes=0
+
+[Comparison Options]
+ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
+ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
+ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
+ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
+ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0
+ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0
+
+[SmartPDF]
+PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9
+
diff --git a/hw/Xilofono.PrjPcbStructure b/hw/Xilofono.PrjPcbStructure
new file mode 100644
index 0000000..1c1c712
--- /dev/null
+++ b/hw/Xilofono.PrjPcbStructure
@@ -0,0 +1,26 @@
+Record=TopLevelDocument|FileName=Xilofono.SchDoc
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ1|SchDesignator=PZ1|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ2|SchDesignator=PZ2|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ3|SchDesignator=PZ3|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ4|SchDesignator=PZ4|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ5|SchDesignator=PZ5|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ6|SchDesignator=PZ6|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ7|SchDesignator=PZ7|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ8|SchDesignator=PZ8|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ9|SchDesignator=PZ9|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ10|SchDesignator=PZ10|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ11|SchDesignator=PZ11|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ12|SchDesignator=PZ12|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ13|SchDesignator=PZ13|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ14|SchDesignator=PZ14|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ15|SchDesignator=PZ15|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ16|SchDesignator=PZ16|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ17|SchDesignator=PZ17|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ18|SchDesignator=PZ18|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ19|SchDesignator=PZ19|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ20|SchDesignator=PZ20|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ21|SchDesignator=PZ21|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ22|SchDesignator=PZ22|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ23|SchDesignator=PZ23|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ24|SchDesignator=PZ24|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
+Record=SheetSymbol|SourceDocument=Xilofono.SchDoc|Designator=PZ25|SchDesignator=PZ25|FileName=Piezo.SchDoc|SymbolType=Normal|RawFileName=Piezo.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID=
diff --git a/hw/Xilofono.SchDoc b/hw/Xilofono.SchDoc
new file mode 100644
index 0000000..ff8a5ce
--- /dev/null
+++ b/hw/Xilofono.SchDoc
Binary files differ
diff --git a/hw/debug.log b/hw/debug.log
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hw/debug.log
diff --git a/refs/Piezoelettrico/FC2231-0000-0050-L.pdf b/refs/Piezoelettrico/FC2231-0000-0050-L.pdf
new file mode 100644
index 0000000..0736fb9
--- /dev/null
+++ b/refs/Piezoelettrico/FC2231-0000-0050-L.pdf
Binary files differ
diff --git a/refs/Piezoelettrico/Socchi_misura_tensione_corde_racchetta.docx b/refs/Piezoelettrico/Socchi_misura_tensione_corde_racchetta.docx
new file mode 100644
index 0000000..cf4ffe4
--- /dev/null
+++ b/refs/Piezoelettrico/Socchi_misura_tensione_corde_racchetta.docx
Binary files differ
diff --git a/refs/Piezoelettrico/link_sensore.txt b/refs/Piezoelettrico/link_sensore.txt
new file mode 100644
index 0000000..c71e6f7
--- /dev/null
+++ b/refs/Piezoelettrico/link_sensore.txt
@@ -0,0 +1,7 @@
+http://www.mouser.ch/ProductDetail/Measurement-Specialties/FC2231-0000-0050-L/?qs=7H2Jq%252byxpJImo3aNKNINMA==
+
+http://www.digikey.com/product-detail/en/te-connectivity-measurement-specialties/FC2231-0000-0050-L/MSP6950-ND/809396
+
+http://it.rs-online.com/web/p/celle-di-carico/8937395/
+
+http://ch.farnell.com/fr-CH/sensor-solutions-te-connectivity/fc2231-0000-0050-l/cellule-charge-compression-22/dp/2771913?ost=FC2231-0000-0050&iscrfnonsku=false&ddkey=http%3Afr-CH%2FElement14_Switzerland%2Fsearch \ No newline at end of file
diff --git a/refs/WCE2012_pp959-961.pdf b/refs/WCE2012_pp959-961.pdf
new file mode 100644
index 0000000..06233ad
--- /dev/null
+++ b/refs/WCE2012_pp959-961.pdf
Binary files differ
diff --git a/refs/technical_article_design_reuse_1.pdf b/refs/technical_article_design_reuse_1.pdf
new file mode 100644
index 0000000..a2615ff
--- /dev/null
+++ b/refs/technical_article_design_reuse_1.pdf
Binary files differ
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 0000000..fca8e2c
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,113 @@
+#
+# There exist several targets which are by default empty and which can be
+# used for execution of your targets. These targets are usually executed
+# before and after some main targets. They are:
+#
+# .build-pre: called before 'build' target
+# .build-post: called after 'build' target
+# .clean-pre: called before 'clean' target
+# .clean-post: called after 'clean' target
+# .clobber-pre: called before 'clobber' target
+# .clobber-post: called after 'clobber' target
+# .all-pre: called before 'all' target
+# .all-post: called after 'all' target
+# .help-pre: called before 'help' target
+# .help-post: called after 'help' target
+#
+# Targets beginning with '.' are not intended to be called on their own.
+#
+# Main targets can be executed directly, and they are:
+#
+# build build a specific configuration
+# clean remove built files from a configuration
+# clobber remove all built files
+# all build all configurations
+# help print help mesage
+#
+# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
+# .help-impl are implemented in nbproject/makefile-impl.mk.
+#
+# Available make variables:
+#
+# CND_BASEDIR base directory for relative paths
+# CND_DISTDIR default top distribution directory (build artifacts)
+# CND_BUILDDIR default top build directory (object files, ...)
+# CONF name of current configuration
+# CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration)
+# CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration)
+# CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration)
+# CND_PACKAGE_DIR_${CONF} directory of package (current configuration)
+# CND_PACKAGE_NAME_${CONF} name of package (current configuration)
+# CND_PACKAGE_PATH_${CONF} path to package (current configuration)
+#
+# NOCDDL
+
+
+# Environment
+MKDIR=mkdir
+CP=cp
+CCADMIN=CCadmin
+RANLIB=ranlib
+
+
+# build
+build: .build-post
+
+.build-pre:
+# Add your pre 'build' code here...
+
+.build-post: .build-impl
+# Add your post 'build' code here...
+
+
+# clean
+clean: .clean-post
+
+.clean-pre:
+# Add your pre 'clean' code here...
+# WARNING: the IDE does not call this target since it takes a long time to
+# simply run make. Instead, the IDE removes the configuration directories
+# under build and dist directly without calling make.
+# This target is left here so people can do a clean when running a clean
+# outside the IDE.
+
+.clean-post: .clean-impl
+# Add your post 'clean' code here...
+
+
+# clobber
+clobber: .clobber-post
+
+.clobber-pre:
+# Add your pre 'clobber' code here...
+
+.clobber-post: .clobber-impl
+# Add your post 'clobber' code here...
+
+
+# all
+all: .all-post
+
+.all-pre:
+# Add your pre 'all' code here...
+
+.all-post: .all-impl
+# Add your post 'all' code here...
+
+
+# help
+help: .help-post
+
+.help-pre:
+# Add your pre 'help' code here...
+
+.help-post: .help-impl
+# Add your post 'help' code here...
+
+
+
+# include project implementation makefile
+include nbproject/Makefile-impl.mk
+
+# include project make variables
+include nbproject/Makefile-variables.mk
diff --git a/src/dist/default/production/memoryfile.xml b/src/dist/default/production/memoryfile.xml
new file mode 100644
index 0000000..872b3c2
--- /dev/null
+++ b/src/dist/default/production/memoryfile.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <executable name="dist/default/production\src.production.hex">
+ <memory name="program">
+ <units>bytes</units>
+ <length>16384</length>
+ <used>36</used>
+ <free>16348</free>
+ </memory>
+ <memory name="data">
+ <units>bytes</units>
+ <length>768</length>
+ <used>0</used>
+ <free>768</free>
+ </memory>
+ </executable>
+</project>
diff --git a/src/dist/default/production/src.production.cmf b/src/dist/default/production/src.production.cmf
new file mode 100644
index 0000000..797b04a
--- /dev/null
+++ b/src/dist/default/production/src.production.cmf
@@ -0,0 +1,303 @@
+%CMF
+# %PSECTS Section
+# For each object file, details of its psects are enumerated here.
+# The begining of the section is indicated by %PSECTS. The first
+# line indicates the name of the first object file, e.g.
+# $foo.obj
+# Each line that follows describes a psect in that object file, until
+# the next object file. The lines that describe a psect have the
+# format:
+# <psect name> <class name> <space> <link address> <load addresses> <length> <delta>
+# All addresses and the length are given in unqualified hexadecimal
+# in delta units. Any other numeric values are decimal.
+%PSECTS
+$C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+idloc IDLOC 0 200000 200000 8 1
+init CODE 0 0 0 4 1
+config CONFIG 0 300000 300000 E 1
+$dist/default/production\src.production.obj
+cinit CODE 0 3FE2 3FE2 6 1
+text0 CODE 0 3FDC 3FDC 6 1
+text1 CODE 0 3FE8 3FE8 18 1
+# %UNUSED Section
+# This section enumerates the unused ranges of each CLASS. Each entry
+# is described on a single line as follows:
+# <class name> <range> <delta>
+# Addresses given in the range are in hexadecimal and units of delta.
+%UNUSED
+RAM 60-2FF 1
+SFR F38-FFF 1
+BANK0 60-FF 1
+BANK1 100-1FF 1
+BANK2 200-2FF 1
+CONST 4-3FDB 1
+STACK 60-2FF 1
+SMALLCONST 300-3FDB 1
+CODE 4-3FDB 1
+BIGRAM 1-2FF 1
+COMRAM 1-5F 1
+EEDATA F00000-F000FF 1
+MEDIUMCONST 300-3FDB 1
+# %LINETAB Section
+# This section enumerates the file/line to address mappings.
+# The beginning of the section is indicated by %LINETAB.
+# The first line indicates the name of the first object file, e.g.
+# $foo.obj
+# Each line that follows describes a single mapping until the next
+# object file. Mappings have the following format:
+# <address> <psect name> <class name> ><line number>:<file name>
+# The address is absolute and given given in unqualified hex
+# in delta units of the psect. All mappings within an object file
+# are in ascending order of addresses.
+# All other numeric values are in decimal.
+%LINETAB
+$dist/default/production\src.production.obj
+3FE8 text1 CODE >4:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FE8 text1 CODE >7:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FEA text1 CODE >8:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FEC text1 CODE >11:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FEE text1 CODE >12:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FF2 text1 CODE >13:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FF4 text1 CODE >14:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FF6 text1 CODE >17:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FF8 text1 CODE >18:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FFA text1 CODE >19:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FFC text1 CODE >20:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FFE text1 CODE >21:Z:\SAMB_4\projects\xilofono\src\rs232.c
+3FDC text0 CODE >83:Z:\SAMB_4\projects\xilofono\src\main.c
+3FDC text0 CODE >85:Z:\SAMB_4\projects\xilofono\src\main.c
+3FE0 text0 CODE >88:Z:\SAMB_4\projects\xilofono\src\main.c
+3FE2 cinit CODE >1144:C:\Users\_prossn\AppData\Local\Temp\s3s8.
+3FE2 cinit CODE >1146:C:\Users\_prossn\AppData\Local\Temp\s3s8.
+3FE2 cinit CODE >1149:C:\Users\_prossn\AppData\Local\Temp\s3s8.
+3FE2 cinit CODE >1155:C:\Users\_prossn\AppData\Local\Temp\s3s8.
+3FE2 cinit CODE >1157:C:\Users\_prossn\AppData\Local\Temp\s3s8.
+3FE4 cinit CODE >1158:C:\Users\_prossn\AppData\Local\Temp\s3s8.
+# %SYMTAB Section
+# An enumeration of all symbols in the program.
+# The beginning of the section is indicated by %SYMTAB.
+# Each line describes a single symbol as follows:
+# <label> <value> [-]<load-adj> <class> <space> <psect> <file-name>
+# The value and load-adj are both in unqualified hexadecimal.
+# All other numeric values are in decimal. The load-adj is the
+# quantity one needs to add to the symbol value in order to obtain the load
+# address of the symbol. This value may be signed. If the symbol
+# was defined in a psect then <psect> will be "-". File-name
+# is the name of the object file in which the symbol was defined.
+%SYMTAB
+__Lmediumconst 0 0 MEDIUMCONST 0 mediumconst dist/default/production\src.production.obj
+__Hspace_0 30000E 0 ABS 0 - dist/default/production\src.production.obj
+__Hspace_1 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hspace_2 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_IESO$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hibigdata 0 0 CODE 0 ibigdata dist/default/production\src.production.obj
+__mediumconst 0 0 MEDIUMCONST 0 mediumconst C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__Heeprom_data 0 0 EEDATA 0 eeprom_data dist/default/production\src.production.obj
+__Lsmallconst 0 0 SMALLCONST 0 smallconst dist/default/production\src.production.obj
+_RCIF 7CF5 0 ABS 0 - dist/default/production\src.production.obj
+_TXIF 7CF4 0 ABS 0 - dist/default/production\src.production.obj
+___sp 0 0 STACK 2 stack C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+_main 3FDC 0 CODE 0 text0 dist/default/production\src.production.obj
+start 0 0 CODE 0 init C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__size_of_main 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_CCP2MX$PORTC1 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hpowerup 0 0 CODE 0 powerup dist/default/production\src.production.obj
+__CFG_CCP3MX$PORTB5 0 0 ABS 0 - dist/default/production\src.production.obj
+__accesstop 60 0 ABS 0 - C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+intlevel0 0 0 CODE 0 text C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+intlevel1 0 0 CODE 0 text C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+intlevel2 0 0 CODE 0 text C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+intlevel3 0 0 CODE 0 text C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__LnvFARRAM 0 0 FARRAM 0 nvFARRAM dist/default/production\src.production.obj
+__CFG_EBTR0$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_EBTR1$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_EBTRB$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_P2BMX$PORTD2 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hifardata 0 0 CODE 0 ifardata dist/default/production\src.production.obj
+__Hclrtext 0 0 ABS 0 clrtext dist/default/production\src.production.obj
+__CFG_PRICLKEN$ON 0 0 ABS 0 - dist/default/production\src.production.obj
+_eusart_init 3FE8 0 CODE 0 text1 dist/default/production\src.production.obj
+___inthi_sp 0 0 STACK 2 stack C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+___intlo_sp 0 0 STACK 2 stack C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__Hintcode_body 0 0 ABS 0 intcode_body dist/default/production\src.production.obj
+__Lintsave_regs 0 0 BIGRAM 1 intsave_regs dist/default/production\src.production.obj
+_BAUDCONbits FB8 0 ABS 0 - dist/default/production\src.production.obj
+__Hmediumconst 0 0 MEDIUMCONST 0 mediumconst dist/default/production\src.production.obj
+__Hintcodelo 0 0 CODE 0 intcodelo dist/default/production\src.production.obj
+__Lintcodelo 0 0 CODE 0 intcodelo dist/default/production\src.production.obj
+__CFG_FCMEN$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+start_initialization 3FE2 0 CODE 0 cinit dist/default/production\src.production.obj
+__CFG_PBADEN$ON 0 0 ABS 0 - dist/default/production\src.production.obj
+__HnvFARRAM 0 0 FARRAM 0 nvFARRAM dist/default/production\src.production.obj
+___rparam_used 1 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_WDTPS$32768 0 0 ABS 0 - dist/default/production\src.production.obj
+_TRISC6 7CA6 0 ABS 0 - dist/default/production\src.production.obj
+_TRISC7 7CA7 0 ABS 0 - dist/default/production\src.production.obj
+__Hbank0 0 0 ABS 0 bank0 dist/default/production\src.production.obj
+__Hbank1 0 0 ABS 0 bank1 dist/default/production\src.production.obj
+__Hbank2 0 0 ABS 0 bank2 dist/default/production\src.production.obj
+__Hcinit 0 0 ABS 0 cinit dist/default/production\src.production.obj
+__Hconst 0 0 CONST 0 const dist/default/production\src.production.obj
+__Hidata 0 0 CODE 0 idata dist/default/production\src.production.obj
+__Hidloc 200008 0 IDLOC 0 idloc dist/default/production\src.production.obj
+__Hnvbit 0 0 COMRAM 1 nvbit dist/default/production\src.production.obj
+__Hparam 0 0 COMRAM 1 rparam dist/default/production\src.production.obj
+__Hrdata 0 0 COMRAM 1 rdata dist/default/production\src.production.obj
+__Hstack 0 0 STACK 2 stack dist/default/production\src.production.obj
+__Htext0 0 0 ABS 0 text0 dist/default/production\src.production.obj
+__Htext1 0 0 ABS 0 text1 dist/default/production\src.production.obj
+__Hbigbss 0 0 BIGRAM 1 bigbss dist/default/production\src.production.obj
+__Hbigram 0 0 ABS 0 bigram dist/default/production\src.production.obj
+__smallconst 0 0 SMALLCONST 0 smallconst C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__Hcomram 0 0 ABS 0 comram dist/default/production\src.production.obj
+__Hconfig 30000E 0 CONFIG 0 config dist/default/production\src.production.obj
+__Lbank0 0 0 ABS 0 bank0 dist/default/production\src.production.obj
+__Lbank1 0 0 ABS 0 bank1 dist/default/production\src.production.obj
+__Lbank2 0 0 ABS 0 bank2 dist/default/production\src.production.obj
+__Lcinit 0 0 ABS 0 cinit dist/default/production\src.production.obj
+__Lconst 0 0 CONST 0 const dist/default/production\src.production.obj
+__Lidata 0 0 CODE 0 idata dist/default/production\src.production.obj
+__Lidloc 200000 0 IDLOC 0 idloc dist/default/production\src.production.obj
+__Lnvbit 0 0 COMRAM 1 nvbit dist/default/production\src.production.obj
+__Lparam 0 0 COMRAM 1 rparam dist/default/production\src.production.obj
+__Lrdata 0 0 COMRAM 1 rdata dist/default/production\src.production.obj
+__Lstack 0 0 STACK 2 stack dist/default/production\src.production.obj
+__Ltext0 0 0 ABS 0 text0 dist/default/production\src.production.obj
+__Ltext1 0 0 ABS 0 text1 dist/default/production\src.production.obj
+__Hfarbss 0 0 FARRAM 0 farbss dist/default/production\src.production.obj
+__Lintcode_body 0 0 ABS 0 intcode_body dist/default/production\src.production.obj
+__CFG_T3CMX$PORTC0 0 0 ABS 0 - dist/default/production\src.production.obj
+__Habs1 0 0 ABS 0 abs1 dist/default/production\src.production.obj
+__Hdata 0 0 ABS 0 data dist/default/production\src.production.obj
+__Hinit 4 0 CODE 0 init dist/default/production\src.production.obj
+__Hrbit 0 0 COMRAM 1 rbit dist/default/production\src.production.obj
+__Hrbss 0 0 COMRAM 1 rbss dist/default/production\src.production.obj
+__Htemp 0 0 COMRAM 1 temp dist/default/production\src.production.obj
+__Htext 0 0 ABS 0 text dist/default/production\src.production.obj
+__Labs1 0 0 ABS 0 abs1 dist/default/production\src.production.obj
+__Ldata 0 0 ABS 0 data dist/default/production\src.production.obj
+__Linit 0 0 CODE 0 init dist/default/production\src.production.obj
+__Lrbit 0 0 COMRAM 1 rbit dist/default/production\src.production.obj
+__Lrbss 0 0 COMRAM 1 rbss dist/default/production\src.production.obj
+__Ltemp 0 0 COMRAM 1 temp dist/default/production\src.production.obj
+__Ltext 0 0 ABS 0 text dist/default/production\src.production.obj
+__CFG_XINST$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__HcstackCOMRAM 0 0 ABS 0 cstackCOMRAM dist/default/production\src.production.obj
+__Hintret 0 0 ABS 0 intret dist/default/production\src.production.obj
+__Hirdata 0 0 CODE 0 irdata dist/default/production\src.production.obj
+__S0 30000E 0 ABS 0 - dist/default/production\src.production.obj
+__S1 0 0 ABS 0 - dist/default/production\src.production.obj
+__S2 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lbigdata 0 0 BIGRAM 1 bigdata dist/default/production\src.production.obj
+__Hnvrram 0 0 COMRAM 1 nvrram dist/default/production\src.production.obj
+__CFG_BORV$190 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lintentry 0 0 ABS 0 intentry dist/default/production\src.production.obj
+__Hramtop 300 0 RAM 0 ramtop dist/default/production\src.production.obj
+__Hrparam 0 0 COMRAM 1 rparam dist/default/production\src.production.obj
+__CFG_PWRTEN$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__activetblptr 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hstruct 0 0 COMRAM 1 struct dist/default/production\src.production.obj
+__end_of_eusart_init 4000 0 CODE 0 text1 dist/default/production\src.production.obj
+_RCSTAbits FAB 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_HFOFST$ON 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lbigbss 0 0 BIGRAM 1 bigbss dist/default/production\src.production.obj
+__Lbigram 0 0 ABS 0 bigram dist/default/production\src.production.obj
+__Lcomram 0 0 ABS 0 comram dist/default/production\src.production.obj
+__Lconfig 300000 0 CONFIG 0 config dist/default/production\src.production.obj
+__CFG_WDTEN$ON 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lfarbss 0 0 FARRAM 0 farbss dist/default/production\src.production.obj
+__Lfardata 0 0 FARRAM 0 fardata dist/default/production\src.production.obj
+stackhi 2FF 0 ABS 0 - C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+stacklo 60 0 ABS 0 - C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__Lintcode 0 0 CODE 0 intcode dist/default/production\src.production.obj
+__Lintret 0 0 ABS 0 intret dist/default/production\src.production.obj
+__Lirdata 0 0 CODE 0 irdata dist/default/production\src.production.obj
+__Lspace_0 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lspace_1 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lspace_2 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_LVP$ON 0 0 ABS 0 - dist/default/production\src.production.obj
+__LcstackCOMRAM 0 0 ABS 0 cstackCOMRAM dist/default/production\src.production.obj
+end_of_initialization 3FE2 0 CODE 0 cinit dist/default/production\src.production.obj
+__Lnvrram 0 0 COMRAM 1 nvrram dist/default/production\src.production.obj
+__Hintentry 0 0 ABS 0 intentry dist/default/production\src.production.obj
+__CFG_STVREN$ON 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hreset_vec 0 0 CODE 0 reset_vec dist/default/production\src.production.obj
+__Lramtop 300 0 RAM 0 ramtop dist/default/production\src.production.obj
+__Lrparam 0 0 COMRAM 1 rparam dist/default/production\src.production.obj
+__pcinit 3FE2 0 CODE 0 cinit dist/default/production\src.production.obj
+__ptext0 3FDC 0 CODE 0 text0 dist/default/production\src.production.obj
+__ptext1 3FE8 0 CODE 0 text1 dist/default/production\src.production.obj
+__Lstruct 0 0 COMRAM 1 struct dist/default/production\src.production.obj
+__ramtop 300 0 RAM 0 ramtop C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+__Lpowerup 0 0 CODE 0 powerup dist/default/production\src.production.obj
+__Leeprom_data 0 0 EEDATA 0 eeprom_data dist/default/production\src.production.obj
+__Lreset_vec 0 0 CODE 0 reset_vec dist/default/production\src.production.obj
+___param_bank 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hbigdata 0 0 BIGRAM 1 bigdata dist/default/production\src.production.obj
+__end_of__initialization 3FE2 0 CODE 0 cinit dist/default/production\src.production.obj
+__CFG_WRT0$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_WRT1$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_WRTB$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__Libigdata 0 0 CODE 0 ibigdata dist/default/production\src.production.obj
+__CFG_WRTC$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_WRTD$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__size_of_eusart_init 0 0 ABS 0 - dist/default/production\src.production.obj
+__Lclrtext 0 0 ABS 0 clrtext dist/default/production\src.production.obj
+__pcstackCOMRAM 0 0 COMRAM 1 cstackCOMRAM dist/default/production\src.production.obj
+__CFG_FOSC$ECHPIO6 0 0 ABS 0 - dist/default/production\src.production.obj
+_TXSTAbits FAC 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_BOREN$SBORDIS 0 0 ABS 0 - dist/default/production\src.production.obj
+__end_of_main 3FE2 0 CODE 0 text0 dist/default/production\src.production.obj
+_RCREG FAE 0 ABS 0 - dist/default/production\src.production.obj
+_SPBRG FAF 0 ABS 0 - dist/default/production\src.production.obj
+_TXREG FAD 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_CP0$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_CP1$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__HRAM 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hbss 0 0 RAM 1 bss dist/default/production\src.production.obj
+__Hram 0 0 ABS 0 ram dist/default/production\src.production.obj
+__Hsfr 0 0 ABS 0 sfr dist/default/production\src.production.obj
+__LRAM 1 0 ABS 0 - dist/default/production\src.production.obj
+__Lbss 0 0 RAM 1 bss dist/default/production\src.production.obj
+__Lram 0 0 ABS 0 ram dist/default/production\src.production.obj
+__Lsfr 0 0 ABS 0 sfr dist/default/production\src.production.obj
+__CFG_PLLCFG$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_CPB$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__CFG_CPD$OFF 0 0 ABS 0 - dist/default/production\src.production.obj
+__initialization 3FE2 0 CODE 0 cinit dist/default/production\src.production.obj
+__Hfardata 0 0 FARRAM 0 fardata dist/default/production\src.production.obj
+__Hsmallconst 0 0 SMALLCONST 0 smallconst dist/default/production\src.production.obj
+__Lifardata 0 0 CODE 0 ifardata dist/default/production\src.production.obj
+__Hintsave_regs 0 0 BIGRAM 1 intsave_regs dist/default/production\src.production.obj
+__CFG_MCLRE$EXTMCLR 0 0 ABS 0 - dist/default/production\src.production.obj
+__Hintcode 0 0 CODE 0 intcode dist/default/production\src.production.obj
+# %SPLITSTAB Section
+# This section enumerates all the psect splits performed by the assembler.
+# The beginning of the section is indicated by %SPLITSTAB.
+# Each line is a record a particular split, where the parent psect is on
+# the left and the child on the right. Note that a child psect is always
+# split form the top of the parent psect. All splits from a given parent
+# are listed in the order in which they occurred.
+%SPLITSTAB
+# %DABS Section
+# This section contains a table of all usuage of the assember
+# directive DABS in the program. Each line has the following format:
+# <name> <space> <address> <size>
+# If the DABS was originally labelled then that shall be <name>,
+# otherwise name will be "-". The <space> number is in decimal.
+# <address> and <size> are in byte units as unqaulified hexadecimal
+%DABS
+# %SEGMENTS Section
+# This sections enumerates the segments of the program. Each segment
+# is described on a single line as follows:
+# <name> <space> <link address> <file address> <size> <delta>
+# Addresses and size are in unqualified hexadecimal. The link address
+# and size are in units of delta. The file address is in units of bytes.
+# All other numeric quantities are in decimal.
+%SEGMENTS
+cinit 0 3FE2 3FE2 6 1
+idloc 0 200000 200000 8 1
+text0 0 3FDC 3FDC 6 1
+text1 0 3FE8 3FE8 18 1
+reset_vec 0 0 0 4 1
+config 0 300000 300000 E 1
diff --git a/src/dist/default/production/src.production.elf b/src/dist/default/production/src.production.elf
new file mode 100644
index 0000000..ad946ca
--- /dev/null
+++ b/src/dist/default/production/src.production.elf
Binary files differ
diff --git a/src/dist/default/production/src.production.hex b/src/dist/default/production/src.production.hex
new file mode 100644
index 0000000..a2c4ce5
--- /dev/null
+++ b/src/dist/default/production/src.production.hex
@@ -0,0 +1,9 @@
+:04000000F1EF1FF00D
+:103FDC00F4EC1FF0FFD70001EEEF1FF0AC98AC9C97
+:103FEC00AB8E810EAF6EAC84B896948E948CAB88ED
+:043FFC00AC8A120079
+:020000040020DA
+:08000000FFFFFFFFFFFFFFFF00
+:020000040030CA
+:0E000000FF251F3FFFBF85FF03C003E0034045
+:00000001FF
diff --git a/src/dist/default/production/src.production.hxl b/src/dist/default/production/src.production.hxl
new file mode 100644
index 0000000..c943d1e
--- /dev/null
+++ b/src/dist/default/production/src.production.hxl
@@ -0,0 +1,30 @@
+### HEXMate logfile and output summary ###
+### Memory Usage ###
+ Unused memory ranges:
+ 4h - 3FDBh
+ 4000h - 1FFFFFh
+ 200008h - 2FFFFFh
+ 30000Eh - 30003Fh
+
+ dist/default/production\src.production.hex ranges:
+ 0h - 3h
+ 3FDCh - 3FFFh
+ 200000h - 200007h
+ 300000h - 30000Dh
+
+### Hex Memory Map ###
+ Legend:
+ - = Unused memory
+ F = Filled ROM
+ S = Stored serial code
+ A = Stored ASCII string
+ R = Reserved for checksum
+ C = Stored checksum result
+ T = Trailing code
+ & = Find & replace opcode
+ X = Find & delete opcode
+ 1 = dist/default/production\src.production.hex
+00000000: 1111------------------------------------------------------------
+00003FC0: ----------------------------111111111111111111111111111111111111
+00200000: 11111111--------------------------------------------------------
+00300000: 11111111111111--------------------------------------------------
diff --git a/src/dist/default/production/src.production.lst b/src/dist/default/production/src.production.lst
new file mode 100644
index 0000000..01c9d84
--- /dev/null
+++ b/src/dist/default/production/src.production.lst
@@ -0,0 +1,315 @@
+
+
+Microchip Technology PIC18 LITE Macro Assembler V1.44 build -154322312
+ Mon Jan 08 09:28:26 2018
+
+Microchip Technology Omniscient Code Generator v1.44 (Free mode) build 201709140600
+ 1 processor 18F44K22
+ 2 fnconf rparam,??,?,0
+ 3 opt pw 120
+ 4 opt lm
+ 5 psect cinit,global,reloc=2,class=CODE,delta=1
+ 6 psect cstackCOMRAM,global,class=COMRAM,space=1,delta=1,noexec
+ 7 psect text0,global,reloc=2,class=CODE,delta=1
+ 8 psect text1,global,reloc=2,class=CODE,delta=1
+ 9 psect intsave_regs,global,class=BIGRAM,space=1,delta=1,noexec
+ 10 psect rparam,global,class=COMRAM,space=1,delta=1,noexec
+ 11 0000
+ 12 ; Version 1.44
+ 13 ; Generated 14/09/2017 GMT
+ 14 ;
+ 15 ; Copyright © 2017, Microchip Technology Inc. and its subsidiaries ("Microchip")
+ 16 ; All rights reserved.
+ 17 ;
+ 18 ; This software is developed by Microchip Technology Inc. and its subsidiaries ("Microch
+ + ip").
+ 19 ;
+ 20 ; Redistribution and use in source and binary forms, with or without modification, are
+ 21 ; permitted provided that the following conditions are met:
+ 22 ;
+ 23 ; 1. Redistributions of source code must retain the above copyright notice, this lis
+ + t of
+ 24 ; conditions and the following disclaimer.
+ 25 ;
+ 26 ; 2. Redistributions in binary form must reproduce the above copyright notice, this
+ + list
+ 27 ; of conditions and the following disclaimer in the documentation and/or other
+ 28 ; materials provided with the distribution.
+ 29 ;
+ 30 ; 3. Microchip's name may not be used to endorse or promote products derived from th
+ + is
+ 31 ; software without specific prior written permission.
+ 32 ;
+ 33 ; THIS SOFTWARE IS PROVIDED BY MICROCHIP "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ 34 ; INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS F
+ + OR
+ 35 ; PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MICROCHIP BE LIABLE FOR ANY DIRECT, INDIREC
+ + T,
+ 36 ; INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
+ 37 ; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS
+ 38 ; INTERRUPTION) HOWSOEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, ST
+ + RICT
+ 39 ; LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE U
+ + SE OF
+ 40 ; THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ 41 ;
+ 42 ;
+ 43 ; Code-generator required, PIC18F44K22 Definitions
+ 44 ;
+ 45 ; SFR Addresses
+ 46 0000 _RCREG set 4014
+ 47 0000 _TXREG set 4013
+ 48 0000 _BAUDCONbits set 4024
+ 49 0000 _SPBRG set 4015
+ 50 0000 _RCSTAbits set 4011
+ 51 0000 _TXSTAbits set 4012
+ 52 0000 _RCIF set 31989
+ 53 0000 _TXIF set 31988
+ 54 0000 _TRISC6 set 31910
+ 55 0000 _TRISC7 set 31911
+ 56
+ 57 ; #config settings
+ 58 0000
+ 59 psect cinit
+ 60 003FE2 __pcinit:
+ 61 opt stack 0
+ 62 003FE2 start_initialization:
+ 63 opt stack 0
+ 64 003FE2 __initialization:
+ 65 opt stack 0
+ 66 003FE2 end_of_initialization:
+ 67 opt stack 0
+ 68 003FE2 __end_of__initialization:
+ 69 opt stack 0
+ 70 003FE2 0100 movlb 0
+ 71 003FE4 EFEE F01F goto _main ;jump to C main() function
+ 72
+ 73 psect cstackCOMRAM
+ 74 000000 __pcstackCOMRAM:
+ 75 opt stack 0
+ 76 000000
+ 77 ; 1 bytes @ 0x0
+ 78 ;;
+ 79 ;;Main: autosize = 0, tempsize = 0, incstack = 0, save=0
+ 80 ;;
+ 81 ;; *************** function _main *****************
+ 82 ;; Defined at:
+ 83 ;; line 83 in file "main.c"
+ 84 ;; Parameters: Size Location Type
+ 85 ;; None
+ 86 ;; Auto vars: Size Location Type
+ 87 ;; None
+ 88 ;; Return value: Size Location Type
+ 89 ;; 1 wreg void
+ 90 ;; Registers used:
+ 91 ;; wreg, status,2, cstack
+ 92 ;; Tracked objects:
+ 93 ;; On entry : 0/0
+ 94 ;; On exit : 0/0
+ 95 ;; Unchanged: 0/0
+ 96 ;; Data sizes: COMRAM BANK0 BANK1 BANK2
+ 97 ;; Params: 0 0 0 0
+ 98 ;; Locals: 0 0 0 0
+ 99 ;; Temps: 0 0 0 0
+ 100 ;; Totals: 0 0 0 0
+ 101 ;;Total ram usage: 0 bytes
+ 102 ;; Hardware stack levels required when called: 1
+ 103 ;; This function calls:
+ 104 ;; _eusart_init
+ 105 ;; This function is called by:
+ 106 ;; Startup code after reset
+ 107 ;; This function uses a non-reentrant model
+ 108 ;;
+ 109
+ 110 psect text0
+ 111 003FDC __ptext0:
+ 112 opt stack 0
+ 113 003FDC _main:
+ 114 opt stack 30
+ 115
+ 116 ;main.c: 85: eusart_init();
+ 117
+ 118 ;incstack = 0
+ 119 003FDC ECF4 F01F call _eusart_init ;wreg free
+ 120 003FE0 l7:
+ 121 003FE0 D7FF goto l7
+ 122 003FE2 __end_of_main:
+ 123 opt stack 0
+ 124
+ 125 ;; *************** function _eusart_init *****************
+ 126 ;; Defined at:
+ 127 ;; line 4 in file "rs232.c"
+ 128 ;; Parameters: Size Location Type
+ 129 ;; None
+ 130 ;; Auto vars: Size Location Type
+ 131 ;; None
+ 132 ;; Return value: Size Location Type
+ 133 ;; 1 wreg void
+ 134 ;; Registers used:
+ 135 ;; wreg, status,2
+ 136 ;; Tracked objects:
+ 137 ;; On entry : 0/0
+ 138 ;; On exit : 0/0
+ 139 ;; Unchanged: 0/0
+ 140 ;; Data sizes: COMRAM BANK0 BANK1 BANK2
+ 141 ;; Params: 0 0 0 0
+ 142 ;; Locals: 0 0 0 0
+ 143 ;; Temps: 0 0 0 0
+ 144 ;; Totals: 0 0 0 0
+ 145 ;;Total ram usage: 0 bytes
+ 146 ;; Hardware stack levels used: 1
+ 147 ;; This function calls:
+ 148 ;; Nothing
+ 149 ;; This function is called by:
+ 150 ;; _main
+ 151 ;; This function uses a non-reentrant model
+ 152 ;;
+ 153
+ 154 psect text1
+ 155 003FE8 __ptext1:
+ 156 opt stack 0
+ 157 003FE8 _eusart_init:
+ 158 opt stack 30
+ 159
+ 160 ;rs232.c: 7: TXSTAbits.SYNC = 0;
+ 161
+ 162 ;incstack = 0
+ 163 003FE8 98AC bcf 4012,4,c ;volatile
+ 164
+ 165 ;rs232.c: 8: TXSTAbits.TX9 = 0;
+ 166 003FEA 9CAC bcf 4012,6,c ;volatile
+ 167
+ 168 ;rs232.c: 11: RCSTAbits.SPEN = 1;
+ 169 003FEC 8EAB bsf 4011,7,c ;volatile
+ 170
+ 171 ;rs232.c: 12: SPBRG = 129;
+ 172 003FEE 0E81 movlw 129
+ 173 003FF0 6EAF movwf 4015,c ;volatile
+ 174
+ 175 ;rs232.c: 13: TXSTAbits.BRGH = 1;
+ 176 003FF2 84AC bsf 4012,2,c ;volatile
+ 177
+ 178 ;rs232.c: 14: BAUDCONbits.BRG16 = 0;
+ 179 003FF4 96B8 bcf 4024,3,c ;volatile
+ 180
+ 181 ;rs232.c: 17: TRISC7 = 1;
+ 182 003FF6 8E94 bsf 3988,7,c ;volatile
+ 183
+ 184 ;rs232.c: 18: TRISC6 = 1;
+ 185 003FF8 8C94 bsf 3988,6,c ;volatile
+ 186
+ 187 ;rs232.c: 19: RCSTAbits.CREN = 1;
+ 188 003FFA 88AB bsf 4011,4,c ;volatile
+ 189
+ 190 ;rs232.c: 20: TXSTAbits.TXEN = 1;
+ 191 003FFC 8AAC bsf 4012,5,c ;volatile
+ 192 003FFE 0012 return ;funcret
+ 193 004000 __end_of_eusart_init:
+ 194 opt stack 0
+ 195 0000
+ 196 psect rparam
+
+
+Data Sizes:
+ Strings 0
+ Constant 0
+ Data 0
+ BSS 0
+ Persistent 0
+ Stack 0
+
+Auto Spaces:
+ Space Size Autos Used
+ COMRAM 95 0 0
+ BANK0 160 0 0
+ BANK1 256 0 0
+ BANK2 256 0 0
+
+Pointer List with Targets:
+
+ None.
+
+Critical Paths under _main in COMRAM
+
+ None.
+
+Critical Paths under _main in BANK0
+
+ None.
+
+Critical Paths under _main in BANK1
+
+ None.
+
+Critical Paths under _main in BANK2
+
+ None.
+
+Call Graph Tables:
+
+ ---------------------------------------------------------------------------------
+ (Depth) Function Calls Base Space Used Autos Params Refs
+ ---------------------------------------------------------------------------------
+ (0) _main 0 0 0 0
+ _eusart_init
+ ---------------------------------------------------------------------------------
+ (1) _eusart_init 0 0 0 0
+ ---------------------------------------------------------------------------------
+ Estimated maximum stack depth 1
+ ---------------------------------------------------------------------------------
+
+ Call Graph Graphs:
+
+ _main (ROOT)
+ _eusart_init
+
+ Address spaces:
+Name Size Autos Total Cost Usage
+BITCOMRAM 5F 0 0 0 0.0%
+EEDATA 100 0 0 0 0.0%
+NULL 0 0 0 0 0.0%
+CODE 0 0 0 0 0.0%
+COMRAM 5F 0 0 1 0.0%
+STACK 0 0 0 2 0.0%
+BITBANK0 A0 0 0 3 0.0%
+BANK0 A0 0 0 4 0.0%
+BANK1 100 0 0 5 0.0%
+BITBANK2 100 0 0 6 0.0%
+BANK2 100 0 0 7 0.0%
+ABS 0 0 0 8 0.0%
+BITBANK1 100 0 0 9 0.0%
+BIGRAM 2FF 0 0 10 0.0%
+DATA 0 0 0 11 0.0%
+BITSFR_1 0 0 0 200 0.0%
+SFR_1 0 0 0 200 0.0%
+BITSFR 0 0 0 200 0.0%
+SFR 0 0 0 200 0.0%
+
+
+Microchip Technology PIC18 Macro Assembler V1.44 build -154322312
+Symbol Table Mon Jan 08 09:28:26 2018
+
+ l7 3FE0 __CFG_CP0$OFF 000000 __CFG_CP1$OFF 000000
+ __CFG_LVP$ON 000000 __CFG_CPB$OFF 000000 __CFG_CPD$OFF 000000
+ _RCIF 007CF5 _TXIF 007CF4 _main 3FDC
+ __CFG_BORV$190 000000 start 0000 __CFG_IESO$OFF 000000
+ ___param_bank 000000 ?_main 0000 __CFG_WDTEN$ON 000000
+ _RCREG 000FAE _SPBRG 000FAF _TXREG 000FAD
+ __CFG_WRT0$OFF 000000 __CFG_WRT1$OFF 000000 __CFG_EBTR0$OFF 000000
+ __CFG_FCMEN$OFF 000000 __CFG_EBTR1$OFF 000000 __CFG_WRTB$OFF 000000
+ __CFG_WRTC$OFF 000000 __CFG_WRTD$OFF 000000 __CFG_EBTRB$OFF 000000
+ __CFG_MCLRE$EXTMCLR 000000 ?_eusart_init 0000 __CFG_HFOFST$ON 000000
+ __CFG_PBADEN$ON 000000 __initialization 3FE2 __end_of_main 3FE2
+ ??_main 0000 __activetblptr 000000 _TRISC6 007CA6
+ _TRISC7 007CA7 __CFG_XINST$OFF 000000 __CFG_STVREN$ON 000000
+ __accesstop 0060 __end_of__initialization 3FE2 ___rparam_used 000001
+ __pcstackCOMRAM 0000 __CFG_PLLCFG$OFF 000000 __size_of_eusart_init 0018
+ __CFG_CCP2MX$PORTC1 000000 __CFG_CCP3MX$PORTB5 000000 __CFG_PWRTEN$OFF 000000
+ __Hparam 0000 __Lparam 0000 __pcinit 3FE2
+ __ramtop 0300 __ptext0 3FDC __ptext1 3FE8
+ end_of_initialization 3FE2 _RCSTAbits 000FAB _TXSTAbits 000FAC
+ _BAUDCONbits 000FB8 start_initialization 3FE2 ??_eusart_init 0000
+ __CFG_PRICLKEN$ON 000000 __end_of_eusart_init 4000 __CFG_WDTPS$32768 000000
+ __Hrparam 0000 __Lrparam 0000 __CFG_BOREN$SBORDIS 000000
+ __CFG_P2BMX$PORTD2 000000 _eusart_init 3FE8 __size_of_main 0006
+ __CFG_T3CMX$PORTC0 000000 __CFG_FOSC$ECHPIO6 000000
diff --git a/src/dist/default/production/src.production.map b/src/dist/default/production/src.production.map
new file mode 100644
index 0000000..35f3f69
--- /dev/null
+++ b/src/dist/default/production/src.production.map
@@ -0,0 +1,384 @@
+Microchip MPLAB XC8 Compiler V1.44 ()
+
+Linker command line:
+
+-W-3 --edf=C:\Program Files\Microchip\xc8\v1.44\dat\en_msgs.txt -cs \
+ -h+dist/default/production\src.production.sym \
+ --cmf=dist/default/production\src.production.cmf -z -Q18F44K22 \
+ -oC:\Users\_prossn\AppData\Local\Temp\s3s8.2 \
+ -Mdist/default/production/src.production.map -E1 -ver=XC8 \
+ -ASTACK=060h-02ffh -pstack=STACK -ACODE=00h-03FFFh -ACONST=00h-03FFFh \
+ -ASMALLCONST=0300h-03FFhx61 -AMEDIUMCONST=0300h-03FFFh -ACOMRAM=01h-05Fh \
+ -AABS1=00h-02FFh -ABIGRAM=01h-02FFh -ARAM=060h-0FFh,0100h-01FFhx2 \
+ -ABANK0=060h-0FFh -ABANK1=0100h-01FFh -ABANK2=0200h-02FFh \
+ -ASFR=0F38h-0F5Fh,0F60h-0FFFh \
+ -preset_vec=00h,intcode,intcodelo,powerup,init -pramtop=0300h \
+ -psmallconst=SMALLCONST -pmediumconst=MEDIUMCONST -pconst=CONST \
+ -AFARRAM=00h-00h -ACONFIG=0300000h-030000Dh -pconfig=CONFIG \
+ -AIDLOC=0200000h-0200007h -pidloc=IDLOC -AEEDATA=0F00000h-0F000FFh \
+ -peeprom_data=EEDATA \
+ -prdata=COMRAM,nvrram=COMRAM,nvbit=COMRAM,rbss=COMRAM,rbit=COMRAM \
+ -pfarbss=FARRAM,fardata=FARRAM,nvFARRAM=FARRAM \
+ -pintsave_regs=BIGRAM,bigbss=BIGRAM,bigdata=BIGRAM -pbss=RAM \
+ -pidata=CODE,irdata=CODE,ibigdata=CODE,ifardata=CODE -prparam=COMRAM \
+ C:\Users\_prossn\AppData\Local\Temp\s3s8.obj \
+ dist/default/production\src.production.obj
+
+Object code version is 3.11
+
+Machine type is 18F44K22
+
+Call graph: (short form)
+
+
+
+
+ Name Link Load Length Selector Space Scale
+C:\Users\_prossn\AppData\Local\Temp\s3s8.obj
+ init 0 0 4 0 0
+ idloc 200000 200000 8 200000 0
+ config 300000 300000 E 300000 0
+dist/default/production\src.production.obj
+ text1 3FE8 3FE8 18 1FF4 0
+ text0 3FDC 3FDC 6 1FEE 0
+ cinit 3FE2 3FE2 6 1FF1 0
+
+TOTAL Name Link Load Length Space
+ CLASS STACK
+
+ CLASS CODE
+ init 0 0 4 0
+ text1 3FE8 3FE8 18 0
+ text0 3FDC 3FDC 6 0
+ cinit 3FE2 3FE2 6 0
+
+ CLASS CONST
+
+ CLASS SMALLCONST
+
+ CLASS MEDIUMCONST
+
+ CLASS COMRAM
+
+ CLASS ABS1
+
+ CLASS BIGRAM
+
+ CLASS RAM
+
+ CLASS BANK0
+
+ CLASS BANK1
+
+ CLASS BANK2
+
+ CLASS SFR
+
+ CLASS FARRAM
+
+ CLASS CONFIG
+ config 300000 300000 E 0
+
+ CLASS IDLOC
+ idloc 200000 200000 8 0
+
+ CLASS EEDATA
+
+
+
+SEGMENTS Name Load Length Top Selector Space Class
+
+ reset_vec 000000 000004 000004 0 0 CODE
+ text0 003FDC 000006 003FE2 1FEE 0 CODE
+ cinit 003FE2 000006 003FE8 1FF1 0 CODE
+ text1 003FE8 000018 004000 1FF4 0 CODE
+ idloc 200000 000008 200008 200000 0 IDLOC
+ config 300000 00000E 30000E 300000 0 CONFIG
+
+
+UNUSED ADDRESS RANGES
+
+ Name Unused Largest block Delta
+ BANK0 000060-0000FF A0
+ BANK1 000100-0001FF 100
+ BANK2 000200-0002FF 100
+ BIGRAM 000001-0002FF 2FF
+ CODE 000004-003FDB 3FD8
+ COMRAM 000001-00005F 5F
+ CONST 000004-003FDB 3FD8
+ EEDATA F00000-F000FF 100
+ MEDIUMCONST 000300-003FDB 3CDC
+ RAM 000060-0002FF 100
+ SFR 000F38-000FFF 28
+ SMALLCONST 000300-003FDB 100
+ STACK 000060-0002FF 2A0
+
+ Symbol Table
+
+_BAUDCONbits (abs) 000FB8
+_RCIF (abs) 007CF5
+_RCREG (abs) 000FAE
+_RCSTAbits (abs) 000FAB
+_SPBRG (abs) 000FAF
+_TRISC6 (abs) 007CA6
+_TRISC7 (abs) 007CA7
+_TXIF (abs) 007CF4
+_TXREG (abs) 000FAD
+_TXSTAbits (abs) 000FAC
+__CFG_BOREN$SBORDIS (abs) 000000
+__CFG_BORV$190 (abs) 000000
+__CFG_CCP2MX$PORTC1 (abs) 000000
+__CFG_CCP3MX$PORTB5 (abs) 000000
+__CFG_CP0$OFF (abs) 000000
+__CFG_CP1$OFF (abs) 000000
+__CFG_CPB$OFF (abs) 000000
+__CFG_CPD$OFF (abs) 000000
+__CFG_EBTR0$OFF (abs) 000000
+__CFG_EBTR1$OFF (abs) 000000
+__CFG_EBTRB$OFF (abs) 000000
+__CFG_FCMEN$OFF (abs) 000000
+__CFG_FOSC$ECHPIO6 (abs) 000000
+__CFG_HFOFST$ON (abs) 000000
+__CFG_IESO$OFF (abs) 000000
+__CFG_LVP$ON (abs) 000000
+__CFG_MCLRE$EXTMCLR (abs) 000000
+__CFG_P2BMX$PORTD2 (abs) 000000
+__CFG_PBADEN$ON (abs) 000000
+__CFG_PLLCFG$OFF (abs) 000000
+__CFG_PRICLKEN$ON (abs) 000000
+__CFG_PWRTEN$OFF (abs) 000000
+__CFG_STVREN$ON (abs) 000000
+__CFG_T3CMX$PORTC0 (abs) 000000
+__CFG_WDTEN$ON (abs) 000000
+__CFG_WDTPS$32768 (abs) 000000
+__CFG_WRT0$OFF (abs) 000000
+__CFG_WRT1$OFF (abs) 000000
+__CFG_WRTB$OFF (abs) 000000
+__CFG_WRTC$OFF (abs) 000000
+__CFG_WRTD$OFF (abs) 000000
+__CFG_XINST$OFF (abs) 000000
+__HRAM (abs) 000000
+__Habs1 abs1 000000
+__Hbank0 bank0 000000
+__Hbank1 bank1 000000
+__Hbank2 bank2 000000
+__Hbigbss bigbss 000000
+__Hbigdata bigdata 000000
+__Hbigram bigram 000000
+__Hbss bss 000000
+__Hcinit cinit 000000
+__Hclrtext clrtext 000000
+__Hcomram comram 000000
+__Hconfig config 30000E
+__Hconst const 000000
+__HcstackCOMRAM cstackCOMRAM 000000
+__Hdata data 000000
+__Heeprom_data eeprom_data 000000
+__Hfarbss farbss 000000
+__Hfardata fardata 000000
+__Hibigdata ibigdata 000000
+__Hidata idata 000000
+__Hidloc idloc 200008
+__Hifardata ifardata 000000
+__Hinit init 000004
+__Hintcode intcode 000000
+__Hintcode_body intcode_body 000000
+__Hintcodelo intcodelo 000000
+__Hintentry intentry 000000
+__Hintret intret 000000
+__Hintsave_regs intsave_regs 000000
+__Hirdata irdata 000000
+__Hmediumconst mediumconst 000000
+__HnvFARRAM nvFARRAM 000000
+__Hnvbit nvbit 000000
+__Hnvrram nvrram 000000
+__Hparam rparam 000000
+__Hpowerup powerup 000000
+__Hram ram 000000
+__Hramtop ramtop 000300
+__Hrbit rbit 000000
+__Hrbss rbss 000000
+__Hrdata rdata 000000
+__Hreset_vec reset_vec 000000
+__Hrparam rparam 000000
+__Hsfr sfr 000000
+__Hsmallconst smallconst 000000
+__Hspace_0 (abs) 30000E
+__Hspace_1 (abs) 000000
+__Hspace_2 (abs) 000000
+__Hstack stack 000000
+__Hstruct struct 000000
+__Htemp temp 000000
+__Htext text 000000
+__Htext0 text0 000000
+__Htext1 text1 000000
+__LRAM (abs) 000001
+__Labs1 abs1 000000
+__Lbank0 bank0 000000
+__Lbank1 bank1 000000
+__Lbank2 bank2 000000
+__Lbigbss bigbss 000000
+__Lbigdata bigdata 000000
+__Lbigram bigram 000000
+__Lbss bss 000000
+__Lcinit cinit 000000
+__Lclrtext clrtext 000000
+__Lcomram comram 000000
+__Lconfig config 300000
+__Lconst const 000000
+__LcstackCOMRAM cstackCOMRAM 000000
+__Ldata data 000000
+__Leeprom_data eeprom_data 000000
+__Lfarbss farbss 000000
+__Lfardata fardata 000000
+__Libigdata ibigdata 000000
+__Lidata idata 000000
+__Lidloc idloc 200000
+__Lifardata ifardata 000000
+__Linit init 000000
+__Lintcode intcode 000000
+__Lintcode_body intcode_body 000000
+__Lintcodelo intcodelo 000000
+__Lintentry intentry 000000
+__Lintret intret 000000
+__Lintsave_regs intsave_regs 000000
+__Lirdata irdata 000000
+__Lmediumconst mediumconst 000000
+__LnvFARRAM nvFARRAM 000000
+__Lnvbit nvbit 000000
+__Lnvrram nvrram 000000
+__Lparam rparam 000000
+__Lpowerup powerup 000000
+__Lram ram 000000
+__Lramtop ramtop 000300
+__Lrbit rbit 000000
+__Lrbss rbss 000000
+__Lrdata rdata 000000
+__Lreset_vec reset_vec 000000
+__Lrparam rparam 000000
+__Lsfr sfr 000000
+__Lsmallconst smallconst 000000
+__Lspace_0 (abs) 000000
+__Lspace_1 (abs) 000000
+__Lspace_2 (abs) 000000
+__Lstack stack 000000
+__Lstruct struct 000000
+__Ltemp temp 000000
+__Ltext text 000000
+__Ltext0 text0 000000
+__Ltext1 text1 000000
+__S0 (abs) 30000E
+__S1 (abs) 000000
+__S2 (abs) 000000
+___inthi_sp stack 000000
+___intlo_sp stack 000000
+___param_bank (abs) 000000
+___rparam_used (abs) 000001
+___sp stack 000000
+__accesstop (abs) 000060
+__activetblptr (abs) 000000
+__end_of__initialization cinit 003FE2
+__end_of_eusart_init text1 004000
+__end_of_main text0 003FE2
+__initialization cinit 003FE2
+__mediumconst mediumconst 000000
+__pcinit cinit 003FE2
+__pcstackCOMRAM cstackCOMRAM 000000
+__ptext0 text0 003FDC
+__ptext1 text1 003FE8
+__ramtop ramtop 000300
+__size_of_eusart_init (abs) 000000
+__size_of_main (abs) 000000
+__smallconst smallconst 000000
+_eusart_init text1 003FE8
+_main text0 003FDC
+end_of_initialization cinit 003FE2
+intlevel0 text 000000
+intlevel1 text 000000
+intlevel2 text 000000
+intlevel3 text 000000
+stackhi (abs) 0002FF
+stacklo (abs) 000060
+start init 000000
+start_initialization cinit 003FE2
+
+
+FUNCTION INFORMATION:
+
+ *************** function _main *****************
+ Defined at:
+ line 83 in file "main.c"
+ Parameters: Size Location Type
+ None
+ Auto vars: Size Location Type
+ None
+ Return value: Size Location Type
+ 1 wreg void
+ Registers used:
+ wreg, status,2, cstack
+ Tracked objects:
+ On entry :
+ On exit :
+ Unchanged:
+ Data sizes: COMRAM BANK0 BANK1 BANK2
+ Params: 0 0 0 0
+ Locals: 0 0 0 0
+ Temps: 0 0 0 0
+ Totals: 0 0 0 0
+Total ram usage: 0 bytes
+ Hardware stack levels required when called: 1
+ This function calls:
+ _eusart_init
+ This function is called by:
+ Startup code after reset
+ This function uses a non-reentrant model
+
+
+ *************** function _eusart_init *****************
+ Defined at:
+ line 4 in file "rs232.c"
+ Parameters: Size Location Type
+ None
+ Auto vars: Size Location Type
+ None
+ Return value: Size Location Type
+ 1 wreg void
+ Registers used:
+ wreg, status,2
+ Tracked objects:
+ On entry :
+ On exit :
+ Unchanged:
+ Data sizes: COMRAM BANK0 BANK1 BANK2
+ Params: 0 0 0 0
+ Locals: 0 0 0 0
+ Temps: 0 0 0 0
+ Totals: 0 0 0 0
+Total ram usage: 0 bytes
+ Hardware stack levels used: 1
+ This function calls:
+ Nothing
+ This function is called by:
+ _main
+ This function uses a non-reentrant model
+
+
+
+MODULE INFORMATION
+
+Module Function Class Link Load Size
+rs232.c
+ _eusart_init CODE 3FE8 0000 25
+
+rs232.c estimated size: 25
+
+shared
+ __initialization CODE 3FE2 0000 1
+
+shared estimated size: 1
+
+main.c
+ _main CODE 3FDC 0000 7
+
+main.c estimated size: 7
+
diff --git a/src/dist/default/production/src.production.mum b/src/dist/default/production/src.production.mum
new file mode 100644
index 0000000..8d87215
--- /dev/null
+++ b/src/dist/default/production/src.production.mum
@@ -0,0 +1,9 @@
+
+Memory Summary:
+ Program space used 24h ( 36) of 3D00h bytes ( 0.2%)
+ Data space used 0h ( 0) of 2FFh bytes ( 0.0%)
+ Configuration bits used 7h ( 7) of 7h words (100.0%)
+ EEPROM space used 0h ( 0) of 100h bytes ( 0.0%)
+ ID Location space used 8h ( 8) of 8h bytes (100.0%)
+ Data stack space used 0h ( 0) of 2A0h bytes ( 0.0%)
+
diff --git a/src/dist/default/production/src.production.obj b/src/dist/default/production/src.production.obj
new file mode 100644
index 0000000..21635b1
--- /dev/null
+++ b/src/dist/default/production/src.production.obj
Binary files differ
diff --git a/src/dist/default/production/src.production.rlf b/src/dist/default/production/src.production.rlf
new file mode 100644
index 0000000..da1b908
--- /dev/null
+++ b/src/dist/default/production/src.production.rlf
Binary files differ
diff --git a/src/dist/default/production/src.production.sdb b/src/dist/default/production/src.production.sdb
new file mode 100644
index 0000000..42af7a3
--- /dev/null
+++ b/src/dist/default/production/src.production.sdb
@@ -0,0 +1,156 @@
+[p LITE_MODE AUTOSTATIC LFSROK EMI_WORD ]
+[d version 1.1 ]
+[d edition pro ]
+[d chip 18F44K22 ]
+[d frameptr 4065 ]
+"62 C:\Program Files\Microchip\xc8\v1.44\sources\common\float.c
+[v ___ftpack __ftpack `(f 1 e 3 0 ]
+"86 C:\Program Files\Microchip\xc8\v1.44\sources\common\ftadd.c
+[v ___ftadd __ftadd `(f 1 e 3 0 ]
+"54 C:\Program Files\Microchip\xc8\v1.44\sources\common\ftdiv.c
+[v ___ftdiv __ftdiv `(f 1 e 3 0 ]
+"62 C:\Program Files\Microchip\xc8\v1.44\sources\common\ftmul.c
+[v ___ftmul __ftmul `(f 1 e 3 0 ]
+"20 C:\Program Files\Microchip\xc8\v1.44\sources\common\ftsub.c
+[v ___ftsub __ftsub `(f 1 e 3 0 ]
+"10 C:\Program Files\Microchip\xc8\v1.44\sources\common\sprcadd.c
+[v ___fladd __fladd `(d 1 e 3 0 ]
+"245
+[v ___flsub __flsub `(d 1 e 3 0 ]
+"11 C:\Program Files\Microchip\xc8\v1.44\sources\common\sprcdiv.c
+[v ___fldiv __fldiv `(d 1 e 3 0 ]
+"8 C:\Program Files\Microchip\xc8\v1.44\sources\common\sprcmul.c
+[v ___flmul __flmul `(d 1 e 3 0 ]
+"15 C:\Program Files\Microchip\xc8\v1.44\sources\common\Umul32.c
+[v ___lmul __lmul `(ul 1 e 4 0 ]
+"83 Z:\SAMB_4\projects\xilofono\src\main.c
+[v _main main `(v 1 e 1 0 ]
+"4 Z:\SAMB_4\projects\xilofono\src\rs232.c
+[v _eusart_init eusart_init `(v 1 e 1 0 ]
+"23
+[v _putch putch `(v 1 e 1 0 ]
+"29
+[v _getch getch `(uc 1 e 1 0 ]
+[s S79 . 1 `uc 1 RX9D 1 0 :1:0
+`uc 1 OERR 1 0 :1:1
+`uc 1 FERR 1 0 :1:2
+`uc 1 ADDEN 1 0 :1:3
+`uc 1 CREN 1 0 :1:4
+`uc 1 SREN 1 0 :1:5
+`uc 1 RX9 1 0 :1:6
+`uc 1 SPEN 1 0 :1:7
+]
+"10543 C:\Program Files\Microchip\xc8\v1.44\include\pic18f44k22.h
+[s S88 . 1 `uc 1 . 1 0 :3:0
+`uc 1 ADEN 1 0 :1:3
+]
+[s S91 . 1 `uc 1 RX9D1 1 0 :1:0
+`uc 1 OERR1 1 0 :1:1
+`uc 1 FERR1 1 0 :1:2
+`uc 1 ADDEN1 1 0 :1:3
+`uc 1 CREN1 1 0 :1:4
+`uc 1 SREN1 1 0 :1:5
+`uc 1 RX91 1 0 :1:6
+`uc 1 SPEN1 1 0 :1:7
+]
+[s S100 . 1 `uc 1 RCD8 1 0 :1:0
+`uc 1 . 1 0 :5:1
+`uc 1 RC8_9 1 0 :1:6
+]
+[s S104 . 1 `uc 1 . 1 0 :6:0
+`uc 1 RC9 1 0 :1:6
+]
+[s S107 . 1 `uc 1 . 1 0 :5:0
+`uc 1 SRENA 1 0 :1:5
+]
+[u S110 . 1 `S79 1 . 1 0 `S88 1 . 1 0 `S91 1 . 1 0 `S100 1 . 1 0 `S104 1 . 1 0 `S107 1 . 1 0 ]
+[v _RCSTAbits RCSTAbits `VES110 1 e 1 @4011 ]
+[s S30 . 1 `uc 1 TX9D 1 0 :1:0
+`uc 1 TRMT 1 0 :1:1
+`uc 1 BRGH 1 0 :1:2
+`uc 1 SENDB 1 0 :1:3
+`uc 1 SYNC 1 0 :1:4
+`uc 1 TXEN 1 0 :1:5
+`uc 1 TX9 1 0 :1:6
+`uc 1 CSRC 1 0 :1:7
+]
+"10960
+[s S39 . 1 `uc 1 TX9D1 1 0 :1:0
+`uc 1 TRMT1 1 0 :1:1
+`uc 1 BRGH1 1 0 :1:2
+`uc 1 SENDB1 1 0 :1:3
+`uc 1 SYNC1 1 0 :1:4
+`uc 1 TXEN1 1 0 :1:5
+`uc 1 TX91 1 0 :1:6
+`uc 1 CSRC1 1 0 :1:7
+]
+[s S48 . 1 `uc 1 TXD8 1 0 :1:0
+`uc 1 . 1 0 :5:1
+`uc 1 TX8_9 1 0 :1:6
+]
+[u S52 . 1 `S30 1 . 1 0 `S39 1 . 1 0 `S48 1 . 1 0 ]
+[v _TXSTAbits TXSTAbits `VES52 1 e 1 @4012 ]
+"11179
+[v _TXREG TXREG `VEuc 1 e 1 @4013 ]
+"11257
+[v _RCREG RCREG `VEuc 1 e 1 @4014 ]
+"11335
+[v _SPBRG SPBRG `VEuc 1 e 1 @4015 ]
+[s S150 . 1 `uc 1 ABDEN 1 0 :1:0
+`uc 1 WUE 1 0 :1:1
+`uc 1 . 1 0 :1:2
+`uc 1 BRG16 1 0 :1:3
+`uc 1 CKTXP 1 0 :1:4
+`uc 1 DTRXP 1 0 :1:5
+`uc 1 RCIDL 1 0 :1:6
+`uc 1 ABDOVF 1 0 :1:7
+]
+"12600
+[s S159 . 1 `uc 1 . 1 0 :4:0
+`uc 1 SCKP 1 0 :1:4
+]
+[s S162 . 1 `uc 1 ABDEN1 1 0 :1:0
+`uc 1 WUE1 1 0 :1:1
+`uc 1 . 1 0 :1:2
+`uc 1 BRG161 1 0 :1:3
+`uc 1 SCKP1 1 0 :1:4
+`uc 1 DTRXP1 1 0 :1:5
+`uc 1 RCIDL1 1 0 :1:6
+`uc 1 ABDOVF1 1 0 :1:7
+]
+[s S171 . 1 `uc 1 . 1 0 :4:0
+`uc 1 TXCKP 1 0 :1:4
+`uc 1 RXDTP 1 0 :1:5
+`uc 1 RCMT 1 0 :1:6
+]
+[s S176 . 1 `uc 1 . 1 0 :4:0
+`uc 1 TXCKP1 1 0 :1:4
+`uc 1 RXDTP1 1 0 :1:5
+`uc 1 RCMT1 1 0 :1:6
+]
+[s S181 . 1 `uc 1 . 1 0 :5:0
+`uc 1 RXCKP 1 0 :1:5
+]
+[s S184 . 1 `uc 1 . 1 0 :1:0
+`uc 1 W4E 1 0 :1:1
+]
+[u S187 . 1 `S150 1 . 1 0 `S159 1 . 1 0 `S162 1 . 1 0 `S171 1 . 1 0 `S176 1 . 1 0 `S181 1 . 1 0 `S184 1 . 1 0 ]
+[v _BAUDCONbits BAUDCONbits `VES187 1 e 1 @4024 ]
+"18768
+[v _RCIF RCIF `VEb 1 e 0 @31989 ]
+"19440
+[v _TRISC6 TRISC6 `VEb 1 e 0 @31910 ]
+"19442
+[v _TRISC7 TRISC7 `VEb 1 e 0 @31911 ]
+"19540
+[v _TXIF TXIF `VEb 1 e 0 @31988 ]
+"83 Z:\SAMB_4\projects\xilofono\src\main.c
+[v _main main `(v 1 e 1 0 ]
+{
+"90
+} 0
+"4 Z:\SAMB_4\projects\xilofono\src\rs232.c
+[v _eusart_init eusart_init `(v 1 e 1 0 ]
+{
+"21
+} 0
diff --git a/src/dist/default/production/src.production.sym b/src/dist/default/production/src.production.sym
new file mode 100644
index 0000000..ebb58d4
--- /dev/null
+++ b/src/dist/default/production/src.production.sym
@@ -0,0 +1,220 @@
+__CFG_XINST$OFF 0 0 ABS 0
+__size_of_eusart_init 0 0 ABS 0
+__S0 30000E 0 ABS 0
+__S1 0 0 ABS 0
+__S2 0 0 ABS 0
+__Hintentry 0 0 ABS 0
+__Lintentry 0 0 ABS 0
+__CFG_PLLCFG$OFF 0 0 ABS 0
+__CFG_WDTEN$ON 0 0 ABS 0
+_RCIF 7CF5 0 ABS 0
+_TXIF 7CF4 0 ABS 0
+_main 3FDC 0 CODE 0
+___sp 0 0 STACK 2
+start 0 0 CODE 0
+_RCREG FAE 0 ABS 0
+_TXREG FAD 0 ABS 0
+_SPBRG FAF 0 ABS 0
+__Hirdata 0 0 CODE 0
+__Lirdata 0 0 CODE 0
+__HRAM 0 0 ABS 0
+__LRAM 1 0 ABS 0
+__CFG_WDTPS$32768 0 0 ABS 0
+__Hconfig 30000E 0 CONFIG 0
+__Lconfig 300000 0 CONFIG 0
+__Hbigram 0 0 ABS 0
+__Lbigram 0 0 ABS 0
+__Hrparam 0 0 COMRAM 1
+__Lrparam 0 0 COMRAM 1
+__Hram 0 0 ABS 0
+__Lram 0 0 ABS 0
+__Hcomram 0 0 ABS 0
+__Lcomram 0 0 ABS 0
+__Hsfr 0 0 ABS 0
+__Lsfr 0 0 ABS 0
+__Hbss 0 0 RAM 1
+__CFG_STVREN$ON 0 0 ABS 0
+__Lbss 0 0 RAM 1
+___param_bank 0 0 ABS 0
+__Hnvrram 0 0 COMRAM 1
+__Lnvrram 0 0 COMRAM 1
+_TRISC6 7CA6 0 ABS 0
+_TRISC7 7CA7 0 ABS 0
+__Heeprom_data 0 0 EEDATA 0
+__Leeprom_data 0 0 EEDATA 0
+__Hintsave_regs 0 0 BIGRAM 1
+__Lintsave_regs 0 0 BIGRAM 1
+__Hbigbss 0 0 BIGRAM 1
+__Lbigbss 0 0 BIGRAM 1
+__Hintret 0 0 ABS 0
+__Lintret 0 0 ABS 0
+__Hramtop 300 0 RAM 0
+__Lramtop 300 0 RAM 0
+__Hstruct 0 0 COMRAM 1
+__Lstruct 0 0 COMRAM 1
+__Hbigdata 0 0 BIGRAM 1
+__Lbigdata 0 0 BIGRAM 1
+__Hmediumconst 0 0 MEDIUMCONST 0
+__Lmediumconst 0 0 MEDIUMCONST 0
+__Hfarbss 0 0 FARRAM 0
+__Lfarbss 0 0 FARRAM 0
+__Hintcode 0 0 CODE 0
+__Lintcode 0 0 CODE 0
+__Hfardata 0 0 FARRAM 0
+__Lfardata 0 0 FARRAM 0
+__Habs1 0 0 ABS 0
+__Labs1 0 0 ABS 0
+__CFG_EBTR0$OFF 0 0 ABS 0
+__CFG_FOSC$ECHPIO6 0 0 ABS 0
+__HnvFARRAM 0 0 FARRAM 0
+__LnvFARRAM 0 0 FARRAM 0
+__CFG_EBTR1$OFF 0 0 ABS 0
+__CFG_CCP2MX$PORTC1 0 0 ABS 0
+__CFG_CCP3MX$PORTB5 0 0 ABS 0
+__Hdata 0 0 ABS 0
+__Ldata 0 0 ABS 0
+stackhi 2FF 0 ABS 0
+__Htemp 0 0 COMRAM 1
+__Ltemp 0 0 COMRAM 1
+stacklo 60 0 ABS 0
+__Hrbit 0 0 COMRAM 1
+__Lrbit 0 0 COMRAM 1
+__Hinit 4 0 CODE 0
+__Linit 0 0 CODE 0
+__Hintcodelo 0 0 CODE 0
+__Lintcodelo 0 0 CODE 0
+__Hrbss 0 0 COMRAM 1
+__end_of_main 3FE2 0 CODE 0
+__Lrbss 0 0 COMRAM 1
+__Htext 0 0 ABS 0
+__Ltext 0 0 ABS 0
+__CFG_LVP$ON 0 0 ABS 0
+end_of_initialization 3FE2 0 CODE 0
+_RCSTAbits FAB 0 ABS 0
+_TXSTAbits FAC 0 ABS 0
+__Hibigdata 0 0 CODE 0
+__Libigdata 0 0 CODE 0
+__Hifardata 0 0 CODE 0
+__Lifardata 0 0 CODE 0
+__Hbank0 0 0 ABS 0
+__Lbank0 0 0 ABS 0
+__Hbank1 0 0 ABS 0
+__Lbank1 0 0 ABS 0
+__Hbank2 0 0 ABS 0
+__Lbank2 0 0 ABS 0
+__Hpowerup 0 0 CODE 0
+__Lpowerup 0 0 CODE 0
+__Htext0 0 0 ABS 0
+__Ltext0 0 0 ABS 0
+__Htext1 0 0 ABS 0
+__Ltext1 0 0 ABS 0
+__ptext0 3FDC 0 CODE 0
+__ptext1 3FE8 0 CODE 0
+__CFG_P2BMX$PORTD2 0 0 ABS 0
+__CFG_T3CMX$PORTC0 0 0 ABS 0
+__Hclrtext 0 0 ABS 0
+__Lclrtext 0 0 ABS 0
+__CFG_HFOFST$ON 0 0 ABS 0
+__end_of__initialization 3FE2 0 CODE 0
+__CFG_PRICLKEN$ON 0 0 ABS 0
+_BAUDCONbits FB8 0 ABS 0
+___rparam_used 1 0 ABS 0
+__Hidata 0 0 CODE 0
+__Lidata 0 0 CODE 0
+__Hrdata 0 0 COMRAM 1
+__Lrdata 0 0 COMRAM 1
+_eusart_init 3FE8 0 CODE 0
+__Hidloc 200008 0 IDLOC 0
+__Lidloc 200000 0 IDLOC 0
+__CFG_PWRTEN$OFF 0 0 ABS 0
+__Hstack 0 0 STACK 2
+__Lstack 0 0 STACK 2
+__Hparam 0 0 COMRAM 1
+__Lparam 0 0 COMRAM 1
+__Hspace_0 30000E 0 ABS 0
+__HcstackCOMRAM 0 0 ABS 0
+__Lspace_0 0 0 ABS 0
+__LcstackCOMRAM 0 0 ABS 0
+__pcstackCOMRAM 0 0 COMRAM 1
+__Hspace_1 0 0 ABS 0
+__Lspace_1 0 0 ABS 0
+__Hsmallconst 0 0 SMALLCONST 0
+__Lsmallconst 0 0 SMALLCONST 0
+__Hspace_2 0 0 ABS 0
+__Lspace_2 0 0 ABS 0
+__Hnvbit 0 0 COMRAM 1
+__Lnvbit 0 0 COMRAM 1
+__Hcinit 0 0 ABS 0
+__Lcinit 0 0 ABS 0
+__pcinit 3FE2 0 CODE 0
+__CFG_EBTRB$OFF 0 0 ABS 0
+__ramtop 300 0 RAM 0
+__mediumconst 0 0 MEDIUMCONST 0
+__size_of_main 0 0 ABS 0
+__Hconst 0 0 CONST 0
+__Lconst 0 0 CONST 0
+__CFG_WRT0$OFF 0 0 ABS 0
+__CFG_WRT1$OFF 0 0 ABS 0
+__CFG_MCLRE$EXTMCLR 0 0 ABS 0
+__CFG_FCMEN$OFF 0 0 ABS 0
+___inthi_sp 0 0 STACK 2
+___intlo_sp 0 0 STACK 2
+__CFG_CP0$OFF 0 0 ABS 0
+__smallconst 0 0 SMALLCONST 0
+__CFG_CP1$OFF 0 0 ABS 0
+__Hreset_vec 0 0 CODE 0
+__Lreset_vec 0 0 CODE 0
+__CFG_BORV$190 0 0 ABS 0
+__accesstop 60 0 ABS 0
+__Hintcode_body 0 0 ABS 0
+__Lintcode_body 0 0 ABS 0
+__CFG_PBADEN$ON 0 0 ABS 0
+intlevel0 0 0 CODE 0
+intlevel1 0 0 CODE 0
+__CFG_WRTB$OFF 0 0 ABS 0
+intlevel2 0 0 CODE 0
+intlevel3 0 0 CODE 0
+__CFG_WRTC$OFF 0 0 ABS 0
+__end_of_eusart_init 4000 0 CODE 0
+__CFG_WRTD$OFF 0 0 ABS 0
+__CFG_CPB$OFF 0 0 ABS 0
+__CFG_CPD$OFF 0 0 ABS 0
+start_initialization 3FE2 0 CODE 0
+__CFG_BOREN$SBORDIS 0 0 ABS 0
+__CFG_IESO$OFF 0 0 ABS 0
+__initialization 3FE2 0 CODE 0
+__activetblptr 0 0 ABS 0
+%segments
+reset_vec 0 3 CODE 0 0
+config 300000 30000D CONFIG 300000 0
+idloc 200000 200007 IDLOC 200000 0
+text1 3FE8 3FFF CODE 3FE8 0
+cinit 3FE2 3FE7 CODE 3FE2 0
+text0 3FDC 3FE1 CODE 3FDC 0
+%locals
+dist/default/production\src.production.obj
+C:\Program Files\Microchip\xc8\v1.44\include\pic18f44k22.h
+C:\Users\_prossn\AppData\Local\Temp\s3s8.
+1144 3FE2 0 CODE 0
+1146 3FE2 0 CODE 0
+1149 3FE2 0 CODE 0
+1155 3FE2 0 CODE 0
+1157 3FE2 0 CODE 0
+1158 3FE4 0 CODE 0
+main.c
+83 3FDC 0 CODE 0
+85 3FDC 0 CODE 0
+88 3FE0 0 CODE 0
+rs232.c
+4 3FE8 0 CODE 0
+7 3FE8 0 CODE 0
+8 3FEA 0 CODE 0
+11 3FEC 0 CODE 0
+12 3FEE 0 CODE 0
+13 3FF2 0 CODE 0
+14 3FF4 0 CODE 0
+17 3FF6 0 CODE 0
+18 3FF8 0 CODE 0
+19 3FFA 0 CODE 0
+20 3FFC 0 CODE 0
+21 3FFE 0 CODE 0
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..da15d3a
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,91 @@
+/*
+ * File: main.c
+ * Author: _prossn
+ * Date: 08.01.2018
+ * Target: PIC18F44K22
+ * Version 1.0
+ *
+ * Description:
+ *
+ * Main program for the Xylophone project.
+ */
+
+// PIC18F44K22 Configuration Bit Settings
+// 'C' source line config statements
+
+// CONFIG1H
+#pragma config FOSC = ECHPIO6 // Oscillator Selection bits (EC oscillator (high power, >16 MHz))
+#pragma config PLLCFG = OFF // 4X PLL Enable (Oscillator used directly)
+#pragma config PRICLKEN = ON // Primary clock enable bit (Primary clock is always enabled)
+#pragma config FCMEN = OFF // Fail-Safe Clock Monitor Enable bit (Fail-Safe Clock Monitor disabled)
+#pragma config IESO = OFF // Internal/External Oscillator Switchover bit (Oscillator Switchover mode disabled)
+
+// CONFIG2L
+#pragma config PWRTEN = OFF // Power-up Timer Enable bit (Power up timer disabled)
+#pragma config BOREN = SBORDIS // Brown-out Reset Enable bits (Brown-out Reset enabled in hardware only (SBOREN is disabled))
+#pragma config BORV = 190 // Brown Out Reset Voltage bits (VBOR set to 1.90 V nominal)
+
+// CONFIG2H
+#pragma config WDTEN = ON // Watchdog Timer Enable bits (WDT is always enabled. SWDTEN bit has no effect)
+#pragma config WDTPS = 32768 // Watchdog Timer Postscale Select bits (1:32768)
+
+// CONFIG3H
+#pragma config CCP2MX = PORTC1 // CCP2 MUX bit (CCP2 input/output is multiplexed with RC1)
+#pragma config PBADEN = ON // PORTB A/D Enable bit (PORTB<5:0> pins are configured as analog input channels on Reset)
+#pragma config CCP3MX = PORTB5 // P3A/CCP3 Mux bit (P3A/CCP3 input/output is multiplexed with RB5)
+#pragma config HFOFST = ON // HFINTOSC Fast Start-up (HFINTOSC output and ready status are not delayed by the oscillator stable status)
+#pragma config T3CMX = PORTC0 // Timer3 Clock input mux bit (T3CKI is on RC0)
+#pragma config P2BMX = PORTD2 // ECCP2 B output mux bit (P2B is on RD2)
+#pragma config MCLRE = EXTMCLR // MCLR Pin Enable bit (MCLR pin enabled, RE3 input pin disabled)
+
+// CONFIG4L
+#pragma config STVREN = ON // Stack Full/Underflow Reset Enable bit (Stack full/underflow will cause Reset)
+#pragma config LVP = ON // Single-Supply ICSP Enable bit (Single-Supply ICSP enabled if MCLRE is also 1)
+#pragma config XINST = OFF // Extended Instruction Set Enable bit (Instruction set extension and Indexed Addressing mode disabled (Legacy mode))
+
+// CONFIG5L
+#pragma config CP0 = OFF // Code Protection Block 0 (Block 0 (000800-001FFFh) not code-protected)
+#pragma config CP1 = OFF // Code Protection Block 1 (Block 1 (002000-003FFFh) not code-protected)
+
+// CONFIG5H
+#pragma config CPB = OFF // Boot Block Code Protection bit (Boot block (000000-0007FFh) not code-protected)
+#pragma config CPD = OFF // Data EEPROM Code Protection bit (Data EEPROM not code-protected)
+
+// CONFIG6L
+#pragma config WRT0 = OFF // Write Protection Block 0 (Block 0 (000800-001FFFh) not write-protected)
+#pragma config WRT1 = OFF // Write Protection Block 1 (Block 1 (002000-003FFFh) not write-protected)
+
+// CONFIG6H
+#pragma config WRTC = OFF // Configuration Register Write Protection bit (Configuration registers (300000-3000FFh) not write-protected)
+#pragma config WRTB = OFF // Boot Block Write Protection bit (Boot Block (000000-0007FFh) not write-protected)
+#pragma config WRTD = OFF // Data EEPROM Write Protection bit (Data EEPROM not write-protected)
+
+// CONFIG7L
+#pragma config EBTR0 = OFF // Table Read Protection Block 0 (Block 0 (000800-001FFFh) not protected from table reads executed in other blocks)
+#pragma config EBTR1 = OFF // Table Read Protection Block 1 (Block 1 (002000-003FFFh) not protected from table reads executed in other blocks)
+
+// CONFIG7H
+#pragma config EBTRB = OFF // Boot Block Table Read Protection bit (Boot Block (000000-0007FFh) not protected from table reads executed in other blocks)
+
+// #pragma config statements should precede project file includes.
+// Use project enums instead of #define for ON and OFF.
+
+#include "rs232.h"
+
+#include <xc.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+
+/* main program */
+void main(void) {
+
+ eusart_init();
+
+ /* main loop */
+ while (1) {
+
+ }
+}
+
diff --git a/src/nbproject/Makefile-default.mk b/src/nbproject/Makefile-default.mk
new file mode 100644
index 0000000..da7a02a
--- /dev/null
+++ b/src/nbproject/Makefile-default.mk
@@ -0,0 +1,171 @@
+#
+# Generated Makefile - do not edit!
+#
+# Edit the Makefile in the project folder instead (../Makefile). Each target
+# has a -pre and a -post target defined where you can add customized code.
+#
+# This makefile implements configuration specific macros and targets.
+
+
+# Include project Makefile
+ifeq "${IGNORE_LOCAL}" "TRUE"
+# do not include local makefile. User is passing all local related variables already
+else
+include Makefile
+# Include makefile containing local settings
+ifeq "$(wildcard nbproject/Makefile-local-default.mk)" "nbproject/Makefile-local-default.mk"
+include nbproject/Makefile-local-default.mk
+endif
+endif
+
+# Environment
+MKDIR=gnumkdir -p
+RM=rm -f
+MV=mv
+CP=cp
+
+# Macros
+CND_CONF=default
+ifeq ($(TYPE_IMAGE), DEBUG_RUN)
+IMAGE_TYPE=debug
+OUTPUT_SUFFIX=elf
+DEBUGGABLE_SUFFIX=elf
+FINAL_IMAGE=dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+else
+IMAGE_TYPE=production
+OUTPUT_SUFFIX=hex
+DEBUGGABLE_SUFFIX=elf
+FINAL_IMAGE=dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+endif
+
+ifeq ($(COMPARE_BUILD), true)
+COMPARISON_BUILD=--mafrlcsj
+else
+COMPARISON_BUILD=
+endif
+
+ifdef SUB_IMAGE_ADDRESS
+
+else
+SUB_IMAGE_ADDRESS_COMMAND=
+endif
+
+# Object Directory
+OBJECTDIR=build/${CND_CONF}/${IMAGE_TYPE}
+
+# Distribution Directory
+DISTDIR=dist/${CND_CONF}/${IMAGE_TYPE}
+
+# Source Files Quoted if spaced
+SOURCEFILES_QUOTED_IF_SPACED=main.c rs232.c
+
+# Object Files Quoted if spaced
+OBJECTFILES_QUOTED_IF_SPACED=${OBJECTDIR}/main.p1 ${OBJECTDIR}/rs232.p1
+POSSIBLE_DEPFILES=${OBJECTDIR}/main.p1.d ${OBJECTDIR}/rs232.p1.d
+
+# Object Files
+OBJECTFILES=${OBJECTDIR}/main.p1 ${OBJECTDIR}/rs232.p1
+
+# Source Files
+SOURCEFILES=main.c rs232.c
+
+
+CFLAGS=
+ASFLAGS=
+LDLIBSOPTIONS=
+
+############# Tool locations ##########################################
+# If you copy a project from one host to another, the path where the #
+# compiler is installed may be different. #
+# If you open this project with MPLAB X in the new host, this #
+# makefile will be regenerated and the paths will be corrected. #
+#######################################################################
+# fixDeps replaces a bunch of sed/cat/printf statements that slow down the build
+FIXDEPS=fixDeps
+
+.build-conf: ${BUILD_SUBPROJECTS}
+ifneq ($(INFORMATION_MESSAGE), )
+ @echo $(INFORMATION_MESSAGE)
+endif
+ ${MAKE} -f nbproject/Makefile-default.mk dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+
+MP_PROCESSOR_OPTION=18F44K22
+# ------------------------------------------------------------------------------------
+# Rules for buildStep: compile
+ifeq ($(TYPE_IMAGE), DEBUG_RUN)
+${OBJECTDIR}/main.p1: main.c nbproject/Makefile-${CND_CONF}.mk
+ @${MKDIR} "${OBJECTDIR}"
+ @${RM} ${OBJECTDIR}/main.p1.d
+ @${RM} ${OBJECTDIR}/main.p1
+ ${MP_CC} --pass1 $(MP_EXTRA_CC_PRE) --chip=$(MP_PROCESSOR_OPTION) -Q -G -D__DEBUG=1 --debugger=icd3 --double=24 --float=24 --emi=wordwrite --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=$(CND_CONF) --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,-plib $(COMPARISON_BUILD) --output=-mcof,+elf:multilocs --stack=compiled:auto:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" -o${OBJECTDIR}/main.p1 main.c
+ @-${MV} ${OBJECTDIR}/main.d ${OBJECTDIR}/main.p1.d
+ @${FIXDEPS} ${OBJECTDIR}/main.p1.d $(SILENT) -rsi ${MP_CC_DIR}../
+
+${OBJECTDIR}/rs232.p1: rs232.c nbproject/Makefile-${CND_CONF}.mk
+ @${MKDIR} "${OBJECTDIR}"
+ @${RM} ${OBJECTDIR}/rs232.p1.d
+ @${RM} ${OBJECTDIR}/rs232.p1
+ ${MP_CC} --pass1 $(MP_EXTRA_CC_PRE) --chip=$(MP_PROCESSOR_OPTION) -Q -G -D__DEBUG=1 --debugger=icd3 --double=24 --float=24 --emi=wordwrite --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=$(CND_CONF) --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,-plib $(COMPARISON_BUILD) --output=-mcof,+elf:multilocs --stack=compiled:auto:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" -o${OBJECTDIR}/rs232.p1 rs232.c
+ @-${MV} ${OBJECTDIR}/rs232.d ${OBJECTDIR}/rs232.p1.d
+ @${FIXDEPS} ${OBJECTDIR}/rs232.p1.d $(SILENT) -rsi ${MP_CC_DIR}../
+
+else
+${OBJECTDIR}/main.p1: main.c nbproject/Makefile-${CND_CONF}.mk
+ @${MKDIR} "${OBJECTDIR}"
+ @${RM} ${OBJECTDIR}/main.p1.d
+ @${RM} ${OBJECTDIR}/main.p1
+ ${MP_CC} --pass1 $(MP_EXTRA_CC_PRE) --chip=$(MP_PROCESSOR_OPTION) -Q -G --double=24 --float=24 --emi=wordwrite --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=$(CND_CONF) --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,-plib $(COMPARISON_BUILD) --output=-mcof,+elf:multilocs --stack=compiled:auto:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" -o${OBJECTDIR}/main.p1 main.c
+ @-${MV} ${OBJECTDIR}/main.d ${OBJECTDIR}/main.p1.d
+ @${FIXDEPS} ${OBJECTDIR}/main.p1.d $(SILENT) -rsi ${MP_CC_DIR}../
+
+${OBJECTDIR}/rs232.p1: rs232.c nbproject/Makefile-${CND_CONF}.mk
+ @${MKDIR} "${OBJECTDIR}"
+ @${RM} ${OBJECTDIR}/rs232.p1.d
+ @${RM} ${OBJECTDIR}/rs232.p1
+ ${MP_CC} --pass1 $(MP_EXTRA_CC_PRE) --chip=$(MP_PROCESSOR_OPTION) -Q -G --double=24 --float=24 --emi=wordwrite --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=$(CND_CONF) --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,-plib $(COMPARISON_BUILD) --output=-mcof,+elf:multilocs --stack=compiled:auto:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" -o${OBJECTDIR}/rs232.p1 rs232.c
+ @-${MV} ${OBJECTDIR}/rs232.d ${OBJECTDIR}/rs232.p1.d
+ @${FIXDEPS} ${OBJECTDIR}/rs232.p1.d $(SILENT) -rsi ${MP_CC_DIR}../
+
+endif
+
+# ------------------------------------------------------------------------------------
+# Rules for buildStep: assemble
+ifeq ($(TYPE_IMAGE), DEBUG_RUN)
+else
+endif
+
+# ------------------------------------------------------------------------------------
+# Rules for buildStep: link
+ifeq ($(TYPE_IMAGE), DEBUG_RUN)
+dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk
+ @${MKDIR} dist/${CND_CONF}/${IMAGE_TYPE}
+ ${MP_CC} $(MP_EXTRA_LD_PRE) --chip=$(MP_PROCESSOR_OPTION) -G -mdist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.map -D__DEBUG=1 --debugger=icd3 --double=24 --float=24 --emi=wordwrite --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=$(CND_CONF) --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,-plib --output=-mcof,+elf:multilocs --stack=compiled:auto:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" $(COMPARISON_BUILD) --memorysummary dist/${CND_CONF}/${IMAGE_TYPE}/memoryfile.xml -odist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED}
+ @${RM} dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.hex
+
+else
+dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}: ${OBJECTFILES} nbproject/Makefile-${CND_CONF}.mk
+ @${MKDIR} dist/${CND_CONF}/${IMAGE_TYPE}
+ ${MP_CC} $(MP_EXTRA_LD_PRE) --chip=$(MP_PROCESSOR_OPTION) -G -mdist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.map --double=24 --float=24 --emi=wordwrite --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=$(CND_CONF) --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-download,+config,+clib,-plib --output=-mcof,+elf:multilocs --stack=compiled:auto:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" $(COMPARISON_BUILD) --memorysummary dist/${CND_CONF}/${IMAGE_TYPE}/memoryfile.xml -odist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${DEBUGGABLE_SUFFIX} ${OBJECTFILES_QUOTED_IF_SPACED}
+
+endif
+
+
+# Subprojects
+.build-subprojects:
+
+
+# Subprojects
+.clean-subprojects:
+
+# Clean Targets
+.clean-conf: ${CLEAN_SUBPROJECTS}
+ ${RM} -r build/default
+ ${RM} -r dist/default
+
+# Enable dependency checking
+.dep.inc: .depcheck-impl
+
+DEPFILES=$(shell mplabwildcard ${POSSIBLE_DEPFILES})
+ifneq (${DEPFILES},)
+include ${DEPFILES}
+endif
diff --git a/src/nbproject/Makefile-genesis.properties b/src/nbproject/Makefile-genesis.properties
new file mode 100644
index 0000000..b7e886f
--- /dev/null
+++ b/src/nbproject/Makefile-genesis.properties
@@ -0,0 +1,9 @@
+#
+#Tue Jan 09 08:34:18 CET 2018
+default.languagetoolchain.dir=C\:\\Program Files\\Microchip\\xc8\\v1.44\\bin
+configurations-xml=e53636da3f169dff17c4b629d53a8e38
+com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=5d30ff5128b14865c8a3796a8f0bb8a0
+default.languagetoolchain.version=1.44
+host.platform=windows
+conf.ids=default
+default.com-microchip-mplab-nbide-toolchainXC8-XC8LanguageToolchain.md5=1ecde863556371fa9144cadd16f678d4
diff --git a/src/nbproject/Makefile-impl.mk b/src/nbproject/Makefile-impl.mk
new file mode 100644
index 0000000..5996b20
--- /dev/null
+++ b/src/nbproject/Makefile-impl.mk
@@ -0,0 +1,69 @@
+#
+# Generated Makefile - do not edit!
+#
+# Edit the Makefile in the project folder instead (../Makefile). Each target
+# has a pre- and a post- target defined where you can add customization code.
+#
+# This makefile implements macros and targets common to all configurations.
+#
+# NOCDDL
+
+
+# Building and Cleaning subprojects are done by default, but can be controlled with the SUB
+# macro. If SUB=no, subprojects will not be built or cleaned. The following macro
+# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf
+# and .clean-reqprojects-conf unless SUB has the value 'no'
+SUB_no=NO
+SUBPROJECTS=${SUB_${SUB}}
+BUILD_SUBPROJECTS_=.build-subprojects
+BUILD_SUBPROJECTS_NO=
+BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}}
+CLEAN_SUBPROJECTS_=.clean-subprojects
+CLEAN_SUBPROJECTS_NO=
+CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
+
+
+# Project Name
+PROJECTNAME=src
+
+# Active Configuration
+DEFAULTCONF=default
+CONF=${DEFAULTCONF}
+
+# All Configurations
+ALLCONFS=default
+
+
+# build
+.build-impl: .build-pre
+ ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+
+
+# clean
+.clean-impl: .clean-pre
+ ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+
+# clobber
+.clobber-impl: .clobber-pre .depcheck-impl
+ ${MAKE} SUBPROJECTS=${SUBPROJECTS} CONF=default clean
+
+
+
+# all
+.all-impl: .all-pre .depcheck-impl
+ ${MAKE} SUBPROJECTS=${SUBPROJECTS} CONF=default build
+
+
+
+# dependency checking support
+.depcheck-impl:
+# @echo "# This code depends on make tool being used" >.dep.inc
+# @if [ -n "${MAKE_VERSION}" ]; then \
+# echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \
+# echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \
+# echo "include \$${DEPFILES}" >>.dep.inc; \
+# echo "endif" >>.dep.inc; \
+# else \
+# echo ".KEEP_STATE:" >>.dep.inc; \
+# echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \
+# fi
diff --git a/src/nbproject/Makefile-local-default.mk b/src/nbproject/Makefile-local-default.mk
new file mode 100644
index 0000000..eba8b85
--- /dev/null
+++ b/src/nbproject/Makefile-local-default.mk
@@ -0,0 +1,37 @@
+#
+# Generated Makefile - do not edit!
+#
+#
+# This file contains information about the location of compilers and other tools.
+# If you commmit this file into your revision control server, you will be able to
+# to checkout the project and build it from the command line with make. However,
+# if more than one person works on the same project, then this file might show
+# conflicts since different users are bound to have compilers in different places.
+# In that case you might choose to not commit this file and let MPLAB X recreate this file
+# for each user. The disadvantage of not commiting this file is that you must run MPLAB X at
+# least once so the file gets created and the project can be built. Finally, you can also
+# avoid using this file at all if you are only building from the command line with make.
+# You can invoke make with the values of the macros:
+# $ makeMP_CC="/opt/microchip/mplabc30/v3.30c/bin/pic30-gcc" ...
+#
+SHELL=cmd.exe
+PATH_TO_IDE_BIN=C:/Program Files/Microchip/MPLABX/v4.05/mplab_ide/platform/../mplab_ide/modules/../../bin/
+# Adding MPLAB X bin directory to path.
+PATH:=C:/Program Files/Microchip/MPLABX/v4.05/mplab_ide/platform/../mplab_ide/modules/../../bin/:$(PATH)
+# Path to java used to run MPLAB X when this makefile was created
+MP_JAVA_PATH="C:\Program Files\Microchip\MPLABX\v4.05\sys\java\jre1.8.0_144/bin/"
+OS_CURRENT="$(shell uname -s)"
+MP_CC="C:\Program Files\Microchip\xc8\v1.44\bin\xc8.exe"
+# MP_CPPC is not defined
+# MP_BC is not defined
+MP_AS="C:\Program Files\Microchip\xc8\v1.44\bin\xc8.exe"
+MP_LD="C:\Program Files\Microchip\xc8\v1.44\bin\xc8.exe"
+# MP_AR is not defined
+DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files/Microchip/MPLABX/v4.05/mplab_ide/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar"
+MP_CC_DIR="C:\Program Files\Microchip\xc8\v1.44\bin"
+# MP_CPPC_DIR is not defined
+# MP_BC_DIR is not defined
+MP_AS_DIR="C:\Program Files\Microchip\xc8\v1.44\bin"
+MP_LD_DIR="C:\Program Files\Microchip\xc8\v1.44\bin"
+# MP_AR_DIR is not defined
+# MP_BC_DIR is not defined
diff --git a/src/nbproject/Makefile-variables.mk b/src/nbproject/Makefile-variables.mk
new file mode 100644
index 0000000..095430d
--- /dev/null
+++ b/src/nbproject/Makefile-variables.mk
@@ -0,0 +1,13 @@
+#
+# Generated - do not edit!
+#
+# NOCDDL
+#
+CND_BASEDIR=`pwd`
+# default configuration
+CND_ARTIFACT_DIR_default=dist/default/production
+CND_ARTIFACT_NAME_default=src.production.hex
+CND_ARTIFACT_PATH_default=dist/default/production/src.production.hex
+CND_PACKAGE_DIR_default=${CND_DISTDIR}/default/package
+CND_PACKAGE_NAME_default=src.tar
+CND_PACKAGE_PATH_default=${CND_DISTDIR}/default/package/src.tar
diff --git a/src/nbproject/Package-default.bash b/src/nbproject/Package-default.bash
new file mode 100644
index 0000000..913d7af
--- /dev/null
+++ b/src/nbproject/Package-default.bash
@@ -0,0 +1,73 @@
+#!/bin/bash -x
+
+#
+# Generated - do not edit!
+#
+
+# Macros
+TOP=`pwd`
+CND_CONF=default
+CND_DISTDIR=dist
+TMPDIR=build/${CND_CONF}/${IMAGE_TYPE}/tmp-packaging
+TMPDIRNAME=tmp-packaging
+OUTPUT_PATH=dist/${CND_CONF}/${IMAGE_TYPE}/src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+OUTPUT_BASENAME=src.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
+PACKAGE_TOP_DIR=src/
+
+# Functions
+function checkReturnCode
+{
+ rc=$?
+ if [ $rc != 0 ]
+ then
+ exit $rc
+ fi
+}
+function makeDirectory
+# $1 directory path
+# $2 permission (optional)
+{
+ mkdir -p "$1"
+ checkReturnCode
+ if [ "$2" != "" ]
+ then
+ chmod $2 "$1"
+ checkReturnCode
+ fi
+}
+function copyFileToTmpDir
+# $1 from-file path
+# $2 to-file path
+# $3 permission
+{
+ cp "$1" "$2"
+ checkReturnCode
+ if [ "$3" != "" ]
+ then
+ chmod $3 "$2"
+ checkReturnCode
+ fi
+}
+
+# Setup
+cd "${TOP}"
+mkdir -p ${CND_DISTDIR}/${CND_CONF}/package
+rm -rf ${TMPDIR}
+mkdir -p ${TMPDIR}
+
+# Copy files and create directories and links
+cd "${TOP}"
+makeDirectory ${TMPDIR}/src/bin
+copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
+
+
+# Generate tar file
+cd "${TOP}"
+rm -f ${CND_DISTDIR}/${CND_CONF}/package/src.tar
+cd ${TMPDIR}
+tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/package/src.tar *
+checkReturnCode
+
+# Cleanup
+cd "${TOP}"
+rm -rf ${TMPDIR}
diff --git a/src/nbproject/configurations.xml b/src/nbproject/configurations.xml
new file mode 100644
index 0000000..c04bafb
--- /dev/null
+++ b/src/nbproject/configurations.xml
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="62">
+ <logicalFolder name="root" displayName="root" projectFiles="true">
+ <logicalFolder name="HeaderFiles"
+ displayName="Header Files"
+ projectFiles="true">
+ <itemPath>rs232.h</itemPath>
+ </logicalFolder>
+ <logicalFolder name="LinkerScript"
+ displayName="Linker Files"
+ projectFiles="true">
+ </logicalFolder>
+ <logicalFolder name="SourceFiles"
+ displayName="Source Files"
+ projectFiles="true">
+ <itemPath>main.c</itemPath>
+ <itemPath>rs232.c</itemPath>
+ </logicalFolder>
+ <logicalFolder name="ExternalFiles"
+ displayName="Important Files"
+ projectFiles="false">
+ <itemPath>Makefile</itemPath>
+ </logicalFolder>
+ </logicalFolder>
+ <projectmakefile>Makefile</projectmakefile>
+ <confs>
+ <conf name="default" type="2">
+ <toolsSet>
+ <developmentServer>localhost</developmentServer>
+ <targetDevice>PIC18F44K22</targetDevice>
+ <targetHeader></targetHeader>
+ <targetPluginBoard></targetPluginBoard>
+ <platformTool>ICD3PlatformTool</platformTool>
+ <languageToolchain>XC8</languageToolchain>
+ <languageToolchainVersion>1.44</languageToolchainVersion>
+ <platform>3</platform>
+ </toolsSet>
+ <compileType>
+ <linkerTool>
+ <linkerLibItems>
+ </linkerLibItems>
+ </linkerTool>
+ <archiverTool>
+ </archiverTool>
+ <loading>
+ <useAlternateLoadableFile>false</useAlternateLoadableFile>
+ <parseOnProdLoad>false</parseOnProdLoad>
+ <alternateLoadableFile></alternateLoadableFile>
+ </loading>
+ <subordinates>
+ </subordinates>
+ </compileType>
+ <makeCustomizationType>
+ <makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
+ <makeCustomizationPreStep></makeCustomizationPreStep>
+ <makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
+ <makeCustomizationPostStep></makeCustomizationPostStep>
+ <makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
+ <makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
+ <makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
+ </makeCustomizationType>
+ <HI-TECH-COMP>
+ <property key="asmlist" value="true"/>
+ <property key="define-macros" value=""/>
+ <property key="disable-optimizations" value="false"/>
+ <property key="extra-include-directories" value=""/>
+ <property key="favor-optimization-for" value="-speed,+space"/>
+ <property key="identifier-length" value="255"/>
+ <property key="local-generation" value="false"/>
+ <property key="operation-mode" value="free"/>
+ <property key="opt-xc8-compiler-strict_ansi" value="false"/>
+ <property key="optimization-assembler" value="true"/>
+ <property key="optimization-assembler-files" value="true"/>
+ <property key="optimization-debug" value="false"/>
+ <property key="optimization-global" value="true"/>
+ <property key="optimization-invariant-enable" value="false"/>
+ <property key="optimization-invariant-value" value="16"/>
+ <property key="optimization-level" value="9"/>
+ <property key="optimization-set" value="default"/>
+ <property key="optimization-speed" value="false"/>
+ <property key="optimization-stable-enable" value="false"/>
+ <property key="preprocess-assembler" value="true"/>
+ <property key="undefine-macros" value=""/>
+ <property key="use-cci" value="false"/>
+ <property key="use-iar" value="false"/>
+ <property key="verbose" value="false"/>
+ <property key="warning-level" value="-3"/>
+ <property key="what-to-do" value="ignore"/>
+ </HI-TECH-COMP>
+ <HI-TECH-LINK>
+ <property key="additional-options-checksum" value=""/>
+ <property key="additional-options-code-offset" value=""/>
+ <property key="additional-options-command-line" value=""/>
+ <property key="additional-options-errata" value=""/>
+ <property key="additional-options-extend-address" value="false"/>
+ <property key="additional-options-trace-type" value=""/>
+ <property key="additional-options-use-response-files" value="false"/>
+ <property key="backup-reset-condition-flags" value="false"/>
+ <property key="calibrate-oscillator" value="false"/>
+ <property key="calibrate-oscillator-value" value="0x3400"/>
+ <property key="clear-bss" value="true"/>
+ <property key="code-model-external" value="wordwrite"/>
+ <property key="code-model-rom" value=""/>
+ <property key="create-html-files" value="false"/>
+ <property key="data-model-ram" value=""/>
+ <property key="data-model-size-of-double" value="24"/>
+ <property key="data-model-size-of-float" value="24"/>
+ <property key="display-class-usage" value="false"/>
+ <property key="display-hex-usage" value="false"/>
+ <property key="display-overall-usage" value="true"/>
+ <property key="display-psect-usage" value="false"/>
+ <property key="fill-flash-options-addr" value=""/>
+ <property key="fill-flash-options-const" value=""/>
+ <property key="fill-flash-options-how" value="0"/>
+ <property key="fill-flash-options-inc-const" value="1"/>
+ <property key="fill-flash-options-increment" value=""/>
+ <property key="fill-flash-options-seq" value=""/>
+ <property key="fill-flash-options-what" value="0"/>
+ <property key="format-hex-file-for-download" value="false"/>
+ <property key="initialize-data" value="true"/>
+ <property key="keep-generated-startup.as" value="false"/>
+ <property key="link-in-c-library" value="true"/>
+ <property key="link-in-peripheral-library" value="false"/>
+ <property key="managed-stack" value="false"/>
+ <property key="opt-xc8-linker-file" value="false"/>
+ <property key="opt-xc8-linker-link_startup" value="false"/>
+ <property key="opt-xc8-linker-serial" value=""/>
+ <property key="program-the-device-with-default-config-words" value="true"/>
+ </HI-TECH-LINK>
+ <ICD3PlatformTool>
+ <property key="AutoSelectMemRanges" value="auto"/>
+ <property key="Freeze Peripherals" value="true"/>
+ <property key="SecureSegment.SegmentProgramming" value="FullChipProgramming"/>
+ <property key="ToolFirmwareFilePath"
+ value="Press to browse for a specific firmware version"/>
+ <property key="ToolFirmwareOption.UseLatestFirmware" value="true"/>
+ <property key="debugoptions.useswbreakpoints" value="false"/>
+ <property key="hwtoolclock.frcindebug" value="false"/>
+ <property key="memories.aux" value="false"/>
+ <property key="memories.bootflash" value="false"/>
+ <property key="memories.configurationmemory" value="true"/>
+ <property key="memories.configurationmemory2" value="true"/>
+ <property key="memories.dataflash" value="true"/>
+ <property key="memories.eeprom" value="true"/>
+ <property key="memories.flashdata" value="true"/>
+ <property key="memories.id" value="true"/>
+ <property key="memories.instruction.ram" value="true"/>
+ <property key="memories.instruction.ram.ranges"
+ value="${memories.instruction.ram.ranges}"/>
+ <property key="memories.programmemory" value="true"/>
+ <property key="memories.programmemory.ranges" value="0-3fff"/>
+ <property key="poweroptions.powerenable" value="false"/>
+ <property key="programoptions.donoteraseauxmem" value="false"/>
+ <property key="programoptions.eraseb4program" value="true"/>
+ <property key="programoptions.preservedataflash" value="false"/>
+ <property key="programoptions.preservedataflash.ranges" value=""/>
+ <property key="programoptions.preserveeeprom" value="false"/>
+ <property key="programoptions.preserveeeprom.ranges" value=""/>
+ <property key="programoptions.preserveprogram.ranges" value=""/>
+ <property key="programoptions.preserveprogramrange" value="false"/>
+ <property key="programoptions.preserveuserid" value="false"/>
+ <property key="programoptions.programcalmem" value="false"/>
+ <property key="programoptions.programuserotp" value="false"/>
+ <property key="programoptions.testmodeentrymethod" value="VDDFirst"/>
+ <property key="programoptions.usehighvoltageonmclr" value="false"/>
+ <property key="programoptions.uselvpprogramming" value="false"/>
+ <property key="voltagevalue" value="5.0"/>
+ </ICD3PlatformTool>
+ <XC8-config-global>
+ <property key="advanced-elf" value="true"/>
+ <property key="output-file-format" value="-mcof,+elf"/>
+ <property key="stack-size-high" value="auto"/>
+ <property key="stack-size-low" value="auto"/>
+ <property key="stack-size-main" value="auto"/>
+ <property key="stack-type" value="compiled"/>
+ </XC8-config-global>
+ </conf>
+ </confs>
+</configurationDescriptor>
diff --git a/src/nbproject/private/configurations.xml b/src/nbproject/private/configurations.xml
new file mode 100644
index 0000000..492dbe3
--- /dev/null
+++ b/src/nbproject/private/configurations.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="62">
+ <projectmakefile>Makefile</projectmakefile>
+ <defaultConf>0</defaultConf>
+ <confs>
+ <conf name="default" type="2">
+ <platformToolSN></platformToolSN>
+ <languageToolchainDir>C:\Program Files\Microchip\xc8\v1.44\bin</languageToolchainDir>
+ <mdbdebugger version="1">
+ <placeholder1>place holder 1</placeholder1>
+ <placeholder2>place holder 2</placeholder2>
+ </mdbdebugger>
+ <runprofile version="6">
+ <args></args>
+ <rundir></rundir>
+ <buildfirst>true</buildfirst>
+ <console-type>0</console-type>
+ <terminal-type>0</terminal-type>
+ <remove-instrumentation>0</remove-instrumentation>
+ <environment>
+ </environment>
+ </runprofile>
+ </conf>
+ </confs>
+</configurationDescriptor>
diff --git a/src/nbproject/private/private.xml b/src/nbproject/private/private.xml
new file mode 100644
index 0000000..f742160
--- /dev/null
+++ b/src/nbproject/private/private.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
+ <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
+ <group name="Corso Kamm">
+ <file>file:/Z:/SAMB_4/projects/xilofono/src/main.c</file>
+ <file>file:/Z:/SAMB_4/projects/xilofono/src/rs232.h</file>
+ <file>file:/Z:/SAMB_4/projects/xilofono/src/rs232.c</file>
+ </group>
+ </open-files>
+</project-private>
diff --git a/src/nbproject/project.xml b/src/nbproject/project.xml
new file mode 100644
index 0000000..e453791
--- /dev/null
+++ b/src/nbproject/project.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+ <type>com.microchip.mplab.nbide.embedded.makeproject</type>
+ <configuration>
+ <data xmlns="http://www.netbeans.org/ns/make-project/1">
+ <name>Xilofono</name>
+ <creation-uuid>f270d371-4390-4135-a02b-3ed478d941b7</creation-uuid>
+ <make-project-type>0</make-project-type>
+ <c-extensions>c</c-extensions>
+ <cpp-extensions/>
+ <header-extensions>h</header-extensions>
+ <asminc-extensions/>
+ <sourceEncoding>ISO-8859-1</sourceEncoding>
+ <make-dep-projects/>
+ </data>
+ </configuration>
+</project>
diff --git a/src/rs232.c b/src/rs232.c
new file mode 100644
index 0000000..f4cf404
--- /dev/null
+++ b/src/rs232.c
@@ -0,0 +1,40 @@
+#include "rs232.h"
+#include <xc.h>
+
+void eusart_init(void) {
+
+ // set Async and 8 bits frame
+ TXSTAbits.SYNC = 0;
+ TXSTAbits.TX9 = 0;
+
+ // 9600 baud prescaler
+ RCSTAbits.SPEN = 1;
+ SPBRG = 129;
+ TXSTAbits.BRGH = 1;
+ BAUDCONbits.BRG16 = 0;
+
+ // set up TX / RX pins
+ TRISC7 = 1;
+ TRISC6 = 1;
+ RCSTAbits.CREN = 1; // enable continuous reception
+ TXSTAbits.TXEN = 1;
+}
+
+void putch(char c) {
+
+ while (!TXIF);
+ TXREG = c;
+}
+
+char getch(void) {
+
+ while (!RCIF);
+ return RCREG;
+}
+
+char getche(void) {
+ char c = getch();
+ putch(c); // echo
+
+ return c;
+}
diff --git a/src/rs232.h b/src/rs232.h
new file mode 100644
index 0000000..06866ba
--- /dev/null
+++ b/src/rs232.h
@@ -0,0 +1,25 @@
+/*
+ * File: rs232.h
+ * Author: _prossn
+ *
+ * Created on 7. dicembre 2017, 15:07
+ */
+
+#ifndef RS232_H
+#define RS232_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void eusart_init(void);
+extern void putch(char c);
+extern char getch(void);
+extern char getche(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* RS232_H */
+