Jump to content

Freeware to view ImgBurn .ibg files.


Daystrom M5

Recommended Posts

Hello,

 

After a recent problem burning a DVD I decided I wanted to view the numerous ImgBurn .ibg files saved on my system.

 

I was dismayed to find that ImgBurn has no internal support for these files but relies on DVDInfoPro to provide a graphical view of these files.

 

While DVDInfoPro offers quite a few outstanding features it is, unfortunately, a trialware program and a quick bit of research at the VideoHelp website (The same site that introduced me to ImgBurn) revealed quite a few negative opinions towards this aspect of the program and the programs author.

 

As some what of a "shade tree" programmer I decided to make a weekend project of creating a freeware program that will allow people to view the .ibg files generated by ImgBurn. I have attached my first pathetic attempt at such a program.

 

(Version 1.0.1.4) BurnPlot.exe

The program is a work in progress. I am currently working on the RPM plot calculations and the ability to use language files.

 

I had some spare time yesterday and decided to add a bell and/or whistle to the program. Added a pseudo CAD/CAM feel to this version - mouse over the plots and the sector and plot value information will be displayed. No real functional changes so I left the previous version available for download.

 

(Version 1.0.1.5) BurnPlot.exe

Any suggestions or comments concerning the program will be appreciated.

 

Thank you.

Edited by Daystrom M5
Link to comment
Share on other sites

  • Replies 188
  • Created
  • Last Reply

Top Posters In This Topic

To be honest, I wasn't exactly over the moon when DIP went shareware. I thought I had an understanding with the guy but I only found out about it the same time everyone else did - and that was by downloading the latest version and seeing it ask me for a serial number etc.

 

So anyway, thanks for taking the time to put this together and I hope you don't mind if I just make a few passing comments?!

 

You need a scale for the RPM line really, it looks odd without one.

 

Ditch the big 'drag a file to open' it type text (looks a bit tacky?!) and just add a simple (read only) edit box and a browse button. If the user D+D's onto the graph box then update the edit box etc.

 

The bold text for the graph axis doesn't improve the look and personally I don't think there's any need to have it bold.

 

It would be a lot nicer if the toggle buttons were themed too - but then you'll have to rethink how the colour reference is displayed and perhaps just have an indication by the side of the button instead?

 

If you're ok to continue to tweak it here and there, I'll stick it on the download page (giving you credit of course) when it's done.

 

It won't open the attached IBG from a BD burn.

It also won't open an IBG from where the user has just done a 'Read' operation on a disc.

HL_DT_ST_BD_RE_GGW_H20L_YL05_13_APRIL_2009_18_48_VERBAT_IM0_00_MAX.ibg

Link to comment
Share on other sites

I'll run a test on my computer to switch Vista to English as default language, to see if that makes a difference.

 

Having the ability to save in .png format would also be nice. :)

Link to comment
Share on other sites

Probably.

 

These kinds of issues are normally caused by floating point values that use a ',' instead of a '.' etc.

 

I believe ImgBurn always uses a '.', but if the local settings mean the conversion from a string to float in BurnPlot is expecting a ',', you'll get some very odd results

 

EDIT: If I set my decimal seperator to ',' and my digit grouping to '.', my graphs are messed up too.

 

So the important thing where BurnPlot is concerned is to always use '.' for the decimal seperator. The grouping one shouldn't even come into it as my values in the IBG do not use it and that just leaves ',' as the list seperator (i.e. used between the various values).

Link to comment
Share on other sites

[sTART_CONFIGURATION]

IBGD_VERSION=2

 

DATE=31-05-2009 20:44:52

 

SAMPLE_RATE=100

 

DEVICE=[3:0:0] PIONEER DVD-RW DVR-112D 1.28 (F:) (ATA)

DEVICE_ADDRESS=3:0:0

DEVICE_MAKEMODEL=PIONEER DVD-RW DVR-112D

DEVICE_FIRMWAREVERSION=1.28

DEVICE_DRIVELETTER=F

DEVICE_BUSTYPE=ATA

 

MEDIA_TYPE=DVD-R

MEDIA_BOOKTYPE=DVD-R

MEDIA_ID=CMC MAG. AM3

MEDIA_TRACKPATH=PTP

MEDIA_SPEEDS=4x; 6x; 8x; 12x; 16x

MEDIA_CAPACITY=2297888

MEDIA_LAYER_BREAK=0

 

DATA_IMAGEFILE=E:\Downloads\temp\R3.ISO

DATA_SECTORS=2266704

DATA_TYPE=MODE1/2048

DATA_VOLUMEIDENTIFIER=multi-emu

 

WRITE_TEST_MODE=False

WRITE_SPEED_SELECTED=12x

WRITE_SPEED_START=7.10

WRITE_SPEED_END=8.04

WRITE_SPEED_AVERAGE=8.66

WRITE_SPEED_MAX=12.71

WRITE_TIME_TAKEN=424

[END_CONFIGURATION]

 

HRPC=True

Link to comment
Share on other sites

Hi everyone,

 

Thank you for the input.

 

As LIGHTNING UK! pointed out, most of the problems you are having stem from an OS running in a language other than English and the use of different plot data seperators.

 

As I mentioned, I put this together last weekend and never even thought about handling foreign language conventions.

 

Currently, BurnPlot expects the plot values to be in CSV format and uses string comparisions to pick up the burn file information and detect the end of burn and verify plot data. Both of these go right out the window when faced with a language other than English and the use of a '.' instead of a ',' to seperate the plot data values. I will try to implement checksum verification on the next version and then I can eliminate the string comparisons making the program language independent. (I hope !) I will also check for the plot data value seperator type to solve that problem.

 

@ LIGHTNING UK! - I don't mind tweaking the program if people feel it may be useful.

I appreciate your UI suggestions and will implement them.

The .ibg file you attached has an anomaly I have not run into with all the .ibg files I have on my system. The file info shows "DATA_SECTORS=2468832". The last burn data sample sector count = 2468832 but the last verify data sample sector count is only 236736. This allowed the program to over run the data and caused the error you received while opening the file. I will fix that.

Can you attach a read only .ibg file so I can see why it won't open ?

 

@ cornholio7, Cynthia, and eSkRo - Can you attach the .ibg files you used to create the plots shown in your posts ? I will use them to verify the efficacy of my modifications.

 

Again, thanks for the input. I will see what I can do and upload a new version in a couple of days.

Link to comment
Share on other sites

It will definitely be useful, I just hope you don't mind spending a bit more time on it to get it 'just right'. :)

 

ImgBurn will always output the values seperated by a ',' and it'll always use a '.' for the decimal symbol.

 

So I'm wondering if your development environment is actually doing the language stuff for you and 'trying' to read in (or convert) the values based on the regional settings?

 

That IBG I added was probably from me cancelling whatever it was doing. Don't expect anything to be there in full :)

 

Likewise, the CPU usage value can be -1.0... which basically means it wasn't available / captured.

 

For a Read / Verify only IBG, there won't be the normal block of values that deal with the write speeds. Perhaps that's where the program is currently falling over.

Link to comment
Share on other sites

Hi Cynthia and cornholio7,

 

Thanks for attaching your .ibg files.

 

Unfortunately, they seem to open properly on my system. (See attached pictures.) It looks like I am dealing with a Windows conversion problem.

 

From your screen captures it looks like you are both running Vista - is that correct ?

 

Could you open your .ibg files in notepad and send me a screen capture so I can see how they are presented on your systems ?

 

