Notices
ECU Flash

new live map app

Thread Tools
 
Search this Thread
 
Old Jul 27, 2012 | 06:04 AM
  #541  
Raptord's Avatar
Evolved Member
iTrader: (10)
 
Joined: Mar 2009
Posts: 3,525
Likes: 19
From: Gatineau, Quebec, Canada
Originally Posted by dingus
Raptord,
Were you able to get the live map 88592715 map to run before your car went down? I wasnt able to get the car to run when alt maps were enabled; it would crank sputter and die. I am wondering if I missed something. I verified that the alt maps were working without DMA patched and I also made sure to initialize ram once I flashed the car...was there any setup in EcuFlash that I may have missed?
Dingus,
Yep 88592715 was working on my car, I was regularly using livemap to tune it.
Old Jul 27, 2012 | 10:01 AM
  #542  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
Originally Posted by Raptord
Dingus,
Yep 88592715 was working on my car, I was regularly using livemap to tune it.
Humm....I guess I need to work on that some more this weekend. Maybe I have the XMLs dicked up or something. Are you using the ELM patched ROM or donnor's?
Old Jul 27, 2012 | 10:55 AM
  #543  
Raptord's Avatar
Evolved Member
iTrader: (10)
 
Joined: Mar 2009
Posts: 3,525
Likes: 19
From: Gatineau, Quebec, Canada
Originally Posted by dingus
Humm....I guess I need to work on that some more this weekend. Maybe I have the XMLs dicked up or something. Are you using the ELM patched ROM or donnor's?
Patched by ELM.
Old Jul 27, 2012 | 11:25 AM
  #544  
acidtonic's Avatar
Evolved Member
iTrader: (1)
 
Joined: Jun 2009
Posts: 746
Likes: 1
From: Detroit
Originally Posted by dingus
Ohhh....nope. But I feel your pain. I have spend my last couple days trying to learn QT so I can ditch .NET CLI...
Learn GTK instead and thank me later

Ziad, what's wrong with sharepoint?
Old Jul 27, 2012 | 02:59 PM
  #545  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
Learn GTK instead and thank me later
I havn't looked into that...I will have to check it out. The reason I was looking into QT was I have some prebuilt native library files a vendor supplied with corresponding header files...which I have to use to talk with their system; Running them in an unmanaged thread screwed me all the time in CLI/C++...and would randomly decide to eat all system resources and lock up windows. I am not a trained programmer (EE) but have to write tools to do my job so I manage...I am not really sure if these VS compiled libraries will work outside of the VS compiler...I am sure that I could import the DLLs but they compiled them with screwed up calling convention also so who know if I am smart enough to figure that out.

OKAY! I am an idiot or the DMA ROM I was trying to use originally was hosed! I reverted to my last non-DMA ROM...fixed all the maps which had changed and used ELM to patch it again...AND EVERYTHING WORKS! Woohoo!


Ziad,
I am going to email you the new known-working DMA ROM I just flashed to the car and, when you have time, can you patch in the MIVEC stuff again?


