Evo 2-byte load

General discussion about ecuEdit

Evo 2-byte load

Postby AutoXer » Sun Feb 18, 2007 12:41 am

http://www.evolutionm.net/forums/showth ... p?t=234060

Can you comment on how to do this? I know how to do it while viewing a saved log, but I'd like to be able to do it live.

I tried the xml that you posted, but like MalibuJack said, you have to poll the two bytes seperatly.
AutoXer
 
Posts: 8
Joined: Sun Oct 01, 2006 4:29 pm

Postby AutoXer » Mon Feb 19, 2007 2:23 am

Also, I can't get ecuEdit to read the 00 request ID. I made the change to the ROM to spit out the 1st and 2nd bytes of the load value. ecuEdit will read the 01 request but doesn't register anything for the 00 request. Note that evoscan does read the 00 request just fine, so my ROM edits were correct.
AutoXer
 
Posts: 8
Joined: Sun Oct 01, 2006 4:29 pm

Postby epifan » Mon Feb 19, 2007 4:46 pm

I never try to read parameters with offset="0" because I mark this parameters as calculated :wink:
Now I change program for support zeero address/offset. You can download changed executable file:
http://www.epifansoft.com/download/ecuEdit.exe

P.S. You can read Load as 2byte direct from one parameter:
<parameter id="Load" offset="#00" storagetype="uint16" reverse="True" decimals="0" expr="[value]/32" metric="%"/>
epifan
Site Admin
 
Posts: 744
Joined: Thu Jul 13, 2006 3:17 pm

Postby AutoXer » Wed Feb 21, 2007 12:12 pm

epifan wrote:P.S. You can read Load as 2byte direct from one parameter:
<parameter id="Load" offset="#00" storagetype="uint16" reverse="True" decimals="0" expr="[value]/32" metric="%"/>


Works great now. Thanks!

However, the expression should be: expr="[value]*10/32"
AutoXer
 
Posts: 8
Joined: Sun Oct 01, 2006 4:29 pm


Return to Discussion

Who is online

Users browsing this forum: No registered users and 0 guests

cron