Previous in Forum: Another Laptop query!   Next in Forum: Internet Explorer shuts down
Close
Close
Close
30 comments
Rate Comments: Nested
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32

EXCEL Worksheet from VB Program

05/31/2008 10:57 PM

Hi

Any software expert who can tell me how to create and load data into excel file from VB and VC programs? Where to find details on excel worksheet data format/s?

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#1

Re: EXCEL Worksheet from VB Program

06/01/2008 4:01 AM

The easiest way (in my opinion) is to use a .csv (comma-separated-variable) text file.

Next, I'd say DDE (direct data exchange), though this has gone out of favour with MS.

After that is the 'proper way' (according to MS) - using DAO (data access objects).

I've got a book (Excel 2003 VBA Programmer's Reference, pub. by Wrox, ISBN 0-7645-5660-6) which explains it pretty well. You may find info at www.wrox.com, of on the Microsoft Knowledge Base stuff on the net.

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Score 1 for Good Answer
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#2
In reply to #1

Re: EXCEL Worksheet from VB Program

06/01/2008 4:19 AM

"... at www.wrox.com, of on the Microsoft ..."

Sorry, should've been "at www.wrox.com, or on the Microsoft ..."

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply Off Topic (Score 5)
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#3
In reply to #1

Re: EXCEL Worksheet from VB Program

06/01/2008 4:35 AM

I want to collect data from RS232 serial port into excel file. Right now using Hyper terminal to capture data from COM port and that works fine but how to get directly into excel worksheet is a question?

I found out that there are VBA or Visual Basic Application program for this that go with excel. Any idea of what they are.

Yes, I will like to buy few reference books that can help.

I also found this website that sells software.

http://www.taltech.com/

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Power-User
Canada - Member - BC Born, Alberta Raised, Quebec (poutine) crazed... Engineering Fields - Aerospace Engineering - An airplane is just a bunch of beams... Hobbies - Model Rocketry - Had fun as a kid...fun stuff Hobbies - CNC - dreaming of cutting Engineering Fields - Control Engineering - PID ME!

Join Date: Aug 2006
Location: Montreal, CANADA
Posts: 368
Good Answers: 10
#5
In reply to #3

Re: EXCEL Worksheet from VB Program

06/02/2008 11:08 AM

Have a look at this...

http://code.msdn.microsoft.com/Caspar

It's just a demo though...I'm sure there's freeware that will allow you to do this if there isn't already some VBA way of going about it.

My excel questions go on www.mrexcel.com where there is a huge number of users and the answers generally come quickly....

__________________
kkjensen
Register to Reply
Guru
Safety - Hazmat - New Member Safety - ESD - New Member Engineering Fields - Transportation Engineering - New Member Popular Science - Evolution - New Member Technical Fields - Procurement - New Member Hobbies - Target Shooting - New Member Popular Science - Cosmology - New Member Engineering Fields - Architectural Engineering - New Member Technical Fields - Marketing/Advertising - New Member Engineering Fields - Food Process Engineering - New Member

Join Date: Dec 2005
Location: Mariposa Ca
Posts: 5800
Good Answers: 114
#7
In reply to #5

Re: EXCEL Worksheet from VB Program

06/02/2008 11:40 AM

Thanks kkjensen,

I've been playing around trying to teach my self Access, I like the security it offers. Input forms are separate from the database, allowing anyone to add data without being able to change [or see] the main spreadsheet [database]. The help files aren't as easy to use as on Excell. I've been using: http://forums.techguy.org/ Mr Excell looks like a good addition to my tool set. Access is basically a souped up spreadsheet, geared towards presentations & selective sharing of data.

Register to Reply
Power-User
Canada - Member - BC Born, Alberta Raised, Quebec (poutine) crazed... Engineering Fields - Aerospace Engineering - An airplane is just a bunch of beams... Hobbies - Model Rocketry - Had fun as a kid...fun stuff Hobbies - CNC - dreaming of cutting Engineering Fields - Control Engineering - PID ME!

Join Date: Aug 2006
Location: Montreal, CANADA
Posts: 368
Good Answers: 10
#6
In reply to #3

Re: EXCEL Worksheet from VB Program

06/02/2008 11:12 AM

[edit] ...this one isn't free either...but paying and getting support can be a good thing... [/edit]

http://www.windmill.co.uk/rs232.html

__________________
kkjensen
Register to Reply Score 1 for Good Answer
Guru
Panama - Member - New Member Hobbies - CNC - New Member Engineering Fields - Marine Engineering - New Member Engineering Fields - Retired Engineers / Mentors - New Member

Join Date: Dec 2006
Location: Panama
Posts: 4273
Good Answers: 213
#15
In reply to #3

Re: EXCEL Worksheet from VB Program

06/02/2008 9:40 PM

I have done exactly what you are looking for with VB in Excel- reading a digital multimeter directly into Excel over RS232. I make the code available to anyone interested with no strings attached. It requires, however, a workaround called xmcomm, because Microsoft does not include the necessary dll's in the version of VB that comes with Excel. The macro I wrote works with Excel 2000, and somewhat with Excel 2003 (it reads one of my meters in Excel 2003 but not another- reads them both in Excel 2000). You also need to know the communications protocol for the meter.

Unfortunately, I am traveling right now, and won't be back to my office where I have the information until next week. If you will e-mail me next week to remind me, I will be more than happy to send you a copy of the macro, instructions on downloading the xmcomm package, and some pointers on connecting to whatever you are trying to read. The macro I wrote outputs to a spread sheet and includes a real time chart recorder like graph.

Register to Reply
Power-User
Canada - Member - BC Born, Alberta Raised, Quebec (poutine) crazed... Engineering Fields - Aerospace Engineering - An airplane is just a bunch of beams... Hobbies - Model Rocketry - Had fun as a kid...fun stuff Hobbies - CNC - dreaming of cutting Engineering Fields - Control Engineering - PID ME!

Join Date: Aug 2006
Location: Montreal, CANADA
Posts: 368
Good Answers: 10
#18
In reply to #15

Re: EXCEL Worksheet from VB Program

06/03/2008 7:36 AM

sounds cool...I'd like a copy when you're back home. kristofor dot jensen (at) gmail dot com

__________________
kkjensen
Register to Reply
Participant

Join Date: May 2007
Location: Lake Worth, FL
Posts: 4
#19
In reply to #15

Re: EXCEL Worksheet from VB Program

06/03/2008 11:01 AM

" I have done exactly what you are looking for with VB in Excel- reading a digital multimeter directly into Excel over RS232. I make the code available to anyone interested with no strings attached. It requires, however, a workaround called xmcomm, because Microsoft does not include the necessary dll's in the version of VB that comes with Excel. The macro I wrote works with Excel 2000, and somewhat with Excel 2003 (it reads one of my meters in Excel 2003 but not another- reads them both in Excel 2000). You also need to know the communications protocol for the meter. "

Dear Sir,

My name is Michael Tam. I would like to receive the macro for reading data directly to excel worksheet. I wonder if you can send me the program also, the required instructions and additional program download.

Thanks for the help,

Michael

Register to Reply
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#21
In reply to #15

Re: EXCEL Worksheet from VB Program

06/03/2008 12:15 PM

Dear cwarner7_11

That is very impressive. I have Microsoft Office Excel 2007. Will it enter into that also.

I format the data from instruments so no problem for me. I send these in plain ASCII numbers 0-9 in five digit and some in 10 digits separated by space and then truncated by <CR><LF>

12345 12345 12345 12345 12345 12345 12345 12345 12345 1234567890<CR><LF>

and then new line data every 100ms at 9600,n,8,1 baud rate. You can say that it is a simple ASCII number information packet.

They are from 10 sensors so 10 in a row.

I can slow down to 1 line per second if 10 line per second is difficult to handle.

Your code help sure be appreciated by hundreds of engineers learning from me.

One of my engineer Nitin Suri has written good VB code for me to get data from 1 line per second device into ACEESS file. Unfortunately he left for MS in USA and I have little idea of the code and can not trim it properly.

You can see the look of the screen where data appears and also graph in the right corner and also file is created for data in ACESS. I can get graph for all channels in real time.

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Power-User
United Kingdom - Member - Member

Join Date: Mar 2007
Location: Blackburn, Lancashire
Posts: 269
Good Answers: 9
#4

Re: EXCEL Worksheet from VB Program

06/02/2008 10:46 AM

This should be all you need to know

http://support.microsoft.com/kb/147650

Alan

__________________
If you remain calm while all those around you are losing their heads, then you haven't realised the seriousness of the situation
Register to Reply
Power-User

Join Date: Nov 2007
Location: South Florida
Posts: 394
Good Answers: 8
#13
In reply to #4

Re: EXCEL Worksheet from VB Program

06/02/2008 8:33 PM

This is a good article. A few friendly comments from you would make it perfect.

/Ari (Orpheuse)

__________________
Orpheuse
Register to Reply
Power-User
United Kingdom - Member - Member

Join Date: Mar 2007
Location: Blackburn, Lancashire
Posts: 269
Good Answers: 9
#17
In reply to #13

Re: EXCEL Worksheet from VB Program

06/03/2008 3:31 AM

Friendly comments ?!?

Ok

Orpheuse you look great, the world is your oyster, get out there and knock em dead

Alan

__________________
If you remain calm while all those around you are losing their heads, then you haven't realised the seriousness of the situation
Register to Reply
Power-User

Join Date: Apr 2008
Location: UK
Posts: 246
Good Answers: 6
#8

Re: EXCEL Worksheet from VB Program

06/02/2008 2:10 PM

Hello Shyam

I wrote a program to plot data incoming from a PIC microcontroller via the serial port. After plotting it can be saved as a csv and loaded directly into Excel. You basically read the port using the MSCOMM command and save the data to an array. You can use the internal timers in VB to tell it when to read the port value but its not really accurate if fast data is required. What are you reading the data from and how often?

__________________
Peter Jensen
Register to Reply
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#11
In reply to #8

Re: EXCEL Worksheet from VB Program

06/02/2008 7:29 PM

How do you load .csv file into excel? I see no such option.

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#12
In reply to #11

Re: EXCEL Worksheet from VB Program

06/02/2008 7:42 PM

You can usually just double-click on it (from Windows Explorer) and it will open in Excel. If not, right-click and use 'open with > excel'. If all else fails, open Excel and use 'File... Open' and select the .csv file of interest (you can set the file type as Text (*.prn,*.txt,*.csv)).

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#16
In reply to #12

Re: EXCEL Worksheet from VB Program

06/02/2008 11:52 PM

It says file name *.csv is not valid. I think my version of Office XP EXCEL does not have this feature.

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Power-User

Join Date: Jun 2007
Location: Oxford, UK
Posts: 145
Good Answers: 3
#20
In reply to #16

Re: EXCEL Worksheet from VB Program

06/03/2008 11:40 AM

Open Excel.

Change 'Files of type' All Microsoft Excel Files *.XL* ......

to

Text Files *.prn; *.txt; *.csv

This will list all and only files of the above extensions. Select the required csv file and Excel will go through some checks eg field delimiter character - Tabs, paragraph, comma or other and will then import the data into Excel.

Make a simple text file using Notepad;

Open Notepad

Type in

one,two,three,four

Save As test.txt and close

Start Excel

File | Open

Files of type - Text

Select test.txt and make sure the comma delimiter box is checked and wow the data is in the spreadsheet.


Tony

__________________
Tony Aston
Register to Reply
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#22
In reply to #20

Re: EXCEL Worksheet from VB Program

06/03/2008 12:42 PM

Dear Tony Aston

Thanks. It asks for TEXT file. I looked for details and then it is simply Comma Separated Value in ASCII. Good that I did not know such a simple thing.

My Multimeter gives data like this for frequency measurement.

Sample Record Lists.

Date<YYYY:MM:DD> TIME<hh:mm:ss> FUNCTION TEST VALUE
-------------------------------------------------------------------------
2008-03-14 18:28:04 Hz 85.851Hz
2008-03-14 18:28:04 Hz 85.851Hz
2008-03-14 18:28:05 Hz 85.851Hz
2008-03-14 18:28:05 Hz 85.851Hz
2008-03-14 18:28:05 Hz 85.851Hz
2008-03-14 18:28:05 Hz 85.851Hz
2008-03-14 18:28:05 Hz 85.855Hz
2008-03-14 18:28:05 Hz 85.855Hz
2008-03-14 18:28:05 Hz 85.855Hz
2008-03-14 18:28:05 Hz 85.855Hz
2008-03-14 18:28:06 Hz 85.855Hz
2008-03-14 18:28:06 Hz 85.855Hz
2008-03-14 18:28:06 Hz 85.859Hz
2008-03-14 18:28:06 Hz 85.859Hz
2008-03-14 18:28:06 Hz 85.859Hz
2008-03-14 18:28:06 Hz 85.859Hz
2008-03-14 18:28:06 Hz 85.859Hz

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Power-User

Join Date: Jun 2007
Location: Oxford, UK
Posts: 145
Good Answers: 3
#23
In reply to #22

Re: EXCEL Worksheet from VB Program

06/03/2008 1:21 PM

Instead of using Delimiter, use the Fixed Width option. This will enable you to select the number of characters you require for each of the fields. Excel will suggest the width positions which you can alter. Decide if you want spaces at the beginning or end of the data. When selecting the fields you can choose how you want to format the column - text, numeric, date and so on. I copied you data and pasted into Notepad, saved as text file and imported it and all went well. I needed to increase the width of column A to see the date. This is basic Excel manipulation.


Tony

__________________
Tony Aston
Register to Reply
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#24
In reply to #23

Re: EXCEL Worksheet from VB Program

06/03/2008 2:50 PM

Dear Tony Aston

I also tried out and used separator <SP> and also ASCII <H> to get rid of Hz with numbers. It worked well and I could get the curve in EXCEL. Some how EXCEL allows only one extra separator character so <H> was OK here.

I now have this file from Tektronics 40channel Digital storage Oscilloscope TDS2024

It gives record of time in ns and measurement as volts (V). I could not separate the data properly. I think, I need to write a filter program for it.

