Page 6 of 8

Re: Openport standalone Config tool Beta

PostPosted: Thu Nov 26, 2009 8:57 am
by freakin
can i have a copy of your romraider settings file from the path in the screen shot.

Re: Openport standalone Config tool Beta

PostPosted: Thu Nov 26, 2009 11:28 am
by csdahlberg
I'm not sure what the problem was, but I reinstalled RomRaider and configured it again and it now works. I don't use RomRaider for modifying ROMs, only for logging. Perhaps the ecu definitions it was pointing to was corrupt or had been moved?

Thanks for making this app. It saves a good amount of time. :)

Re: Openport standalone Config tool Beta

PostPosted: Thu Nov 26, 2009 12:07 pm
by freakin
glad you got it working and i hope you enjoy :)

Re: Openport standalone Config tool Beta

PostPosted: Sun Nov 29, 2009 1:30 pm
by mohammadov
got this error:
fatal error
logcfg Mainform Form_Load ERROR91(10420) Object variable or with block variable not set

i am a programmer :) seems there is something wrong in creating an object?

looking for answer,thanx a lot.

Re: Openport standalone Config tool Beta

PostPosted: Sun Nov 29, 2009 2:06 pm
by freakin
can you post a screen shot and romraider config file?

Previous poster fixed by reinstalling RR.

It tries to open the log file specified in the rr config file on this line of code.

Re: Openport standalone Config tool Beta

PostPosted: Sun Nov 29, 2009 3:02 pm
by mohammadov
freakin wrote:can you post a screen shot and romraider config file?

Previous poster fixed by reinstalling RR.

It tries to open the log file specified in the rr config file on this line of code.


Thanx,
heres a screen shot of the error :
http://img205.imageshack.us/i/errorva.jpg/

and heres a screen shot of the settings.xml :
http://img209.imageshack.us/i/settingsy.jpg/


I uninstalled and reinstalled RomRaider and assign the Logger definition but same issue..

PS: i didnt assign the Romraider ecu definitions ..(is this the reason??)

Re: Openport standalone Config tool Beta

PostPosted: Mon Nov 30, 2009 3:31 am
by pavlik1
Hello Freakin,

Thanks for the soft, so far all my attempts to log are unsuccessful, I am getting to long parameter error. also scalingrpn = x,100,*,255,/
: name[scalingrpn,0] value[x,100,*,255,/,0,0.000000]
unrecognized option [scalingrpn] at line 5

could you please post some simple working file.

Thank you

Re: Openport standalone Config tool Beta

PostPosted: Mon Nov 30, 2009 2:18 pm
by freakin
mohammadov, dont have much time tonight can you try setting the ecu defs, also actually attach the config file so i can debug in my test environment and i need the bottom of the screen shot of the app.

mohammadov wrote:
freakin wrote:can you post a screen shot and romraider config file?

Previous poster fixed by reinstalling RR.

It tries to open the log file specified in the rr config file on this line of code.


Thanx,
heres a screen shot of the error :
http://img205.imageshack.us/i/errorva.jpg/

and heres a screen shot of the settings.xml :
http://img209.imageshack.us/i/settingsy.jpg/


I uninstalled and reinstalled RomRaider and assign the Logger definition but same issue..

PS: i didnt assign the Romraider ecu definitions ..(is this the reason??)

Re: Openport standalone Config tool Beta

PostPosted: Mon Nov 30, 2009 2:18 pm
by freakin
pavlik, can you attach the logcfg.txt you are using so i can diagnose.

pavlik1 wrote:Hello Freakin,

Thanks for the soft, so far all my attempts to log are unsuccessful, I am getting to long parameter error. also scalingrpn = x,100,*,255,/
: name[scalingrpn,0] value[x,100,*,255,/,0,0.000000]
unrecognized option [scalingrpn] at line 5

could you please post some simple working file.

Thank you

Re: Openport standalone Config tool Beta

PostPosted: Tue Dec 01, 2009 3:20 am
by pavlik1
with pleasure, tested yesterday, there is nothing generated in the microSD

type=ssmk

paramname = Engine_Load_(Relative)(%)
paramid = 0x000007
databits = 8
scalingrpn = x,100,*,255,/

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

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

paramname = Vehicle_Speed(kph)
paramid = 0x000010
databits = 8
scalingrpn = x

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

