OP Stand Alone Logging Help

OP Stand Alone Logging Help

Postby curt5446 » Wed Jan 19, 2011 6:08 pm

Hi All,

Just got my firmware updated and I am ready to log but am a bit confused by the instructions for the .txt used for the logging parameters. I have basic knowledge of php and a good working knowledge of html but this is above my head.

Would it be possible for someone to throw together a text file for the following parameters logging only when the rear defog button is pushed? I am going to log off the narrowband at the moment until I get my LC1.

My car is an 08 WRX USDM MT. ECU is AZ1E401A

A/F Correction(%)

A/F Learning(%)

A/F Sensor #1(AFR)

Engine Speed (RPM) [RR]

Engine Load (1 byte) (g/rev) [RR]

Fine Learning Knock Correction (degrees)

Feedback Knock Correction(degrees)

IAM

Ignition Total Timing

Injector Duty Cycle(%)

Manifold Relative Pressure(corrected)(PSI)

Mass Airflow (g/s)

Primary Wastegate Duty Cycle(%)

Throttle Opening Angle(%)

Vehicle Speed (mph)

Thanks in advance,

Curt
curt5446
 
Posts: 6
Joined: Sat Jan 15, 2011 8:49 am

Re: OP Stand Alone Logging Help

Postby curt5446 » Sat Jan 22, 2011 3:39 pm

Or maybe someone can help me get this one working. Tried my hand at it and it doesn't work......

Thanks!
Attachments
logcfg.txt
(5.3 KiB) Downloaded 989 times
curt5446
 
Posts: 6
Joined: Sat Jan 15, 2011 8:49 am

Re: OP Stand Alone Logging Help

Postby nil5 » Wed Jan 26, 2011 6:50 pm

Post your logcfg.out. That might help show your issue.
nil5
 
Posts: 1
Joined: Fri Sep 03, 2010 4:04 pm

Re: OP Stand Alone Logging Help

Postby curt5446 » Thu Jan 27, 2011 3:11 am

Post your logcfg.out. That might help show your issue.


Thanks nil5.

It's attached to my previous post.

If anyone with an 08 WRX MT AZ1E401A would like a WORKING logcfg.txt see below.

I calculate boost in Excel after the fact subtracting Atmospheric Pressure from Manifold Absolute Pressure.

Code: Select all
type=ssmk


paramname = A/F_Correction_#1
paramid = 0x000009
databits = 8
scalingrpn = x,128,-,100,*,128,/


paramname = A/F_Learning_#1
paramid = 0x00000A
databits = 8
scalingrpn = x,128,-,100,*,128,/


paramname = A/F_Sensor_#1
paramid = 0x000046
databits = 8
scalingrpn = x,128,/,14.7,*


paramname = IAM
paramid = 0x0000F9
databits = 8
scalingrpn = x,16,/


paramname = Manifold_Absolute_Pressure
paramid = 0x00000D
databits = 8
scalingrpn = x,37,*,255,/


paramname = Atmospheric_Pressure
paramid = 0x000023
databits = 8
scalingrpn = x,37,*,255,/


paramname = Engine_Speed
paramid = 0x00000E
databits = 16
scalingrpn = x,4,/


paramname = Vehicle_Speed
paramid = 0x000010
databits = 8
scalingrpn = x,0.621371192,*


paramname = Throttle_Opening_Angle
paramid = 0x000015
databits = 8
scalingrpn = x,100,*,255,/


paramname = Mass_Airflow
paramid = 0x000013
databits = 16
scalingrpn = x,100,/


paramname = Primary_Wastegate_Duty_Cycle
paramid = 0x000030
databits = 8
scalingrpn = x,100,*,255,/


paramname = Ignition_Total_Timing
paramid = 0x000011
databits = 8
scalingrpn = x,128,-,2,/


paramname = Intake_Air_Temperature
paramid = 0x000012
databits = 8
scalingrpn = 32,9,x,40,-,*,5,/,+


paramname = Fine_Learning_Knock_Correction
paramid = 0x000199
databits = 8
scalingrpn = x,0.25,*,32,-


paramname = Feedback_Knock_Correction_(1-byte)**
paramid = 0xFF69F8
databits = 8
scalingrpn = x,.3515625,*,45,-


paramname = Engine_Load_(1-byte)**
paramid = 0xFF69EE
databits = 8
scalingrpn = x,.015625,*


paramname = defogger_sw
paramid = 0x64
databits = 1
offsetbits = 5
isvisible = 0


conditionrpn = defogger_sw,1,==
action = start


conditionrpn = defogger_sw,0,==
action = stop
curt5446
 
Posts: 6
Joined: Sat Jan 15, 2011 8:49 am

Re: OP Stand Alone Logging Help

Postby Type2 » Tue Jan 31, 2012 9:29 am

When you get your wideband, and if you are able to get it to log please let me know how you did it.

To give back to the community and maybe develop some good Karma so people will help me out:
1. If you want an EASY way to do stand alone logging, download this application (thanks to user "freakin" of openecu.org):
viewtopic.php?f=57&t=4396
- This program will build you a logcfg.txt file with with pretty much all the parameters you need to log
- More info here: http://romraider.com/forum/viewtopic.php?f=32&t=5581

2. To download EcuFlash 1.43.3252 (newest BETA, NOT on the Tactrix website) go here:
http://www.evoscan.com/free-ecu-rom-downloads
- This allows stand alone logging on the Tactrix OpenPort 2.0

3. To help me out getting my LC-1 to log, go here:
viewtopic.php?f=57&t=4893
User avatar
Type2
 
Posts: 7
Joined: Sun Dec 04, 2011 9:43 am

Re: OP Stand Alone Logging Help

Postby lordeldor » Tue Feb 07, 2012 8:02 pm

Type2 wrote:When you get your wideband, and if you are able to get it to log please let me know how you did it.

To give back to the community and maybe develop some good Karma so people will help me out:
1. If you want an EASY way to do stand alone logging, download this application (thanks to user "freakin" of openecu.org):
viewtopic.php?f=57&t=4396
- This program will build you a logcfg.txt file with with pretty much all the parameters you need to log
- More info here: http://romraider.com/forum/viewtopic.php?f=32&t=5581

2. To download EcuFlash 1.43.3252 (newest BETA, NOT on the Tactrix website) go here:
http://www.evoscan.com/free-ecu-rom-downloads
- This allows stand alone logging on the Tactrix OpenPort 2.0

3. To help me out getting my LC-1 to log, go here:
viewtopic.php?f=57&t=4893


Ok I had to futz with getting my lc-1 to log via sd. First off it looks like you already have the right ecuflash for the job. Please make sure you have run "Help --> Licensing" If you have not done this before your openport 2 will be reflashed.


After you have flashed your openport. you can add something like this to the bottom of your config:
type=inno
paramname = Lc1_Afr
paramid = 0x0101 ; get lambda from first LC-1
scalingrpn = x,14.7,* ; scale to an AFR
lordeldor
 
Posts: 2
Joined: Tue Dec 06, 2011 5:15 pm


Return to Openport Stand-Alone Logging Beta

Who is online

Users browsing this forum: No registered users and 4 guests

cron