Notices

Logging with no Laptop - RA logcfg files here

Thread Tools
 
Search this Thread
 
Old Apr 21, 2011 | 03:49 PM
  #1  
RazorLab's Avatar
Thread Starter
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
Logging with no Laptop - RA logcfg files here

Nothing to see here. This forum is trash now.

Last edited by razorlab; Sep 14, 2019 at 07:17 AM.
Reply
Old Apr 21, 2011 | 06:16 PM
  #2  
03chi-town0Z's Avatar
Evolved Member
iTrader: (7)
 
Joined: Jan 2005
Posts: 3,227
Likes: 6
From: Burbs, Chicago, IL
Bryan, I don't think there's anything you haven't done for us yet. This is great. Looking forward to trying it out.
Reply
Old Apr 21, 2011 | 06:43 PM
  #3  
omegis's Avatar
Evolving Member
iTrader: (2)
 
Joined: Jan 2011
Posts: 433
Likes: 0
From: In the skies
F*** Ya! This is awesome. Thanks Brian!
Reply
Old Apr 23, 2011 | 12:49 PM
  #4  
nunyas's Avatar
Evolved Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 1,905
Likes: 1
From: Paris, TN
thanks for the links and info Razor. I ~think~ I've got a logcfg.txt put together for my 2010 USDM RA, but i'm stuck trying to figure out the addresses i need to use for the triggers (want to use cruise on/off method for logging), and my GoogleFu isn't turning up anything really useful on how to find addresses or convert my hex to ECUFlash definition file to help figure out what's what.
Reply
Old Apr 23, 2011 | 12:52 PM
  #5  
RazorLab's Avatar
Thread Starter
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
Originally Posted by nunyas
thanks for the links and info Razor. I ~think~ I've got a logcfg.txt put together for my 2010 USDM RA, but i'm stuck trying to figure out the addresses i need to use for the triggers (want to use cruise on/off method for logging), and my GoogleFu isn't turning up anything really useful on how to find addresses or convert my hex to ECUFlash definition file to help figure out what's what.
I have all that. I will post this weekend sometime
Reply
Old Apr 23, 2011 | 01:07 PM
  #6  
RazorLab's Avatar
Thread Starter
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
Ok added 2010 and 2009 USDM logcfg's above

Last edited by razorlab; Apr 23, 2011 at 01:11 PM.
Reply
Old Apr 23, 2011 | 02:00 PM
  #7  
nunyas's Avatar
Evolved Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 1,905
Likes: 1
From: Paris, TN
ah excellent! thanks again; looks like the cruise light address is the same between the 2011 and 2010 USDM RAs

this should make data logging a bit less cumbersome
Reply
Old Apr 23, 2011 | 05:06 PM
  #8  
richardjh's Avatar
Evolved Member
 
Joined: Oct 2010
Posts: 2,447
Likes: 14
From: Australia
Hi Bryan.

Hopefully, the following information is in line with your thread's basic intent. If it's too tangential, let me know, and I'll shorten it to a one-line link to a thread somewhere else!

-------------------------

As well as "type=inno" and "type=ascii" modes, the Tactrix standalone logger is capable of supporting a built-in ADC circuit ("type=adc"). This is an analogue 0-5V reading from Pin 8 (unused, apparently).

A raw millivolt log is done like this:

Code:
;----------------adc----------------
type=adc                     ; log from built-in ADC channels
paramname=millivolts
paramid=8                    ; paramid is pin number on OBD connector.
                             ; Valid pins are 8 and 16.
                             ; values are pre-scaled to millivolts.
scalingrpn=x
The ADC reading I get skips around a bit - it jitters by plus or minus 0.05V. But it's good enough.


I use this ADC method to log my Innovate LC-1, because the Taxtrix unit's implementation of LC-1 digital link is currently broken. My wideband's 0V-5V analogue output is mapped to 10.0:1 - 15.0:1 range, so the standalone ADC logging is configured as follows:

Code:
;----------------adc----------------
type=adc                     ; log from built-in ADC channels
paramname=WideBandAF
paramid=8                    ; paramid is pin number on OBD connector.
                             ; Valid pins are 8 and 16.
                             ; values are pre-scaled to millivolts.
scalingrpn=x,0.001,*,10.05,+ ; Here we scale from millivolts to AFR.
                             ;
                             ; The LC-1 is configured to output:
                             ; 0V = 10:1
                             ; 5V = 15:1
                             ; 
                             ; Includes a 0.05V "fudge factor", as my OP2.0
                             ; ADC reading is ever so slightly low.

Rich
Reply
Old Apr 24, 2011 | 11:56 AM
  #9  
RazorLab's Avatar
Thread Starter
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
2010 EDM / AUS added
Reply
Old Apr 25, 2011 | 03:44 PM
  #10  
