ECUs and Tuning Discuss Engine Management, Tuning, & Programming

Virtual Dyno

Thread Tools
 
Search this Thread
 
Old 01-22-2012, 10:27 PM
  #61  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

Yeah ... kind of important on the street
bbarnhill is offline  
Old 01-23-2012, 12:15 AM
  #62  
Senior Member
iTrader: (8)
 
aaronc7's Avatar
 
Join Date: Jun 2010
Location: Florida
Posts: 1,116
Total Cats: 43
Default

Tried this out. Need more miata options.... no 6 speed that I could find- or maybe if there was just a way to input manual gearing ratios, etc. weight would be nice too.

maybe im a noob and not using it right, but thats the issues i ran into with it.
aaronc7 is offline  
Old 01-23-2012, 01:05 AM
  #63  
Elite Member
iTrader: (4)
 
hornetball's Avatar
 
Join Date: Mar 2008
Location: Granbury, TX
Posts: 6,301
Total Cats: 696
Default

Originally Posted by aaronc7
Tried this out. Need more miata options.... no 6 speed that I could find- or maybe if there was just a way to input manual gearing ratios, etc. weight would be nice too.

maybe im a noob and not using it right, but thats the issues i ran into with it.
Build your own. See post 15 and subsequent.
hornetball is offline  
Old 01-23-2012, 06:01 AM
  #64  
Senior Member
iTrader: (8)
 
aaronc7's Avatar
 
Join Date: Jun 2010
Location: Florida
Posts: 1,116
Total Cats: 43
Default

Made a few. I used .37 Cd and 22.3 Af for the drag values. 2350 pounds as a good median value and 225/45/15 tires and applicable rear end ratios, but of course it varied by year. thankfully those values are modifiable.

Internet seems to indicate base model 99-00 is 2300lbs and 01-05 with minimum options is around 2350lbs.

Miata_99-05_5-Speed.xml

<?xml version="1.0" standalone="yes"?>
<CarDataset xmlns="http://tempuri.org/CarDataset.xsd">
<CarParameters>
<CarMake>Mazda</CarMake>
<CarModel>Miata</CarModel>
<CarSubModel>1.8 (5-Speed)</CarSubModel>
<StartYear>1999</StartYear>
<EndYear>2005</EndYear>
<Weight>2350</Weight>
<TransTypeManual>true</TransTypeManual>
<TransGear2>1.888</TransGear2>
<TransGear3>1.333</TransGear3>
<TransGear4>1.000</TransGear4>
<FinalGearRatio>4.30</FinalGearRatio>
<DragCoefficient>0.37</DragCoefficient>
<FrontalArea>22.3</FrontalArea>
<TireDiameter>23.0</TireDiameter>
</CarParameters>
</CarDataset>

Miata_99-05_6-Speed.xml

<?xml version="1.0" standalone="yes"?>
<CarDataset xmlns="http://tempuri.org/CarDataset.xsd">
<CarParameters>
<CarMake>Mazda</CarMake>
<CarModel>Miata</CarModel>
<CarSubModel>1.8 (6-Speed)</CarSubModel>
<StartYear>1999</StartYear>
<EndYear>2005</EndYear>
<Weight>2350</Weight>
<TransTypeManual>true</TransTypeManual>
<TransGear3>1.645</TransGear3>
<TransGear4>1.257</TransGear4>
<TransGear5>1.000</TransGear5>
<FinalGearRatio>3.909</FinalGearRatio>
<DragCoefficient>0.37</DragCoefficient>
<FrontalArea>22.3</FrontalArea>
<TireDiameter>23.0</TireDiameter>
</CarParameters>
</CarDataset>
aaronc7 is offline  
Old 01-23-2012, 11:08 PM
  #65  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

just added those two to the default list of cars ... Ill push out an update to get those to ya.
bbarnhill is offline  
Old 02-13-2012, 11:33 PM
  #66  
Elite Member
iTrader: (2)
 
triple88a's Avatar
 
Join Date: Apr 2006
Location: Chicago, IL
Posts: 10,454
Total Cats: 1,799
Default

I added a 2nd gear to the 6th speed.

