Notices
ECU Flash

dataloglab question (help?)

Thread Tools
 
Search this Thread
 
Old Nov 10, 2008 | 12:46 AM
  #1  
draconx's Avatar
Thread Starter
Evolving Member
iTrader: (6)
 
Joined: Jul 2006
Posts: 303
Likes: 0
dataloglab question (help?)

hey guys i just downloaded dataloglab and set it all up with malibu jacks evoscan.97 DLL definition file. but it doesnt have some of the parameters that i want like boost and wgdc, 1byte load, etc. so my question is how would i add that in to that file so it will load up in DLL when i wanna look at it?

and i have noticed sometimes that the rpms are wrong.. like ill take my car up to 7k in a pull usually and when its loaded up in DLL at the bottom is slows that i went up to like 9.. anyone else have this problem? (and how do i fix it?)
Reply
Old Nov 10, 2008 | 06:53 AM
  #2  
Mr. Evo IX's Avatar
Evolved Member
iTrader: (5)
 
Joined: Nov 2005
Posts: 1,910
Likes: 1
From: Plano, TX
Originally Posted by draconx
hey guys i just downloaded dataloglab and set it all up with malibu jacks evoscan.97 DLL definition file. but it doesnt have some of the parameters that i want like boost and wgdc, 1byte load, etc. so my question is how would i add that in to that file so it will load up in DLL when i wanna look at it?

and i have noticed sometimes that the rpms are wrong.. like ill take my car up to 7k in a pull usually and when its loaded up in DLL at the bottom is slows that i went up to like 9.. anyone else have this problem? (and how do i fix it?)
You'll need to add these items to your definition file. You can find help with the DataItemID in the help file. These are pigeon hole's that are specifically for the type of data you want to graph and they are pre-defined. DLL has a pretty decent help file but the pigeon hole part confuses me somewhat. Also you may need to adjust the scaling and that is done in OPTIONS - Data Item Definitions. I've never experienced the RPM issue that your describing.

Here are the definition entries for MAP and WGDC. Remember these must match up with your EvoScan column names so yours may be different but this should give you the general idea.

[Column]
Name=JDMMAP
Description=BOOST
ColumnTitle=JDMMAP
DataItemID=37
Type=1
ColumnDecimalPlaces=1


[Column]
Name=WGDC
Description=Waste Gate Duty Cycle
ColumnTitle=WGDC
DataItemID=10
Type=1
ColumnDecimalPlaces=2
DisplayDecimalPlaces=2

I dont use 1byte but should be similar to 2byte

[Column]
Name=MUT 2Byte Load
Description=LoadMUT2Byte
ColumnTitle=LoadMUT2Byte
DataItemID=25
Type=1
ColumnDecimalPlaces=2
DisplayDecimalPlaces=2

Last edited by Mr. Evo IX; Nov 10, 2008 at 06:56 AM.
Reply
Old Nov 10, 2008 | 07:30 AM
  #3  
TouringBubble's Avatar
Evolved Member
iTrader: (2)
 
Joined: Jul 2006
Posts: 2,639
Likes: 3
From: Chelsea, AL
Yeah, the pre-defined ID's kind of suck. Drac, e-mail me adn I'd be happy to send my definition file over to you. It has everything you're looking for I think, you might just have to tweak the column names to match your EvoScan columns. matt at project tuning dot com.
Reply
Old Nov 10, 2008 | 02:28 PM
  #4  
chmodlf's Avatar
Evolved Member
iTrader: (19)
 
Joined: Oct 2004
Posts: 885
Likes: 0
From: CT
Does this help?

https://www.evolutionm.net/forums/sh...2&postcount=11
Reply
Old Nov 10, 2008 | 02:54 PM
  #5  
lapulapu's Avatar
Evolving Member
iTrader: (4)
 
Joined: Jan 2007
Posts: 117
Likes: 0
From: Socal - Corona
[Column]
Name=JDMMAP
Description=BOOST
ColumnTitle=JDMMAP <===== has to match the column from the evoscan?
DataItemID=37 <===== Is this the column number of JDMMAP from your evoscan log? Where'd you come up with this arbitrary number
Type=1
ColumnDecimalPlaces=1
Reply
Old Nov 10, 2008 | 03:47 PM
  #6  
draconx's Avatar
Thread Starter
Evolving Member
iTrader: (6)
 