@LIGHTNING UK! - I am not sure how DVDInfoPro is coming up with the Write RPM plots. My Verify RPM plots seem to match DVDInfoPro but my Write RPM plots not so much. Are the Write/Verify RPM values in the .ibg files direct RPM values or are they a percentage as are the CPU and Buffer values ?

 

Please attach a read only .ibg so I can use it to verify my program changes.

 

Thanks.

post-22310-1244675976_thumb.pngpost-22310-1244675987_thumb.png

Link to comment
Share on other sites

Running Vista 32 bit Ultimate. :)

 

data_from_posted_graph.zip

post-20-1244677834_thumb.png

 

IBGD

;PLEASE READ THE LICENSE AGREEMENT BEFORE USING THIS FILE
;BY USING THIS FILE, YOU AGREE TO BE BOUND BY ITS TERMS

[START_CONFIGURATION]
IBGD_VERSION=2

DATE=30-04-2009 04:50:19

SAMPLE_RATE=100

DEVICE=[2:0:0] PIONEER DVD-RW  DVR-115D 1.22 (D:) (ATA)
DEVICE_ADDRESS=2:0:0
DEVICE_MAKEMODEL=PIONEER DVD-RW  DVR-115D
DEVICE_FIRMWAREVERSION=1.22
DEVICE_DRIVELETTER=D
DEVICE_BUSTYPE=ATA

MEDIA_TYPE=DVD+R
MEDIA_BOOKTYPE=DVD-ROM
MEDIA_ID=MCC-004-00
MEDIA_TRACKPATH=PTP
MEDIA_SPEEDS=4x; 6x; 8x; 12x; 16x; 20x
MEDIA_CAPACITY=2295104
MEDIA_LAYER_BREAK=0

DATA_IMAGEFILE=N:\SCHOOL_OF_LIFE.ISO
DATA_SECTORS=2294040
DATA_TYPE=MODE1/2048
DATA_VOLUMEIDENTIFIER=SCHOOL_OF_LIFE

WRITE_TEST_MODE=False
WRITE_SPEED_SELECTED=6x
WRITE_SPEED_START=5.74
WRITE_SPEED_END=5.74
WRITE_SPEED_AVERAGE=5.78
WRITE_SPEED_MAX=6.05
WRITE_TIME_TAKEN=596

VERIFY_SPEED_START=2.39
VERIFY_SPEED_END=16.04
VERIFY_SPEED_AVERAGE=10.90
VERIFY_SPEED_MAX=16.04
VERIFY_TIME_TAKEN=304
[END_CONFIGURATION]

HRPC=True

[START_WRITE_GRAPH_VALUES]
6.21,1600,99,0.00,6.40
6.21,2016,99,0.00,0.00
4.30,2304,99,0.00,6.40
0.96,2368,99,0.00,0.00
0.00,2368,99,0.00,6.40
5.74,2752,99,0.00,6.40
5.74,3136,99,0.00,0.00
6.21,3552,99,0.00,10.30
6.21,3968,99,95.92,0.00
6.21,4384,99,95.92,6.40
6.21,4800,99,95.92,6.40
5.74,5184,99,91.84,0.00
6.21,5600,99,91.84,6.40
6.21,6016,99,91.84,0.00
6.21,6432,99,91.84,10.30
1.43,6528,99,91.84,10.30
0.00,6528,99,89.80,0.00
3.35,6752,99,89.80,14.20
6.21,7168,99,91.84,22.00
6.21,7584,99,91.84,33.70
6.21,8000,99,91.84,2.50
6.21,8416,99,91.84,6.40
5.74,8800,99,91.84,6.40
6.21,9216,99,93.88,0.00
6.21,9632,99,93.88,6.40
6.21,10048,99,93.88,0.00
5.74,10432,99,91.84,6.40
6.21,10848,99,91.84,6.40
5.74,11232,99,91.84,0.00
6.21,11648,99,91.84,10.30
6.21,12064,99,91.84,0.00
5.74,12448,99,91.84,6.40
6.21,12864,99,91.84,6.40
6.21,13280,99,91.84,0.00
5.74,13664,99,91.84,6.40
6.21,14080,99,91.84,0.00
6.21,14496,99,91.84,6.40
3.35,14720,99,91.84,0.00
0.96,14784,99,89.80,10.30
1.43,14880,99,89.80,6.40
5.74,15264,99,89.80,0.00
6.69,15712,99,93.88,10.30
2.39,15872,99,93.88,0.00
0.48,15904,99,93.88,6.40
2.39,16064,99,93.88,6.40
5.74,16448,99,93.88,0.00
6.21,16864,99,93.88,6.40
6.21,17280,99,93.88,0.00
6.21,17696,99,93.88,6.40
5.74,18080,99,93.88,6.40
6.21,18496,99,93.88,0.00
5.74,18880,99,93.88,6.40
6.21,19296,99,93.88,0.00
6.21,19712,99,93.88,10.30
3.82,19968,99,93.88,6.40
1.43,20064,99,93.88,0.00
0.96,20128,99,100.00,6.40
6.21,20544,99,100.00,0.00
5.74,20928,99,91.84,6.40
6.21,21344,99,91.84,0.00
5.74,21728,99,91.84,6.40
6.21,22144,99,93.88,6.40
6.21,22560,99,93.88,0.00
5.74,22944,99,93.88,10.30
6.21,23360,99,93.88,0.00
6.21,23776,99,93.88,10.30
5.74,24160,99,93.88,6.40
6.21,24576,99,93.88,0.00
6.21,24992,99,93.88,6.40
5.74,25376,99,93.88,0.00
6.21,25792,99,93.88,6.40
6.21,26208,99,93.88,6.40
6.21,26624,99,93.88,0.00
5.74,27008,99,91.84,6.40
6.21,27424,99,91.84,0.00
6.21,27840,99,91.84,6.40
6.21,28256,99,91.84,0.00
0.96,28320,99,91.84,6.40
0.00,28320,99,100.00,6.40
4.30,28608,99,100.00,0.00
6.21,29024,99,100.00,6.40
6.21,29440,99,93.88,0.00
6.21,29856,99,93.88,14.20
5.74,30240,99,93.88,6.40
6.21,30656,99,93.88,0.00
6.21,31072,99,93.88,10.30
5.74,31456,99,93.88,0.00
6.21,31872,99,93.88,6.40
6.21,32288,99,91.84,6.40
5.74,32672,99,91.84,0.00
6.21,33088,99,91.84,6.40
6.21,33504,99,91.84,0.00
5.26,33856,99,91.84,6.40
6.69,34304,99,91.84,0.00
5.74,34688,99,91.84,6.40
6.21,35104,99,91.84,6.40
6.21,35520,99,91.84,0.00
6.21,35936,99,91.84,14.20
5.74,36320,99,91.84,0.00
6.21,36736,99,91.84,6.40
6.21,37152,99,91.84,6.40
5.74,37536,99,93.88,0.00
6.21,37952,99,93.88,6.40
6.21,38368,99,93.88,0.00
5.74,38752,99,93.88,10.30
6.21,39168,99,93.88,6.40
6.21,39584,99,93.88,0.00
6.21,40000,99,93.88,10.30
6.21,40416,99,93.88,0.00
5.74,40800,99,93.88,6.40
6.21,41216,99,93.88,10.30
6.21,41632,99,91.84,0.00
5.74,42016,99,91.84,10.30
6.21,42432,99,91.84,0.00
6.21,42848,99,91.84,6.40
5.74,43232,99,91.84,0.00
6.21,43648,99,91.84,6.40
6.21,44064,99,91.84,6.40
5.74,44448,99,91.84,0.00
3.82,44704,99,91.84,6.40
0.96,44768,99,91.84,0.00
0.48,44800,99,91.84,10.30
6.21,45216,99,91.84,6.40
6.21,45632,99,91.84,0.00
6.21,46048,99,91.84,6.40
6.21,46464,99,91.84,0.00
5.74,46848,99,91.84,6.40
6.21,47264,99,91.84,10.30
6.21,47680,99,91.84,0.00
5.74,48064,99,91.84,10.30
6.21,48480,99,91.84,0.00
6.21,48896,99,93.88,6.40
5.74,49280,99,93.88,0.00
6.21,49696,99,93.88,6.40
6.21,50112,99,93.88,6.40
5.74,50496,99,93.88,0.00
6.21,50912,99,93.88,10.30
6.21,51328,99,93.88,0.00
5.74,51712,99,93.88,6.40
6.21,52128,99,93.88,10.30
6.21,52544,99,93.88,0.00
5.26,52896,99,93.88,10.30
6.69,53344,99,93.88,0.00
5.74,53728,99,93.88,6.40
6.21,54144,99,93.88,6.40
6.21,54560,99,93.88,0.00
6.21,54976,99,91.84,18.10
5.74,55360,99,91.84,0.00
6.21,55776,99,91.84,6.40
6.21,56192,99,91.84,0.00
6.21,56608,99,91.84,6.40
6.21,57024,99,91.84,6.40
5.74,57408,99,91.84,0.00
6.21,57824,99,91.84,6.40
6.21,58240,99,91.84,0.00
5.74,58624,99,91.84,6.40
6.21,59040,99,93.88,6.40
6.21,59456,99,93.88,0.00
5.74,59840,99,93.88,6.40
6.21,60256,99,93.88,0.00
6.21,60672,99,93.88,6.40
5.74,61056,99,93.88,10.30
6.21,61472,99,93.88,0.00
6.21,61888,99,93.88,10.30
5.74,62272,99,93.88,0.00
6.21,62688,99,93.88,6.40
6.21,63104,99,91.84,6.40
5.74,63488,99,91.84,0.00
6.21,63904,99,91.84,14.20
6.21,64320,99,91.84,0.00
5.74,64704,99,91.84,6.40

