Virtual Dyno - Standalone Software
If you open this file up in notepad you will see the problem. The values it records uses commas for decimal points. Its causing havoc in my CSV (comma seperated values) file reader.
Id bet these are the issues. Commas are used to seperate the columns in each row, and when data has commas in them it throws this all off.
Mellon:
I saw that too, I know one thing for sure, its not TPS. That would also cause havoc with my program if you have TPS trimming on and you are logging garbage in the TPS column.
Id bet these are the issues. Commas are used to seperate the columns in each row, and when data has commas in them it throws this all off.
Mellon:
I saw that too, I know one thing for sure, its not TPS. That would also cause havoc with my program if you have TPS trimming on and you are logging garbage in the TPS column.
click
Here the columns separate by , and the numbers in format like that : 1.34
I create one by me :
here
non of working
When I would like to use the Virtual Dyno 5.71 than I have to replace in openoffice the . to , ( 1.23 to 1,23 ) and than copy the RPM and logentryseconds than it is working. I tried everything with the Virtual Dyno standalone but always got some error message
I'm bit confused with that because the program looks like great and faster to analyz my log as any other . Shoud be work without any trick just open my logged Evoscan .csv ?
Ok, here is my original log by Evoscan :
click
Here the columns separate by , and the numbers in format like that : 1.34
I create one by me :
here
non of working
When I would like to use the Virtual Dyno 5.71 than I have to replace in openoffice the . to , ( 1.23 to 1,23 ) and than copy the RPM and logentryseconds than it is working. I tried everything with the Virtual Dyno standalone but always got some error message
I'm bit confused with that because the program looks like great and faster to analyz my log as any other . Shoud be work without any trick just open my logged Evoscan .csv ?
click
Here the columns separate by , and the numbers in format like that : 1.34
I create one by me :
here
non of working
When I would like to use the Virtual Dyno 5.71 than I have to replace in openoffice the . to , ( 1.23 to 1,23 ) and than copy the RPM and logentryseconds than it is working. I tried everything with the Virtual Dyno standalone but always got some error message
I'm bit confused with that because the program looks like great and faster to analyz my log as any other . Shoud be work without any trick just open my logged Evoscan .csv ?I don't think these are necessary. Taking them out seems to fix the issue.
I uploaded the same file with the double quotes removed to my server. It seemed to work fine for me.
http://www.codevsme.com/fixed.csv
If you look at your file in notepad, you will see double quotes (") surrounding your time and rpm numbers.
I don't think these are necessary. Taking them out seems to fix the issue.
I uploaded the same file with the double quotes removed to my server. It seemed to work fine for me.
http://www.codevsme.com/fixed.csv
I don't think these are necessary. Taking them out seems to fix the issue.
I uploaded the same file with the double quotes removed to my server. It seemed to work fine for me.
http://www.codevsme.com/fixed.csv
I did it on 2 differenct notebook.
Account Disabled
iTrader: (38)
Joined: Aug 2005
Posts: 9,319
Likes: 1
From: Virginia Beach, Virginia
are you dragging and dropping the original.csv file from evoscan directly into VD? I suspect you may be opening the evoscan .csv file with open office and saving it as something else which fouls up the formatting.
+1 OpenOffice can mess up a lot of stuff if you're not careful.
What would be the problem with file that IrightI posted for me ? I didn't open it with openoffice only by VD.
Account Disabled
iTrader: (38)
Joined: Aug 2005
Posts: 9,319
Likes: 1
From: Virginia Beach, Virginia
then I have to assume these logs didn't come from an evo ecu and your ecu is spitting out gibberish to the diagnostic/logging port.
The only other thing I can think of is character set? maybe. What version of windows are you running and in what language? I see that you are in Hungary.
The logs are from an US 2003 Evo 8 with his stock ecu and V7 9653 ( option 4 ) rom on it, the cable is the op1.3 . But ok lets leave it that I will continueing to use the vdr.
I will ask somebody here maybe coud see something.
Thread Starter
Evolved Member
iTrader: (1)
Joined: Oct 2008
Posts: 692
Likes: 1
From: Kansas City, KS
VGergo, IrightI:
Your problem is that they are CSV files but they have commas in the data instead of decimal points. Have you set a setting in Evoscan to have it output commas for decimal places or is this a setting in windows? If so let me know. Im thinking how I could detect this and handle it without REALLLLLLLY complicating the code that reads files in.
Your problem is that they are CSV files but they have commas in the data instead of decimal points. Have you set a setting in Evoscan to have it output commas for decimal places or is this a setting in windows? If so let me know. Im thinking how I could detect this and handle it without REALLLLLLLY complicating the code that reads files in.
VGergo, IrightI:
Your problem is that they are CSV files but they have commas in the data instead of decimal points. Have you set a setting in Evoscan to have it output commas for decimal places or is this a setting in windows? If so let me know. Im thinking how I could detect this and handle it without REALLLLLLLY complicating the code that reads files in.
Your problem is that they are CSV files but they have commas in the data instead of decimal points. Have you set a setting in Evoscan to have it output commas for decimal places or is this a setting in windows? If so let me know. Im thinking how I could detect this and handle it without REALLLLLLLY complicating the code that reads files in.
You can count columns and make sure they are all the same? mehbeh.
Account Disabled
iTrader: (38)
Joined: Aug 2005
Posts: 9,319
Likes: 1
From: Virginia Beach, Virginia
VGergo, attach a small .csv file in a zip format that came straight out of an evoscan. Don't open it with open office or anything before attaching it, that could mess up the data.
Thread Starter
Evolved Member
iTrader: (1)
Joined: Oct 2008
Posts: 692
Likes: 1
From: Kansas City, KS
Thanks for the idea mellon thats a great idea. I agree ... get me an 'unadultrated' file. I want to know what is putting the commas in there. I have contacted hamish to see if there is an option in evoscan to keep it from putting commas instead of periods in there. I want to find the source of the problem.