<?xml version="1.0" standalone="yes"?>
<CarDataset xmlns="http://tempuri.org/CarDataset.xsd">
<CarParameters>
<CarMake>Mazda</CarMake>
<CarModel>Miata</CarModel>
<CarSubModel>1.8 (5-Speed)</CarSubModel>
<StartYear>1999</StartYear>
<EndYear>2005</EndYear>
<Weight>2350</Weight>
<TransTypeManual>true</TransTypeManual>
<TransGear2>1.888</TransGear2>
<TransGear3>1.333</TransGear3>
<TransGear4>1.000</TransGear4>
<FinalGearRatio>4.30</FinalGearRatio>
<DragCoefficient>0.37</DragCoefficient>
<FrontalArea>22.3</FrontalArea>
<TireDiameter>23.0</TireDiameter>
</CarParameters>
<CarParameters>
<CarMake>Mazda</CarMake>
<CarModel>Miata</CarModel>
<CarSubModel>1.8 (6-Speed)</CarSubModel>
<StartYear>1999</StartYear>
<EndYear>2005</EndYear>
<Weight>2350</Weight>
<TransTypeManual>true</TransTypeManual>
<TransGear2>2.269</TransGear2>
<TransGear3>1.645</TransGear3>
<TransGear4>1.257</TransGear4>
<TransGear5>1.000</TransGear5>
<FinalGearRatio>3.909</FinalGearRatio>
<DragCoefficient>0.37</DragCoefficient>
<FrontalArea>22.3</FrontalArea>
<TireDiameter>23.0</TireDiameter>
</CarParameters>
</CarDataset>

What would be nice is having a timing graph along with the 2 bottom ones. Something else i've noticed is that the kpa does not scale from the bottom number, it always stays at 0 instead of cutting off what is not needed.

On a side note, i added few degrees. Heres the plots. blue is 2nd gear, red is 3rd gear... was wet out and couldnt hook on 2nd gear. big difference.

Attached Thumbnails Virtual Dyno-3rdvs2nd.gif  
triple88a is offline  
Old 02-14-2012, 08:54 AM
  #67  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

Ive found on real dynos and virtual dynos that the closer to 1.00 the gear ratio is the better the runs turn out. The reason is that 2nd gear is so short that you dont get enough data points to get a good graph. The loggers dont sample fast enough to get enough data points is what is the weakest link in the chain. Thats why I left 2nd gear out.
bbarnhill is offline  
Old 02-14-2012, 12:37 PM
  #68  
Elite Member
iTrader: (4)
 
hornetball's Avatar
 
Join Date: Mar 2008
Location: Granbury, TX
Posts: 6,301
Total Cats: 696
Default

Actually, when you use a low gear, a larger percentage of your torque and HP is consumed by overcoming the moments of inertia of rotating components (like your flywheel, wheels and tires . . . and everything else that rotates). A higher gear always gives a number closer to the actual power.

The obvious problem with the highest gear is the speeds attained and the need for longer stretches of straight, flat, traffic/cop-free road. In most of my runs, I use 3rd as a compromise. The program is best used for comparative rather than absolute purposes anyway.

Brad, any progress on exporting a text file? I'm kind of stuck until I have that. Would be OK with me if that was in a registered version.
hornetball is offline  
Old 02-16-2012, 04:09 PM
  #69  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

Just got my internet turned on at the new place ... had to move 8.5 hours from home for my new job. Sorry I didnt reply till now but I think thats a valid excuse

hornet ... please refresh my memory on export a text file ... of just HP and TQ values? I vaguely remember talking to you about this so remind me and Ill get on it.
bbarnhill is offline  
Old 02-16-2012, 09:08 PM
  #70  
Elite Member
iTrader: (4)
 
hornetball's Avatar
 
Join Date: Mar 2008
Location: Granbury, TX
Posts: 6,301
Total Cats: 696
Default

Just need an export of the HP and TQ parameters that Virtual Dyno derives. Something like "Timestamp, HP, TQ" so that it can be related easily to the input file.