cut out major part due to character posting limit.

16.25,2291872,99,14.20
16.25,2292960,99,0.00
16.13,2294040,99,10.30
0.00,2294040,99,14.20
[END_VERIFY_GRAPH_VALUES]
E1C31E3CF02DA587

Link to comment
Share on other sites

There is no RPM data in the IBG file, it's generated by DIP. If you're unsure of what's what in the file, you only have to ask... there's no need to attempt to reverse engineer it. :)

 

Regarding the floating point conversion issue (or whatever it is), if you can't find a function that doesn't attempt to use the localised decimal separator, just do a string replace on the '.' within the IBG string value and replace it with whatever the conversion function would be expecting.

 

If it's more an issue of breaking up the line into the various values, are you actually parsing the lines looking for commas' to separate the values or are you using some function to split the line for you (which might then be using the wrong character) ?

 

Attached are the IBG's from Verifying (which is basically the same as Read) a CD and a DVD, obviously it'll need to cater for HD DVD and BD too though :)

PLEXTOR_DVDR_PX_760A_1.07_11_JUNE_2009_02_35_97m24s01f.ibg

PLEXTOR_DVDR_PX_760A_1.07_11_JUNE_2009_02_43_TYG02.ibg

Link to comment
Share on other sites

IBGD

;PLEASE READ THE LICENSE AGREEMENT BEFORE USING THIS FILE
;BY USING THIS FILE, YOU AGREE TO BE BOUND BY ITS TERMS

[START_CONFIGURATION]
IBGD_VERSION=2

DATE=18-02-2009 19:54:27

SAMPLE_RATE=100

DEVICE=[4:0:0] Optiarc DVD RW AD-7200A 1.06 (N:) (SCSI)
DEVICE_ADDRESS=4:0:0
DEVICE_MAKEMODEL=Optiarc DVD RW AD-7200A
DEVICE_FIRMWAREVERSION=1.06
DEVICE_DRIVELETTER=N
DEVICE_BUSTYPE=SCSI

MEDIA_TYPE=DVD-R
MEDIA_BOOKTYPE=DVD-R
MEDIA_ID=MCC 03RG20
MEDIA_TRACKPATH=PTP
MEDIA_SPEEDS=4x; 6x; 8x; 12x; 16x; 18x; 20x
MEDIA_CAPACITY=2298496
MEDIA_LAYER_BREAK=0

DATA_IMAGEFILE=G:\DVD ISO\MAX.ISO
DATA_SECTORS=2285888
DATA_TYPE=MODE1/2048
DATA_VOLUMEIDENTIFIER=MAX

WRITE_TEST_MODE=False
WRITE_SPEED_SELECTED=8x
WRITE_SPEED_START=6.08
WRITE_SPEED_END=8.04
WRITE_SPEED_AVERAGE=7.32
WRITE_SPEED_MAX=8.15
WRITE_TIME_TAKEN=485

VERIFY_SPEED_START=7.10
VERIFY_SPEED_END=16.04
VERIFY_SPEED_AVERAGE=11.11
VERIFY_SPEED_MAX=16.04
VERIFY_TIME_TAKEN=297
[END_CONFIGURATION]

HRPC=True

