Notices

Logging with no Laptop - RA logcfg files here

Old Apr 21, 2011, 03:49 PM
  #1  
EvoM Guru
Thread Starter
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
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.
Old Apr 21, 2011, 06:16 PM
  #2  
Evolved Member
iTrader: (7)
 
03chi-town0Z's Avatar
 
Join Date: Jan 2005
Location: Burbs, Chicago, IL
Posts: 3,227
Likes: 0
Received 6 Likes on 5 Posts
Bryan, I don't think there's anything you haven't done for us yet. This is great. Looking forward to trying it out.
Old Apr 21, 2011, 06:43 PM
  #3  
Evolving Member
iTrader: (2)
 
omegis's Avatar
 
Join Date: Jan 2011
Location: In the skies
Posts: 433
Likes: 0
Received 0 Likes on 0 Posts
F*** Ya! This is awesome. Thanks Brian!
Old Apr 23, 2011, 12:49 PM
  #4  
Evolved Member
iTrader: (2)
 
nunyas's Avatar
 
Join Date: Feb 2008
Location: Paris, TN
Posts: 1,904
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Apr 23, 2011, 12:52 PM
  #5  
EvoM Guru
Thread Starter
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
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
Old Apr 23, 2011, 01:07 PM
  #6  
EvoM Guru
Thread Starter
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
Ok added 2010 and 2009 USDM logcfg's above

Last edited by razorlab; Apr 23, 2011 at 01:11 PM.
Old Apr 23, 2011, 02:00 PM
  #7  
Evolved Member
iTrader: (2)
 
nunyas's Avatar
 
Join Date: Feb 2008
Location: Paris, TN
Posts: 1,904
Likes: 0
Received 0 Likes on 0 Posts
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
Old Apr 23, 2011, 05:06 PM
  #8  
Evolved Member
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
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
Old Apr 24, 2011, 11:56 AM
  #9  
EvoM Guru
Thread Starter
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
2010 EDM / AUS added
Old Apr 25, 2011, 03:44 PM
  #10  
Evolving Member
iTrader: (2)
 
omegis's Avatar
 
Join Date: Jan 2011
Location: In the skies
Posts: 433
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Apr 25, 2011, 03:58 PM
  #11  
EvoM Guru
Thread Starter
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
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.
Old Apr 25, 2011, 04:11 PM
  #12  
Evolving Member
iTrader: (2)
 
omegis's Avatar
 
Join Date: Jan 2011
Location: In the skies
Posts: 433
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Apr 25, 2011, 06:05 PM
  #13  
Evolved Member
 
richardjh's Avatar
 
Join Date: Oct 2010
Location: Australia
Posts: 2,447
Received 14 Likes on 13 Posts
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
Old May 10, 2011, 01:38 PM
  #14  
Evolved Member
iTrader: (2)
 
nunyas's Avatar
 
Join Date: Feb 2008
Location: Paris, TN
Posts: 1,904
Likes: 0
Received 0 Likes on 0 Posts
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.
Old May 10, 2011, 02:12 PM
  #15  
Evolved Member
iTrader: (2)
 
nunyas's Avatar
 
Join Date: Feb 2008
Location: Paris, TN
Posts: 1,904
Likes: 0
Received 0 Likes on 0 Posts
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?

Thread Tools
Search this Thread
Quick Reply: Logging with no Laptop - RA logcfg files here



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