Welcome to DSMtuners - The Talon, Laser, and Eclipse performance enthusiast resource
























Login


 Featured 
 Products 
 >>>>>> 
Go Back   DSMtuners > DSM Forums > 4G63 DSM Tech > Tuning & Engine Management

Tuning & Engine Management EPROMS, ECU, MAF, knock, EGT, wideband, datalogging, fuel trims, etc. Read this Forum's Strict Guidelines.

Reply
 
 
LinkBack Thread Tools
Old 08-12-2007, 02:50 AM   #1 (permalink)
Proven Member
 
calan's Avatar
 
From: OKC, Oklahoma
Region: Midwest
Registered: Jan 2007
Posts: 801
Classifieds Rating: (0)
Reputation: calan is pretty helpful and trustworthy
Question mmcd/PocketLogger accuracy... strange

I was playing around and just for giggles decided to switch from mmcd to PL while running some high temps the other night. MMCd was showing from around 216* to 223*, and PL was showing about 10 degrees cooler on average.

Any idea why they would be different, and which one is more accurate?

And if the coolant temps are this inaccurate with one of them, what else is out in left field?


____________________________
Craig
Offline  

[posts] [blogs] Reply With Quote
Related Auctions

Sponsored Links
Old 08-12-2007, 03:03 AM   #2 (permalink)
DSM Wiseman
 
steve's Avatar
 
From: St. Charles, Illinois
Region: Midwest
Registered: Feb 2002
Posts: 7,578
Classifieds Rating: (14)
Reputation: You can trust this leader of the site
Which version of MMCd?
Offline  

[webpage] [posts] [gallery] Reply With Quote
Old 08-12-2007, 09:42 PM   #3 (permalink)
Proven Member
 
calan's Avatar
 
From: OKC, Oklahoma
Region: Midwest
Registered: Jan 2007
Posts: 801
Classifieds Rating: (0)
Reputation: calan is pretty helpful and trustworthy
Hey Steve... 1.8g I believe. The latest I've found.


____________________________
Craig
Offline  

[posts] [blogs] Reply With Quote
Old 08-13-2007, 12:54 AM   #4 (permalink)
DSM Wiseman
 
steve's Avatar
 
From: St. Charles, Illinois
Region: Midwest
Registered: Feb 2002
Posts: 7,578
Classifieds Rating: (14)
Reputation: You can trust this leader of the site
I remembered that there was a change to the coolant interpolation tables but after checking I see that it was way back in 1.3b. MMCd should be producing the same values as DSMLink. Pocketlogger might produce the numbers as from the original TMO logger.
Unless you have a MUT or measure the actual coolant temp it will be hard to say who's correct.
Offline  

[webpage] [posts] [gallery] Reply With Quote
Old 08-13-2007, 06:24 PM   #5 (permalink)
Proven Member
 
calan's Avatar
 
From: OKC, Oklahoma
Region: Midwest
Registered: Jan 2007
Posts: 801
Classifieds Rating: (0)
Reputation: calan is pretty helpful and trustworthy
Well... bummer... not sure which to believe.

Must be a problem with one of the transfer functions I guess?


____________________________
Craig
Offline  

[posts] [blogs] Reply With Quote
Old 08-14-2007, 01:14 AM   #6 (permalink)
Proven Member
 
From: Riverside, California
Region: SoCal
Registered: Jun 2004
Posts: 1,170
Classifieds Rating: (0)
Reputation: hakcenter is extremely helpful and trustworthyhakcenter is extremely helpful and trustworthyhakcenter is extremely helpful and trustworthy
Code:
// Coolant temperature, degrees C
// interp - 80
static UInt8 s_coolant[17] = {
        0xEE, 0xBE, 0xA0, 0x90, 0x84, 0x7B, 0x73, 0x6C,
        0x65, 0x5F, 0x58, 0x51, 0x49, 0x40, 0x33, 0x15,
        0x15
    };
static void s_CoolantFetch(LoggerIndex idx, UInt8 byte, UInt8* nVal, UInt16* aVal, Char* text)
{

    UInt16 index = byte >> 4;
    UInt16 frac  = byte & 0xf;

    Int32 degC = (Int32)s_coolant[index]
                 + (Int32)frac * (Int32)(s_coolant[index+1] - s_coolant[index]) /16
                 - 80;

    Int16 degF = (Int16)((9 * degC / 5) + 32);

    if (nVal)
        *nVal = (UInt8)degF;
    if (aVal)
        *aVal = degF;
    if (text)
        StrPrintF(text, "%d %s", degF, loggerIndexUnits[idx]);
}
Theres the lookup code from pocketdyno, which matches mmcd output. My vote is on mmcd being more accurate.


____________________________
dsmap project leader
Online  

[webpage] [posts] Reply With Quote
Reply






Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


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

Page generated in 0.12228703 seconds (73.48% PHP - 26.52% MySQL) with 9 queries
DSM Forums | Pontiac Solstice/Saturn Sky Forums | Evolution Forums | WRX Forums

© 2001-2008 SPEEDtuners Network, LLC All Rights Reserved

LinkBacks Enabled by vBSEO 3.1.0