paramname = Intake_Air_Temperature(C)
paramid = 0x000012
databits = 8
scalingrpn = x,40,-

paramname = Mass_Airflow(g/s)
paramid = 0x000013
databits = 16
scalingrpn = x,100,/

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

paramname = Front_O2_Sensor_#1(V)
paramid = 0x000016
databits = 16
scalingrpn = x,200,/

paramname = Fuel_Injector_#1_Pulse_Width(ms)
paramid = 0x000020
databits = 8
scalingrpn = x,256,*,1000,/

paramname = Knock_Correction_Advance(degrees)
paramid = 0x000022
databits = 8
scalingrpn = x,128,-,2,/

paramname = Manifold_Relative_Pressure(bar)
paramid = 0x000024
databits = 8
scalingrpn = x,128,-,37,*,255,/,14.50377,/

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

paramname = Gear_Position(gear)
paramid = 0x00004A
databits = 8
scalingrpn = x,1,+

paramname = Exhaust_Gas_Temperature(C)
paramid = 0x000106
databits = 8
scalingrpn = x,40,+,5,*


conditionrpn = Engine_Speed(rpm),2000,>
action = start

conditionrpn = Engine_Speed(rpm),0,==
action = stop

******************************
I also give a try with:
conditionrpn = defogger_sw,1,==
action = start

conditionrpn = defogger_sw,0,==
action = stop

conditionrpn = RPM,1,>
action = start

conditionrpn = RPM,0,==
action = stop

;conditionrpn = RPM,1,==
;Action = start

;conditionrpn = RPM,0,==
;action = stop

but no success.

The file structure on the SD is:
Directory of F:\

23/11/2009 09:32 135,168 logcfg.exe
08/09/1989 12:11 200 logcfg.out
23/11/2009 09:31 3,161 example LogCfg.txt
30/11/2009 12:19 1,528 LogCfg defog.txt
29/11/2009 00:13 1,855 LogCfg old.txt
30/11/2009 14:42 1,642 LogCfg.txt
01/12/2009 12:18 0 file.txt
7 File(s) 143,554 bytes
0 Dir(s) 1,974,894,592 bytes free

logcfg.out
01: type=ssmk
: name[type,8] value[ssmk,0,0.000000]
02: paramname = Engine_Load_(Relative)(%)
: name[paramname,16] value[Engine_Load_(Relative)(%),0,0.000000]
log parameter name too long at line 2

Re: Openport standalone Config tool Beta

PostPosted: Tue Dec 01, 2009 8:41 am
by freakin
Code: Select all
: name[paramname,16] value[Engine_Load_(Relative)(%),0,0.000000]
log parameter name too long at line 2



The issue is explained here. I have been trying to find out the maximum length. Can you drop one char at a time for me from the name in the logcfg.txt then restest. After it moves onto the next name let me know how long the name was and i can put a limit into the application.

Re: Openport standalone Config tool Beta

PostPosted: Tue Dec 01, 2009 10:47 pm
by mohammadov
he is not defining the defogger to use it too,u must define it before using that condition.

Re: Openport standalone Config tool Beta

PostPosted: Wed Dec 02, 2009 12:04 am
by pavlik1
mohammadov wrote:he is not defining the defogger to use it too,u must define it before using that condition.

deffoger was configured like:

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

it is just from another file which I didn't post complete (toooo long)

Please note all files was generated from logcfg.exe selecting different logging options.

Re: Openport standalone Config tool Beta

PostPosted: Wed Dec 02, 2009 3:14 pm
by freakin
pavlik1, have you had a chance to test this yet ?

freakin wrote:
Code: Select all
: name[paramname,16] value[Engine_Load_(Relative)(%),0,0.000000]
log parameter name too long at line 2



The issue is explained here. I have been trying to find out the maximum length. Can you drop one char at a time for me from the name in the logcfg.txt then restest. After it moves onto the next name let me know how long the name was and i can put a limit into the application.

Re: Openport standalone Config tool Beta

PostPosted: Thu Dec 03, 2009 4:59 am
by pavlik1
not yet, I was logging via vagcom and had big boost and WG oscillation at 50% throttle. WOT seems OK. Let me mod my rom and I give a try in few days.
I let you know about the length.