S Volts S Volts S Volts S Volts
-62.000n S 16.000m V -62.000n S -20.000m V -62.000n S 0.0000 V -62.000n S -160.00m V
-61.800n S 16.000m V -61.800n S -20.000m V -61.800n S 20.000m V -61.800n S -200.00m V
-61.600n S 16.000m V -61.600n S -20.000m V -61.600n S 20.000m V -61.600n S -200.00m V
-61.400n S 16.000m V -61.400n S -20.000m V -61.400n S 20.000m V -61.400n S -240.00m V
-61.200n S 16.000m V -61.200n S -20.000m V -61.200n S 20.000m V -61.200n S -240.00m V
-61.000n S 16.000m V -61.000n S -20.000m V -61.000n S 20.000m V -61.000n S -240.00m V
-60.800n S 16.000m V -60.800n S -20.000m V -60.800n S 20.000m V -60.800n S -240.00m V
-60.600n S 8.0000m V -60.600n S 0.0000 V -60.600n S 0.0000 V -60.600n S -200.00m V
-60.400n S 8.0000m V -60.400n S 0.0000 V -60.400n S -20.000m V -60.400n S -160.00m V
-60.200n S 8.0000m V -60.200n S 0.0000 V -60.200n S -20.000m V -60.200n S -160.00m V
-60.000n S 0.0000 V -60.000n S 0.0000 V -60.000n S -20.000m V -60.000n S -120.00m V
-59.800n S 8.0000m V -59.800n S 0.0000 V -59.800n S -20.000m V -59.800n S -160.00m V
-59.600n S 8.0000m V -59.600n S 0.0000 V -59.600n S -20.000m V -59.600n S -160.00m V
-59.400n S 8.0000m V -59.400n S -20.000m V -59.400n S -20.000m V -59.400n S -160.00m V
-59.200n S 8.0000m V -59.200n S -20.000m V -59.200n S -20.000m V -59.200n S -160.00m V
-59.000n S 8.0000m V -59.000n S -40.000m V -59.000n S -20.000m V -59.000n S -160.00m V
-58.800n S 8.0000m V -58.800n S -60.000m V -58.800n S -20.000m V -58.800n S -200.00m V
-58.600n S 8.0000m V -58.600n S -60.000m V -58.600n S -20.000m V -58.600n S -200.00m V
-58.400n S 8.0000m V -58.400n S -60.000m V -58.400n S -20.000m V -58.400n S -200.00m V
-58.200n S 16.000m V -58.200n S -40.000m V -58.200n S -20.000m V -58.200n S -200.00m V
-58.000n S 16.000m V -58.000n S -20.000m V -58.000n S -20.000m V -58.000n S -160.00m V
-57.800n S 16.000m V -57.800n S -20.000m V -57.800n S 0.0000 V -57.800n S -200.00m V
-57.600n S 8.0000m V -57.600n S -20.000m V -57.600n S 0.0000 V -57.600n S -200.00m V
-57.400n S 8.0000m V -57.400n S -40.000m V -57.400n S 0.0000 V -57.400n S -240.00m V
-57.200n S 8.0000m V -57.200n S -40.000m V -57.200n S 0.0000 V -57.200n S -240.00m V
-57.000n S 8.0000m V -57.000n S -40.000m V -57.000n S 0.0000 V -57.000n S -240.00m V
-56.800n S 16.000m V -56.800n S -40.000m V -56.800n S 0.0000 V -56.800n S -280.00m V
-56.600n S 16.000m V -56.600n S -20.000m V -56.600n S 0.0000 V -56.600n S -240.00m V
-56.400n S 16.000m V -56.400n S -40.000m V -56.400n S 0.0000 V -56.400n S -240.00m V
-56.200n S 8.0000m V -56.200n S -40.000m V -56.200n S 0.0000 V -56.200n S -240.00m V
-56.000n S 8.0000m V -56.000n S -40.000m V -56.000n S 0.0000 V -56.000n S -200.00m V
-55.800n S 8.0000m V -55.800n S -60.000m V -55.800n S 20.000m V -55.800n S -200.00m V
-55.600n S 8.0000m V -55.600n S -40.000m V -55.600n S 20.000m V -55.600n S -200.00m V
-55.400n S 8.0000m V -55.400n S -40.000m V -55.400n S 20.000m V -55.400n S -200.00m V
-55.200n S 16.000m V -55.200n S -40.000m V -55.200n S 0.0000 V -55.200n S -200.00m V
-55.000n S 16.000m V -55.000n S -40.000m V -55.000n S 0.0000 V -55.000n S -160.00m V
-54.800n S 16.000m V -54.800n S -40.000m V -54.800n S 0.0000 V -54.800n S -160.00m V
-54.600n S 16.000m V -54.600n S -40.000m V -54.600n S 0.0000 V -54.600n S -160.00m V
-54.400n S 16.000m V -54.400n S -40.000m V -54.400n S 0.0000 V -54.400n S -160.00m V
-54.200n S 8.0000m V -54.200n S -40.000m V -54.200n S 0.0000 V -54.200n S -160.00m V
-54.000n S 8.0000m V -54.000n S -40.000m V -54.000n S 0.0000 V -54.000n S -120.00m V
-53.800n S 8.0000m V -53.800n S -40.000m V -53.800n S 0.0000 V -53.800n S -120.00m V
-53.600n S 0.0000 V -53.600n S -40.000m V -53.600n S 0.0000 V -53.600n S -120.00m V
-53.400n S 8.0000m V -53.400n S -40.000m V -53.400n S 0.0000 V -53.400n S -160.00m V
-53.200n S 8.0000m V -53.200n S -40.000m V -53.200n S 0.0000 V -53.200n S -160.00m V
-53.000n S 8.0000m V -53.000n S -20.000m V -53.000n S 0.0000 V -53.000n S -160.00m V
-52.800n S 16.000m V -52.800n S -20.000m V -52.800n S 0.0000 V -52.800n S -160.00m V
-52.600n S 16.000m V -52.600n S -20.000m V -52.600n S 0.0000 V -52.600n S -160.00m V
-52.400n S 16.000m V -52.400n S -20.000m V -52.400n S 0.0000 V -52.400n S -200.00m V
-52.200n S 16.000m V -52.200n S -20.000m V -52.200n S 0.0000 V -52.200n S -200.00m V
-52.000n S 16.000m V -52.000n S 0.0000 V -52.000n S 0.0000 V -52.000n S -200.00m V
-51.800n S 16.000m V -51.800n S 0.0000 V -51.800n S 0.0000 V -51.800n S -200.00m V
-51.600n S 8.0000m V -51.600n S 0.0000 V -51.600n S -20.000m V -51.600n S -200.00m V
-51.400n S 8.0000m V -51.400n S 0.0000 V -51.400n S -20.000m V -51.400n S -200.00m V
-51.200n S 8.0000m V -51.200n S 0.0000 V -51.200n S -20.000m V -51.200n S -200.00m V
-51.000n S 8.0000m V -51.000n S 0.0000 V -51.000n S -40.000m V -51.000n S -200.00m V
-50.800n S 16.000m V -50.800n S 0.0000 V -50.800n S -20.000m V -50.800n S -200.00m V
-50.600n S 16.000m V -50.600n S 0.0000 V -50.600n S -20.000m V -50.600n S -200.00m V
-50.400n S 16.000m V -50.400n S 0.0000 V -50.400n S -20.000m V -50.400n S -200.00m V
-50.200n S 16.000m V -50.200n S 0.0000 V -50.200n S 0.0000 V -50.200n S -200.00m V
-50.000n S 16.000m V -50.000n S 0.0000 V -50.000n S 0.0000 V -50.000n S -200.00m V
-49.800n S 16.000m V -49.800n S 0.0000 V -49.800n S 0.0000 V -49.800n S -200.00m V
-49.600n S 16.000m V -49.600n S 0.0000 V -49.600n S 0.0000 V -49.600n S -200.00m V
-49.400n S 16.000m V -49.400n S -20.000m V -49.400n S 0.0000 V -49.400n S -200.00m V
-49.200n S 16.000m V -49.200n S -20.000m V -49.200n S -20.000m V -49.200n S -200.00m V
-49.000n S 16.000m V -49.000n S -20.000m V -49.000n S -20.000m V -49.000n S -200.00m V
-48.800n S 16.000m V -48.800n S -20.000m V -48.800n S -20.000m V -48.800n S -200.00m V
-48.600n S 8.0000m V -48.600n S -20.000m V -48.600n S -20.000m V -48.600n S -200.00m V
-48.400n S 16.000m V -48.400n S -20.000m V -48.400n S -20.000m V -48.400n S -200.00m V
-48.200n S 16.000m V -48.200n S -20.000m V -48.200n S -20.000m V -48.200n S -200.00m V
-48.000n S 16.000m V -48.000n S -20.000m V -48.000n S -20.000m V -48.000n S -200.00m V
-47.800n S 24.000m V -47.800n S -20.000m V -47.800n S -20.000m V -47.800n S -200.00m V
-47.600n S 16.000m V -47.600n S -20.000m V -47.600n S -20.000m V -47.600n S -200.00m V
-47.400n S 16.000m V -47.400n S -20.000m V -47.400n S -20.000m V -47.400n S -160.00m V
-47.200n S 16.000m V -47.200n S -20.000m V -47.200n S -20.000m V -47.200n S -160.00m V
-47.000n S 16.000m V -47.000n S 0.0000 V -47.000n S -20.000m V -47.000n S -160.00m V
-46.800n S 16.000m V -46.800n S 0.0000 V -46.800n S -20.000m V -46.800n S -160.00m V
-46.600n S 8.0000m V -46.600n S 0.0000 V -46.600n S -20.000m V -46.600n S -160.00m V
-46.400n S 8.0000m V -46.400n S 0.0000 V -46.400n S -20.000m V -46.400n S -160.00m V
-46.200n S 8.0000m V -46.200n S 0.0000 V -46.200n S 0.0000 V -46.200n S -160.00m V
-46.000n S 8.0000m V -46.000n S -20.000m V -46.000n S 0.0000 V -46.000n S -160.00m V
-45.800n S 8.0000m V -45.800n S -20.000m V -45.800n S 0.0000 V -45.800n S -200.00m V
-45.600n S 8.0000m V -45.600n S -20.000m V -45.600n S 0.0000 V -45.600n S -160.00m V
-45.400n S 8.0000m V -45.400n S -20.000m V -45.400n S 0.0000 V -45.400n S -160.00m V
-45.200n S 8.0000m V -45.200n S -20.000m V -45.200n S 0.0000 V -45.200n S -160.00m V
-45.000n S 8.0000m V -45.000n S 0.0000 V -45.000n S 0.0000 V -45.000n S -120.00m V
-44.800n S 16.000m V -44.800n S 0.0000 V -44.800n S 0.0000 V -44.800n S -160.00m V
-44.600n S 16.000m V -44.600n S 20.000m V -44.600n S 0.0000 V -44.600n S -160.00m V
-44.400n S 16.000m V -44.400n S 0.0000 V -44.400n S 0.0000 V -44.400n S -200.00m V
-44.200n S 8.0000m V -44.200n S -20.000m V -44.200n S 0.0000 V -44.200n S -200.00m V
-44.000n S 8.0000m V -44.000n S -20.000m V -44.000n S 0.0000 V -44.000n S -200.00m V
-43.800n S 8.0000m V -43.800n S -20.000m V -43.800n S 0.0000 V -43.800n S -240.00m V
-43.600n S 0.0000 V -43.600n S 0.0000 V -43.600n S 0.0000 V -43.600n S -200.00m V
-43.400n S 8.0000m V -43.400n S 0.0000 V -43.400n S 0.0000 V -43.400n S -200.00m V
-43.200n S 8.0000m V -43.200n S 20.000m V -43.200n S -20.000m V -43.200n S -200.00m V
-43.000n S 8.0000m V -43.000n S 0.0000 V -43.000n S -20.000m V -43.000n S -160.00m V
-42.800n S 16.000m V -42.800n S -20.000m V -42.800n S -20.000m V -42.800n S -200.00m V
-42.600n S 8.0000m V -42.600n S -20.000m V -42.600n S -40.000m V -42.600n S -200.00m V
-42.400n S 8.0000m V -42.400n S -40.000m V -42.400n S -20.000m V -42.400n S -240.00m V
-42.200n S 8.0000m V -42.200n S -20.000m V -42.200n S -20.000m V -42.200n S -240.00m V
-42.000n S 0.0000 V -42.000n S -20.000m V -42.000n S -20.000m V -42.000n S -200.00m V
-41.800n S 8.0000m V -41.800n S -20.000m V -41.800n S 0.0000 V -41.800n S -200.00m V
-41.600n S 8.0000m V -41.600n S -20.000m V -41.600n S -20.000m V -41.600n S -160.00m V
-41.400n S 8.0000m V -41.400n S -20.000m V -41.400n S -20.000m V -41.400n S -120.00m V
-41.200n S 16.000m V -41.200n S -20.000m V -41.200n S -20.000m V -41.200n S -160.00m V
-41.000n S 16.000m V -41.000n S 0.0000 V -41.000n S -20.000m V -41.000n S -160.00m V
-40.800n S 24.000m V -40.800n S 0.0000 V -40.800n S -20.000m V -40.800n S -200.00m V
-40.600n S 16.000m V -40.600n S 0.0000 V -40.600n S -20.000m V -40.600n S -240.00m V
-40.400n S 16.000m V -40.400n S -20.000m V -40.400n S -20.000m V -40.400n S -240.00m V
-40.200n S 16.000m V -40.200n S -20.000m V -40.200n S -20.000m V -40.200n S -240.00m V
-40.000n S 16.000m V -40.000n S -20.000m V -40.000n S -20.000m V -40.000n S -200.00m V
-39.800n S 16.000m V -39.800n S -20.000m V -39.800n S -20.000m V -39.800n S -200.00m V
-39.600n S 16.000m V -39.600n S -20.000m V -39.600n S -20.000m V -39.600n S -200.00m V
-39.400n S 16.000m V -39.400n S -40.000m V -39.400n S -20.000m V -39.400n S -160.00m V
-39.200n S 16.000m V -39.200n S -40.000m V -39.200n S -20.000m V -39.200n S -160.00m V
-39.000n S 16.000m V -39.000n S -40.000m V -39.000n S -20.000m V -39.000n S -160.00m V
-38.800n S 16.000m V -38.800n S -40.000m V -38.800n S -20.000m V -38.800n S -160.00m V
-38.600n S 16.000m V -38.600n S -40.000m V -38.600n S -20.000m V -38.600n S -160.00m V
-38.400n S 16.000m V -38.400n S -40.000m V -38.400n S -20.000m V -38.400n S -160.00m V
-38.200n S 8.0000m V -38.200n S -40.000m V -38.200n S 0.0000 V -38.200n S -160.00m V
-38.000n S 8.0000m V -38.000n S -40.000m V -38.000n S 0.0000 V -38.000n S -160.00m V
-37.800n S 8.0000m V -37.800n S -40.000m V -37.800n S 20.000m V -37.800n S -160.00m V
-37.600n S 8.0000m V -37.600n S -20.000m V -37.600n S 20.000m V -37.600n S -160.00m V
-37.400n S 8.0000m V -37.400n S -40.000m V -37.400n S 40.000m V -37.400n S -160.00m V
-37.200n S 8.0000m V -37.200n S -40.000m V -37.200n S 20.000m V -37.200n S -160.00m V
-37.000n S 8.0000m V -37.000n S -40.000m V -37.000n S 20.000m V -37.000n S -160.00m V
-36.800n S 8.0000m V -36.800n S -40.000m V -36.800n S 20.000m V -36.800n S -160.00m V
-36.600n S 8.0000m V -36.600n S -40.000m V -36.600n S 20.000m V -36.600n S -160.00m V
-36.400n S 8.0000m V -36.400n S -60.000m V -36.400n S 20.000m V -36.400n S -160.00m V
-36.200n S 16.000m V -36.200n S -60.000m V -36.200n S 20.000m V -36.200n S -160.00m V
-36.000n S 16.000m V -36.000n S -60.000m V -36.000n S 20.000m V -36.000n S -120.00m V
-35.800n S 16.000m V -35.800n S -60.000m V -35.800n S 20.000m V -35.800n S -160.00m V
-35.600n S 16.000m V -35.600n S -40.000m V -35.600n S 20.000m V -35.600n S -200.00m V
-35.400n S 16.000m V -35.400n S -40.000m V -35.400n S 20.000m V -35.400n S -200.00m V
-35.200n S 16.000m V -35.200n S -40.000m V -35.200n S 0.0000 V -35.200n S -200.00m V
-35.000n S 16.000m V -35.000n S -40.000m V -35.000n S 0.0000 V -35.000n S -200.00m V
-34.800n S 16.000m V -34.800n S -40.000m V -34.800n S 0.0000 V -34.800n S -200.00m V
-34.600n S 8.0000m V -34.600n S -40.000m V -34.600n S -20.000m V -34.600n S -200.00m V
-34.400n S 8.0000m V -34.400n S -40.000m V -34.400n S -20.000m V -34.400n S -200.00m V
-34.200n S 8.0000m V -34.200n S -40.000m V -34.200n S -40.000m V -34.200n S -200.00m V
-34.000n S 8.0000m V -34.000n S -60.000m V -34.000n S -40.000m V -34.000n S -200.00m V
-33.800n S 16.000m V -33.800n S -60.000m V -33.800n S -40.000m V -33.800n S -200.00m V
-33.600n S 8.0000m V -33.600n S -60.000m V -33.600n S -60.000m V -33.600n S -200.00m V
-33.400n S 8.0000m V -33.400n S -80.000m V -33.400n S -40.000m V -33.400n S -200.00m V
-33.200n S 8.0000m V -33.200n S -60.000m V -33.200n S -40.000m V -33.200n S -200.00m V
-33.000n S 8.0000m V -33.000n S -60.000m V -33.000n S -40.000m V -33.000n S -200.00m V
-32.800n S 16.000m V -32.800n S -60.000m V -32.800n S -20.000m V -32.800n S -200.00m V
-32.600n S 8.0000m V -32.600n S -40.000m V -32.600n S -20.000m V -32.600n S -200.00m V
-32.400n S 8.0000m V -32.400n S -40.000m V -32.400n S -20.000m V -32.400n S -200.00m V
-32.200n S 8.0000m V -32.200n S -40.000m V -32.200n S -20.000m V -32.200n S -200.00m V
-32.000n S 0.0000 V -32.000n S -40.000m V -32.000n S -20.000m V -32.000n S -200.00m V
-31.800n S 8.0000m V -31.800n S -40.000m V -31.800n S -20.000m V -31.800n S -240.00m V
-31.600n S 8.0000m V -31.600n S -20.000m V -31.600n S -20.000m V -31.600n S -240.00m V
-31.400n S 8.0000m V -31.400n S -40.000m V -31.400n S -20.000m V -31.400n S -240.00m V
-31.200n S 16.000m V -31.200n S -40.000m V -31.200n S 0.0000 V -31.200n S -240.00m V
-31.000n S 16.000m V -31.000n S -40.000m V -31.000n S 0.0000 V -31.000n S -200.00m V
-30.800n S 16.000m V -30.800n S -40.000m V -30.800n S 20.000m V -30.800n S -240.00m V
-30.600n S 16.000m V -30.600n S -20.000m V -30.600n S 0.0000 V -30.600n S -240.00m V
-30.400n S 16.000m V -30.400n S -20.000m V -30.400n S -20.000m V -30.400n S -240.00m V
-30.200n S 24.000m V -30.200n S -20.000m V -30.200n S -20.000m V -30.200n S -240.00m V
-30.000n S 24.000m V -30.000n S -20.000m V -30.000n S -20.000m V -30.000n S -200.00m V
-29.800n S 24.000m V -29.800n S -20.000m V -29.800n S 0.0000 V -29.800n S -240.00m V
-29.600n S 16.000m V -29.600n S -20.000m V -29.600n S 0.0000 V -29.600n S -240.00m V
-29.400n S 16.000m V -29.400n S -20.000m V -29.400n S 0.0000 V -29.400n S -240.00m V
-29.200n S 16.000m V -29.200n S -20.000m V -29.200n S 0.0000 V -29.200n S -240.00m V
-29.000n S 8.0000m V -29.000n S -20.000m V -29.000n S 0.0000 V -29.000n S -240.00m V
-28.800n S 16.000m V -28.800n S -20.000m V -28.800n S 0.0000 V -28.800n S -240.00m V
-28.600n S 16.000m V -28.600n S -20.000m V -28.600n S -20.000m V -28.600n S -240.00m V
-28.400n S 16.000m V -28.400n S -40.000m V -28.400n S -20.000m V -28.400n S -240.00m V
-28.200n S 24.000m V -28.200n S -40.000m V -28.200n S -20.000m V -28.200n S -240.00m V
-28.000n S 24.000m V -28.000n S -40.000m V -28.000n S -20.000m V -28.000n S -200.00m V
-27.800n S 24.000m V -27.800n S -60.000m V -27.800n S 0.0000 V -27.800n S -200.00m V
-27.600n S 16.000m V -27.600n S -40.000m V -27.600n S 0.0000 V -27.600n S -160.00m V
-27.400n S 16.000m V -27.400n S -40.000m V -27.400n S 0.0000 V -27.400n S -200.00m V
-27.200n S 16.000m V -27.200n S -40.000m V -27.200n S -20.000m V -27.200n S -200.00m V
-27.000n S 16.000m V -27.000n S -20.000m V -27.000n S -20.000m V -27.000n S -200.00m V
-26.800n S 16.000m V -26.800n S -20.000m V -26.800n S -20.000m V -26.800n S -200.00m V
-26.600n S 16.000m V -26.600n S -20.000m V -26.600n S -20.000m V -26.600n S -200.00m V
-26.400n S 16.000m V -26.400n S -20.000m V -26.400n S -20.000m V -26.400n S -200.00m V
-26.200n S 16.000m V -26.200n S -20.000m V -26.200n S 0.0000 V -26.200n S -200.00m V
-26.000n S 16.000m V -26.000n S -20.000m V -26.000n S -20.000m V -26.000n S -200.00m V
-25.800n S 24.000m V -25.800n S -20.000m V -25.800n S -20.000m V -25.800n S -240.00m V
-25.600n S 16.000m V -25.600n S -20.000m V -25.600n S -40.000m V -25.600n S -240.00m V
-25.400n S 16.000m V -25.400n S -20.000m V -25.400n S -40.000m V -25.400n S -240.00m V
-25.200n S 16.000m V -25.200n S -20.000m V -25.200n S -40.000m V -25.200n S -240.00m V
-25.000n S 16.000m V -25.000n S -20.000m V -25.000n S -60.000m V -25.000n S -200.00m V
-24.800n S 24.000m V -24.800n S -20.000m V -24.800n S -40.000m V -24.800n S -200.00m V
-24.600n S 16.000m V -24.600n S -20.000m V -24.600n S -40.000m V -24.600n S -160.00m V
-24.400n S 16.000m V -24.400n S -20.000m V -24.400n S -40.000m V -24.400n S -200.00m V
-24.200n S 16.000m V -24.200n S -20.000m V -24.200n S -20.000m V -24.200n S -200.00m V
-24.000n S 16.000m V -24.000n S -20.000m V -24.000n S -20.000m V -24.000n S -200.00m V
-23.800n S 16.000m V -23.800n S -20.000m V -23.800n S -20.000m V -23.800n S -200.00m V
-23.600n S 16.000m V -23.600n S -20.000m V -23.600n S -20.000m V -23.600n S -160.00m V
-23.400n S 16.000m V -23.400n S -20.000m V -23.400n S -20.000m V -23.400n S -120.00m V
-23.200n S 8.0000m V -23.200n S -20.000m V -23.200n S -40.000m V -23.200n S -160.00m V
-23.000n S 8.0000m V -23.000n S -20.000m V -23.000n S -40.000m V -23.000n S -160.00m V
-22.800n S 8.0000m V -22.800n S -20.000m V -22.800n S -40.000m V -22.800n S -200.00m V
-22.600n S 0.0000 V -22.600n S -20.000m V -22.600n S -60.000m V -22.600n S -200.00m V
-22.400n S 0.0000 V -22.400n S -20.000m V -22.400n S -60.000m V -22.400n S -200.00m V
-22.200n S 0.0000 V -22.200n S -20.000m V -22.200n S -40.000m V -22.200n S -200.00m V
-22.000n S 0.0000 V -22.000n S -40.000m V -22.000n S -20.000m V -22.000n S -160.00m V
-21.800n S 8.0000m V -21.800n S -40.000m V -21.800n S 0.0000 V -21.800n S -200.00m V
-21.600n S 8.0000m V -21.600n S -40.000m V -21.600n S 0.0000 V -21.600n S -200.00m V
-21.400n S 8.0000m V -21.400n S -40.000m V -21.400n S 0.0000 V -21.400n S -200.00m V
-21.200n S 16.000m V -21.200n S -40.000m V -21.200n S 0.0000 V -21.200n S -200.00m V
-21.000n S 16.000m V -21.000n S -40.000m V -21.000n S 0.0000 V -21.000n S -160.00m V
-20.800n S 16.000m V -20.800n S -40.000m V -20.800n S 0.0000 V -20.800n S -160.00m V
-20.600n S 16.000m V -20.600n S -40.000m V -20.600n S 0.0000 V -20.600n S -120.00m V
-20.400n S 16.000m V -20.400n S -40.000m V -20.400n S 0.0000 V -20.400n S -160.00m V
-20.200n S 8.0000m V -20.200n S -40.000m V -20.200n S 0.0000 V -20.200n S -160.00m V
-20.000n S 8.0000m V -20.000n S -20.000m V -20.000n S 0.0000 V -20.000n S -160.00m V
-19.800n S 8.0000m V -19.800n S -20.000m V -19.800n S 0.0000 V -19.800n S -160.00m V
-19.600n S 8.0000m V -19.600n S -20.000m V -19.600n S 0.0000 V -19.600n S -160.00m V
-19.400n S 8.0000m V -19.400n S -20.000m V -19.400n S 0.0000 V -19.400n S -120.00m V
-19.200n S 16.000m V -19.200n S -20.000m V -19.200n S 0.0000 V -19.200n S -160.00m V
-19.000n S 16.000m V -19.000n S -20.000m V -19.000n S 0.0000 V -19.000n S -160.00m V
-18.800n S 16.000m V -18.800n S -20.000m V -18.800n S 0.0000 V -18.800n S -200.00m V
-18.600n S 16.000m V -18.600n S 0.0000 V -18.600n S -20.000m V -18.600n S -240.00m V
-18.400n S 16.000m V -18.400n S -20.000m V -18.400n S 0.0000 V -18.400n S -240.00m V
-18.200n S 16.000m V -18.200n S -20.000m V -18.200n S 0.0000 V -18.200n S -240.00m V
-18.000n S 16.000m V -18.000n S -40.000m V -18.000n S 0.0000 V -18.000n S -200.00m V
-17.800n S 16.000m V -17.800n S -40.000m V -17.800n S 20.000m V -17.800n S -200.00m V
-17.600n S 16.000m V -17.600n S -40.000m V -17.600n S 20.000m V -17.600n S -200.00m V
-17.400n S 16.000m V -17.400n S -40.000m V -17.400n S 20.000m V -17.400n S -200.00m V
-17.200n S 16.000m V -17.200n S -40.000m V -17.200n S 20.000m V -17.200n S -200.00m V
-17.000n S 16.000m V -17.000n S -20.000m V -17.000n S 20.000m V -17.000n S -200.00m V
-16.800n S 16.000m V -16.800n S -20.000m V -16.800n S 20.000m V -16.800n S -200.00m V
-16.600n S 16.000m V -16.600n S -20.000m V -16.600n S 0.0000 V -16.600n S -200.00m V
-16.400n S 16.000m V -16.400n S -20.000m V -16.400n S 0.0000 V -16.400n S -200.00m V
-16.200n S 16.000m V -16.200n S -20.000m V -16.200n S 0.0000 V -16.200n S -200.00m V
-16.000n S 16.000m V -16.000n S -20.000m V -16.000n S 0.0000 V -16.000n S -200.00m V
-15.800n S 16.000m V -15.800n S -20.000m V -15.800n S 0.0000 V -15.800n S -240.00m V
-15.600n S 16.000m V -15.600n S -20.000m V -15.600n S 0.0000 V -15.600n S -200.00m V
-15.400n S 16.000m V -15.400n S -20.000m V -15.400n S 0.0000 V -15.400n S -200.00m V
-15.200n S 24.000m V -15.200n S -20.000m V -15.200n S 0.0000 V -15.200n S -200.00m V
-15.000n S 24.000m V -15.000n S -20.000m V -15.000n S 0.0000 V -15.000n S -160.00m V
-14.800n S 24.000m V -14.800n S -20.000m V -14.800n S 20.000m V -14.800n S -200.00m V
-14.600n S 16.000m V -14.600n S -20.000m V -14.600n S 0.0000 V -14.600n S -200.00m V
-14.400n S 8.0000m V -14.400n S -20.000m V -14.400n S 0.0000 V -14.400n S -200.00m V
-14.200n S 0.0000 V -14.200n S -20.000m V -14.200n S 0.0000 V -14.200n S -200.00m V
-14.000n S 0.0000 V -14.000n S -20.000m V -14.000n S -20.000m V -14.000n S -160.00m V
-13.800n S 8.0000m V -13.800n S -20.000m V -13.800n S 0.0000 V -13.800n S -200.00m V
-13.600n S 8.0000m V -13.600n S 0.0000 V -13.600n S 0.0000 V -13.600n S -200.00m V
-13.400n S 8.0000m V -13.400n S -20.000m V -13.400n S 0.0000 V -13.400n S -240.00m V
-13.200n S 16.000m V -13.200n S -20.000m V -13.200n S 20.000m V -13.200n S -240.00m V
-13.000n S 16.000m V -13.000n S -20.000m V -13.000n S 20.000m V -13.000n S -240.00m V
-12.800n S 16.000m V -12.800n S -20.000m V -12.800n S 40.000m V -12.800n S -240.00m V
-12.600n S 16.000m V -12.600n S -20.000m V -12.600n S 40.000m V -12.600n S -240.00m V
-12.400n S 16.000m V -12.400n S -40.000m V -12.400n S 40.000m V -12.400n S -200.00m V
-12.200n S 24.000m V -12.200n S -40.000m V -12.200n S 20.000m V -12.200n S -200.00m V
-12.000n S 16.000m V -12.000n S -40.000m V -12.000n S 20.000m V -12.000n S -160.00m V
-11.800n S 16.000m V -11.800n S -60.000m V -11.800n S 20.000m V -11.800n S -200.00m V
-11.600n S 8.0000m V -11.600n S -40.000m V -11.600n S 20.000m V -11.600n S -200.00m V
-11.400n S 8.0000m V -11.400n S -40.000m V -11.400n S 20.000m V -11.400n S -200.00m V
-11.200n S 8.0000m V -11.200n S -40.000m V -11.200n S 0.0000 V -11.200n S -200.00m V
-11.000n S 8.0000m V -11.000n S -20.000m V -11.000n S 0.0000 V -11.000n S -160.00m V
-10.800n S 16.000m V -10.800n S -20.000m V -10.800n S 0.0000 V -10.800n S -160.00m V
-10.600n S 8.0000m V -10.600n S -20.000m V -10.600n S 0.0000 V -10.600n S -160.00m V
-10.400n S 8.0000m V -10.400n S -20.000m V -10.400n S 0.0000 V -10.400n S -200.00m V
-10.200n S 8.0000m V -10.200n S -20.000m V -10.200n S 0.0000 V -10.200n S -240.00m V
-10.000n S 8.0000m V -10.000n S -20.000m V -10.000n S 0.0000 V -10.000n S -240.00m V
-9.8000n S 16.000m V -9.8000n S -20.000m V -9.8000n S 0.0000 V -9.8000n S -280.00m V
-9.6000n S 16.000m V -9.6000n S -20.000m V -9.6000n S 0.0000 V -9.6000n S -280.00m V
-9.4000n S 16.000m V -9.4000n S -20.000m V -9.4000n S 0.0000 V -9.4000n S -240.00m V
-9.2000n S 16.000m V -9.2000n S -20.000m V -9.2000n S 20.000m V -9.2000n S -200.00m V
-9.0000n S 16.000m V -9.0000n S -20.000m V -9.0000n S 20.000m V -9.0000n S -160.00m V
-8.8000n S 16.000m V -8.8000n S -20.000m V -8.8000n S 20.000m V -8.8000n S -160.00m V
-8.6000n S 16.000m V -8.6000n S -20.000m V -8.6000n S 20.000m V -8.6000n S -160.00m V
-8.4000n S 16.000m V -8.4000n S -20.000m V -8.4000n S 20.000m V -8.4000n S -200.00m V
-8.2000n S 16.000m V -8.2000n S -20.000m V -8.2000n S 0.0000 V -8.2000n S -200.00m V
-8.0000n S 16.000m V -8.0000n S -20.000m V -8.0000n S 0.0000 V -8.0000n S -200.00m V
-7.8000n S 16.000m V -7.8000n S -20.000m V -7.8000n S 0.0000 V -7.8000n S -240.00m V
-7.6000n S 16.000m V -7.6000n S -20.000m V -7.6000n S 0.0000 V -7.6000n S -240.00m V
-7.4000n S 16.000m V -7.4000n S -40.000m V -7.4000n S 0.0000 V -7.4000n S -280.00m V
-7.2000n S 24.000m V -7.2000n S -40.000m V -7.2000n S 0.0000 V -7.2000n S -280.00m V
-7.0000n S 16.000m V -7.0000n S -40.000m V -7.0000n S 0.0000 V -7.0000n S -240.00m V
-6.8000n S 16.000m V -6.8000n S -40.000m V -6.8000n S 0.0000 V -6.8000n S -240.00m V
-6.6000n S 8.0000m V -6.6000n S -20.000m V -6.6000n S -20.000m V -6.6000n S -200.00m V
-6.4000n S 8.0000m V -6.4000n S -20.000m V -6.4000n S 0.0000 V -6.4000n S -160.00m V
-6.2000n S 8.0000m V -6.2000n S -20.000m V -6.2000n S 0.0000 V -6.2000n S -160.00m V
-6.0000n S 8.0000m V -6.0000n S -20.000m V -6.0000n S 0.0000 V -6.0000n S -160.00m V
-5.8000n S 16.000m V -5.8000n S -20.000m V -5.8000n S 20.000m V -5.8000n S -160.00m V
-5.6000n S 16.000m V -5.6000n S 0.0000 V -5.6000n S 20.000m V -5.6000n S -160.00m V
-5.4000n S 16.000m V -5.4000n S 0.0000 V -5.4000n S 20.000m V -5.4000n S -160.00m V
-5.2000n S 16.000m V -5.2000n S 0.0000 V -5.2000n S 20.000m V -5.2000n S -160.00m V
-5.0000n S 16.000m V -5.0000n S 0.0000 V -5.0000n S 20.000m V -5.0000n S -160.00m V
-4.8000n S 16.000m V -4.8000n S 0.0000 V -4.8000n S 40.000m V -4.8000n S -160.00m V
-4.6000n S 16.000m V -4.6000n S 0.0000 V -4.6000n S 20.000m V -4.6000n S -160.00m V
-4.4000n S 16.000m V -4.4000n S 0.0000 V -4.4000n S 20.000m V -4.4000n S -160.00m V
-4.2000n S 16.000m V -4.2000n S 0.0000 V -4.2000n S 20.000m V -4.2000n S -200.00m V
-4.0000n S 16.000m V -4.0000n S -20.000m V -4.0000n S 20.000m V -4.0000n S -200.00m V
-3.8000n S 16.000m V -3.8000n S -20.000m V -3.8000n S 20.000m V -3.8000n S -280.00m V
-3.6000n S 16.000m V -3.6000n S -20.000m V -3.6000n S 20.000m V -3.6000n S -360.00m V
-3.4000n S 16.000m V -3.4000n S -20.000m V -3.4000n S 20.000m V -3.4000n S -440.00m V
-3.2000n S 16.000m V -3.2000n S -20.000m V -3.2000n S 20.000m V -3.2000n S -520.00m V
-3.0000n S 16.000m V -3.0000n S -20.000m V -3.0000n S 20.000m V -3.0000n S -600.00m V
-2.8000n S 16.000m V -2.8000n S -20.000m V -2.8000n S 20.000m V -2.8000n S -720.00m V
-2.6000n S 16.000m V -2.6000n S -20.000m V -2.6000n S 0.0000 V -2.6000n S -840.00m V
-2.4000n S 16.000m V -2.4000n S -20.000m V -2.4000n S 0.0000 V -2.4000n S -960.00m V
-2.2000n S 16.000m V -2.2000n S -20.000m V -2.2000n S -20.000m V -2.2000n S -1.0800 V
-2.0000n S 16.000m V -2.0000n S -20.000m V -2.0000n S -20.000m V -2.0000n S -1.1600 V
-1.8000n S 16.000m V -1.8000n S -20.000m V -1.8000n S -20.000m V -1.8000n S -1.2800 V
-1.6000n S 16.000m V -1.6000n S 0.0000 V -1.6000n S -20.000m V -1.6000n S -1.4000 V
-1.4000n S 16.000m V -1.4000n S 0.0000 V -1.4000n S -20.000m V -1.4000n S -1.5200 V
-1.2000n S 16.000m V -1.2000n S 0.0000 V -1.2000n S 0.0000 V -1.2000n S -1.6000 V
-1.0000n S 16.000m V -1.0000n S -20.000m V -1.0000n S 0.0000 V -1.0000n S -1.6800 V
-800.00p S 16.000m V -800.00p S -20.000m V -800.00p S 0.0000 V -800.00p S -1.8000 V
-600.00p S 16.000m V -600.00p S -20.000m V -600.00p S 0.0000 V -600.00p S -1.8800 V
-400.00p S 16.000m V -400.00p S -20.000m V -400.00p S 0.0000 V -400.00p S -1.9600 V
-200.00p S 24.000m V -200.00p S -20.000m V -200.00p S 0.0000 V -200.00p S -2.0400 V
0.0000 S 24.000m V 0.0000 S -20.000m V 0.0000 S 0.0000 V 0.0000 S -2.1200 V
200.00p S 24.000m V 200.00p S -20.000m V 200.00p S 20.000m V 200.00p S -2.2000 V
400.00p S 16.000m V 400.00p S -20.000m V 400.00p S 0.0000 V 400.00p S -2.2800 V
600.00p S 16.000m V 600.00p S -20.000m V 600.00p S 0.0000 V 600.00p S -2.3200 V
800.00p S 16.000m V 800.00p S -20.000m V 800.00p S 0.0000 V 800.00p S -2.3600 V
1.0000n S 8.0000m V 1.0000n S -20.000m V 1.0000n S 0.0000 V 1.0000n S -2.4000 V
1.2000n S 16.000m V 1.2000n S -20.000m V 1.2000n S 0.0000 V 1.2000n S -2.4800 V
1.4000n S 16.000m V 1.4000n S -20.000m V 1.4000n S 0.0000 V 1.4000n S -2.5600 V
1.6000n S 16.000m V 1.6000n S -20.000m V 1.6000n S 0.0000 V 1.6000n S -2.6000 V
1.8000n S 24.000m V 1.8000n S -20.000m V 1.8000n S 0.0000 V 1.8000n S -2.6400 V
2.0000n S 24.000m V 2.0000n S 0.0000 V 2.0000n S 0.0000 V 2.0000n S -2.6400 V
2.2000n S 24.000m V 2.2000n S 0.0000 V 2.2000n S 0.0000 V 2.2000n S -2.7200 V
2.4000n S 16.000m V 2.4000n S 0.0000 V 2.4000n S 0.0000 V 2.4000n S -2.8000 V
2.6000n S 16.000m V 2.6000n S -20.000m V 2.6000n S 0.0000 V 2.6000n S -2.8400 V
2.8000n S 8.0000m V 2.8000n S -20.000m V 2.8000n S 0.0000 V 2.8000n S -2.8800 V
3.0000n S 8.0000m V 3.0000n S -40.000m V 3.0000n S 0.0000 V 3.0000n S -2.8800 V
3.2000n S 8.0000m V 3.2000n S -40.000m V 3.2000n S 0.0000 V 3.2000n S -2.9200 V
3.4000n S 8.0000m V 3.4000n S -40.000m V 3.4000n S 0.0000 V 3.4000n S -2.9200 V
3.6000n S 8.0000m V 3.6000n S -40.000m V 3.6000n S 0.0000 V 3.6000n S -2.9600 V
3.8000n S 16.000m V 3.8000n S -40.000m V 3.8000n S -20.000m V 3.8000n S -3.0000 V
4.0000n S 16.000m V 4.0000n S -20.000m V 4.0000n S -20.000m V 4.0000n S -3.0000 V
4.2000n S 24.000m V 4.2000n S -20.000m V 4.2000n S -20.000m V 4.2000n S -3.0400 V
4.4000n S 16.000m V 4.4000n S -20.000m V 4.4000n S -40.000m V 4.4000n S -3.0400 V
4.6000n S 16.000m V 4.6000n S -20.000m V 4.6000n S -20.000m V 4.6000n S -3.0800 V
4.8000n S 16.000m V 4.8000n S -20.000m V 4.8000n S -20.000m V 4.8000n S -3.0800 V
5.0000n S 24.000m V 5.0000n S -40.000m V 5.0000n S -20.000m V 5.0000n S -3.0800 V
5.2000n S 32.000m V 5.2000n S -40.000m V 5.2000n S 0.0000 V 5.2000n S -3.1200 V
5.4000n S 32.000m V 5.4000n S -40.000m V 5.4000n S 0.0000 V 5.4000n S -3.1200 V
5.6000n S 32.000m V 5.6000n S -40.000m V 5.6000n S 0.0000 V 5.6000n S -3.1600 V
5.8000n S 24.000m V 5.8000n S -40.000m V 5.8000n S 0.0000 V 5.8000n S -3.1600 V
6.0000n S 24.000m V 6.0000n S -20.000m V 6.0000n S 0.0000 V 6.0000n S -3.1600 V
6.2000n S 24.000m V 6.2000n S -20.000m V 6.2000n S 20.000m V 6.2000n S -3.2000 V
6.4000n S 24.000m V 6.4000n S -20.000m V 6.4000n S 20.000m V 6.4000n S -3.2000 V
6.6000n S 24.000m V 6.6000n S -40.000m V 6.6000n S 20.000m V 6.6000n S -3.2400 V
6.8000n S 24.000m V 6.8000n S -40.000m V 6.8000n S 40.000m V 6.8000n S -3.2400 V
7.0000n S 24.000m V 7.0000n S -40.000m V 7.0000n S 40.000m V 7.0000n S -3.2400 V
7.2000n S 24.000m V 7.2000n S -40.000m V 7.2000n S 40.000m V 7.2000n S -3.2800 V
7.4000n S 24.000m V 7.4000n S -20.000m V 7.4000n S 20.000m V 7.4000n S -3.2800 V
7.6000n S 24.000m V 7.6000n S -40.000m V 7.6000n S 20.000m V 7.6000n S -3.2800 V
7.8000n S 24.000m V 7.8000n S -40.000m V 7.8000n S 20.000m V 7.8000n S -3.2800 V
8.0000n S 24.000m V 8.0000n S -40.000m V 8.0000n S 20.000m V 8.0000n S -3.2800 V
8.2000n S 24.000m V 8.2000n S -40.000m V 8.2000n S 20.000m V 8.2000n S -3.3200 V
8.4000n S 16.000m V 8.4000n S -20.000m V 8.4000n S 0.0000 V 8.4000n S -3.3200 V
8.6000n S 24.000m V 8.6000n S -20.000m V 8.6000n S 0.0000 V 8.6000n S -3.3600 V
8.8000n S 24.000m V 8.8000n S -20.000m V 8.8000n S 0.0000 V 8.8000n S -3.4000 V
9.0000n S 24.000m V 9.0000n S -40.000m V 9.0000n S 0.0000 V 9.0000n S -3.4000 V
9.2000n S 32.000m V 9.2000n S -40.000m V 9.2000n S 20.000m V 9.2000n S -3.4400 V
9.4000n S 32.000m V 9.4000n S -40.000m V 9.4000n S 0.0000 V 9.4000n S -3.4400 V
9.6000n S 40.000m V 9.6000n S -40.000m V 9.6000n S 0.0000 V 9.6000n S -3.4400 V
9.8000n S 32.000m V 9.8000n S -40.000m V 9.8000n S 0.0000 V 9.8000n S -3.4400 V
10.000n S 32.000m V 10.000n S -40.000m V 10.000n S 0.0000 V 10.000n S -3.4400 V
10.200n S 32.000m V 10.200n S -40.000m V 10.200n S 0.0000 V 10.200n S -3.4800 V
10.400n S 24.000m V 10.400n S -40.000m V 10.400n S 0.0000 V 10.400n S -3.4800 V
10.600n S 32.000m V 10.600n S -40.000m V 10.600n S 0.0000 V 10.600n S -3.4800 V
10.800n S 32.000m V 10.800n S -40.000m V 10.800n S 0.0000 V 10.800n S -3.4800 V
11.000n S 32.000m V 11.000n S -40.000m V 11.000n S 0.0000 V 11.000n S -3.4800 V
11.200n S 40.000m V 11.200n S -40.000m V 11.200n S 0.0000 V 11.200n S -3.5200 V
11.400n S 40.000m V 11.400n S -40.000m V 11.400n S -20.000m V 11.400n S -3.5600 V
11.600n S 40.000m V 11.600n S -40.000m V 11.600n S -20.000m V 11.600n S -3.6000 V
11.800n S 48.000m V 11.800n S -40.000m V 11.800n S -20.000m V 11.800n S -3.6000 V
12.000n S 48.000m V 12.000n S -40.000m V 12.000n S -20.000m V 12.000n S -3.6000 V
12.200n S 48.000m V 12.200n S -40.000m V 12.200n S 0.0000 V 12.200n S -3.6000 V
12.400n S 40.000m V 12.400n S -40.000m V 12.400n S -20.000m V 12.400n S -3.6000 V
12.600n S 40.000m V 12.600n S -60.000m V 12.600n S -20.000m V 12.600n S -3.5600 V
12.800n S 40.000m V 12.800n S -40.000m V 12.800n S -40.000m V 12.800n S -3.5600 V
13.000n S 40.000m V 13.000n S -40.000m V 13.000n S -40.000m V 13.000n S -3.5600 V
13.200n S 48.000m V 13.200n S -40.000m V 13.200n S -40.000m V 13.200n S -3.6000 V
13.400n S 48.000m V 13.400n S -20.000m V 13.400n S -40.000m V 13.400n S -3.6000 V
13.600n S 48.000m V 13.600n S -20.000m V 13.600n S -40.000m V 13.600n S -3.6000 V
13.800n S 48.000m V 13.800n S -20.000m V 13.800n S -20.000m V 13.800n S -3.6400 V
14.000n S 48.000m V 14.000n S -40.000m V 14.000n S -40.000m V 14.000n S -3.6000 V
14.200n S 48.000m V 14.200n S -40.000m V 14.200n S -40.000m V 14.200n S -3.6000 V
14.400n S 48.000m V 14.400n S -40.000m V 14.400n S -60.000m V 14.400n S -3.6000 V
14.600n S 48.000m V 14.600n S -40.000m V 14.600n S -60.000m V 14.600n S -3.6000 V
14.800n S 48.000m V 14.800n S -40.000m V 14.800n S -80.000m V 14.800n S -3.6000 V
15.000n S 48.000m V 15.000n S -20.000m V 15.000n S -80.000m V 15.000n S -3.6000 V
15.200n S 48.000m V 15.200n S -20.000m V 15.200n S -80.000m V 15.200n S -3.6000 V
15.400n S 48.000m V 15.400n S -20.000m V 15.400n S -100.00m V 15.400n S -3.6000 V
15.600n S 48.000m V 15.600n S -40.000m V 15.600n S -100.00m V 15.600n S -3.6000 V
15.800n S 56.000m V 15.800n S -40.000m V 15.800n S -120.00m V 15.800n S -3.6000 V
16.000n S 56.000m V 16.000n S -60.000m V 16.000n S -120.00m V 16.000n S -3.6000 V
16.200n S 56.000m V 16.200n S -60.000m V 16.200n S -120.00m V 16.200n S -3.6000 V
16.400n S 48.000m V 16.400n S -40.000m V 16.400n S -120.00m V 16.400n S -3.6000 V
16.600n S 48.000m V 16.600n S -40.000m V 16.600n S -120.00m V 16.600n S -3.6000 V
16.800n S 48.000m V 16.800n S -20.000m V 16.800n S -120.00m V 16.800n S -3.6000 V
17.000n S 48.000m V 17.000n S 0.0000 V 17.000n S -140.00m V 17.000n S -3.6000 V
17.200n S 48.000m V 17.200n S -20.000m V 17.200n S -140.00m V 17.200n S -3.6000 V
17.400n S 48.000m V 17.400n S -20.000m V 17.400n S -160.00m V 17.400n S -3.6000 V
17.600n S 48.000m V 17.600n S -20.000m V 17.600n S -180.00m V 17.600n S -3.6000 V
17.800n S 48.000m V 17.800n S -20.000m V 17.800n S -200.00m V 17.800n S -3.6000 V
18.000n S 40.000m V 18.000n S -20.000m V 18.000n S -200.00m V 18.000n S -3.5600 V
18.200n S 48.000m V 18.200n S -20.000m V 18.200n S -200.00m V 18.200n S -3.6000 V
18.400n S 48.000m V 18.400n S -20.000m V 18.400n S -220.00m V 18.400n S -3.6000 V
18.600n S 56.000m V 18.600n S -20.000m V 18.600n S -220.00m V 18.600n S -3.6000 V
18.800n S 64.000m V 18.800n S -20.000m V 18.800n S -240.00m V 18.800n S -3.6000 V
19.000n S 64.000m V 19.000n S -40.000m V 19.000n S -240.00m V 19.000n S -3.6000 V
19.200n S 64.000m V 19.200n S -40.000m V 19.200n S -240.00m V 19.200n S -3.6000 V
19.400n S 56.000m V 19.400n S -40.000m V 19.400n S -260.00m V 19.400n S -3.6000 V
19.600n S 56.000m V 19.600n S -40.000m V 19.600n S -260.00m V 19.600n S -3.6000 V
19.800n S 56.000m V 19.800n S -40.000m V 19.800n S -280.00m V 19.800n S -3.6000 V
20.000n S 56.000m V 20.000n S -20.000m V 20.000n S -300.00m V 20.000n S -3.6000 V
20.200n S 56.000m V 20.200n S -20.000m V 20.200n S -300.00m V 20.200n S -3.6000 V
20.400n S 56.000m V 20.400n S -20.000m V 20.400n S -300.00m V 20.400n S -3.6000 V
20.600n S 56.000m V 20.600n S -20.000m V 20.600n S -300.00m V 20.600n S -3.6000 V
20.800n S 56.000m V 20.800n S -20.000m V 20.800n S -320.00m V 20.800n S -3.6000 V
21.000n S 56.000m V 21.000n S -40.000m V 21.000n S -320.00m V 21.000n S -3.6000 V
21.200n S 64.000m V 21.200n S -40.000m V 21.200n S -340.00m V 21.200n S -3.6000 V
21.400n S 64.000m V 21.400n S -40.000m V 21.400n S -360.00m V 21.400n S -3.6000 V
21.600n S 64.000m V 21.600n S -60.000m V 21.600n S -380.00m V 21.600n S -3.5600 V
21.800n S 56.000m V 21.800n S -40.000m V 21.800n S -380.00m V 21.800n S -3.5600 V
22.000n S 56.000m V 22.000n S -40.000m V 22.000n S -380.00m V 22.000n S -3.5200 V
22.200n S 56.000m V 22.200n S -40.000m V 22.200n S -380.00m V 22.200n S -3.5600 V
22.400n S 56.000m V 22.400n S -20.000m V 22.400n S -400.00m V 22.400n S -3.6000 V
22.600n S 64.000m V 22.600n S -40.000m V 22.600n S -400.00m V 22.600n S -3.6000 V
22.800n S 72.000m V 22.800n S -40.000m V 22.800n S -420.00m V 22.800n S -3.6000 V
23.000n S 72.000m V 23.000n S -40.000m V 23.000n S -420.00m V 23.000n S -3.5600 V
23.200n S 72.000m V 23.200n S -40.000m V 23.200n S -440.00m V 23.200n S -3.5600 V
23.400n S 64.000m V 23.400n S -20.000m V 23.400n S -480.00m V 23.400n S -3.5600 V
23.600n S 64.000m V 23.600n S -20.000m V 23.600n S -500.00m V 23.600n S -3.6000 V
23.800n S 64.000m V 23.800n S -20.000m V 23.800n S -520.00m V 23.800n S -3.6000 V
24.000n S 64.000m V 24.000n S -40.000m V 24.000n S -540.00m V 24.000n S -3.6000 V
24.200n S 72.000m V 24.200n S -40.000m V 24.200n S -540.00m V 24.200n S -3.6000 V
24.400n S 72.000m V 24.400n S -40.000m V 24.400n S -560.00m V 24.400n S -3.6000 V
24.600n S 72.000m V 24.600n S -60.000m V 24.600n S -560.00m V 24.600n S -3.6000 V
24.800n S 64.000m V 24.800n S -40.000m V 24.800n S -580.00m V 24.800n S -3.6000 V
25.000n S 64.000m V 25.000n S -40.000m V 25.000n S -600.00m V 25.000n S -3.6000 V
25.200n S 64.000m V 25.200n S -40.000m V 25.200n S -620.00m V 25.200n S -3.6000 V
25.400n S 64.000m V 25.400n S -20.000m V 25.400n S -640.00m V 25.400n S -3.6000 V
25.600n S 64.000m V 25.600n S -20.000m V 25.600n S -660.00m V 25.600n S -3.6000 V
25.800n S 72.000m V 25.800n S -20.000m V 25.800n S -660.00m V 25.800n S -3.6000 V
26.000n S 72.000m V 26.000n S -40.000m V 26.000n S -660.00m V 26.000n S -3.5600 V
26.200n S 72.000m V 26.200n S -40.000m V 26.200n S -660.00m V 26.200n S -3.5600 V
26.400n S 64.000m V 26.400n S -40.000m V 26.400n S -700.00m V 26.400n S -3.5200 V
26.600n S 64.000m V 26.600n S -40.000m V 26.600n S -720.00m V 26.600n S -3.5200 V
26.800n S 64.000m V 26.800n S -40.000m V 26.800n S -740.00m V 26.800n S -3.5600 V
27.000n S 64.000m V 27.000n S -20.000m V 27.000n S -740.00m V 27.000n S -3.5600 V
27.200n S 72.000m V 27.200n S -20.000m V 27.200n S -740.00m V 27.200n S -3.6000 V
27.400n S 72.000m V 27.400n S -20.000m V 27.400n S -760.00m V 27.400n S -3.6000 V
27.600n S 72.000m V 27.600n S -40.000m V 27.600n S -760.00m V 27.600n S -3.6000 V
27.800n S 72.000m V 27.800n S -40.000m V 27.800n S -780.00m V 27.800n S -3.6400 V
28.000n S 72.000m V 28.000n S -40.000m V 28.000n S -800.00m V 28.000n S -3.6000 V
28.200n S 80.000m V 28.200n S -40.000m V 28.200n S -820.00m V 28.200n S -3.6000 V
28.400n S 80.000m V 28.400n S -20.000m V 28.400n S -840.00m V 28.400n S -3.6000 V
28.600n S 80.000m V 28.600n S -20.000m V 28.600n S -840.00m V 28.600n S -3.5600 V
28.800n S 80.000m V 28.800n S -20.000m V 28.800n S -860.00m V 28.800n S -3.5600 V
29.000n S 80.000m V 29.000n S -20.000m V 29.000n S -880.00m V 29.000n S -3.5200 V
29.200n S 80.000m V 29.200n S -20.000m V 29.200n S -880.00m V 29.200n S -3.5600 V
29.400n S 80.000m V 29.400n S -20.000m V 29.400n S -900.00m V 29.400n S -3.5600 V
29.600n S 80.000m V 29.600n S -40.000m V 29.600n S -920.00m V 29.600n S -3.5600 V
29.800n S 80.000m V 29.800n S -40.000m V 29.800n S -940.00m V 29.800n S -3.5600 V
30.000n S 80.000m V 30.000n S -40.000m V 30.000n S -940.00m V 30.000n S -3.5200 V
30.200n S 88.000m V 30.200n S -40.000m V 30.200n S -940.00m V 30.200n S -3.5600 V
30.400n S 88.000m V 30.400n S -20.000m V 30.400n S -980.00m V 30.400n S -3.5600 V
30.600n S 88.000m V 30.600n S -20.000m V 30.600n S -1.0000 V 30.600n S -3.6000 V
30.800n S 80.000m V 30.800n S -20.000m V 30.800n S -1.0200 V 30.800n S -3.6000 V
31.000n S 80.000m V 31.000n S -20.000m V 31.000n S -1.0400 V 31.000n S -3.6000 V
31.200n S 80.000m V 31.200n S -20.000m V 31.200n S -1.0400 V 31.200n S -3.6000 V
31.400n S 72.000m V 31.400n S -20.000m V 31.400n S -1.0600 V 31.400n S -3.6000 V
31.600n S 72.000m V 31.600n S -20.000m V 31.600n S -1.0600 V 31.600n S -3.6000 V
31.800n S 80.000m V 31.800n S -20.000m V 31.800n S -1.0800 V 31.800n S -3.6000 V
32.000n S 88.000m V 32.000n S -20.000m V 32.000n S -1.0800 V 32.000n S -3.6000 V
32.200n S 96.000m V 32.200n S -20.000m V 32.200n S -1.0800 V 32.200n S -3.6400 V
32.400n S 88.000m V 32.400n S -20.000m V 32.400n S -1.1000 V 32.400n S -3.6000 V
32.600n S 88.000m V 32.600n S -20.000m V 32.600n S -1.1200 V 32.600n S -3.6000 V
32.800n S 88.000m V 32.800n S -20.000m V 32.800n S -1.1400 V 32.800n S -3.6000 V
33.000n S 88.000m V 33.000n S 0.0000 V 33.000n S -1.1600 V 33.000n S -3.5600 V
33.200n S 96.000m V 33.200n S 0.0000 V 33.200n S -1.1800 V 33.200n S -3.5600 V
33.400n S 96.000m V 33.400n S 0.0000 V 33.400n S -1.2000 V 33.400n S -3.5600 V
33.600n S 96.000m V 33.600n S -20.000m V 33.600n S -1.2200 V 33.600n S -3.5600 V
33.800n S 96.000m V 33.800n S -20.000m V 33.800n S -1.2400 V 33.800n S -3.5600 V
34.000n S 96.000m V 34.000n S -20.000m V 34.000n S -1.2600 V 34.000n S -3.5200 V
34.200n S 104.00m V 34.200n S -20.000m V 34.200n S -1.2600 V 34.200n S -3.5600 V
34.400n S 96.000m V 34.400n S -20.000m V 34.400n S -1.2800 V 34.400n S -3.5600 V
34.600n S 96.000m V 34.600n S -20.000m V 34.600n S -1.3000 V 34.600n S -3.6000 V
34.800n S 96.000m V 34.800n S -20.000m V 34.800n S -1.3200 V 34.800n S -3.6400 V
35.000n S 88.000m V 35.000n S -20.000m V 35.000n S -1.3400 V 35.000n S -3.6400 V
35.200n S 96.000m V 35.200n S -20.000m V 35.200n S -1.3400 V 35.200n S -3.6400 V
35.400n S 96.000m V 35.400n S -20.000m V 35.400n S -1.3400 V 35.400n S -3.6400 V
35.600n S 96.000m V 35.600n S -40.000m V 35.600n S -1.3400 V 35.600n S -3.6000 V
35.800n S 104.00m V 35.800n S -40.000m V 35.800n S -1.3600 V 35.800n S -3.6000 V
36.000n S 104.00m V 36.000n S -40.000m V 36.000n S -1.3600 V 36.000n S -3.5600 V
36.200n S 104.00m V 36.200n S -40.000m V 36.200n S -1.3800 V 36.200n S -3.6000 V
36.400n S 96.000m V 36.400n S -40.000m V 36.400n S -1.4200 V 36.400n S -3.6000 V
36.600n S 96.000m V 36.600n S -40.000m V 36.600n S -1.4400 V 36.600n S -3.6000 V
36.800n S 96.000m V 36.800n S -40.000m V 36.800n S -1.4600 V 36.800n S -3.6000 V
37.000n S 96.000m V 37.000n S -40.000m V 37.000n S -1.4600 V 37.000n S -3.5600 V
37.200n S 104.00m V 37.200n S -40.000m V 37.200n S -1.4600 V 37.200n S -3.5600 V
37.400n S 104.00m V 37.400n S -20.000m V 37.400n S -1.4800 V 37.400n S -3.5200 V
37.600n S 104.00m V 37.600n S -40.000m V 37.600n S -1.5000 V 37.600n S -3.5600 V
37.800n S 104.00m V 37.800n S -40.000m V 37.800n S -1.5200 V 37.800n S -3.5600 V
38.000n S 96.000m V 38.000n S -40.000m V 38.000n S -1.5400 V 38.000n S -3.5600 V
38.200n S 104.00m V 38.200n S -40.000m V 38.200n S -1.5400 V 38.200n S -3.5600 V
38.400n S 104.00m V 38.400n S -20.000m V 38.400n S -1.5600 V 38.400n S -3.5600 V
38.600n S 112.00m V 38.600n S -40.000m V 38.600n S -1.5600 V 38.600n S -3.5200 V
38.800n S 120.00m V 38.800n S -40.000m V 38.800n S -1.5800 V 38.800n S -3.5200 V
39.000n S 112.00m V 39.000n S -60.000m V 39.000n S -1.6000 V 39.000n S -3.5200 V
39.200n S 112.00m V 39.200n S -60.000m V 39.200n S -1.6200 V 39.200n S -3.5600 V
39.400n S 112.00m V 39.400n S -60.000m V 39.400n S -1.6400 V 39.400n S -3.6000 V
39.600n S 112.00m V 39.600n S -60.000m V 39.600n S -1.6600 V 39.600n S -3.6000 V
39.800n S 120.00m V 39.800n S -60.000m V 39.800n S -1.6800 V 39.800n S -3.6000 V
40.000n S 120.00m V 40.000n S -40.000m V 40.000n S -1.6800 V 40.000n S -3.6000 V
40.200n S 128.00m V 40.200n S -40.000m V 40.200n S -1.6800 V 40.200n S -3.6400 V
40.400n S 120.00m V 40.400n S -40.000m V 40.400n S -1.7000 V 40.400n S -3.6400 V
40.600n S 120.00m V 40.600n S -40.000m V 40.600n S -1.7200 V 40.600n S -3.6400 V
40.800n S 120.00m V 40.800n S -40.000m V 40.800n S -1.7400 V 40.800n S -3.6400 V
41.000n S 120.00m V 41.000n S -40.000m V 41.000n S -1.7400 V 41.000n S -3.6000 V
41.200n S 128.00m V 41.200n S -40.000m V 41.200n S -1.7400 V 41.200n S -3.6000 V
41.400n S 128.00m V 41.400n S -40.000m V 41.400n S -1.7600 V 41.400n S -3.5600 V
41.600n S 128.00m V 41.600n S -40.000m V 41.600n S -1.7800 V 41.600n S -3.6000 V
41.800n S 128.00m V 41.800n S -40.000m V 41.800n S -1.8000 V 41.800n S -3.6000 V
42.000n S 128.00m V 42.000n S -40.000m V 42.000n S -1.8000 V 42.000n S -3.6000 V
42.200n S 136.00m V 42.200n S -40.000m V 42.200n S -1.8000 V 42.200n S -3.6400 V
42.400n S 136.00m V 42.400n S -40.000m V 42.400n S -1.8200 V 42.400n S -3.6000 V
42.600n S 136.00m V 42.600n S -60.000m V 42.600n S -1.8400 V 42.600n S -3.6000 V
42.800n S 136.00m V 42.800n S -60.000m V 42.800n S -1.8600 V 42.800n S -3.6000 V
43.000n S 136.00m V 43.000n S -60.000m V 43.000n S -1.8800 V 43.000n S -3.5600 V
43.200n S 136.00m V 43.200n S -60.000m V 43.200n S -1.8800 V 43.200n S -3.6000 V
43.400n S 136.00m V 43.400n S -40.000m V 43.400n S -1.9000 V 43.400n S -3.6000 V
43.600n S 136.00m V 43.600n S -40.000m V 43.600n S -1.9200 V 43.600n S -3.6000 V
43.800n S 136.00m V 43.800n S -40.000m V 43.800n S -1.9200 V 43.800n S -3.6000 V
44.000n S 136.00m V 44.000n S -40.000m V 44.000n S -1.9200 V 44.000n S -3.5600 V
44.200n S 136.00m V 44.200n S -40.000m V 44.200n S -1.9200 V 44.200n S -3.5600 V
44.400n S 136.00m V 44.400n S -20.000m V 44.400n S -1.9400 V 44.400n S -3.5600 V
44.600n S 136.00m V 44.600n S -20.000m V 44.600n S -1.9400 V 44.600n S -3.5600 V
44.800n S 144.00m V 44.800n S -20.000m V 44.800n S -1.9600 V 44.800n S -3.5600 V
45.000n S 144.00m V 45.000n S -20.000m V 45.000n S -1.9800 V 45.000n S -3.5200 V
45.200n S 144.00m V 45.200n S -20.000m V 45.200n S -1.9800 V 45.200n S -3.5600 V
45.400n S 144.00m V 45.400n S -20.000m V 45.400n S -2.0000 V 45.400n S -3.5600 V
45.600n S 144.00m V 45.600n S -20.000m V 45.600n S -2.0000 V 45.600n S -3.5600 V
45.800n S 152.00m V 45.800n S -20.000m V 45.800n S -2.0200 V 45.800n S -3.5600 V
46.000n S 152.00m V 46.000n S -20.000m V 46.000n S -2.0400 V 46.000n S -3.5600 V
46.200n S 160.00m V 46.200n S -20.000m V 46.200n S -2.0400 V 46.200n S -3.6000 V
46.400n S 160.00m V 46.400n S -20.000m V 46.400n S -2.0600 V 46.400n S -3.6000 V
46.600n S 160.00m V 46.600n S -20.000m V 46.600n S -2.0600 V 46.600n S -3.6000 V
46.800n S 160.00m V 46.800n S -20.000m V 46.800n S -2.0600 V 46.800n S -3.6400 V
47.000n S 160.00m V 47.000n S -20.000m V 47.000n S -2.0600 V 47.000n S -3.6000 V
47.200n S 168.00m V 47.200n S -20.000m V 47.200n S -2.0400 V 47.200n S -3.6000 V
47.400n S 168.00m V 47.400n S -20.000m V 47.400n S -2.0600 V 47.400n S -3.6000 V
47.600n S 176.00m V 47.600n S -40.000m V 47.600n S -2.0600 V 47.600n S -3.5600 V
47.800n S 168.00m V 47.800n S -40.000m V 47.800n S -2.0800 V 47.800n S -3.5600 V
48.000n S 168.00m V 48.000n S -40.000m V 48.000n S -2.0800 V 48.000n S -3.5600 V
48.200n S 168.00m V 48.200n S -40.000m V 48.200n S -2.0800 V 48.200n S -3.5600 V
48.400n S 168.00m V 48.400n S -20.000m V 48.400n S -2.1000 V 48.400n S -3.5600 V
48.600n S 168.00m V 48.600n S -20.000m V 48.600n S -2.1000 V 48.600n S -3.6000 V
48.800n S 176.00m V 48.800n S 0.0000 V 48.800n S -2.1200 V 48.800n S -3.6000 V
49.000n S 176.00m V 49.000n S 0.0000 V 49.000n S -2.1400 V 49.000n S -3.6000 V
49.200n S 176.00m V 49.200n S -20.000m V 49.200n S -2.1400 V 49.200n S -3.6400 V
49.400n S 176.00m V 49.400n S -20.000m V 49.400n S -2.1600 V 49.400n S -3.6000 V
49.600n S 176.00m V 49.600n S -40.000m V 49.600n S -2.1600 V 49.600n S -3.6000 V
49.800n S 176.00m V 49.800n S -40.000m V 49.800n S -2.1600 V 49.800n S -3.6000 V
50.000n S 176.00m V 50.000n S -40.000m V 50.000n S -2.1600 V 50.000n S -3.5600 V
50.200n S 176.00m V 50.200n S -40.000m V 50.200n S -2.1600 V 50.200n S -3.6000 V
50.400n S 176.00m V 50.400n S -20.000m V 50.400n S -2.1800 V 50.400n S -3.6000 V
50.600n S 176.00m V 50.600n S -20.000m V 50.600n S -2.1800 V 50.600n S -3.6000 V
50.800n S 184.00m V 50.800n S -20.000m V 50.800n S -2.2000 V 50.800n S -3.6000 V
51.000n S 184.00m V 51.000n S 0.0000 V 51.000n S -2.2000 V 51.000n S -3.6000 V
51.200n S 192.00m V 51.200n S 0.0000 V 51.200n S -2.2000 V 51.200n S -3.6000 V
51.400n S 192.00m V 51.400n S 0.0000 V 51.400n S -2.2200 V 51.400n S -3.6000 V
51.600n S 192.00m V 51.600n S -20.000m V 51.600n S -2.2200 V 51.600n S -3.6000 V
51.800n S 192.00m V 51.800n S -20.000m V 51.800n S -2.2200 V 51.800n S -3.6000 V
52.000n S 192.00m V 52.000n S -20.000m V 52.000n S -2.2200 V 52.000n S -3.6000 V
52.200n S 200.00m V 52.200n S -20.000m V 52.200n S -2.2200 V 52.200n S -3.6000 V
52.400n S 192.00m V 52.400n S 0.0000 V 52.400n S -2.2400 V 52.400n S -3.6000 V
52.600n S 192.00m V 52.600n S -20.000m V 52.600n S -2.2400 V 52.600n S -3.6000 V
52.800n S 192.00m V 52.800n S -20.000m V 52.800n S -2.2400 V 52.800n S -3.6000 V
53.000n S 192.00m V 53.000n S -40.000m V 53.000n S -2.2400 V 53.000n S -3.5600 V
53.200n S 200.00m V 53.200n S -40.000m V 53.200n S -2.2400 V 53.200n S -3.6000 V
53.400n S 200.00m V 53.400n S -40.000m V 53.400n S -2.2400 V 53.400n S -3.6000 V
53.600n S 200.00m V 53.600n S -40.000m V 53.600n S -2.2400 V 53.600n S -3.6000 V
53.800n S 200.00m V 53.800n S -40.000m V 53.800n S -2.2400 V 53.800n S -3.6000 V
54.000n S 200.00m V 54.000n S -20.000m V 54.000n S -2.2600 V 54.000n S -3.5600 V
54.200n S 208.00m V 54.200n S -20.000m V 54.200n S -2.2600 V 54.200n S -3.5600 V
54.400n S 216.00m V 54.400n S -20.000m V 54.400n S -2.2800 V 54.400n S -3.5600 V
54.600n S 216.00m V 54.600n S -40.000m V 54.600n S -2.3000 V 54.600n S -3.6000 V
54.800n S 224.00m V 54.800n S -60.000m V 54.800n S -2.3200 V 54.800n S -3.6000 V
55.000n S 216.00m V 55.000n S -60.000m V 55.000n S -2.3200 V 55.000n S -3.6000 V
55.200n S 216.00m V 55.200n S -60.000m V 55.200n S -2.3200 V 55.200n S -3.6000 V
55.400n S 216.00m V 55.400n S -40.000m V 55.400n S -2.3200 V 55.400n S -3.6000 V
55.600n S 216.00m V 55.600n S -40.000m V 55.600n S -2.3200 V 55.600n S -3.5600 V
55.800n S 224.00m V 55.800n S -40.000m V 55.800n S -2.3200 V 55.800n S -3.6000 V
56.000n S 224.00m V 56.000n S -40.000m V 56.000n S -2.3200 V 56.000n S -3.6000 V
56.200n S 232.00m V 56.200n S -40.000m V 56.200n S -2.3200 V 56.200n S -3.6400 V
56.400n S 232.00m V 56.400n S -40.000m V 56.400n S -2.3200 V 56.400n S -3.6400 V
56.600n S 232.00m V 56.600n S -40.000m V 56.600n S -2.3200 V 56.600n S -3.6400 V
56.800n S 232.00m V 56.800n S -40.000m V 56.800n S -2.3000 V 56.800n S -3.6400 V
57.000n S 240.00m V 57.000n S -40.000m V 57.000n S -2.3000 V 57.000n S -3.6000 V
57.200n S 248.00m V 57.200n S -40.000m V 57.200n S -2.3000 V 57.200n S -3.6000 V
57.400n S 248.00m V 57.400n S -40.000m V 57.400n S -2.3000 V 57.400n S -3.6000 V
57.600n S 248.00m V 57.600n S -40.000m V 57.600n S -2.3000 V 57.600n S -3.6000 V
57.800n S 248.00m V 57.800n S -40.000m V 57.800n S -2.3200 V 57.800n S -3.6000 V
58.000n S 248.00m V 58.000n S -40.000m V 58.000n S -2.3200 V 58.000n S -3.6000 V
58.200n S 248.00m V 58.200n S -40.000m V 58.200n S -2.3200 V 58.200n S -3.6400 V
58.400n S 248.00m V 58.400n S -40.000m V 58.400n S -2.3200 V 58.400n S -3.6400 V
58.600n S 248.00m V 58.600n S -40.000m V 58.600n S -2.3200 V 58.600n S -3.6400 V
58.800n S 256.00m V 58.800n S -40.000m V 58.800n S -2.3400 V 58.800n S -3.6400 V
59.000n S 256.00m V 59.000n S -20.000m V 59.000n S -2.3400 V 59.000n S -3.6000 V
59.200n S 264.00m V 59.200n S -20.000m V 59.200n S -2.3400 V 59.200n S -3.6400 V
59.400n S 264.00m V 59.400n S -20.000m V 59.400n S -2.3400 V 59.400n S -3.6400 V
59.600n S 264.00m V 59.600n S -40.000m V 59.600n S -2.3400 V 59.600n S -3.6400 V
59.800n S 264.00m V 59.800n S -40.000m V 59.800n S -2.3200 V 59.800n S -3.6000 V
60.000n S 264.00m V 60.000n S -40.000m V 60.000n S -2.3200 V 60.000n S -3.5600 V
60.200n S 272.00m V 60.200n S -40.000m V 60.200n S -2.3200 V 60.200n S -3.5600 V
60.400n S 272.00m V 60.400n S -20.000m V 60.400n S -2.3200 V 60.400n S -3.5200 V
60.600n S 272.00m V 60.600n S -40.000m V 60.600n S -2.3200 V 60.600n S -3.5200 V
60.800n S 280.00m V 60.800n S -40.000m V 60.800n S -2.3200 V 60.800n S -3.5600 V
61.000n S 280.00m V 61.000n S -40.000m V 61.000n S -2.3200 V 61.000n S -3.5600 V
61.200n S 280.00m V 61.200n S -40.000m V 61.200n S -2.3200 V 61.200n S -3.6000 V
61.400n S 280.00m V 61.400n S -20.000m V 61.400n S -2.3200 V 61.400n S -3.6000 V
61.600n S 280.00m V 61.600n S -40.000m V 61.600n S -2.3200 V 61.600n S -3.6000 V
61.800n S 288.00m V 61.800n S -40.000m V 61.800n S -2.3200 V 61.800n S -3.6000 V
62.000n S 288.00m V 62.000n S -40.000m V 62.000n S -2.3200 V 62.000n S -3.6000 V
62.200n S 288.00m V 62.200n S -40.000m V 62.200n S -2.3000 V 62.200n S -3.6000 V
62.400n S 288.00m V 62.400n S -20.000m V 62.400n S -2.3200 V 62.400n S -3.6000 V
62.600n S 288.00m V 62.600n S -40.000m V 62.600n S -2.3200 V 62.600n S -3.6000 V
62.800n S 296.00m V 62.800n S -40.000m V 62.800n S -2.3200 V 62.800n S -3.6000 V
63.000n S 296.00m V 63.000n S -40.000m V 63.000n S -2.3200 V 63.000n S -3.6000 V
63.200n S 296.00m V 63.200n S -40.000m V 63.200n S -2.3000 V 63.200n S -3.6000 V
63.400n S 288.00m V 63.400n S -20.000m V 63.400n S -2.3000 V 63.400n S -3.6000 V
63.600n S 296.00m V 63.600n S -20.000m V 63.600n S -2.2800 V 63.600n S -3.5600 V
63.800n S 296.00m V 63.800n S -20.000m V 63.800n S -2.3000 V 63.800n S -3.5600 V
64.000n S 304.00m V 64.000n S -20.000m V 64.000n S -2.3200 V 64.000n S -3.5600 V
64.200n S 312.00m V 64.200n S -20.000m V 64.200n S -2.3200 V 64.200n S -3.6000 V
64.400n S 312.00m V 64.400n S -20.000m V 64.400n S -2.3400 V 64.400n S -3.6000 V
64.600n S 312.00m V 64.600n S -20.000m V 64.600n S -2.3200 V 64.600n S -3.6000 V
64.800n S 312.00m V 64.800n S -20.000m V 64.800n S -2.3200 V 64.800n S -3.6000 V
65.000n S 320.00m V 65.000n S -20.000m V 65.000n S -2.3200 V 65.000n S -3.5600 V
65.200n S 328.00m V 65.200n S -20.000m V 65.200n S -2.3200 V 65.200n S -3.5600 V
65.400n S 328.00m V 65.400n S -20.000m V 65.400n S -2.3200 V 65.400n S -3.5600 V
65.600n S 336.00m V 65.600n S -20.000m V 65.600n S -2.3200 V 65.600n S -3.6000 V
65.800n S 336.00m V 65.800n S -20.000m V 65.800n S -2.3200 V 65.800n S -3.6000 V
66.000n S 336.00m V 66.000n S -20.000m V 66.000n S -2.3200 V 66.000n S -3.6000 V
66.200n S 336.00m V 66.200n S -20.000m V 66.200n S -2.3000 V 66.200n S -3.6000 V
66.400n S 336.00m V 66.400n S 0.0000 V 66.400n S -2.3000 V 66.400n S -3.6000 V
66.600n S 336.00m V 66.600n S 0.0000 V 66.600n S -2.3000 V 66.600n S -3.6000 V
66.800n S 336.00m V 66.800n S 0.0000 V 66.800n S -2.2800 V 66.800n S -3.6000 V
67.000n S 328.00m V 67.000n S -20.000m V 67.000n S -2.2800 V 67.000n S -3.6000 V
67.200n S 336.00m V 67.200n S -40.000m V 67.200n S -2.2800 V 67.200n S -3.6000 V
67.400n S 336.00m V 67.400n S -40.000m V 67.400n S -2.2800 V 67.400n S -3.6000 V
67.600n S 344.00m V 67.600n S -60.000m V 67.600n S -2.2800 V 67.600n S -3.6400 V
67.800n S 352.00m V 67.800n S -60.000m V 67.800n S -2.2600 V 67.800n S -3.6400 V
68.000n S 352.00m V 68.000n S -40.000m V 68.000n S -2.2600 V 68.000n S -3.6400 V
68.200n S 360.00m V 68.200n S -40.000m V 68.200n S -2.2600 V 68.200n S -3.6400 V
68.400n S 360.00m V 68.400n S -20.000m V 68.400n S -2.2600 V 68.400n S -3.6400 V
68.600n S 360.00m V 68.600n S -20.000m V 68.600n S -2.2600 V 68.600n S -3.6000 V
68.800n S 368.00m V 68.800n S -20.000m V 68.800n S -2.2600 V 68.800n S -3.6000 V
69.000n S 368.00m V 69.000n S -20.000m V 69.000n S -2.2600 V 69.000n S -3.6000 V
69.200n S 368.00m V 69.200n S -20.000m V 69.200n S -2.2400 V 69.200n S -3.6400 V
69.400n S 368.00m V 69.400n S -20.000m V 69.400n S -2.2400 V 69.400n S -3.6400 V
69.600n S 376.00m V 69.600n S -20.000m V 69.600n S -2.2400 V 69.600n S -3.6400 V
69.800n S 384.00m V 69.800n S -20.000m V 69.800n S -2.2400 V 69.800n S -3.6400 V
70.000n S 384.00m V 70.000n S -20.000m V 70.000n S -2.2400 V 70.000n S -3.6000 V
70.200n S 384.00m V 70.200n S -20.000m V 70.200n S -2.2200 V 70.200n S -3.6000 V
70.400n S 384.00m V 70.400n S -20.000m V 70.400n S -2.2200 V 70.400n S -3.6000 V
70.600n S 384.00m V 70.600n S -20.000m V 70.600n S -2.2200 V 70.600n S -3.6000 V
70.800n S 384.00m V 70.800n S -20.000m V 70.800n S -2.2400 V 70.800n S -3.6000 V
71.000n S 384.00m V 71.000n S 0.0000 V 71.000n S -2.2400 V 71.000n S -3.6000 V
71.200n S 392.00m V 71.200n S 0.0000 V 71.200n S -2.2400 V 71.200n S -3.6000 V
71.400n S 392.00m V 71.400n S 0.0000 V 71.400n S -2.2400 V 71.400n S -3.6000 V
71.600n S 392.00m V 71.600n S -20.000m V 71.600n S -2.2200 V 71.600n S -3.6000 V
71.800n S 392.00m V 71.800n S -20.000m V 71.800n S -2.2000 V 71.800n S -3.6000 V
72.000n S 400.00m V 72.000n S -20.000m V 72.000n S -2.2000 V 72.000n S -3.6000 V
72.200n S 408.00m V 72.200n S -20.000m V 72.200n S -2.1800 V 72.200n S -3.6000 V
72.400n S 408.00m V 72.400n S 0.0000 V 72.400n S -2.1800 V 72.400n S -3.6000 V
72.600n S 408.00m V 72.600n S -20.000m V 72.600n S -2.1800 V 72.600n S -3.6000 V
72.800n S 416.00m V 72.800n S -20.000m V 72.800n S -2.1800 V 72.800n S -3.6000 V
73.000n S 416.00m V 73.000n S -40.000m V 73.000n S -2.1600 V 73.000n S -3.6000 V
73.200n S 424.00m V 73.200n S -60.000m V 73.200n S -2.1400 V 73.200n S -3.6000 V
73.400n S 424.00m V 73.400n S -60.000m V 73.400n S -2.1400 V 73.400n S -3.6000 V
73.600n S 424.00m V 73.600n S -80.000m V 73.600n S -2.1400 V 73.600n S -3.6000 V
73.800n S 424.00m V 73.800n S -80.000m V 73.800n S -2.1400 V 73.800n S -3.6000 V
74.000n S 424.00m V 74.000n S -60.000m V 74.000n S -2.1400 V 74.000n S -3.6000 V
74.200n S 432.00m V 74.200n S -40.000m V 74.200n S -2.1200 V 74.200n S -3.6000 V
74.400n S 432.00m V 74.400n S -20.000m V 74.400n S -2.1200 V 74.400n S -3.6000 V
74.600n S 432.00m V 74.600n S -20.000m V 74.600n S -2.1200 V 74.600n S -3.6000 V
74.800n S 432.00m V 74.800n S 0.0000 V 74.800n S -2.1200 V 74.800n S -3.6000 V
75.000n S 432.00m V 75.000n S 0.0000 V 75.000n S -2.1400 V 75.000n S -3.6000 V
75.200n S 440.00m V 75.200n S 0.0000 V 75.200n S -2.1200 V 75.200n S -3.6000 V
75.400n S 440.00m V 75.400n S 0.0000 V 75.400n S -2.1200 V 75.400n S -3.6000 V
75.600n S 448.00m V 75.600n S -20.000m V 75.600n S -2.1000 V 75.600n S -3.5600 V
75.800n S 440.00m V 75.800n S -20.000m V 75.800n S -2.0800 V 75.800n S -3.5600 V
76.000n S 440.00m V 76.000n S -20.000m V 76.000n S -2.0800 V 76.000n S -3.5600 V
76.200n S 440.00m V 76.200n S -20.000m V 76.200n S -2.0600 V 76.200n S -3.5600 V
76.400n S 440.00m V 76.400n S -20.000m V 76.400n S -2.0600 V 76.400n S -3.5600 V
76.600n S 440.00m V 76.600n S -20.000m V 76.600n S -2.0600 V 76.600n S -3.6000 V
76.800n S 448.00m V 76.800n S -20.000m V 76.800n S -2.0600 V 76.800n S -3.6000 V
77.000n S 456.00m V 77.000n S -40.000m V 77.000n S -2.0600 V 77.000n S -3.6000 V
77.200n S 464.00m V 77.200n S -40.000m V 77.200n S -2.0400 V 77.200n S -3.6400 V
77.400n S 464.00m V 77.400n S -40.000m V 77.400n S -2.0400 V 77.400n S -3.6000 V
77.600n S 464.00m V 77.600n S -40.000m V 77.600n S -2.0400 V 77.600n S -3.6000 V
77.800n S 472.00m V 77.800n S -40.000m V 77.800n S -2.0400 V 77.800n S -3.6000 V
78.000n S 472.00m V 78.000n S -40.000m V 78.000n S -2.0400 V 78.000n S -3.5600 V
78.200n S 480.00m V 78.200n S -40.000m V 78.200n S -2.0200 V 78.200n S -3.6000 V
78.400n S 480.00m V 78.400n S -40.000m V 78.400n S -2.0200 V 78.400n S -3.6000 V
78.600n S 480.00m V 78.600n S -40.000m V 78.600n S -2.0200 V 78.600n S -3.6000 V
78.800n S 488.00m V 78.800n S -40.000m V 78.800n S -2.0000 V 78.800n S -3.6000 V
79.000n S 488.00m V 79.000n S -40.000m V 79.000n S -2.0000 V 79.000n S -3.6000 V
79.200n S 496.00m V 79.200n S -40.000m V 79.200n S -1.9800 V 79.200n S -3.6000 V
79.400n S 496.00m V 79.400n S -40.000m V 79.400n S -1.9800 V 79.400n S -3.6000 V
79.600n S 496.00m V 79.600n S -40.000m V 79.600n S -1.9600 V 79.600n S -3.6000 V
79.800n S 504.00m V 79.800n S -40.000m V 79.800n S -1.9400 V 79.800n S -3.6000 V
80.000n S 504.00m V 80.000n S -20.000m V 80.000n S -1.9400 V 80.000n S -3.6000 V
80.200n S 504.00m V 80.200n S -20.000m V 80.200n S -1.9400 V 80.200n S -3.6000 V
80.400n S 504.00m V 80.400n S -20.000m V 80.400n S -1.9600 V 80.400n S -3.6000 V
80.600n S 504.00m V 80.600n S -40.000m V 80.600n S -1.9400 V 80.600n S -3.6000 V
80.800n S 504.00m V 80.800n S -40.000m V 80.800n S -1.9400 V 80.800n S -3.6000 V
81.000n S 504.00m V 81.000n S -40.000m V 81.000n S -1.9200 V 81.000n S -3.6000 V
81.200n S 512.00m V 81.200n S -60.000m V 81.200n S -1.9000 V 81.200n S -3.6000 V
81.400n S 512.00m V 81.400n S -40.000m V 81.400n S -1.9000 V 81.400n S -3.6000 V
81.600n S 520.00m V 81.600n S -40.000m V 81.600n S -1.9000 V 81.600n S -3.6000 V
81.800n S 528.00m V 81.800n S -40.000m V 81.800n S -1.8800 V 81.800n S -3.6000 V
82.000n S 528.00m V 82.000n S -20.000m V 82.000n S -1.8800 V 82.000n S -3.6000 V
82.200n S 536.00m V 82.200n S -20.000m V 82.200n S -1.8600 V 82.200n S -3.6000 V
82.400n S 536.00m V 82.400n S -20.000m V 82.400n S -1.8600 V 82.400n S -3.6000 V
82.600n S 536.00m V 82.600n S -20.000m V 82.600n S -1.8600 V 82.600n S -3.6000 V
82.800n S 536.00m V 82.800n S -20.000m V 82.800n S -1.8400 V 82.800n S -3.6000 V
83.000n S 536.00m V 83.000n S 0.0000 V 83.000n S -1.8400 V 83.000n S -3.6000 V
83.200n S 544.00m V 83.200n S 0.0000 V 83.200n S -1.8200 V 83.200n S -3.6000 V
83.400n S 544.00m V 83.400n S 0.0000 V 83.400n S -1.8200 V 83.400n S -3.6000 V
83.600n S 544.00m V 83.600n S -20.000m V 83.600n S -1.8200 V 83.600n S -3.6400 V
83.800n S 544.00m V 83.800n S -20.000m V 83.800n S -1.8000 V 83.800n S -3.6400 V
84.000n S 544.00m V 84.000n S -20.000m V 84.000n S -1.8000 V 84.000n S -3.6400 V
84.200n S 552.00m V 84.200n S -20.000m V 84.200n S -1.7800 V 84.200n S -3.6800 V
84.400n S 552.00m V 84.400n S -20.000m V 84.400n S -1.7800 V 84.400n S -3.6800 V
84.600n S 552.00m V 84.600n S -20.000m V 84.600n S -1.7800 V 84.600n S -3.6400 V
84.800n S 560.00m V 84.800n S -20.000m V 84.800n S -1.7800 V 84.800n S -3.6000 V
85.000n S 560.00m V 85.000n S -20.000m V 85.000n S -1.7600 V 85.000n S -3.5600 V
85.200n S 560.00m V 85.200n S -20.000m V 85.200n S -1.7400 V 85.200n S -3.6000 V
85.400n S 560.00m V 85.400n S -20.000m V 85.400n S -1.7200 V 85.400n S -3.6000 V
85.600n S 560.00m V 85.600n S -20.000m V 85.600n S -1.7200 V 85.600n S -3.6000 V
85.800n S 568.00m V 85.800n S -20.000m V 85.800n S -1.7000 V 85.800n S -3.6000 V
86.000n S 576.00m V 86.000n S -40.000m V 86.000n S -1.7000 V 86.000n S -3.6000 V
86.200n S 584.00m V 86.200n S -40.000m V 86.200n S -1.7000 V 86.200n S -3.6000 V
86.400n S 584.00m V 86.400n S -40.000m V 86.400n S -1.7200 V 86.400n S -3.6000 V
86.600n S 592.00m V 86.600n S -40.000m V 86.600n S -1.7000 V 86.600n S -3.6000 V
86.800n S 592.00m V 86.800n S -40.000m V 86.800n S -1.7000 V 86.800n S -3.6000 V
87.000n S 592.00m V 87.000n S -20.000m V 87.000n S -1.6800 V 87.000n S -3.5600 V
87.200n S 592.00m V 87.200n S -20.000m V 87.200n S -1.6600 V 87.200n S -3.6000 V
87.400n S 584.00m V 87.400n S -20.000m V 87.400n S -1.6400 V 87.400n S -3.6000 V
87.600n S 592.00m V 87.600n S -20.000m V 87.600n S -1.6400 V 87.600n S -3.6000 V
87.800n S 592.00m V 87.800n S -20.000m V 87.800n S -1.6200 V 87.800n S -3.6000 V
88.000n S 600.00m V 88.000n S -20.000m V 88.000n S -1.6200 V 88.000n S -3.6000 V
88.200n S 608.00m V 88.200n S -20.000m V 88.200n S -1.6200 V 88.200n S -3.6000 V
88.400n S 608.00m V 88.400n S -20.000m V 88.400n S -1.6200 V 88.400n S -3.6000 V
88.600n S 608.00m V 88.600n S -20.000m V 88.600n S -1.6200 V 88.600n S -3.6400 V
88.800n S 608.00m V 88.800n S -20.000m V 88.800n S -1.6000 V 88.800n S -3.6400 V
89.000n S 608.00m V 89.000n S -20.000m V 89.000n S -1.6000 V 89.000n S -3.6400 V
89.200n S 616.00m V 89.200n S -20.000m V 89.200n S -1.6000 V 89.200n S -3.6800 V
89.400n S 616.00m V 89.400n S -20.000m V 89.400n S -1.6000 V 89.400n S -3.6800 V
89.600n S 616.00m V 89.600n S -20.000m V 89.600n S -1.6000 V 89.600n S -3.6400 V
89.800n S 624.00m V 89.800n S -20.000m V 89.800n S -1.5800 V 89.800n S -3.6000 V
90.000n S 624.00m V 90.000n S 0.0000 V 90.000n S -1.5800 V 90.000n S -3.5600 V
90.200n S 624.00m V 90.200n S 0.0000 V 90.200n S -1.5600 V 90.200n S -3.5600 V
90.400n S 624.00m V 90.400n S 0.0000 V 90.400n S -1.5600 V 90.400n S -3.5600 V
90.600n S 624.00m V 90.600n S -20.000m V 90.600n S -1.5600 V 90.600n S -3.6000 V
90.800n S 632.00m V 90.800n S -40.000m V 90.800n S -1.5400 V 90.800n S -3.6000 V
91.000n S 632.00m V 91.000n S -40.000m V 91.000n S -1.5400 V 91.000n S -3.6000 V
91.200n S 640.00m V 91.200n S -40.000m V 91.200n S -1.5200 V 91.200n S -3.6400 V
91.400n S 640.00m V 91.400n S -20.000m V 91.400n S -1.5200 V 91.400n S -3.6400 V
91.600n S 640.00m V 91.600n S -20.000m V 91.600n S -1.5000 V 91.600n S -3.6400 V
91.800n S 640.00m V 91.800n S -20.000m V 91.800n S -1.4800 V 91.800n S -3.6000 V
92.000n S 640.00m V 92.000n S 0.0000 V 92.000n S -1.4600 V 92.000n S -3.5600 V
92.200n S 648.00m V 92.200n S 20.000m V 92.200n S -1.4400 V 92.200n S -3.6000 V
92.400n S 648.00m V 92.400n S 60.000m V 92.400n S -1.4400 V 92.400n S -3.6000 V
92.600n S 648.00m V 92.600n S 80.000m V 92.600n S -1.4400 V 92.600n S -3.6000 V
92.800n S 648.00m V 92.800n S 140.00m V 92.800n S -1.4400 V 92.800n S -3.6000 V
93.000n S 656.00m V 93.000n S 180.00m V 93.000n S -1.4400 V 93.000n S -3.5600 V
93.200n S 664.00m V 93.200n S 220.00m V 93.200n S -1.4200 V 93.200n S -3.5600 V
93.400n S 664.00m V 93.400n S 280.00m V 93.400n S -1.4200 V 93.400n S -3.5200 V
93.600n S 672.00m V 93.600n S 340.00m V 93.600n S -1.4000 V 93.600n S -3.5600 V
93.800n S 672.00m V 93.800n S 420.00m V 93.800n S -1.3800 V 93.800n S -3.5600 V
94.000n S 672.00m V 94.000n S 480.00m V 94.000n S -1.3800 V 94.000n S -3.5600 V
94.200n S 672.00m V 94.200n S 560.00m V 94.200n S -1.3600 V 94.200n S -3.5600 V
94.400n S 672.00m V 94.400n S 640.00m V 94.400n S -1.3600 V 94.400n S -3.5600 V
94.600n S 672.00m V 94.600n S 700.00m V 94.600n S -1.3600 V 94.600n S -3.6000 V
94.800n S 680.00m V 94.800n S 780.00m V 94.800n S -1.3400 V 94.800n S -3.6000 V
95.000n S 680.00m V 95.000n S 840.00m V 95.000n S -1.3400 V 95.000n S -3.6000 V
95.200n S 680.00m V 95.200n S 920.00m V 95.200n S -1.3200 V 95.200n S -3.6000 V
95.400n S 680.00m V 95.400n S 980.00m V 95.400n S -1.3200 V 95.400n S -3.6000 V
95.600n S 680.00m V 95.600n S 1.0400 V 95.600n S -1.3000 V 95.600n S -3.6000 V
95.800n S 688.00m V 95.800n S 1.0800 V 95.800n S -1.3200 V 95.800n S -3.6000 V
96.000n S 688.00m V 96.000n S 1.1400 V 96.000n S -1.3200 V 96.000n S -3.6000 V
96.200n S 696.00m V 96.200n S 1.1800 V 96.200n S -1.3200 V 96.200n S -3.6000 V
96.400n S 696.00m V 96.400n S 1.2200 V 96.400n S -1.3200 V 96.400n S -3.6000 V
96.600n S 696.00m V 96.600n S 1.2600 V 96.600n S -1.3200 V 96.600n S -3.5600 V
96.800n S 696.00m V 96.800n S 1.3000 V 96.800n S -1.3000 V 96.800n S -3.6000 V
97.000n S 696.00m V 97.000n S 1.3600 V 97.000n S -1.3000 V 97.000n S -3.6000 V
97.200n S 704.00m V 97.200n S 1.4000 V 97.200n S -1.2800 V 97.200n S -3.6400 V
97.400n S 704.00m V 97.400n S 1.4400 V 97.400n S -1.2800 V 97.400n S -3.6400 V
97.600n S 704.00m V 97.600n S 1.4800 V 97.600n S -1.2800 V 97.600n S -3.6400 V
97.800n S 712.00m V 97.800n S 1.5200 V 97.800n S -1.2600 V 97.800n S -3.6800 V
98.000n S 712.00m V 98.000n S 1.5800 V 98.000n S -1.2600 V 98.000n S -3.6400 V
98.200n S 720.00m V 98.200n S 1.6200 V 98.200n S -1.2400 V 98.200n S -3.6400 V
98.400n S 720.00m V 98.400n S 1.6600 V 98.400n S -1.2400 V 98.400n S -3.6400 V
98.600n S 720.00m V 98.600n S 1.6800 V 98.600n S -1.2400 V 98.600n S -3.6000 V
98.800n S 728.00m V 98.800n S 1.7000 V 98.800n S -1.2200 V 98.800n S -3.6000 V
99.000n S 728.00m V 99.000n S 1.7400 V 99.000n S -1.2200 V 99.000n S -3.6000 V
99.200n S 736.00m V 99.200n S 1.7800 V 99.200n S -1.2000 V 99.200n S -3.6000 V
99.400n S 736.00m V 99.400n S 1.8400 V 99.400n S -1.2000 V 99.400n S -3.6000 V
99.600n S 736.00m V 99.600n S 1.8800 V 99.600n S -1.2000 V 99.600n S -3.6000 V
99.800n S 736.00m V 99.800n S 1.9200 V 99.800n S -1.1800 V 99.800n S -3.6000 V
100.00n S 736.00m V 100.00n S 1.9400 V 100.00n S -1.1800 V 100.00n S -3.6000 V
100.20n S 744.00m V 100.20n S 1.9600 V 100.20n S -1.1600 V 100.20n S -3.6400 V
100.40n S 744.00m V 100.40n S 2.0000 V 100.40n S -1.1600 V 100.40n S -3.6400 V
100.60n S 752.00m V 100.60n S 2.0200 V 100.60n S -1.1400 V 100.60n S -3.6400 V
100.80n S 744.00m V 100.80n S 2.0600 V 100.80n S -1.1200 V 100.80n S -3.6400 V
101.00n S 744.00m V 101.00n S 2.0800 V 101.00n S -1.1200 V 101.00n S -3.6000 V
101.20n S 744.00m V 101.20n S 2.1000 V 101.20n S -1.1200 V 101.20n S -3.6000 V
101.40n S 744.00m V 101.40n S 2.1200 V 101.40n S -1.1200 V 101.40n S -3.6000 V
101.60n S 744.00m V 101.60n S 2.1400 V 101.60n S -1.1200 V 101.60n S -3.5600 V
101.80n S 752.00m V 101.80n S 2.1600 V 101.80n S -1.1000 V 101.80n S -3.5600 V
102.00n S 752.00m V 102.00n S 2.1800 V 102.00n S -1.1000 V 102.00n S -3.5600 V
102.20n S 760.00m V 102.20n S 2.2200 V 102.20n S -1.1000 V 102.20n S -3.5600 V
102.40n S 760.00m V 102.40n S 2.2600 V 102.40n S -1.1000 V 102.40n S -3.5600 V
102.60n S 760.00m V 102.60n S 2.2800 V 102.60n S -1.1000 V 102.60n S -3.6000 V
102.80n S 768.00m V 102.80n S 2.3000 V 102.80n S -1.0800 V 102.80n S -3.6000 V
103.00n S 768.00m V 103.00n S 2.3200 V 103.00n S -1.0600 V 103.00n S -3.6000 V
103.20n S 776.00m V 103.20n S 2.3400 V 103.20n S -1.0400 V 103.20n S -3.6000 V
103.40n S 776.00m V 103.40n S 2.3800 V 103.40n S -1.0400 V 103.40n S -3.6000 V
103.60n S 776.00m V 103.60n S 2.4000 V 103.60n S -1.0400 V 103.60n S -3.5600 V
103.80n S 784.00m V 103.80n S 2.4200 V 103.80n S -1.0400 V 103.80n S -3.5600 V
104.00n S 784.00m V 104.00n S 2.4400 V 104.00n S -1.0200 V 104.00n S -3.5600 V
104.20n S 784.00m V 104.20n S 2.4600 V 104.20n S -1.0000 V 104.20n S -3.6000 V
104.40n S 776.00m V 104.40n S 2.4800 V 104.40n S -1.0000 V 104.40n S -3.6000 V
104.60n S 784.00m V 104.60n S 2.4800 V 104.60n S -1.0000 V 104.60n S -3.6000 V
104.80n S 784.00m V 104.80n S 2.4800 V 104.80n S -980.00m V 104.80n S -3.6400 V
105.00n S 792.00m V 105.00n S 2.5000 V 105.00n S -980.00m V 105.00n S -3.6000 V
105.20n S 800.00m V 105.20n S 2.5400 V 105.20n S -960.00m V 105.20n S -3.6000 V
105.40n S 800.00m V 105.40n S 2.5800 V 105.40n S -960.00m V 105.40n S -3.6000 V
105.60n S 800.00m V 105.60n S 2.6000 V 105.60n S -960.00m V 105.60n S -3.5600 V
105.80n S 800.00m V 105.80n S 2.6200 V 105.80n S -960.00m V 105.80n S -3.5600 V
106.00n S 792.00m V 106.00n S 2.6400 V 106.00n S -960.00m V 106.00n S -3.5600 V
106.20n S 800.00m V 106.20n S 2.6600 V 106.20n S -960.00m V 106.20n S -3.5600 V
106.40n S 800.00m V 106.40n S 2.7000 V 106.40n S -960.00m V 106.40n S -3.5600 V
106.60n S 808.00m V 106.60n S 2.7200 V 106.60n S -960.00m V 106.60n S -3.5600 V
106.80n S 816.00m V 106.80n S 2.7200 V 106.80n S -940.00m V 106.80n S -3.5600 V
107.00n S 816.00m V 107.00n S 2.7400 V 107.00n S -900.00m V 107.00n S -3.5600 V
107.20n S 824.00m V 107.20n S 2.7400 V 107.20n S -880.00m V 107.20n S -3.5600 V
107.40n S 824.00m V 107.40n S 2.7600 V 107.40n S -900.00m V 107.40n S -3.5600 V
107.60n S 824.00m V 107.60n S 2.7600 V 107.60n S -900.00m V 107.60n S -3.5600 V
107.80n S 824.00m V 107.80n S 2.7800 V 107.80n S -900.00m V 107.80n S -3.5600 V
108.00n S 824.00m V 108.00n S 2.8000 V 108.00n S -900.00m V 108.00n S -3.5600 V
108.20n S 824.00m V 108.20n S 2.8000 V 108.20n S -900.00m V 108.20n S -3.6000 V
108.40n S 824.00m V 108.40n S 2.8200 V 108.40n S -920.00m V 108.40n S -3.6000 V
108.60n S 824.00m V 108.60n S 2.8200 V 108.60n S -900.00m V 108.60n S -3.6000 V
108.80n S 832.00m V 108.80n S 2.8200 V 108.80n S -900.00m V 108.80n S -3.6400 V
109.00n S 832.00m V 109.00n S 2.8400 V 109.00n S -880.00m V 109.00n S -3.6000 V
109.20n S 832.00m V 109.20n S 2.8600 V 109.20n S -860.00m V 109.20n S -3.6000 V
109.40n S 832.00m V 109.40n S 2.8800 V 109.40n S -860.00m V 109.40n S -3.6000 V
109.60n S 832.00m V 109.60n S 2.8800 V 109.60n S -840.00m V 109.60n S -3.6000 V
109.80n S 840.00m V 109.80n S 2.8800 V 109.80n S -820.00m V 109.80n S -3.6000 V
110.00n S 840.00m V 110.00n S 2.8800 V 110.00n S -820.00m V 110.00n S -3.6000 V
110.20n S 848.00m V 110.20n S 2.8800 V 110.20n S -800.00m V 110.20n S -3.6400 V
110.40n S 848.00m V 110.40n S 2.9000 V 110.40n S -800.00m V 110.40n S -3.6000 V
110.60n S 848.00m V 110.60n S 2.9000 V 110.60n S -800.00m V 110.60n S -3.6000 V
110.80n S 848.00m V 110.80n S 2.9000 V 110.80n S -800.00m V 110.80n S -3.6000 V
111.00n S 848.00m V 111.00n S 2.9200 V 111.00n S -800.00m V 111.00n S -3.5600 V
111.20n S 856.00m V 111.20n S 2.9200 V 111.20n S -800.00m V 111.20n S -3.5600 V
111.40n S 856.00m V 111.40n S 2.9400 V 111.40n S -800.00m V 111.40n S -3.5600 V
111.60n S 856.00m V 111.60n S 2.9400 V 111.60n S -800.00m V 111.60n S -3.6000 V
111.80n S 864.00m V 111.80n S 2.9400 V 111.80n S -800.00m V 111.80n S -3.6000 V
112.00n S 864.00m V 112.00n S 2.9600 V 112.00n S -800.00m V 112.00n S -3.6000 V
112.20n S 864.00m V 112.20n S 2.9600 V 112.20n S -780.00m V 112.20n S -3.6000 V
112.40n S 864.00m V 112.40n S 2.9800 V 112.40n S -780.00m V 112.40n S -3.6000 V
112.60n S 864.00m V 112.60n S 2.9800 V 112.60n S -780.00m V 112.60n S -3.6000 V
112.80n S 872.00m V 112.80n S 2.9800 V 112.80n S -760.00m V 112.80n S -3.6000 V
113.00n S 872.00m V 113.00n S 2.9800 V 113.00n S -740.00m V 113.00n S -3.6000 V
113.20n S 880.00m V 113.20n S 2.9800 V 113.20n S -720.00m V 113.20n S -3.6000 V
113.40n S 880.00m V 113.40n S 3.0000 V 113.40n S -720.00m V 113.40n S -3.6000 V
113.60n S 880.00m V 113.60n S 3.0000 V 113.60n S -720.00m V 113.60n S -3.5600 V
113.80n S 880.00m V 113.80n S 3.0000 V 113.80n S -720.00m V 113.80n S -3.6000 V
114.00n S 880.00m V 114.00n S 3.0200 V 114.00n S -720.00m V 114.00n S -3.6000 V
114.20n S 888.00m V 114.20n S 3.0200 V 114.20n S -700.00m V 114.20n S -3.6400 V
114.40n S 888.00m V 114.40n S 3.0400 V 114.40n S -700.00m V 114.40n S -3.6400 V
114.60n S 888.00m V 114.60n S 3.0400 V 114.60n S -700.00m V 114.60n S -3.6400 V
114.80n S 896.00m V 114.80n S 3.0400 V 114.80n S -680.00m V 114.80n S -3.6400 V
115.00n S 896.00m V 115.00n S 3.0400 V 115.00n S -680.00m V 115.00n S -3.6000 V
115.20n S 896.00m V 115.20n S 3.0400 V 115.20n S -680.00m V 115.20n S -3.6400 V
115.40n S 896.00m V 115.40n S 3.0600 V 115.40n S -680.00m V 115.40n S -3.6400 V
115.60n S 896.00m V 115.60n S 3.0600 V 115.60n S -680.00m V 115.60n S -3.6400 V
115.80n S 904.00m V 115.80n S 3.0600 V 115.80n S -680.00m V 115.80n S -3.6400 V
116.00n S 904.00m V 116.00n S 3.0800 V 116.00n S -680.00m V 116.00n S -3.6000 V
116.20n S 904.00m V 116.20n S 3.0800 V 116.20n S -680.00m V 116.20n S -3.6000 V
116.40n S 904.00m V 116.40n S 3.1000 V 116.40n S -680.00m V 116.40n S -3.6000 V
116.60n S 904.00m V 116.60n S 3.0800 V 116.60n S -680.00m V 116.60n S -3.6000 V
116.80n S 912.00m V 116.80n S 3.0800 V 116.80n S -660.00m V 116.80n S -3.6000 V
117.00n S 912.00m V 117.00n S 3.0800 V 117.00n S -660.00m V 117.00n S -3.5600 V
117.20n S 920.00m V 117.20n S 3.0800 V 117.20n S -640.00m V 117.20n S -3.5600 V
117.40n S 920.00m V 117.40n S 3.1000 V 117.40n S -640.00m V 117.40n S -3.5600 V
117.60n S 920.00m V 117.60n S 3.1000 V 117.60n S -640.00m V 117.60n S -3.6000 V
117.80n S 928.00m V 117.80n S 3.1000 V 117.80n S -640.00m V 117.80n S -3.6000 V
118.00n S 928.00m V 118.00n S 3.1200 V 118.00n S -640.00m V 118.00n S -3.6000 V
118.20n S 928.00m V 118.20n S 3.1200 V 118.20n S -640.00m V 118.20n S -3.6400 V
118.40n S 928.00m V 118.40n S 3.1200 V 118.40n S -640.00m V 118.40n S -3.6000 V
118.60n S 928.00m V 118.60n S 3.1200 V 118.60n S -640.00m V 118.60n S -3.6000 V
118.80n S 928.00m V 118.80n S 3.1200 V 118.80n S -620.00m V 118.80n S -3.6000 V
119.00n S 928.00m V 119.00n S 3.1200 V 119.00n S -620.00m V 119.00n S -3.5600 V
119.20n S 928.00m V 119.20n S 3.1200 V 119.20n S -620.00m V 119.20n S -3.6000 V
119.40n S 928.00m V 119.40n S 3.1200 V 119.40n S -620.00m V 119.40n S -3.6000 V
119.60n S 928.00m V 119.60n S 3.1000 V 119.60n S -620.00m V 119.60n S -3.6000 V
119.80n S 936.00m V 119.80n S 3.1000 V 119.80n S -600.00m V 119.80n S -3.6400 V
120.00n S 936.00m V 120.00n S 3.1200 V 120.00n S -600.00m V 120.00n S -3.6000 V
120.20n S 944.00m V 120.20n S 3.1400 V 120.20n S -600.00m V 120.20n S -3.6000 V
120.40n S 944.00m V 120.40n S 3.1600 V 120.40n S -620.00m V 120.40n S -3.6000 V
120.60n S 944.00m V 120.60n S 3.1600 V 120.60n S -600.00m V 120.60n S -3.5600 V
120.80n S 944.00m V 120.80n S 3.1600 V 120.80n S -600.00m V 120.80n S -3.6000 V
121.00n S 936.00m V 121.00n S 3.1600 V 121.00n S -580.00m V 121.00n S -3.6000 V
121.20n S 944.00m V 121.20n S 3.1600 V 121.20n S -560.00m V 121.20n S -3.6400 V
121.40n S 944.00m V 121.40n S 3.1600 V 121.40n S -560.00m V 121.40n S -3.6400 V
121.60n S 952.00m V 121.60n S 3.1400 V 121.60n S -540.00m V 121.60n S -3.6400 V
121.80n S 960.00m V 121.80n S 3.1600 V 121.80n S -540.00m V 121.80n S -3.6400 V
122.00n S 960.00m V 122.00n S 3.1600 V 122.00n S -540.00m V 122.00n S -3.6000 V
122.20n S 968.00m V 122.20n S 3.1800 V 122.20n S -540.00m V 122.20n S -3.6000 V
122.40n S 968.00m V 122.40n S 3.2000 V 122.40n S -540.00m V 122.40n S -3.6000 V
122.60n S 968.00m V 122.60n S 3.2000 V 122.60n S -540.00m V 122.60n S -3.6000 V
122.80n S 968.00m V 122.80n S 3.2000 V 122.80n S -540.00m V 122.80n S -3.6000 V
123.00n S 968.00m V 123.00n S 3.1800 V 123.00n S -540.00m V 123.00n S -3.5600 V
123.20n S 968.00m V 123.20n S 3.1800 V 123.20n S -540.00m V 123.20n S -3.5600 V
123.40n S 968.00m V 123.40n S 3.1800 V 123.40n S -540.00m V 123.40n S -3.5600 V
123.60n S 968.00m V 123.60n S 3.1800 V 123.60n S -540.00m V 123.60n S -3.6000 V
123.80n S 968.00m V 123.80n S 3.1800 V 123.80n S -540.00m V 123.80n S -3.6400 V
124.00n S 968.00m V 124.00n S 3.1800 V 124.00n S -540.00m V 124.00n S -3.6400 V
124.20n S 968.00m V 124.20n S 3.1600 V 124.20n S -520.00m V 124.20n S -3.6800 V
124.40n S 960.00m V 124.40n S 3.1800 V 124.40n S -520.00m V 124.40n S -3.6800 V
124.60n S 960.00m V 124.60n S 3.1800 V 124.60n S -520.00m V 124.60n S -3.6400 V
124.80n S 968.00m V 124.80n S 3.2000 V 124.80n S -500.00m V 124.80n S -3.6000 V
125.00n S 976.00m V 125.00n S 3.2200 V 125.00n S -500.00m V 125.00n S -3.5600 V
125.20n S 984.00m V 125.20n S 3.2200 V 125.20n S -500.00m V 125.20n S -3.5600 V
125.40n S 984.00m V 125.40n S 3.2200 V 125.40n S -500.00m V 125.40n S -3.5600 V
125.60n S 984.00m V 125.60n S 3.2200 V 125.60n S -500.00m V 125.60n S -3.6000 V
125.80n S 984.00m V 125.80n S 3.2200 V 125.80n S -500.00m V 125.80n S -3.6000 V
126.00n S 984.00m V 126.00n S 3.2400 V 126.00n S -500.00m V 126.00n S -3.6000 V
126.20n S 992.00m V 126.20n S 3.2400 V 126.20n S -480.00m V 126.20n S -3.6400 V
126.40n S 992.00m V 126.40n S 3.2600 V 126.40n S -480.00m V 126.40n S -3.6000 V
126.60n S 992.00m V 126.60n S 3.2400 V 126.60n S -480.00m V 126.60n S -3.6000 V
126.80n S 1.0000 V 126.80n S 3.2200 V 126.80n S -480.00m V 126.80n S -3.6000 V
127.00n S 1.0000 V 127.00n S 3.2200 V 127.00n S -480.00m V 127.00n S -3.5600 V
127.20n S 1.0000 V 127.20n S 3.2200 V 127.20n S -460.00m V 127.20n S -3.5600 V
127.40n S 1.0000 V 127.40n S 3.2400 V 127.40n S -460.00m V 127.40n S -3.5600 V
127.60n S 1.0000 V 127.60n S 3.2200 V 127.60n S -460.00m V 127.60n S -3.6000 V
127.80n S 1.0000 V 127.80n S 3.2200 V 127.80n S -480.00m V 127.80n S -3.6000 V
128.00n S 1.0000 V 128.00n S 3.2200 V 128.00n S -480.00m V 128.00n S -3.6000 V
128.20n S 1.0080 V 128.20n S 3.2200 V 128.20n S -480.00m V 128.20n S -3.6400 V
128.40n S 1.0080 V 128.40n S 3.2200 V 128.40n S -480.00m V 128.40n S -3.6000 V
128.60n S 1.0080 V 128.60n S 3.2200 V 128.60n S -460.00m V 128.60n S -3.6000 V
128.80n S 1.0080 V 128.80n S 3.2200 V 128.80n S -440.00m V 128.80n S -3.6000 V
129.00n S 1.0080 V 129.00n S 3.2200 V 129.00n S -420.00m V 129.00n S -3.5600 V
129.20n S 1.0160 V 129.20n S 3.2200 V 129.20n S -400.00m V 129.20n S -3.5600 V
129.40n S 1.0160 V 129.40n S 3.2200 V 129.40n S -420.00m V 129.40n S -3.5200 V
129.60n S 1.0160 V 129.60n S 3.2200 V 129.60n S -420.00m V 129.60n S -3.5600 V
129.80n S 1.0160 V 129.80n S 3.2200 V 129.80n S -440.00m V 129.80n S -3.6000 V
130.00n S 1.0160 V 130.00n S 3.2400 V 130.00n S -440.00m V 130.00n S -3.6000 V
130.20n S 1.0240 V 130.20n S 3.2400 V 130.20n S -420.00m V 130.20n S -3.6000 V
130.40n S 1.0240 V 130.40n S 3.2400 V 130.40n S -420.00m V 130.40n S -3.6000 V
130.60n S 1.0240 V 130.60n S 3.2400 V 130.60n S -400.00m V 130.60n S -3.5600 V
130.80n S 1.0320 V 130.80n S 3.2400 V 130.80n S -380.00m V 130.80n S -3.5600 V
131.00n S 1.0320 V 131.00n S 3.2400 V 131.00n S -380.00m V 131.00n S -3.5600 V
131.20n S 1.0400 V 131.20n S 3.2400 V 131.20n S -380.00m V 131.20n S -3.5600 V
131.40n S 1.0400 V 131.40n S 3.2400 V 131.40n S -400.00m V 131.40n S -3.5600 V
131.60n S 1.0400 V 131.60n S 3.2400 V 131.60n S -400.00m V 131.60n S -3.6000 V
131.80n S 1.0400 V 131.80n S 3.2400 V 131.80n S -400.00m V 131.80n S -3.6000 V
132.00n S 1.0400 V 132.00n S 3.2600 V 132.00n S -400.00m V 132.00n S -3.6000 V
132.20n S 1.0400 V 132.20n S 3.2600 V 132.20n S -380.00m V 132.20n S -3.6000 V
132.40n S 1.0400 V 132.40n S 3.2600 V 132.40n S -380.00m V 132.40n S -3.6000 V
132.60n S 1.0400 V 132.60n S 3.2600 V 132.60n S -360.00m V 132.60n S -3.6400 V
132.80n S 1.0400 V 132.80n S 3.2600 V 132.80n S -380.00m V 132.80n S -3.6400 V
133.00n S 1.0400 V 133.00n S 3.2400 V 133.00n S -380.00m V 133.00n S -3.6400 V
133.20n S 1.0480 V 133.20n S 3.2400 V 133.20n S -380.00m V 133.20n S -3.6400 V
133.40n S 1.0480 V 133.40n S 3.2400 V 133.40n S -380.00m V 133.40n S -3.6400 V
133.60n S 1.0480 V 133.60n S 3.2400 V 133.60n S -380.00m V 133.60n S -3.6000 V
133.80n S 1.0480 V 133.80n S 3.2400 V 133.80n S -360.00m V 133.80n S -3.6000 V
134.00n S 1.0480 V 134.00n S 3.2600 V 134.00n S -360.00m V 134.00n S -3.5600 V
134.20n S 1.0560 V 134.20n S 3.2600 V 134.20n S -360.00m V 134.20n S -3.5600 V
134.40n S 1.0480 V 134.40n S 3.2800 V 134.40n S -380.00m V 134.40n S -3.5600 V
134.60n S 1.0480 V 134.60n S 3.2800 V 134.60n S -380.00m V 134.60n S -3.6000 V
134.80n S 1.0480 V 134.80n S 3.2800 V 134.80n S -400.00m V 134.80n S -3.6000 V
135.00n S 1.0480 V 135.00n S 3.2800 V 135.00n S -400.00m V 135.00n S -3.6000 V
135.20n S 1.0560 V 135.20n S 3.2800 V 135.20n S -380.00m V 135.20n S -3.6000 V
135.40n S 1.0560 V 135.40n S 3.3000 V 135.40n S -380.00m V 135.40n S -3.6000 V
135.60n S 1.0640 V 135.60n S 3.3000 V 135.60n S -360.00m V 135.60n S -3.5600 V
135.80n S 1.0720 V 135.80n S 3.3000 V 135.80n S -340.00m V 135.80n S -3.5600 V
136.00n S 1.0720 V 136.00n S 3.2800 V 136.00n S -340.00m V 136.00n S -3.5600 V
136.20n S 1.0720 V 136.20n S 3.2800 V 136.20n S -340.00m V 136.20n S -3.6000 V
136.40n S 1.0720 V 136.40n S 3.2800 V 136.40n S -360.00m V 136.40n S -3.6000 V
136.60n S 1.0720 V 136.60n S 3.2800 V 136.60n S -340.00m V 136.60n S -3.6400 V
136.80n S 1.0720 V 136.80n S 3.2800 V 136.80n S -340.00m V 136.80n S -3.6400 V
137.00n S 1.0720 V 137.00n S 3.2800 V 137.00n S -320.00m V 137.00n S -3.6000 V
137.20n S 1.0720 V 137.20n S 3.2800 V 137.20n S -300.00m V 137.20n S -3.6000 V
137.40n S 1.0640 V 137.40n S 3.2800 V 137.40n S -300.00m V 137.40n S -3.5600 V
137.60n S 1.0720 V 137.60n S 3.2800 V 137.60n S -300.00m V 137.60n S -3.5200 V
137.80n S 1.0720 V 137.80n S 3.2800 V 137.80n S -300.00m V 137.80n S -3.5600 V
138.00n S 1.0800 V 138.00n S 3.2800 V 138.00n S -300.00m V 138.00n S -3.5600 V
138.20n S 1.0880 V 138.20n S 3.2800 V 138.20n S -280.00m V 138.20n S -3.6000 V
138.40n S 1.0800 V 138.40n S 3.3000 V 138.40n S -300.00m V 138.40n S -3.6000 V
138.60n S 1.0800 V 138.60n S 3.3000 V 138.60n S -300.00m V 138.60n S -3.6000 V
138.80n S 1.0800 V 138.80n S 3.3000 V 138.80n S -300.00m V 138.80n S -3.6000 V
139.00n S 1.0800 V 139.00n S 3.3000 V 139.00n S -300.00m V 139.00n S -3.5600 V
139.20n S 1.0880 V 139.20n S 3.3000 V 139.20n S -280.00m V 139.20n S -3.6000 V
139.40n S 1.0880 V 139.40n S 3.3000 V 139.40n S -300.00m V 139.40n S -3.6000 V
139.60n S 1.0880 V 139.60n S 3.3000 V 139.60n S -300.00m V 139.60n S -3.6000 V
139.80n S 1.0880 V 139.80n S 3.3000 V 139.80n S -300.00m V 139.80n S -3.6000 V
140.00n S 1.0880 V 140.00n S 3.3000 V 140.00n S -300.00m V 140.00n S -3.5600 V
140.20n S 1.0880 V 140.20n S 3.3000 V 140.20n S -300.00m V 140.20n S -3.6000 V
140.40n S 1.0880 V 140.40n S 3.3200 V 140.40n S -300.00m V 140.40n S -3.6000 V
140.60n S 1.0880 V 140.60n S 3.3200 V 140.60n S -300.00m V 140.60n S -3.6400 V
140.80n S 1.0880 V 140.80n S 3.3200 V 140.80n S -300.00m V 140.80n S -3.6400 V
141.00n S 1.0880 V 141.00n S 3.3200 V 141.00n S -300.00m V 141.00n S -3.6400 V
141.20n S 1.0960 V 141.20n S 3.3200 V 141.20n S -280.00m V 141.20n S -3.6400 V
141.40n S 1.0960 V 141.40n S 3.3400 V 141.40n S -280.00m V 141.40n S -3.6400 V
141.60n S 1.1040 V 141.60n S 3.3400 V 141.60n S -280.00m V 141.60n S -3.6400 V
141.80n S 1.0960 V 141.80n S 3.3400 V 141.80n S -280.00m V 141.80n S -3.6400 V
142.00n S 1.0960 V 142.00n S 3.3200 V 142.00n S -280.00m V 142.00n S -3.6400 V
142.20n S 1.0960 V 142.20n S 3.3200 V 142.20n S -260.00m V 142.20n S -3.6400 V
142.40n S 1.0960 V 142.40n S 3.3200 V 142.40n S -260.00m V 142.40n S -3.6400 V
142.60n S 1.0960 V 142.60n S 3.3200 V 142.60n S -260.00m V 142.60n S -3.6000 V
142.80n S 1.1040 V 142.80n S 3.3200 V 142.80n S -260.00m V 142.80n S -3.6000 V
143.00n S 1.1040 V 143.00n S 3.3400 V 143.00n S -260.00m V 143.00n S -3.5600 V
143.20n S 1.1040 V 143.20n S 3.3400 V 143.20n S -240.00m V 143.20n S -3.6000 V
143.40n S 1.1040 V 143.40n S 3.3400 V 143.40n S -240.00m V 143.40n S -3.6000 V
143.60n S 1.1040 V 143.60n S 3.3200 V 143.60n S -220.00m V 143.60n S -3.6000 V

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply Off Topic (Score 6)
Guru