EDIT: I posted here (https://www.evolutionm.net/forums/ec...s-usdm-ix.html) about the ICS light output on a USDM IX but no hits....Anyone know anything about this? Id like to have an indication that the alt-maps are enabled since I am using TPS right now...

Last edited by dingus; Jul 27, 2012 at 03:13 PM.
Old Jul 28, 2012 | 09:22 AM
  #546  
acidtonic's Avatar
Evolved Member
iTrader: (1)
 
Joined: Jun 2009
Posts: 746
Likes: 1
From: Detroit
Originally Posted by dingus
I havn't looked into that...I will have to check it out. The reason I was looking into QT was I have some prebuilt native library files a vendor supplied with corresponding header files...which I have to use to talk with their system; Running them in an unmanaged thread screwed me all the time in CLI/C++...and would randomly decide to eat all system resources and lock up windows. I am not a trained programmer (EE) but have to write tools to do my job so I manage...I am not really sure if these VS compiled libraries will work outside of the VS compiler...I am sure that I could import the DLLs but they compiled them with screwed up calling convention also so who know if I am smart enough to figure that out.
You can always use GTK# if you want to use GTK+ with .Net. A nice bonus is the app will run on Linux through Mono without recompiling if your other libraries are compatible.

Sounds like your issue with crashing is more of an issue with memory allocation and failing to free resources. Every malloc deallocated, every object on the heap created with new deleted, etc. Sometimes if it's the main thread with a WinMain/WndProc, you simply need to make sure to always keep the message loop pumped using PeekMessage,TranslateMessage,DispatchMessage and friends or the app will hang. Make sure to consume all messages each iteration instead of one per iteration which is a common mistake that doesn't rear until the app is more busy.

But I'm venturing off topic. I've used both QT and GTK from Python,C++,Java and I'm fairly certain GTK is my #1 choice after maintaining code from both. PM me if you want any pointers. At some point I might add some features for Ziad as well once I free up some spare time. I'm eyeballing additional wideband support since that's an easy one. Anyways good luck!
Old Jul 28, 2012 | 06:18 PM
  #547  
dingus's Avatar
Newbie
iTrader: (3)
 
Joined: Jul 2010
Posts: 78
Likes: 1
From: Arkansas
Ziad,
I had a couple of suggestions about ELM.

  • Can you backup the ecudef folder on an upgrade? It just takes quite a bit of time to resetup...I may have upgrade incorrectly last time and lost my logging setup.
  • Can you add an option to only datalog when TPS is above a certain value, just like the graphing? This is something that my buddy always used in his Integra with Uberdata which I thing is useful. Then I can drive to work and do some pulls without starting and stopping the logger and have small datalog files...
Anyway...maybe I am the only one with these ideas. Just an idea.
Old Jul 29, 2012 | 08:42 PM
  #548  
211Ratsbud's Avatar
EvoM Guru
iTrader: (1)
 
Joined: Oct 2010
Posts: 4,280
Likes: 41
From: Watertown, NY
just downloaded ELM, going to try and use sd2.0 88586714, a donner patched sd 2.0 rom. This stuff is way over my head even after reading threads but im gonna work it out.

i have the 885867 rom but i need to have a xml for ELM for it. research!

fail doesnt work with op2.0

Last edited by 211Ratsbud; Jul 29, 2012 at 08:46 PM.
Old Jul 30, 2012 | 01:46 AM
  #549  
ziad's Avatar
Thread Starter
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
Yep bloody op2 ishard. Too many current bugs to fix
Old Jul 30, 2012 | 01:48 AM
  #550  
ziad's Avatar
Thread Starter
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
Iwonder if I could do serial obd support..that might b cheper option
Old Jul 30, 2012 | 01:52 AM
  #551  
ziad's Avatar
Thread Starter
Evolved Member
iTrader: (1)
 
Joined: Apr 2007
Posts: 529
Likes: 1
From: Melbourne
Dingus. The installer will ask before overwriting. And when mjor XML changes hppen I do a backup.

Not in the log file. But graphing can be toggled via GPS. Anyone got tips on how they like graphing to show up
Old Jul 30, 2012 | 12:13 PM
  #552  
And's Avatar
And
Evolving Member
 
Joined: Dec 2005
Posts: 416
Likes: 0
From: Bristol, England
Originally Posted by XR6T
And,

I had the same problem, when i checked the SD box it would crash. Check in "Settings"--->"Requests" and select VE%). It is simply a calculation of the Load%) divided by the MAPkpa) so make sure the "MUT RAM ID" and the "Ram Address" are the same as those listed for Load%). Leave "MUT ID" blank and then check that the evaluation formula is correct, l had to change mine, it is (100*1.2*x)/("your MAP function") with &h07 substituted for the x in the function. you can easily get the correct one by selecting the MAPkpa) and copying the evaluation function there.

Hope you can make sense of this and it works for you

Cheers
Hi i've tried a few times now and don't think i'm getting it right this is what I have now as an extra request can you post up you section from the xml your using?

thanks
Andy


ah I think I may have found what i need to do (1.3*x)/(&h07*1.632679) for the eval

still not working

Last edited by And; Jul 31, 2012 at 02:03 AM.
Old Aug 1, 2012 | 12:23 AM
  #553  
And's Avatar
And
Evolving Member
 
Joined: Dec 2005
Posts: 416
Likes: 0
From: Bristol, England
anyone any other ideas why it crashes when I select enable SD?

Thanks
Andy
Old Aug 1, 2012 | 12:42 AM
  #554  
emilyee's Avatar
Newbie
 
Joined: Jul 2012
Posts: 4
Likes: 0
From: UK
Ziad,this is a great post.





`
Old Aug 1, 2012 | 05:34 AM
  #555  
XR6T's Avatar
Newbie
 
Joined: Dec 2006
Posts: 13
Likes: 0
Wrong Info

Last edited by XR6T; Dec 11, 2013 at 09:51 PM. Reason: Removed


Quick Reply: new live map app



All times are GMT -7. The time now is 02:23 PM.