[START_WRITE_GRAPH_VALUES]
0.00,640,109,0.00,0.00
0.00,640,109,0.00,7.14
0.00,640,109,0.00,0.00
0.00,640,109,0.00,7.14
0.00,640,109,0.00,0.00
0.00,640,109,0.00,7.14
0.00,640,109,0.00,0.00
1.74,768,109,0.00,0.00
3.47,1024,109,75.00,7.14
0.00,1024,109,75.00,0.00
0.00,1024,109,75.00,0.00
0.00,1024,109,75.00,0.00
0.00,1024,109,75.00,7.14
0.00,1024,109,75.00,0.00
0.00,1024,109,75.00,21.43
0.00,1024,109,75.00,0.00
0.00,1024,109,75.00,7.14
1.74,1152,109,75.00,0.00
3.47,1408,109,75.00,14.29
0.00,1408,109,75.00,0.00
0.00,1408,109,75.00,0.00
0.00,1408,109,75.00,0.00
0.00,1408,109,75.00,0.00
0.00,1408,109,75.00,0.00
0.00,1408,109,75.00,0.00
0.00,1408,109,75.00,7.14
0.00,1408,109,75.00,7.14
9.55,2112,109,75.00,14.29
6.08,2560,109,75.00,0.00
5.64,2976,109,94.87,0.00
6.08,3424,109,94.87,0.00
6.08,3872,109,94.87,7.14
6.08,4320,109,94.87,0.00
6.08,4768,109,94.87,0.00
6.08,5216,109,94.87,0.00
6.08,5664,109,94.87,0.00
5.64,6080,109,94.87,14.29
6.08,6528,109,94.87,0.00
6.08,6976,109,94.87,0.00
6.08,7424,109,94.87,0.00
6.08,7872,109,94.87,0.00
6.08,8320,109,94.87,0.00
6.08,8768,109,94.87,14.29
5.64,9184,109,94.87,7.14
6.08,9632,109,94.87,0.00
6.08,10080,109,94.87,0.00
6.08,10528,109,94.87,0.00
6.08,10976,109,94.87,0.00
6.08,11424,109,94.87,0.00
5.64,11840,109,94.87,14.29
6.08,12288,109,94.87,0.00
6.08,12736,109,94.87,0.00
6.08,13184,109,94.87,0.00
6.08,13632,109,94.87,7.14
6.08,14080,109,94.87,0.00
6.08,14528,109,94.87,7.14
5.64,14944,109,94.87,7.14
6.08,15392,109,94.87,7.14
6.08,15840,109,94.87,0.00
6.08,16288,109,94.87,0.00
6.08,16736,109,94.87,0.00
6.08,17184,109,94.87,0.00
6.08,17632,109,94.87,0.00
5.64,18048,109,94.87,0.00
6.08,18496,109,94.87,7.14
6.08,18944,109,94.87,0.00
6.08,19392,109,94.87,7.14
6.08,19840,109,94.87,0.00
6.08,20288,109,94.87,7.14
5.64,20704,109,94.87,14.29
6.08,21152,109,94.87,7.14
6.08,21600,109,94.87,42.86
6.08,22048,109,94.87,42.86
6.13,22496,108,94.87,0.00
6.08,22944,109,94.87,0.00
6.08,23392,109,94.87,0.00
5.64,23808,109,94.87,7.14
6.08,24256,109,94.87,7.14
6.08,24704,109,94.87,0.00
6.08,25152,109,94.87,7.14
6.08,25600,109,94.87,7.14
6.08,26048,109,94.87,7.14
6.08,26496,109,94.87,7.14
5.64,26912,109,94.87,14.29
6.08,27360,109,94.87,0.00
6.08,27808,109,94.87,0.00
6.08,28256,109,94.87,0.00
6.08,28704,109,94.87,0.00
6.08,29152,109,94.87,0.00
5.64,29568,109,94.87,14.29
6.08,30016,109,94.87,7.14
6.08,30464,109,94.87,0.00
6.08,30912,109,94.87,0.00
6.08,31360,109,94.87,0.00
6.08,31808,109,94.87,7.14
6.08,32256,109,94.87,7.14
5.64,32672,109,94.87,0.00
6.08,33120,109,94.87,0.00
6.08,33568,109,94.87,0.00
6.08,34016,109,94.87,0.00
6.08,34464,109,94.87,7.14
6.08,34912,109,94.87,0.00
6.08,35360,109,94.87,0.00
5.64,35776,109,94.87,14.29
6.08,36224,109,94.87,0.00
6.08,36672,109,94.87,7.14
6.08,37120,109,94.87,0.00
6.08,37568,109,94.87,0.00
6.08,38016,109,94.87,0.00
5.64,38432,109,94.87,0.00
6.08,38880,109,94.87,0.00
6.08,39328,109,94.87,0.00
6.08,39776,109,94.87,0.00
6.08,40224,109,94.87,0.00
6.08,40672,109,94.87,0.00
6.13,41120,108,94.87,7.14
5.64,41536,109,94.87,14.29
6.08,41984,109,94.87,0.00
6.13,42432,108,94.87,0.00
6.08,42880,109,94.87,0.00
6.08,43328,109,94.87,7.14
6.08,43776,109,94.87,0.00
6.08,44224,109,94.87,0.00
5.64,44640,109,94.87,0.00
6.08,45088,109,94.87,0.00
6.08,45536,109,94.87,7.14
6.08,45984,109,94.87,0.00
6.08,46432,109,94.87,0.00
6.08,46880,109,94.87,0.00
5.64,47296,109,94.87,21.43
6.08,47744,109,94.87,0.00
6.08,48192,109,94.87,14.29
6.08,48640,109,94.87,0.00
6.21,49056,99,94.87,72.73
6.03,49472,102,94.87,44.61
6.08,49920,109,94.87,0.00
5.64,50336,109,94.87,7.14
6.08,50784,109,94.87,0.00
6.08,51232,109,94.87,0.00
6.08,51680,109,94.87,0.00
6.08,52128,109,94.87,0.00
6.08,52576,109,94.87,0.00
6.08,53024,109,94.87,28.57
5.64,53440,109,94.87,0.00
6.08,53888,109,94.87,0.00
6.08,54336,109,94.87,0.00
6.08,54784,109,94.87,7.14
6.08,55232,109,94.87,0.00
6.08,55680,109,94.87,14.29
5.64,56096,109,94.87,14.29
6.08,56544,109,94.87,7.14
6.08,56992,109,94.87,0.00
6.08,57440,109,94.87,0.00
6.08,57888,109,94.87,0.00
6.08,58336,109,94.87,7.14
6.08,58784,109,94.87,14.29
5.64,59200,109,94.87,0.00
6.08,59648,109,94.87,7.14
6.08,60096,109,94.87,0.00
6.08,60544,109,94.87,0.00
6.08,60992,109,94.87,0.00
6.08,61440,109,94.87,0.00
6.08,61888,109,94.87,0.00
5.64,62304,109,94.87,14.29
6.08,62752,109,94.87,0.00
6.08,63200,109,94.87,0.00
6.08,63648,109,94.87,14.29
6.08,64096,109,94.87,0.00
6.08,64544,109,94.87,7.14
5.64,64960,109,94.87,21.43
6.08,65408,109,94.87,0.00
6.08,65856,109,94.87,7.14
6.08,66304,109,94.87,7.14
6.08,66752,109,94.87,50.00
6.08,67200,109,94.87,64.29
6.08,67648,109,94.87,57.14
5.64,68064,109,94.87,64.29
6.08,68512,109,94.87,78.57
6.08,68960,109,94.87,57.14
6.08,69408,109,94.87,57.14
6.08,69856,109,94.87,50.00
6.02,70304,110,94.87,50.00
5.70,70720,108,94.87,57.14
6.08,71168,109,94.87,42.86
6.08,71616,109,94.87,35.71
6.08,72064,109,94.87,57.14
6.08,72512,109,94.87,50.00
6.02,72960,110,94.87,42.86
6.19,73408,107,94.87,0.00
5.64,73824,109,94.87,0.00
6.08,74272,109,94.87,7.14
6.08,74720,109,94.87,21.43
6.08,75168,109,94.87,14.29
6.08,75616,109,94.87,0.00
6.08,76064,109,94.87,7.14
6.08,76512,109,94.87,7.14
5.64,76928,109,94.87,7.14
6.08,77376,109,94.87,14.29
6.08,77824,109,94.87,0.00
6.08,78272,109,94.87,0.00
6.08,78720,109,94.87,42.86
6.08,79168,109,94.87,14.29
5.64,79584,109,94.87,14.29
6.08,80032,109,94.87,7.14
6.08,80480,109,94.87,0.00
6.08,80928,109,94.87,7.14
6.08,81376,109,94.87,0.00
6.08,81824,109,94.87,7.14
6.08,82272,109,94.87,0.00
5.64,82688,109,94.87,35.71
6.08,83136,109,94.87,50.00
6.08,83584,109,94.87,14.29
6.08,84032,109,94.87,7.14
6.08,84480,109,94.87,7.14
6.08,84928,109,94.87,0.00
6.08,85376,109,94.87,7.14
5.64,85792,109,94.87,14.29
6.08,86240,109,94.87,7.14
6.08,86688,109,94.87,7.14
6.08,87136,109,94.87,0.00
6.08,87584,109,94.87,0.00
5.74,87968,99,94.87,45.45
6.43,88416,103,94.87,75.38
5.64,88832,109,94.87,7.14
6.08,89280,109,94.87,0.00
6.08,89728,109,94.87,0.00
6.08,90176,109,94.87,0.00
6.08,90624,109,94.87,0.00
6.13,91072,108,94.87,7.14
5.64,91488,109,94.87,0.00
6.08,91936,109,94.87,7.14
6.08,92384,109,94.87,28.57
6.08,92832,109,94.87,0.00
6.08,93280,109,94.87,7.14
6.08,93728,109,94.87,7.14
6.08,94176,109,94.87,7.14
5.64,94592,109,94.87,0.00
6.08,95040,109,94.87,7.14
6.08,95488,109,94.87,7.14
6.08,95936,109,94.87,0.00
6.08,96384,109,94.87,0.00
6.08,96832,109,94.87,0.00
6.08,97280,109,94.87,0.00
5.64,97696,109,94.87,28.57
6.08,98144,109,94.87,7.14
6.08,98592,109,94.87,21.43
6.08,99040,109,94.87,7.14
6.08,99488,109,94.87,7.14
6.08,99936,109,94.87,0.00
5.64,100352,109,94.87,28.57
6.08,100800,109,94.87,7.14
6.08,101248,109,94.87,0.00
6.08,101696,109,94.87,0.00
6.08,102144,109,94.87,0.00
6.08,102592,109,94.87,14.29
6.08,103040,109,94.87,14.29
5.64,103456,109,94.87,28.57
6.08,103904,109,94.87,14.29
6.08,104352,109,94.87,0.00
6.08,104800,109,94.87,7.14
6.08,105248,109,94.87,0.00
6.08,105696,109,94.87,0.00
6.08,106144,109,94.87,7.14
5.64,106560,109,94.87,0.00
6.08,107008,109,94.87,14.29
6.08,107456,109,94.87,0.00
5.86,107904,113,94.87,7.14
6.37,108352,104,94.87,0.00
6.08,108800,109,94.87,7.14
5.70,109216,108,94.87,64.29
6.08,109664,109,94.87,64.29
6.08,110112,109,94.87,21.43
6.08,110560,109,94.87,7.14
6.08,111008,109,94.87,21.43
6.08,111456,109,94.87,7.14
6.08,111904,109,94.87,0.00
5.64,112320,109,94.87,7.14
6.08,112768,109,94.87,7.14
6.08,113216,109,94.87,0.00
6.08,113664,109,94.87,0.00
6.08,114112,109,94.87,7.14
6.08,114560,109,94.87,7.14
6.08,115008,109,94.87,35.71
5.64,115424,109,94.87,0.00
6.08,115872,109,94.87,7.14
6.08,116320,109,94.87,7.14
6.08,116768,109,94.87,0.00
6.08,117216,109,94.87,7.14
6.08,117664,109,94.87,0.00
5.64,118080,109,94.87,14.29
6.08,118528,109,94.87,0.00
6.08,118976,109,94.87,0.00
6.08,119424,109,94.87,7.14
6.08,119872,109,94.87,0.00
6.08,120320,109,94.87,7.14
6.08,120768,109,94.87,7.14
5.64,121184,109,94.87,14.29
6.08,121632,109,94.87,0.00
6.08,122080,109,94.87,7.14
6.08,122528,109,94.87,0.00
6.08,122976,109,94.87,14.29
6.08,123424,109,94.87,0.00
6.08,123872,109,94.87,14.29
5.64,124288,109,94.87,28.57
6.08,124736,109,94.87,21.43
6.08,125184,109,94.87,0.00
6.08,125632,109,94.87,0.00
6.08,126080,109,94.87,0.00
6.08,126528,109,94.87,14.29
5.68,126912,100,94.87,63.63
6.03,127328,102,94.87,51.14
6.08,127776,109,94.87,7.14
6.08,128224,109,94.87,28.57
6.08,128672,109,94.87,7.14
6.08,129120,109,94.87,0.00
6.08,129568,109,94.87,0.00
5.64,129984,109,94.87,7.14
6.08,130432,109,94.87,0.00
6.08,130880,109,94.87,0.00
6.08,131328,109,94.87,0.00
6.08,131776,109,94.87,7.14
6.08,132224,109,94.87,0.00
6.08,132672,109,94.87,28.57
5.64,133088,109,94.87,14.29
6.08,133536,109,94.87,7.14
6.08,133984,109,94.87,0.00
6.08,134432,109,94.87,7.14
6.13,134880,108,94.87,0.00
6.08,135328,109,94.87,0.00
6.08,135776,109,94.87,0.00
5.64,136192,109,94.87,0.00
6.08,136640,109,94.87,0.00
6.08,137088,109,94.87,14.29
6.08,137536,109,94.87,7.14
6.08,137984,109,94.87,0.00
6.08,138432,109,94.87,14.29
5.64,138848,109,94.87,28.57
6.08,139296,109,94.87,14.29
6.21,139712,99,94.87,45.45
6.03,140128,102,94.87,15.15
6.08,140576,109,94.87,0.00
6.08,141024,109,94.87,0.00
6.08,141472,109,94.87,0.00
5.64,141888,109,94.87,7.14
6.08,142336,109,94.87,0.00
6.08,142784,109,94.87,7.14
6.08,143232,109,94.87,0.00
6.08,143680,109,94.87,0.00
6.08,144128,109,94.87,21.43
5.64,144544,109,94.87,57.14
6.08,144992,109,94.87,7.14
6.08,145440,109,94.87,0.00
6.08,145888,109,94.87,0.00
6.08,146336,109,94.87,7.14
6.08,146784,109,94.87,0.00
6.08,147232,109,94.87,0.00
5.64,147648,109,94.87,14.29
6.08,148096,109,94.87,7.14
6.08,148544,109,94.87,0.00
6.08,148992,109,94.87,14.29
6.21,149408,99,94.87,63.64
5.97,149824,103,94.87,44.61
6.13,150272,108,94.87,7.14
5.64,150688,109,94.87,0.00
6.08,151136,109,94.87,7.14
6.08,151584,109,94.87,0.00
6.08,152032,109,94.87,0.00
6.08,152480,109,94.87,0.00
6.08,152928,109,94.87,7.14
6.08,153376,109,94.87,0.00
5.64,153792,109,94.87,14.29
6.08,154240,109,94.87,7.14
6.08,154688,109,94.87,7.14
6.08,155136,109,94.87,0.00
6.08,155584,109,94.87,0.00
6.08,156032,109,94.87,0.00
5.64,156448,109,94.87,7.14
6.08,156896,109,94.87,7.14
6.08,157344,109,94.87,0.00
6.08,157792,109,94.87,0.00
6.08,158240,109,94.87,0.00
6.08,158688,109,94.87,0.00
6.08,159136,109,94.87,0.00
5.64,159552,109,94.87,7.14
6.08,160000,109,94.87,0.00
6.08,160448,109,94.87,0.00
6.08,160896,109,94.87,0.00
6.08,161344,109,94.87,7.14
6.08,161792,109,94.87,0.00
6.08,162240,109,94.87,0.00
5.64,162656,109,94.87,0.00
6.08,163104,109,94.87,0.00
6.08,163552,109,94.87,0.00
6.13,164000,108,94.87,0.00
6.08,164448,109,94.87,0.00
6.08,164896,109,94.87,0.00
5.64,165312,109,94.87,21.43
6.08,165760,109,94.87,57.14
6.21,166176,99,92.31,72.73
6.03,166592,102,92.31,58.21
6.08,167040,109,94.87,7.14
6.08,167488,109,94.87,7.14
6.08,167936,109,94.87,0.00
5.64,168352,109,94.87,7.14
6.08,168800,109,94.87,0.00
6.08,169248,109,94.87,14.29
6.08,169696,109,94.87,0.00
6.08,170144,109,94.87,0.00
6.08,170592,109,94.87,14.29
6.08,171040,109,94.87,7.14
5.64,171456,109,94.87,28.57
6.08,171904,109,94.87,14.29
6.08,172352,109,94.87,0.00
6.08,172800,109,94.87,34.02
5.26,173152,99,94.87,68.93
6.96,173632,102,94.87,69.47
5.64,174048,109,94.87,0.00
6.08,174496,109,94.87,0.00
6.08,174944,109,94.87,7.14
6.08,175392,109,94.87,0.00
6.08,175840,109,94.87,7.14
6.08,176288,109,94.87,0.00
6.08,176736,109,94.87,0.00
5.64,177152,109,94.87,21.43
6.08,177600,109,94.87,7.14
6.08,178048,109,94.87,7.14
6.08,178496,109,94.87,0.00
6.08,178944,109,94.87,0.00
6.08,179392,109,94.87,7.14
6.08,179840,109,94.87,14.29
5.64,180256,109,94.87,35.71
6.08,180704,109,94.87,7.14
6.08,181152,109,94.87,0.00
6.08,181600,109,94.87,0.00
6.08,182048,109,94.87,0.00
6.08,182496,109,94.87,7.14
6.13,182944,108,94.87,0.00
5.64,183360,109,94.87,35.71
6.08,183808,109,94.87,0.00
6.08,184256,109,94.87,0.00
6.08,184704,109,94.87,0.00
6.08,185152,109,94.87,0.00
6.08,185600,109,94.87,7.14
5.64,186016,109,94.87,0.00
6.08,186464,109,94.87,0.00
6.08,186912,109,94.87,14.29
6.08,187360,109,94.87,7.14
6.08,187808,109,94.87,0.00
6.08,188256,109,94.87,7.14
6.08,188704,109,94.87,42.86
5.74,189088,99,94.87,72.73
6.03,189504,102,94.87,87.30
6.08,189952,109,94.87,50.00
6.08,190400,109,94.87,21.43
6.08,190848,109,94.87,50.00
6.08,191296,109,94.87,50.00
6.08,191744,109,94.87,50.00
5.64,192160,109,94.87,57.14
6.08,192608,109,94.87,57.14
6.08,193056,109,94.87,42.86
6.08,193504,109,94.87,42.86
6.08,193952,109,94.87,35.71
6.08,194400,109,94.87,35.71
5.64,194816,109,94.87,42.86
6.08,195264,109,94.87,85.71
6.08,195712,109,94.87,92.86
6.08,196160,109,94.87,100.00
6.08,196608,109,94.87,100.00
6.08,197056,109,94.87,92.86
6.08,197504,109,94.87,100.00
5.64,197920,109,94.87,100.00
6.08,198368,109,94.87,92.86
6.08,198816,109,94.87,92.86
6.08,199264,109,94.87,100.00
6.08,199712,109,94.87,100.00
6.13,200160,108,94.87,100.00
6.02,200608,110,94.87,100.00
5.70,201024,108,94.87,100.00
6.08,201472,109,94.87,100.00
6.08,201920,109,94.87,92.86
6.08,202368,109,94.87,100.00
6.08,202816,109,94.87,100.00
6.08,203264,109,94.87,92.86
5.97,203712,111,94.87,92.86
5.80,204128,106,94.87,85.71
6.08,204576,109,94.87,92.86
6.08,205024,109,94.87,85.71
6.08,205472,109,89.74,100.00
6.08,205920,109,89.74,85.71
6.08,206368,109,89.74,78.57
5.64,206784,109,89.74,35.71
6.08,207232,109,89.74,0.00
6.08,207680,109,94.87,14.29
6.08,208128,109,94.87,0.00
6.08,208576,109,94.87,7.14
6.08,209024,109,94.87,71.43
6.08,209472,109,94.87,35.71
5.64,209888,109,94.87,21.43
6.02,210336,110,94.87,14.29
6.19,210784,107,94.87,0.00
6.08,211232,109,94.87,0.00
6.08,211680,109,94.87,7.14
6.08,212128,109,94.87,0.00
6.08,212576,109,94.87,14.29
5.64,212992,109,94.87,7.14
6.08,213440,109,94.87,7.14
6.08,213888,109,94.87,7.14
6.08,214336,109,94.87,21.43
6.08,214784,109,94.87,7.14
6.08,215232,109,94.87,7.14
5.64,215648,109,94.87,7.14
6.08,216096,109,94.87,64.29
6.13,216544,108,94.87,28.57
6.08,216992,109,94.87,7.14
6.08,217440,109,94.87,35.71
6.08,217888,109,94.87,28.57
6.08,218336,109,94.87,21.43
5.64,218752,109,94.87,28.57
6.08,219200,109,94.87,42.86
6.08,219648,109,94.87,0.00
6.08,220096,109,94.87,21.43
6.08,220544,109,94.87,0.00
6.08,220992,109,94.87,57.14
5.64,221408,109,94.87,64.29
6.08,221856,109,94.87,100.00
6.13,222304,108,94.87,64.29
6.08,222752,109,94.87,92.86
6.08,223200,109,94.87,100.00
6.08,223648,109,94.87,100.00
6.08,224096,109,94.87,85.71
5.64,224512,109,94.87,100.00
6.08,224960,109,94.87,100.00
6.08,225408,109,94.87,100.00
6.08,225856,109,94.87,100.00
6.13,226304,108,94.87,100.00
6.08,226752,109,94.87,92.86
6.08,227200,109,94.87,100.00
6.02,227648,110,94.87,85.71
5.75,228064,107,94.87,85.71
6.02,228512,110,94.87,100.00
6.13,228960,108,94.87,100.00
6.08,229408,109,94.87,100.00
6.00,229952,134,94.87,100.00
5.74,230336,99,94.87,92.86
6.08,230784,109,94.87,100.00
6.08,231232,109,94.87,92.86
6.08,231680,109,94.87,78.57
6.08,232128,109,94.87,57.14
6.08,232576,109,94.87,100.00
6.08,233024,109,94.87,78.57
5.64,233440,109,94.87,85.71
6.08,233888,109,94.87,85.71
6.08,234336,109,94.87,57.14
6.08,234784,109,94.87,78.57
6.08,235232,109,94.87,85.71
6.08,235680,109,94.87,85.71
6.08,236128,109,94.87,92.86
5.64,236544,109,94.87,100.00
6.08,236992,109,94.87,100.00
6.08,237440,109,94.87,100.00
6.13,237888,108,94.87,100.00
6.08,238336,109,94.87,100.00
6.08,238784,109,94.87,85.71
5.64,239200,109,94.87,100.00
6.08,239648,109,94.87,92.86
6.02,240096,110,94.87,100.00
6.13,240544,108,94.87,71.43
6.08,240992,109,94.87,35.71
6.08,241440,109,94.87,42.86
6.08,241888,109,94.87,64.29
5.64,242304,109,94.87,35.71
6.08,242752,109,94.87,21.43
6.08,243200,109,94.87,50.00
6.08,243648,109,94.87,7.14
6.08,244096,109,94.87,42.86
6.08,244544,109,94.87,14.29
6.08,244992,109,94.87,35.71
5.64,245408,109,94.87,0.00
6.08,245856,109,94.87,7.14
6.13,246304,108,94.87,0.00
6.08,246752,109,94.87,0.00
6.08,247200,109,94.87,0.00
6.08,247648,109,94.87,0.00
5.64,248064,109,94.87,28.57
6.13,248512,108,94.87,0.00
6.08,248960,109,94.87,7.14
6.08,249408,109,94.87,7.14
6.08,249856,109,94.87,7.14
6.08,250304,109,94.87,0.00
6.08,250752,109,94.87,14.29
5.64,251168,109,94.87,0.00
6.08,251616,109,94.87,7.14
6.08,252064,109,94.87,0.00
6.08,252512,109,94.87,7.14
6.08,252960,109,94.87,7.14
6.08,253408,109,94.87,7.14
6.08,253856,109,94.87,14.29
5.64,254272,109,94.87,7.14
6.08,254720,109,94.87,0.00
6.08,255168,109,94.87,0.00
6.08,255616,109,94.87,7.14
6.08,256064,109,94.87,0.00
6.08,256512,109,94.87,7.14
5.64,256928,109,94.87,0.00
6.08,257376,109,94.87,0.00
6.08,257824,109,94.87,0.00
6.08,258272,109,94.87,0.00
6.08,258720,109,94.87,0.00
6.08,259168,109,94.87,7.14
6.08,259616,109,94.87,0.00
5.64,260032,109,94.87,7.14
6.08,260480,109,94.87,0.00
6.08,260928,109,94.87,7.14
6.08,261376,109,94.87,7.14
6.08,261824,109,94.87,28.57
6.08,262272,109,94.87,21.43
5.64,262688,109,94.87,0.00
6.08,263136,109,94.87,35.71
6.08,263584,109,94.87,14.29
3.91,263872,109,94.87,0.00
0.43,263904,109,94.87,0.00
3.04,264128,109,94.87,0.00
0.00,264128,109,94.87,7.14
5.64,264544,109,94.87,7.14
5.64,264960,109,46.15,7.14
6.08,265408,109,46.15,0.00
6.08,265856,109,46.15,21.43
5.97,266304,111,94.87,57.14
6.25,266752,106,94.87,21.43
6.08,267200,109,94.87,28.57
6.08,267648,109,94.87,50.00
5.70,268064,108,94.87,21.43
6.08,268512,109,94.87,0.00
6.08,268960,109,94.87,21.43
6.08,269408,109,94.87,0.00
6.08,269856,109,94.87,0.00
6.08,270304,109,94.87,0.00
6.08,270752,109,94.87,14.29
5.64,271168,109,94.87,0.00
6.08,271616,109,94.87,0.00
6.08,272064,109,94.87,0.00
6.08,272512,109,94.87,14.29
6.08,272960,109,94.87,0.00
6.08,273408,109,94.87,0.00
5.64,273824,109,94.87,0.00
6.08,274272,109,94.87,0.00
6.08,274720,109,94.87,0.00
6.08,275168,109,94.87,0.00
6.08,275616,109,94.87,7.14
6.13,276064,108,94.87,7.14
6.08,276512,109,94.87,21.43
5.64,276928,109,94.87,21.43
6.13,277376,108,94.87,42.86
6.08,277824,109,94.87,28.57
6.08,278272,109,94.87,50.00
6.08,278720,109,94.87,14.29
5.64,279136,109,94.87,28.57
6.08,279584,109,94.87,71.43
6.08,280032,109,94.87,78.57
6.21,280544,122,94.87,85.71
5.91,280992,112,94.87,56.25
6.08,281440,109,94.87,50.00
6.08,281888,109,94.87,57.14
6.08,282336,109,94.87,100.00
5.64,282752,109,94.87,64.29
6.08,283200,109,94.87,57.14
6.08,283648,109,94.87,50.00
6.08,284096,109,94.87,78.57
6.08,284544,109,94.87,50.00
6.08,284992,109,94.87,57.14
6.19,285440,107,94.87,64.29
5.64,285856,109,94.87,71.43
6.08,286304,109,94.87,42.86
6.08,286752,109,94.87,57.14
6.08,287200,109,94.87,57.14
1.30,287296,109,94.87,57.14
3.47,287552,109,94.87,57.14
0.00,287552,109,8.33,50.00
0.00,287552,108,8.33,50.00
0.00,287552,109,8.33,50.00
0.00,287552,109,8.33,57.14
0.00,287552,109,8.33,42.86
0.00,287552,109,8.33,50.00
0.00,287552,109,8.33,50.00
0.00,287552,109,8.33,50.00
0.00,287552,109,8.33,7.14
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,7.14
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,14.29
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,0.00
0.00,287552,109,8.33,0.00
0.43,287584,109,8.33,28.57
0.00,287584,109,75.00,21.43
0.88,287648,108,75.00,0.00
0.00,287648,109,75.00,0.00
0.00,287648,109,83.33,0.00
0.87,287712,109,83.33,7.14
3.47,287968,109,91.67,14.29
0.00,287968,109,91.67,0.00
0.00,287968,109,91.67,7.14
0.00,287968,109,91.67,7.14
0.00,287968,109,91.67,7.14
0.00,287968,109,91.67,0.00
0.00,287968,109,91.67,14.29
0.00,287968,109,91.67,0.00
0.00,287968,108,91.67,7.14
1.75,288096,108,75.00,0.00
3.47,288352,109,75.00,0.00
0.00,288352,109,75.00,0.00
0.00,288352,109,75.00,0.00
0.00,288352,109,75.00,0.00
0.00,288352,109,75.00,0.00
0.00,288352,109,75.00,7.14
0.00,288352,109,75.00,0.00
0.00,288352,109,75.00,7.14
0.00,288352,109,75.00,0.00
6.95,288864,109,75.00,0.00
7.89,289440,108,75.00,0.00
8.25,290048,109,46.15,0.00
7.81,290624,109,46.15,7.14
8.25,291232,109,94.87,7.14
7.81,291808,109,94.87,7.14
8.25,292416,109,94.87,7.14
7.89,292992,108,94.87,7.14
8.25,293600,109,94.87,0.00
7.81,294176,109,94.87,0.00
8.25,294784,109,94.87,0.00
7.81,295360,109,94.87,7.14
8.25,295968,109,94.87,0.00
7.89,296544,108,94.87,0.00
8.25,297152,109,94.87,0.00
7.81,297728,109,94.87,14.29
8.32,298336,108,94.87,7.14
7.89,298912,108,94.87,0.00
7.81,299488,109,94.87,7.14
8.25,300096,109,94.87,0.00
7.81,300672,109,94.87,21.43
8.25,301280,109,94.87,57.14
7.81,301856,109,94.87,7.14
8.25,302464,109,94.87,42.86
7.81,303040,109,94.87,64.29
8.32,303648,108,94.87,50.00
7.81,304224,109,94.87,0.00
8.25,304832,109,94.87,7.14
7.81,305408,109,94.87,35.71
8.32,306016,108,94.87,14.29
7.81,306592,109,94.87,28.57
8.25,307200,109,94.87,50.00
7.81,307776,109,94.87,7.14
7.81,308352,109,94.87,35.71
8.25,308960,109,94.87,0.00
7.81,309536,109,94.87,28.57
8.25,310144,109,94.87,0.00
7.81,310720,109,94.87,42.86
8.25,311328,109,94.87,57.14
7.81,311904,109,94.87,35.71
8.25,312512,109,94.87,28.57
7.81,313088,109,94.87,21.43
8.25,313696,109,94.87,0.00
7.81,314272,109,94.87,0.00
8.25,314880,109,94.87,7.14
7.34,315456,116,94.87,21.43
8.90,316064,101,94.87,100.00
7.89,316640,108,94.87,64.29
7.81,317216,109,94.87,7.14
8.10,317824,111,94.87,42.86
7.47,318400,114,94.87,92.86
8.81,319008,102,94.87,92.86
7.81,319584,109,89.74,64.29
8.25,320192,109,89.74,50.00
7.81,320768,109,94.87,35.71
8.32,321376,108,94.87,42.86
7.81,321952,109,94.87,78.57
8.25,322560,109,94.87,28.57
7.81,323136,109,94.87,64.29
8.25,323744,109,94.87,50.00
7.81,324320,109,94.87,35.71
7.81,324896,109,94.87,57.14
8.25,325504,109,94.87,78.57
7.81,326080,109,94.87,64.29
8.25,326688,109,94.87,50.00
7.81,327264,109,94.87,57.14
8.25,327872,109,94.87,35.71
7.81,328448,109,94.87,57.14
8.25,329056,109,94.87,35.00
11.61,329888,106,94.87,92.86
8.25,330496,109,94.87,7.14
7.81,331072,109,94.87,28.57
8.32,331680,108,94.87,14.29
7.81,332256,109,94.87,7.14
7.81,332832,109,94.87,21.43
8.25,333440,109,94.87,7.14
7.81,334016,109,94.87,28.57
8.25,334624,109,94.87,21.43
7.81,335200,109,94.87,21.43
8.25,335808,109,94.87,35.71
7.81,336384,109,94.87,42.86
8.25,336992,109,94.87,14.29
7.81,337568,109,94.87,42.86
8.25,338176,109,94.87,21.43
7.81,338752,109,94.87,21.43
8.32,339360,108,94.87,7.14
7.81,339936,109,94.87,14.29
8.25,340544,109,94.87,14.29
7.81,341120,109,94.87,28.57
8.25,341728,109,94.87,21.43
7.81,342304,109,94.87,0.00
7.81,342880,109,94.87,50.00
8.25,343488,109,94.87,57.14
7.81,344064,109,94.87,64.29
8.25,344672,109,94.87,28.57
7.81,345248,109,94.87,71.43
8.25,345856,109,94.87,57.14


