new live map app
#541
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?
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?
Yep 88592715 was working on my car, I was regularly using livemap to tune it.
#542
#543
#544
#545
Learn GTK instead and thank me later
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.
#546
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.
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!
#547
Ziad,
I had a couple of suggestions about ELM.
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...
#548
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
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.
#551
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
Not in the log file. But graphing can be toggled via GPS. Anyone got tips on how they like graphing to show up
#552
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
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
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.