Also, if you made any progress on run averaging using that interpolation function I posted for you, that would be awesome. But I know that's a much bigger project.
hornetball is offline  
Old 02-24-2012, 08:09 PM
  #71  
Elite Member
iTrader: (2)
 
triple88a's Avatar
 
Join Date: Apr 2006
Location: Chicago, IL
Posts: 10,454
Total Cats: 1,799
Default

So i've been using Virtual dyno quite a bit. One of the most annoying things is selecting my car over and over and over each run. Most of us will be just like me and will be using 1 car for 99% of our logs. I'm asking for a way to make 1 car default so it can automatically load it.
triple88a is offline  
Old 02-25-2012, 10:31 AM
  #72  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

Have you created a profile? That will do exactly what you are talking about.
bbarnhill is offline  
Old 02-25-2012, 11:27 AM
  #73  
Elite Member
iTrader: (2)
 
triple88a's Avatar
 
Join Date: Apr 2006
Location: Chicago, IL
Posts: 10,454
Total Cats: 1,799
Default

Profile, yes but doesn't appear to be doing anything, when i load a new log all the spaces are empty and i have to select them like i always do. When i go to profile and then the profile i created all i see is edit and remove.
triple88a is offline  
Old 02-25-2012, 12:41 PM
  #74  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

Dont got to edit or remove ... click on the profile ... and it will populate all your profile info you selected into every run. Or you can right click anywhere in the run box on the left and a context menu will appear showing Smoothing and Profiles. These will only be applied to that particular run.
bbarnhill is offline  
Old 02-25-2012, 12:51 PM
  #75  
Elite Member
iTrader: (2)
 
triple88a's Avatar
 
Join Date: Apr 2006
Location: Chicago, IL
Posts: 10,454
Total Cats: 1,799
Default

That is perfect, I knew I was missing something when you mentioned profiles, i didn't expect it to be clickable lol.
triple88a is offline  
Old 02-27-2012, 08:02 PM
  #76  
Elite Member
iTrader: (4)
 
hornetball's Avatar
 
Join Date: Mar 2008
Location: Granbury, TX
Posts: 6,301
Total Cats: 696
Default

Slight annoyance. 1990-93 Miata lists as a 1.8. It's a 1.6.

Looking for 1.1.8 with text output capability (or, even, 1.2 with text output and run averaging!!).
hornetball is offline  
Old 02-28-2012, 08:00 AM
  #77  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

Ive got to start working on that text output feature. I fixed the 1.8 -> 1.6 definition and Ive got to push a car definition update out as soon as I add a few more cars so Ill wait and push that update out with the rest.
bbarnhill is offline  
Old 03-04-2012, 10:02 AM
  #78  
Elite Member
iTrader: (4)
 
hornetball's Avatar
 
Join Date: Mar 2008
Location: Granbury, TX
Posts: 6,301
Total Cats: 696
Default

Hey Brad, look over here:

https://www.miataturbo.net/engine-performance-56/bmep-divided-map-why-its-important-60527/
hornetball is offline  
Old 03-04-2012, 10:29 AM
  #79  
Junior Member
 
bbarnhill's Avatar
 
Join Date: Jan 2012
Location: Kansas City, KS
Posts: 66
Total Cats: 3
Default

What is that an excel spreadsheet?
bbarnhill is offline  
Reply
Leave a poscat -1 Leave a negcat
Old 03-04-2012, 10:49 AM
  #80  
Elite Member
iTrader: (4)
 
hornetball's Avatar
 
Join Date: Mar 2008
Location: Granbury, TX
Posts: 6,301
Total Cats: 696
Default

Not sure what Jason used for graphing (probably Excel), but once text data output is available, all kinds of post-processing can be done.

What I really meant was that you should take a look at the concepts that Jason was presenting. Those kinds of things could easily be added into Virtual Dyno (you've already done the hard part -- deriving Torque -- all the other equation inputs are already present). A Virtual Dyno with run averaging, BMEP calculation and BMEP/MAP calculation would be one powerful tuning tool.

But, at the least, text data output!!
hornetball is offline  


Quick Reply: Virtual Dyno



All times are GMT -4. The time now is 08:36 PM.