8.04,2285216,100,94.87,0.00
8.04,2285760,100,94.87,0.00
1.89,2285888,100,94.87,6.79
[END_WRITE_GRAPH_VALUES]

HRPC=True

[START_VERIFY_GRAPH_VALUES]
0.00,0,100,6.79
1.89,128,100,6.79
6.62,576,100,0.00
7.10,1056,100,6.79
6.62,1504,100,6.79
6.62,1952,100,22.33
6.62,2400,100,0.00
7.05,2877,100,6.79
6.67,3328,100,0.00


16.09,2259648,100,6.79
16.09,2260736,100,14.56
16.52,2261853,100,6.79
16.13,2262944,100,6.79
16.09,2264032,100,0.00
16.09,2265120,100,22.33
16.09,2266208,100,6.79
16.09,2267296,100,0.00
16.09,2268384,100,22.33
16.09,2269472,100,14.56
16.09,2270560,100,6.79
16.09,2271648,100,14.56
16.09,2272736,100,22.33
16.56,2273856,100,0.00
16.09,2274944,100,22.33
16.09,2276032,100,0.00
16.09,2277120,100,6.79
16.09,2278208,100,0.00
16.09,2279296,100,6.79
16.56,2280416,100,6.79
16.09,2281504,100,14.56
16.09,2282592,100,22.33
16.09,2283680,100,0.00
16.09,2284768,100,6.79
16.56,2285888,100,0.00
0.00,2285888,100,0.00
[END_VERIFY_GRAPH_VALUES]
C37887967869691E