omegis's Avatar
Evolving Member
iTrader: (2)
 
Joined: Jan 2011
Posts: 433
Likes: 0
From: In the skies
Credit goes to richardjh for the following code from his "tweaking and tuning" thread.

Add these parameters at the beginning of the logcfg.txt file. You will have to change the header of the output log file from "time" to "LogEntrySeconds" but this makes the output file EcuEdit AND EvoScan friendly.

*Note - the logcfg.txt files provided by Razorlab will open in EcuEdit in their original format*
Code:
;-------------parameters-------------

;               
paramname=LogEntryDate  ; Dummy entry - Designed to produce an EvoScan style format
paramid=0x808a4b        ; that can be loaded into "Log and Power Graph" without (much)
scalingrpn=0            ; reformatting.
sampgroup = 1           ; Use a sample group to avoid impacting logging performance.

paramname=LogEntryTime  ; Dummy entry
paramid=0x808a4b
scalingrpn=0
sampgroup = 1

paramname=LogNotes      ; Dummy entry
paramid=0x808a4b
scalingrpn=0
sampgroup = 1

Last edited by omegis; Apr 25, 2011 at 04:12 PM.
Reply
Old Apr 25, 2011 | 03:58 PM
  #11  
RazorLab's Avatar
Thread Starter
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,093
From: Mid-Hudson, NY
Originally Posted by omegis
Credit goes to richardjh for the following code from his "tweaking and tuning" thread.

Add these parameters at the beginning of the logcfg.txt file. You will have to change the header of the output log file from "time" to "LogEntrySeconds" but this makes the output file EvoScan and EcuEdit friendly.
My logs open up in EcuEdit fine without that, just FYI.
Reply
Old Apr 25, 2011 | 04:11 PM
  #12  
omegis's Avatar
Evolving Member
iTrader: (2)
 
Joined: Jan 2011
Posts: 433
Likes: 0
From: In the skies
Originally Posted by razorlab
My logs open up in EcuEdit fine without that, just FYI.
I know. I should've added that disclaimer. I've opened it in EcuEdit too w/o the parameters but was trying to avoid sounding "wordy". The parameters I provided are meant to assist in viewing logs with EvoScan. If anything, they won't hinder the ability to view logs within EcuEdit.

Last edited by omegis; Apr 25, 2011 at 04:14 PM.
Reply
Old Apr 25, 2011 | 06:05 PM
  #13  
richardjh's Avatar
Evolved Member
 
Joined: Oct 2010
Posts: 2,447
Likes: 14
From: Australia
There also seems to be a buglet in EvoScan's graphing that wants a dummy entry like "Custom" at the end of the log. It's like EvoScan can't graph the final data column - my version, anyway. If you get this, tweak some more!

Remember to use sample groups to avoid slowing things down with all the dummy entries.

Rich
Reply
Old May 10, 2011 | 01:38 PM
  #14  
nunyas's Avatar
Evolved Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 1,905
Likes: 1
From: Paris, TN
Code:
paramname=WGDC_Active			
paramid=0x808b6d
scalingrpn=x,2,/
sampgroup=1
this caught me by surprise, and had me puzzling over my data logs for a while... with the "sampgroup=1" line in the WGDC_Active section it seems to record WDGC changes only once every 3ms. I ended up scratching my head and almost thought the ECU was only making corrections every 3ms even though I had the correction interval set to "1".

Then I remembered something about setting sampgroup= values to slow up sampling of data from sensors that don't read quickly changing data (e.g. Baro, and temp sensors). Once I remembered that, and commented out the sampgroup= line from my logcfg.txt file I found my log files appeared to log better/more accurate WGDC information.

***EDIT: Thought I'd add this information for people that are trying to fine tune their WGDC tables using data logged with this method...

Last edited by nunyas; May 10, 2011 at 01:59 PM.
Reply
Old May 10, 2011 | 02:12 PM
  #15  
nunyas's Avatar
Evolved Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 1,905
Likes: 1
From: Paris, TN
Bryan (or anyone that knows for that matter),

I decided that I want to start logging my SST temps using this method of logging. The following is what I put in my logcfg.tct file:
Code:
paramname=SSTTemp
paramid=CAN28-0
scalingrpn=x,1.8,*,40,-
sampgroup=1
This doesn't seem quite right. My test log only logged values of "419". I did some reverse calculations and came up with a value of 255. If I were to use the EvoScan calculation (x-50) for this (from the "2009+ Ralliart Evoscan addresses / info" thread), my log entries would be 205.

My test log was only about a minute long at idle w/ 1 throttle blip, but it was long enough to register changes in AIT, MAT, and ECT, but like I said the SST Temp didn't change during this time.

Does that information look correct for the logcfg.txt file? Or is the stand alone logger not capable of logging this particular address?
Reply



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