Join Date: Jan 2007
Location: Edinburgh, Bonnie Scotland
Posts: 1334
Good Answers: 23
#25
In reply to #24

Re: EXCEL Worksheet from VB Program

06/03/2008 3:54 PM

Hi Shyam

Your time data (columns 1,3,5,7) is the same, so during the import tick the "skip this column" box for those values/letters you do not need.

I wonder whether your file is better than that posted - which does not have even columns? If not, there is also the .tsv file (tab separated variable). This is often better where the data lengths may vary.

A space between the numerical value and the "n" or "m" will allow Excel to import the values as numbers, instead of the default text for mixed letters/digits.

(I'm using Excel 2003 within parallels on a Mac) Importing the columns as:

nS mVolts1 mVolts2 mVolts3 mVolts4

-62.000 16.000 -20.000 0.0000 -160.00

-61.800 16.000 -20.000 20.000 -200.00

and so on

gives a clean and easy to work excel file, while retaining all the data in the .tsv file for future reference.

__________________
Madness is all in the mind
Register to Reply
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#27
In reply to #25

Re: EXCEL Worksheet from VB Program

06/03/2008 9:46 PM

Dear GM1964

I tried to use the available options and they are .CSV, .txt and .rtf and there is no .tsv option. perhaps comma can be translated into tab.

See how same data got converted in .csv feature. Time ns and mV got expanded into decimal digits and exponents. -6.2e-008 is time in ns repeated four times and then next to it is voltage value.

S,Volts,S,Volts,S,Volts,S,Volts
-6.2e-008,0.0160000008, -6.2e-008,-0.0199999996, -6.2e-008, 0, -6.2e-008,-0.159999996
-6.18e-008,0.0160000008, -6.18e-008,-0.0199999996, -6.18e-008,0.0199999996, -6.18e-008,-0.200000003
-6.16e-008,0.0160000008, -6.16e-008,-0.0199999996, -6.16e-008,0.0199999996, -6.16e-008,-0.200000003
-6.14e-008,0.0160000008, -6.14e-008,-0.0199999996, -6.14e-008,0.0199999996, -6.14e-008,-0.239999995
-6.12e-008,0.0160000008, -6.12e-008,-0.0199999996, -6.12e-008,0.0199999996, -6.12e-008,-0.239999995
-6.1e-008,0.0160000008, -6.1e-008,-0.0199999996, -6.1e-008,0.0199999996, -6.1e-008,-0.239999995
-6.08e-008,0.0160000008, -6.08e-008,-0.0199999996, -6.08e-008,0.0199999996, -6.08e-008,-0.239999995

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply
Power-User

Join Date: Jun 2007
Location: Oxford, UK
Posts: 145
Good Answers: 3
#26
In reply to #24

Re: EXCEL Worksheet from VB Program

06/03/2008 4:28 PM

Dear Shyam,

I have copied and pasted your data into Notepad and imported into Excel.

If you are saving the data to a file before importing into Excel, there are some editing functions you may like to try.

Do a search and replace for the characters you do not need, for example search for V and replace with nothing; use case specific. Do not replace in the headings. Do this for m n p S.

When in Excel, File | Open the file, choose Delimited and check Space as the delimited character. This may get you closer to your goal.


Tony

__________________
Tony Aston
Register to Reply Off Topic (Score 5)
Guru
India - Member - Sensors Technology Popular Science - Cosmology - Dream, Think and Act United Kingdom - Member - New Member United States - Member - New Member Canada - Member - New Member

Join Date: Aug 2006
Location: AM-51, Deen Dayal Nagar, Gwalior, Madhya Pradesh, MP 474001, India
Posts: 3418
Good Answers: 32
#28
In reply to #26

Re: EXCEL Worksheet from VB Program

06/03/2008 9:59 PM

Dear Tony Aston

Yes, that can be done. I have used some filter programs for this purpose in C to remove unwanted. It was from a book by Ray Duncon. I tried to save file as .csv then it actually expanded time and voltage information into exponents. I wonder how EXCEL will treat all this.

__________________
Prof. (Dr.) Shyam, Managing Director for Sensors Technology Private Limited. Gwalior, MP474001, India.
Register to Reply Off Topic (Score 5)
Power-User

Join Date: Jun 2007
Location: Oxford, UK
Posts: 145
Good Answers: 3
#9

Re: EXCEL Worksheet from VB Program

06/02/2008 5:58 PM

Goto

www.windmill.co.uk

They have what you are looking for and it is free and good

__________________
Tony Aston
Register to Reply Score 1 for Good Answer
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#10
In reply to #9

Re: EXCEL Worksheet from VB Program

06/02/2008 7:08 PM

I must say (without having tried it) - that looks like a good solution. I'll have a better look when I have the time. Thanks for the link, anyway.

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Power-User

Join Date: Nov 2007
Location: South Florida
Posts: 394
Good Answers: 8
#14
In reply to #9

Re: EXCEL Worksheet from VB Program

06/02/2008 8:44 PM

This seems to be exactly what you are looking for. I built a Prarllax robot to teach myself Robotics and remote sensing . I downloaded the Windmill software and I'm looking forward to trying it out.

Good Luck

/Ari (Orpheuse)

__________________
Orpheuse
Register to Reply
Guru
Panama - Member - New Member Hobbies - CNC - New Member Engineering Fields - Marine Engineering - New Member Engineering Fields - Retired Engineers / Mentors - New Member

Join Date: Dec 2006
Location: Panama
Posts: 4273
Good Answers: 213
#29

Re: EXCEL Worksheet from VB Program

06/09/2008 3:58 PM

As I promised last week, here is the VBA code I use to record into Excel directly from a DMM- I have used it with two different meters (Fluke 89-IV and TENMA Universal Tester), and it needs to be modified to work with each specific meter- I have tried to note where the modifications are necessary. Also, one needs to add XMCOMM, available here: http://home.comcast.net/~hardandsoftware/xmcomm.htm. This replaces MScomm.ocx, which Microsoft, in all their wisdom, decided was not necessary for those of us using VBA (the version of Visual Basic supplied with Excel). Also, I have used the program with Excel 2000 and Excel 2003- I do not know if it will work with Excel 2007. In 2003, I had some difficulty with one of my meters- I have since thrown out 2003 and reverted to 2000.

The program is NOT perfect, and has some bugs- the most important being, if one does not specify interval and duration, the program hangs and it is necessary to reboot because Excel won't let you close when the com port is still open. This should be an easy bug to fix- I just haven't had the need. By posting this software here, I am putting it in the public domain, to be used as you see fit, but without any sort of warranty. Here is the code:

'One MUST select a measurement interval and a duration from the
'two list boxes before starting measurements!!! There must be a value
'in the Record Length window. The minimum interval is
'driven by how long it takes the meter to respond to the querry.

'Global Variables

Dim StopTimerCount As Long ' variable for holding when timer should stop
Dim tInterval As Double ' variable for holding user-specified capture interval
Dim strMeas As String ' variable for sending immediate measurement command to scope
Dim blnStopFlag As Boolean ' variable to flag whether the user wished to halt measurements
Dim RefChart As Chart ' reference variable for inserted chart

' variables used to hold return values from the GetTickCount
' function and to calculate whether user-specified interval
' has elapsed

Dim StartTime As Long
Dim EndTime As Long
Dim DiffTime As Long

'variable to hold interval in milliseconds

Dim interval As Long

'variable to track the number of captures

Dim tracker As Long
--------------------------------------------------------------------------------------------------------------------
' Windows API function used to create a timed interval for
' measurement capture

Private Declare Function GetTickCount Lib "kernel32" () As Long
Private Sub chkPaintOnce_Click()

End Sub
--------------------------------------------------------------------------------------------------------------------
Private Sub chkMakeChart_Click()

End Sub
--------------------------------------------------------------------------------------------------------------------
Private Sub cmdClose_Click()

Unload UserForm1

End Sub
--------------------------------------------------------------------------------------------------------------------
Private Sub cmdStart_Click()

blnStopFlag = False

' Build the Querry Command to send to the meter- this is meter specific, and in this version
' we are working with the Fluke 89-IV. The Tenma meter does not offer this function. This
' function is not necessary- used to identify the meter.

strMeas = "QM" & vbCr
Call CaptureMeasurements

End Sub
-------------------------------------------------------------------------------------------------------------------
Private Sub cmdStop_Click()

'Close the serial port when finished

blnStopFlag = True
XMCommCRC1.PortOpen = False

End Sub
--------------------------------------------------------------------------------------------------------------------
Private Sub lblReading_Click()

End Sub
-------------------------------------------------------------------------------------------------------------------
Private Sub UserForm_Initialize()

Dim i As Integer

' populate the interval list box- this will depend on the meter you are working with- the TENMA
' meter we have worked with requires a settling time of two seconds to get good data.

With lstInterval
' .AddItem ".25"
.AddItem ".50"

For i = 1 To 100
.AddItem i
Next

lstInterval.ListIndex = 1
End With

' populate the duration list box

With lstDuration
.AddItem ".3333 (20 seconds)"
.AddItem ".5 (30 seconds)"
.AddItem ".75 (45 seconds)"
.AddItem "1"
For i = 5 To 120 Step 5
.AddItem i
Next
End With

lstDuration.ListIndex = 3
lblRL.Caption = ""

'Set up Port- this is instrument specific! Also, not that we specified COM port 3- make sure you use the
'correct com port (most often 1 or 2). You will also need to determine baud, parity, data bits and stop
'bits for the instrument you are using, from instrument documentation or experimentation (using realterm
'or MS hyperterm, for example). You will also need to know the data format

XMCommCRC1.CommPort = 3
XMCommCRC1.Settings = "9600,n,8,1"
XMCommCRC1.PortOpen = True

'Get meter ID- this is specific to the Fluke 89-IV DMM, and most likely won't work with other equipment.
'It is not critical, and can be deleted...

XMCommCRC1.Output = "ID" & vbCr

'Wait for 1 second to allow meter to respond

NewHour = Hour(Now())
newMinute = Minute(Now())
newSecond = Second(Now()) + 1
waitTime = TimeSerial(NewHour, newMinute, newSecond)
Application.Wait waitTime

' get results and format them

Buffer = XMCommCRC1.InputData
ActiveSheet.Cells(1, 1).Value = Buffer
ActiveSheet.Columns("A").Parse _
parseLine:="[xx][xxxxxxxx][xxxxxxxx][xxxxxxxxxx]", _
Destination:=ActiveSheet.Range("B1")

XMCommCRC1.PortOpen = False

'Write meter ID to the form- not written correctly, there is probably a problem
'with communications

lblMeterID = ActiveSheet.Range("C1")
lblSN = ActiveSheet.Range("E1")

End Sub
----------------------------------------------------------------------------------------------------------------
Private Sub CaptureMeasurements()
' This routine sends measurement commands and uses the
' GetTickCount Windows API function to calculate the interval specified
' by the user

'Are we using all of these variables?

Dim r1 As Range, r2 As Range, r3 As Range ' Range variables

' variables used to hold return values from the GetTickCount
' function and to calculate whether user-specified interval
' has elapsed

Dim StartTime As Long
Dim EndTime As Long
Dim DiffTime As Long

'variable to hold interval in milliseconds

Dim interval As Long

'variable to track the number of captures

Dim tracker As Long

'variables for use in specifying ranges

Dim RefCol As Long
Dim RefRow As Long, StartRow As Long

' variable to hold user choice on drawing a chart

Dim blnDrawChart As Boolean

'variable to hold user choice on single or multiple painting
'of screen

Dim blnPaintOnce As Boolean
Dim Measurement As Double

' turn off screen updating if we are painting the active sheet
' only once

If chkPaintOnce.Value = True Then
Application.Cursor = xlWait
Application.ScreenUpdating = False
blnPaintOnce = True
End If

blnDrawChart = chkMakeChart.Value

' determine whether to insert chart before we begin
' measurement captures

If blnDrawChart = True And blnPaintOnce = False Then
Call InsertChart
End If

'bind range to user specified starting cell

Set r1 = ActiveSheet.Range("A1")

' get row and column values for use in loop below

StartRow = r1.Row
RefRow = r1.Row
RefCol = r1.Column

' The GetTickCount function returns the number of
' milliseconds elapsed since midnight. The second specified
' by user must be multiplied by 1000 for use below

interval = tInterval * 1000
StartTime = GetTickCount() ' get our first startng time
tracker = 0

'Somewhere in here, we may want to calculate record length again, in case selections
'have not been made

'Set up Port- same as the above passage for getting meter ID

XMCommCRC1.CommPort = 3
XMCommCRC1.Settings = "9600,n,8,1"
XMCommCRC1.PortOpen = True

i = 1

'Throw out first measurement- this is to prevent data corruption- maybe not required for some
'eauipment

XMCommCRC1.Output = strMeas
Application.Wait interval

' get results and format them

Buffer = XMCommCRC1.InputData

Do While tracker < StopTimerCount
If blnStopFlag Then GoTo StopFlag ' exit but leave form open if user flags a stop
EndTime = GetTickCount
DiffTime = EndTime - StartTime
If DiffTime >= interval Then ' time to get a measurement

' send command

XMCommCRC1.Output = strMeas
Application.Wait interval

' get results and format them

Buffer = XMCommCRC1.InputData

ActiveSheet.Cells(i, 1).Value = Buffer


Set r2 = ActiveSheet.Cells(RefRow, RefCol)

'This is a critical function- the meters I work with transmit ASCII strings, and it is necessary
'to extract the value from the string for plotting...

ActiveSheet.Columns("A").Parse _
parseLine:="[xxxxx][xxxxxxx][xxxxx]", _
Destination:=ActiveSheet.Range("B1")
ActiveSheet.Cells(i, 5).Value = interval
Measurement = Val(ActiveSheet.Cells(i, 3))
lblReading = Measurement
ActiveSheet.Cells(i, 6) = Measurement

If blnDrawChart = True And blnPaintOnce = False Then

' bind a new Range variable to all currently
' captured measurements

Set r3 = ActiveSheet.Range(Cells(StartRow, 6), Cells(RefRow, 6))
Call DrawChart(r3) ' update the chart

End If

StartTime = EndTime ' assign the EndTime as the new StartTime for a new interval
tracker = tracker + 1 ' increment the tracking variable
' increment the row for assigning measurement value
RefRow = RefRow + 1

i = i + 1
End If

' make sure Windows messages are processed so stop
' request by user (cmdStop_Click event) can be captured
DoEvents
Loop

XMCommCRC1.PortOpen = False

' Build chart at end if requested by user
If blnDrawChart = True And blnPaintOnce = True Then
Call InsertChart
Set r3 = ActiveSheet.Range(Cells(StartRow, 6), Cells(RefRow, 6))
Call DrawChart(r3)
End If

' make sure to set cursor and screen updating back
Application.Cursor = xlDefault
Application.ScreenUpdating = True
' ensure we draw everything
'Unload frmUserForm1
StopFlag:
Exit Sub
------------------------------------------------------------------------------------------------------------


CaptureMSErr:
XMCommCRC1.PortOpen = False
MsgBox "Error " & Err.Number & ": " & Err.Description
Application.Cursor = xlDefault
Application.ScreenUpdating = True

End Sub
--------------------------------------------------------------------------------------------------------
Private Sub lstDuration_Click()
CalcRecordLength
End Sub
-----------------------------------------------------------------------------------------------------------
Private Sub lstInterval_Click()
CalcRecordLength
End Sub
--------------------------------------------------------------------------------------------------------------

Private Sub CalcRecordLength()
Dim rLength As Long
Dim duration As Double
Dim strD As String
' routine which calculates the appropriate interval for the
' timer and calculates the number of times the timer will
' fire; called in control events which change the interval
' and duration of the measurements

' items not selected in list boxes

If lstInterval.ListIndex = -1 Then Exit Sub
If lstDuration.ListIndex = -1 Then Exit Sub

' code below uses the List property rather than the
' Text property because Text is not reliably assigned in
' MSForm listboxes even if ListIndex <> -1
tInterval = Val(lstInterval.List(lstInterval.ListIndex))
strD = lstDuration.Text
' calculate the record length; need to accommodate
' subminute durations
Select Case strD
Case ".3333 (20 seconds)"
duration = 20
Case ".5 (30 seconds)"
duration = 30
Case ".75 (45 seconds)"
duration = 45
Case Else
duration = CLng(lstDuration.List(lstDuration.ListIndex)) * 60
End Select
rLength = CLng(duration / tInterval)
StopTimerCount = rLength ' assign value to variable used
' by CaptureMeasurements routine
lblRL.Caption = rLength ' display record length
End Sub
--------------------------------------------------------------------------------------------------------------
Private Sub chkMakeGraph_Click()
If chkMakeGraph.Value = True Then
fraCellSelection.Visible = True
Else
fraCellSelection.Visible = False
End If
End Sub
--------------------------------------------------------------------------------------------------------------
Sub InsertChart()
' this code inserts a chart into the activesheet
Dim ws As Worksheet
Dim cos As ChartObjects
Dim co As ChartObject
Dim c As Chart

Set ws = ActiveSheet
Set cos = ws.ChartObjects
Set co = cos.Add(Left:=0, Top:=0, Width:=700, Height:=200)
Set RefChart = co.Chart
RefChart.ChartType = xlLineStacked
RefChart.HasLegend = False
End Sub
---------------------------------------------------------------------------------------------------------------
Sub DrawChart(r As Range)
' Update the chart
RefChart.SetSourceData Source:=r, PlotBy:=xlColumns

End Sub

I am not a professional programmer, and I write code only when forced to because I can't find what I need in the commercial realm. I hope members find this useful. If you have problems, send me a message and I will try to help, but with no guarantees that it will meet your requirements.

Register to Reply Score 1 for Good Answer
Guru
United Kingdom - Member - Not a New Member Hobbies - Musician - New Member Hobbies - Fishing - New Member

Join Date: May 2006
Location: Reading, Berkshire, UK. Going under cover.
Posts: 9684
Good Answers: 468
#30
In reply to #29

Re: EXCEL Worksheet from VB Program

06/09/2008 4:46 PM

Nice one! (have a GA).

I haven't worked with VBA from within Excel etc. much, mostly the other way round (VB talking to Office apps).

If anyone's interested, I've used the API calls to communicate with Comm ports, so an app. can be 'stand-alone' (without the XMCOMM or MSCOMM32.OCX etc.). It will also find what ports are available & free etc.

It's wrapped up in an app at present, but I could drag out & post the important bits if needed.

__________________
"Love justice, you who rule the world" - Dante Alighieri
Register to Reply
Register to Reply 30 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

Bolton_Alan (2); cwarner7_11 (2); Garthh (1); GM1964 (1); JohnDG (5); kkjensen (3); Orpheuse (2); ote (1); Pj3ns3n (1); Shyam (8); Tony Aston (4)

Previous in Forum: Another Laptop query!   Next in Forum: Internet Explorer shuts down

Advertisement