Optiarc_DVD_RW_AD_7200A_1.06_18_FEBRUAR_2009_19_54_MCC_03RG20_8x.txt

vista business dk

Link to comment
Share on other sites

Hi everyone,

 

@LIGHTNING UK! - Yes, I was trying to reverse engineer the .ibg files because I thought you had some kind of a deal going with the author of DVDInfoPro and would therefore be reluctant to divulge any proprietary information. Two questions concerning the .ibg file structure :

1. I thought the WRITE_GRAPH_VALUE data lines contained this information -

Write Speed, Sector, Write RPM, Write Buffer %, Write CPU %

and the VERIFY_GRAPH_VALUE data lines contained this information -

Verify Speed, Sector, Verify RPM, Verify CPU %

but it seems I am wrong about the Write RPM/Verify RPM data - what do these data entries actually represent ?

2. Can you show me the algorithm used to generate the checksum shown at the bottom of the .ibg files ?

 

BurnPlot is written in VB6 and I am using the split function (With ',' as the separator) to parse the graph data lines. I am confused as to why this is apparently not working on Cynthia and cornholio7's systems even though their .ibg files work properly on my system and the screen captures show that their systems are presenting the .ibg files in a fashion that should parse properly with the split function. I will add a check for the separator value and see if that corrects the problem.

 

