Notices
ECU Flash

Virtual Dyno Room-Dyno Simulator

Thread Tools
 
Search this Thread
 
Old Jun 8, 2010 | 02:54 PM
  #931  
Jack_of_Trades's Avatar
Thread Starter
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Originally Posted by Booztd 3
Looks interesting. I wish my car was running right now so I could offer up my hand in helping test out the beta.....I just stumbled upon this software after picking up an evo a few weeks ago. Prior to this I've only had significant experience with AEM EMS. I would be able to help with throwing the AEM logs into VDR if its needed...
It will work with AEM files, just need to convert the TIME data from milliseconds to seconds before loading it into VDR. I am working on adding a "File Type" Dropdown list for Evoscan,AEM EMS and DSMlink. For now, you'll just copy/paste your RPM and TIME columns in VDR and it does the conversion but I'm desperately trying to find a way to just select the file name and it extracts the data automatically so no one will need to do the CUT/PASTE step anymore. Workin' on that part though
Reply
Old Jun 8, 2010 | 03:16 PM
  #932  
ziad's Avatar
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
jamie.... u will need to put say a button and write some vba code to do the loading of the file. btw i am happy to test if u need more ppl to test
Reply
Old Jun 8, 2010 | 03:20 PM
  #933  
Booztd 3's Avatar
Evolving Member
iTrader: (15)
 
Joined: Oct 2005
Posts: 329
Likes: 0
From: Peoria, IL
Originally Posted by Jack_of_Trades
It will work with AEM files, just need to convert the TIME data from milliseconds to seconds before loading it into VDR. I am working on adding a "File Type" Dropdown list for Evoscan,AEM EMS and DSMlink. For now, you'll just copy/paste your RPM and TIME columns in VDR and it does the conversion but I'm desperately trying to find a way to just select the file name and it extracts the data automatically so no one will need to do the CUT/PASTE step anymore. Workin' on that part though

Good deal, i was aware that it will currently work, just takes some finnageling(sp?)

I spent about 2 hours last night bored at work reading through this entire thread
Reply
Old Jun 8, 2010 | 03:22 PM
  #934  
Jack_of_Trades's Avatar
Thread Starter
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Originally Posted by ziad
jamie.... u will need to put say a button and write some vba code to do the loading of the file. btw i am happy to test if u need more ppl to test
Yeah, I wish I actually took a class on excel or something lol. Was quickly browsing the help section and it said something about pivot tables that might be what will work but i gotta do some googling now that I am home. Asl long as any excel version from 2000+ can use the features, I'm cool with doing whatever I can. Even if 2003+ is all I can manage.
Reply
Old Jun 8, 2010 | 04:07 PM
  #935  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
Originally Posted by bbarnhill
How can I send it Tephra? I dont have your email address and I couldnt find you on my MSN messenger list, and your inbox is full.
myforumname .at. gmail ,dot, c!o!m ;P
Reply
Old Jun 8, 2010 | 04:09 PM
  #936  
Jack_of_Trades's Avatar
Thread Starter
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Originally Posted by tephra
myforumname .at. gmail ,dot, c!o!m ;P
*looks for his trusty decoder ring*
Reply
Old Jun 8, 2010 | 04:25 PM
  #937  
ziad's Avatar
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
^^ he is making it harder isint he

jack depends on how much work u want to do. i think easiest would be to leave it like that. cuz otherwise u gota think about what if there are two or more full throttle areas in the file. if the file has different names for rpm and times... i am sure users can change the colum name and position in evoscan etc.

pivot tables i dont think will do.... but i never really used pivot tables. i thought hey are used to display extra info (like 3rd diamention) from say a row and column.
Reply
Old Jun 8, 2010 | 04:28 PM
  #938  
Jack_of_Trades's Avatar
Thread Starter
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Originally Posted by ziad
^^ he is making it harder isint he

jack depends on how much work u want to do. i think easiest would be to leave it like that. cuz otherwise u gota think about what if there are two or more full throttle areas in the file. if the file has different names for rpm and times... i am sure users can change the colum name and position in evoscan etc.

pivot tables i dont think will do.... but i never really used pivot tables. i thought hey are used to display extra info (like 3rd diamention) from say a row and column.
Yeah, for now I think its easiest to set it up for the user to paste their data in it. It makes it a bit more universal that way.

Question for you and Brad, how are you guys setting up your smoothing? Averaging a few lines before/after each data point? I havent been happy with my crude smoothing and would love to see how you guys are approaching it.
Reply
Old Jun 8, 2010 | 04:33 PM
  #939  
ziad's Avatar
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
as i said before i dont understand the whole theory.. .so i am using ur smoothing aproach... mrfred had a different way to do it though... i suppose my idea was to get it (hp/tq) similar to ur output (hp/tq)

so i get the base smooth rpm/torque or hp then loop x ammount of times to smooth it further, it sometimes causes some artifacts.
Reply
Old Jun 8, 2010 | 04:35 PM
  #940  
Jack_of_Trades's Avatar
Thread Starter
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Originally Posted by ziad
it sometimes causes some artifacts.
Yeah, the immense amount of averaging at the end of the pull causes anomalies that I am currently trying to fix so I can get rid of the 'RPM TRIM' feature entirely. I am googling about a =smooth() feature that I might be able to use. Here is the link. Try the QUICK START portion at the bottom.


Also look into LOESS Smoothing HERE. This might be better.










.

Last edited by Jack_of_Trades; Jun 8, 2010 at 05:23 PM.
Reply
Old Jun 8, 2010 | 05:28 PM
  #941  
ziad's Avatar
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
jamie make sure you workout what the installation is, for new installs. as i know that Office2007 doesnt like macros and even vba code due to security and will complain until user explicitly puts an exception... or the file is digitally signed.
Reply
Old Jun 8, 2010 | 05:32 PM
  #942  
ziad's Avatar
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
jamie... now i know why u went to the 2nd link

Using LOESS to analyze the body mass indexes (BMI) of Playboy playmates

Read more: http://peltiertech.com/WordPress/loe...#ixzz0qJLf2OLJ
Reply
Old Jun 8, 2010 | 05:55 PM
  #943  
Jack_of_Trades's Avatar
Thread Starter
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
lol, all of these smoothing methods aren't making me happy right now. The issue is with the variation in the length of data. That's why its so hard to get the smoothing to come out right at the end of the pull because some logs rev higher than others. I need to standardize the size of the averaging area so its always averaging JUST the amount of rows i need for that particular datalog. I think i can find a way for it to count the rows with data in them and only allow it to average up to the highest row#. Hmm, maybe using the AVERAGEIF function?
Reply
Old Jun 8, 2010 | 06:26 PM
  #944  
ziad's Avatar
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
how is brad doing his smoothing.... for me i feel that havign more data elements makes it more smoother... except i get a lot of large hp points when startign the log then the drop off to "normal" hp/tq points and then maybe at the top end i might get artifacts.... but this is before having rpm up/down things.
Reply
Old Jun 9, 2010 | 06:56 AM
  #945  
bbarnhill's Avatar
Evolved Member
iTrader: (1)
 
Joined: Oct 2008
Posts: 692
Likes: 1
From: Kansas City, KS
I do my smoothing with a little butter knife. Having more data does help with smoothing. BUT the user doesnt have to worry about trimming in my program due to automatically using TPS to trim out the cruise and decel portions of the recorded run. The smoothing is just simple averaging.

Good lord tephra ... Ill see if I can send you an email if I can decrypt your coded transmission earlier ... may have to get the russians involved though.
Reply



All times are GMT -7. The time now is 08:28 PM.