Marcos' development diary!

Marcos Chaparro's GPL C++/QT tuning application, now supports FreeEMS too!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Marcos' development diary!

Post by Fred »

Mate, use this thread to post your updates etc in, everyone else (including me), use the comments thread!

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

Cool! I Have a thread for my own :-)
Feels kind of lonely =P

The only thing I did today was the removal of all the compiler warnings, I'm still thinking what to do next: finish the packet decoder or improve the GUI flexibility... I'll let you know.
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

Initial color settings fixed. Now it looks in ~/.config/FreeEMS
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

Hangs while resizing window fixed
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

quicktune bug fixed, it was a segfault caused by attempts to write beyond the limits of the VE table.
You may notice that a change in quicktune should induce the change in color of the table, and the update of the 3D surface. Well... it was pretty hard on the cpu, so I de-implemented it until i find a better way to do it. I will be back, don't worry.

By the way, in DataExamples/ are a few config files -the ones I've used in my car-. Fiat palio fire lean.txt is the last I used.
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

Removed the labels in the 3d surface. It was the fastest way I found to get rid of those wierd characters.

Now it looks like this:

Image
mmm, probably too much resolution.

Marcos
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

The main table headers can be modified. Useless on my EMS, but a must in FreeEMS. The pop up pops up with a right mouse click on the main table.
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

Probably working datalog. It worked for me with a datalog file (ECUmanager/Data Examples/comms20100421201222.bin)
Checksums not implemented yet.
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

ECUmanager went multiplatmform :-)

I still have to figure it out how to automatize the building in different platforms...

Image


I'm *really* happy with this. Feels like a milestone :-)
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: Marcos' development diary!

Post by nitrousnrg »

Latest version available on github.
It compiles on windows flawlessly! :-)

"Code once, deploy everywhere" =D
Well, enough for today, see ya.

The next TODO is provide a configurable serial port, and confirm that the packet decoder works.
Marcos
Post Reply