BurnPlot is not dealing well with .ibg files that contain burn or verify only data which explains the errors you and eSkRo received from the .ibg files you provided. A few modifications should fix that.

 

@Everyone - As I mentioned in my original post, BurnPlot was created over a weekend and only tested with the .ibg files I had on hand. (4.7GB SL DVD-R Burned and Verified) Thanks to your input I will be able to correct the problems that I never knew existed. Feel free to send me as many .ibg files as you wish so I can continue testing.

Link to comment
Share on other sites

For Write, it's:

 

Speed, Sectors Processed, Milliseconds Since Last Sample, Device Buffer % Usage, CPU % Usage

 

For Verify, it's:

 

Speed, Sectors Processed, Milliseconds Since Last Sample, CPU % Usage

 

Don't forget, 'CPU % Usage' can and will be -1.0 if it hasn't been captured.

 

I will send the CRC info via PM. It's not actually that important and is really only used to check people aren't making up the values!

Link to comment
Share on other sites

This seems to be the issue with us that are not English.

 

If I change the 'Regional and Language Options' in the Windows control panel from this format

 

post-20-1244778405_thumb.png

 

to this format

 

post-20-1244778409_thumb.png

 

I get it to work

 

post-20-1244778398_thumb.png

Link to comment
Share on other sites