Joined: Jul 2006
Posts: 303
Likes: 0
Originally Posted by lapulapu
[Column]
Name=JDMMAP
Description=BOOST
ColumnTitle=JDMMAP <===== has to match the column from the evoscan?
DataItemID=37 <===== Is this the column number of JDMMAP from your evoscan log? Where'd you come up with this arbitrary number
Type=1
ColumnDecimalPlaces=1

thats a good question. anyone??
Reply
Old Nov 10, 2008 | 04:06 PM
  #7  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
ColumnTitle has to match column that evoscan spits out

here are some of the custom defs I use in DLL:

Code:
[Column]
 Name=IDC
 Description=Injector Duty Cycle
 ColumnTitle=InjDutyCycle
 DataItemID=13
 Type=1
 ColumnDecimalPlaces=5
 DisplayDecimalPlaces=3

[Column]
 Name=AFR
 Description=AFR
 ColumnTitle=WideBandAF
 DataItemID=73
 Type=1
 ColumnDecimalPlaces=4
 DisplayDecimalPlaces=4
 DisplayColour=99
 DisplayLineWidth=3

[Column]
 Name=JDMMAP
 Description=Boost Loggin
 ColumnTitle=JDMMAP
 DataItemID=78
 Type=1
 ColumnDecimalPlaces=2
DisplayDecimalPlaces=2

[Column]
Name=2Byte Load
Description=LoadMUT2Byte
ColumnTitle=LoadMUT2Byte
DataItemID=25
Type=1
ColumnDecimalPlaces=2
DisplayDecimalPlaces=2

[Column]
 Name=AirFlow2byte
 Description=Air Flow
 ColumnTitle=AirFlow2Byte
 DataItemID=52
 Type=1
 ColumnDecimalPlaces=4
 DisplayDecimalPlaces=2

[Column]
 Name=WGDCCorr
 Description=WGDCCorr
 ColumnTitle=WGDCCorr
 DataItemID=53
 Type=1
 ColumnDecimalPlaces=4
 DisplayDecimalPlaces=2
 Offset=50

[Column]
 Name=LoadError
 Description=LoadError
 ColumnTitle=LoadError
 DataItemID=55
 Type=1
 ColumnDecimalPlaces=4
 DisplayDecimalPlaces=2
 Offset=50

[Column]
Name=g/Rev
 Description=Grams per Rev
 ColumnTitle=gRev
 DataItemID=57
 Type=1
 DisplayFactor=10
 Offset=0
 ColumnDecimalPlaces=4
 DisplayDecimalPlaces=2

[Column]
 Name=lb/min
 Description=Compressor lb per minute
 ColumnTitle=lbs/min
 DataItemID=58
 Type=1
 DisplayFactor=1
 ColumnDecimalPlaces=4
 DisplayDecimalPlaces=2
Reply
Old Nov 10, 2008 | 04:12 PM
  #8  
draconx's Avatar
Thread Starter
Evolving Member
iTrader: (6)
 
Joined: Jul 2006
Posts: 303
Likes: 0
Originally Posted by razorlab
ColumnTitle has to match column that evoscan spits out
[/CODE]

so what does DataItemID have to equal??
Reply
Old Nov 10, 2008 | 07:58 PM
  #9  
TouringBubble's Avatar
Evolved Member
iTrader: (2)
 
Joined: Jul 2006
Posts: 2,639
Likes: 3
From: Chelsea, AL
The DataItemID is just a value that DLL associates with the item. It is arbitrary to a point, but DLL has some ID's pre-defined as certain items used in it's calculations. This includes RPM, Boost, Time and some others. These preset ID's cannot be modified and must match your logs correctly or you won't be able to use some functions, such as the power graph feature. the rest of the IDs, the ones not preset for a certain item, can be used for anything you want to log and are arbitrary.

This is my definition file.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
AlwaysinBoost
ECU Flash
3
Sep 6, 2010 06:29 PM
oldevodude
ECU Flash
17
Aug 25, 2008 09:06 AM
Mellon Racing
General Engine Management / Tuning Forum
3
Dec 18, 2007 07:19 PM
dudical26
ECU Flash
28
Dec 27, 2006 11:32 AM
razorlab
ECU Flash
21
Dec 2, 2006 03:07 AM




All times are GMT -7. The time now is 05:05 AM.