Hi Everyone,

 

@ Cynthia - Thank you for the information. It will be very helpful.

 

@ LIGHTNING UK! - I have not had much time to work on this during the week but I managed to make a few of the UI changes you suggested.

 

I added a "browse for file" menu button but removed it because VB requires an OCX to access the common dialog used for file browsing. A quick test on the only machine I have without the VB IDE installed reveals that the program will not run because a virgin XP installation does not have the required OCX. I would like for this to be a "no installation required" type of program so I hope the D&D will be sufficient.

 

The RPM scale I added would be correct if I was actually plotting RPM values. Working on it. (Do you happen to have the algorithm used to calculate disk RPM from the data you provide in the .ibg files ?)

 

The horizontal graph scale is currently only acurate for 4.7GB DVD's. Working on it.

 

The vertical graph scale is currently fixed and does not provide adequate head room for CD write or verify speeds. Working on that too.

 

This program is intended to be a companion to ImgBurn so any suggestions as to what type of a theme you would like to see on the plot toggle buttons ?

 

@ Everyone - I have attached a new version of the program that (On my system at least) opens and plots all the .ibg files you have provided. If you have time, please try it on your system to see if it will work in your environment. When you open an .ibg file, this version of the program will create a text file on your desktop that contains the burn/verify data as parsed by the program. If you have a problem with an .ibg file please attach the text file and the .ibg so I can see what is going wrong.

 

Thank you. [Edited - Previous Version Removed, See Current Post For Latest Version]

Edited by onanidaily
Link to comment
Share on other sites


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.