Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 03-11-2014, 03:41 PM   #291 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Quote:
Originally Posted by t vago View Post
Interesting. It may be that this beta Arduino IDE may have stricter type checking.

Can you insert this bolded line at about line 550 of your copy of the source code, and tell me what you get? It is missing in the latest version I released.

Code:
void doTripPrintType(uint8_t tripIdx);
void doTripBumpSlot(void);
void doTripShowCancel(void);
#endif
#ifdef useScreenEditor // Programmable main display screen edit support section
Great t vago nailed it, with this fix is not giving the error, and everything seems to be working, but I'm testing it and giving information.

Thank you
José Rodrigues

  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (03-11-2014)
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 03-17-2014, 05:56 PM   #292 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago
I've been testing the program, and looks like it has some error with the graphics, the show seems to that unlike, the others will not appear on its chart.
Watch the video and confirm that it also happens the same.


Thank you
José Rodrigues
  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (03-19-2014)
Old 03-17-2014, 06:29 PM   #293 (permalink)
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
There should be... something there in the (variable) vs. Speed graphs. I'll take a look into this issue tomorrow.
  Reply With Quote
Old 03-17-2014, 10:50 PM   #294 (permalink)
halos.com
 
Join Date: Oct 2009
Location: Oklahoma City, OK
Posts: 528

ECONORAM - '07 Dodge RAM 1500 QC SLT flex-fuel
90 day: 18.16 mpg (US)

the Avenger - '08 Dodge Avenger SXT
90 day: 27.06 mpg (US)
Thanks: 385
Thanked 94 Times in 80 Posts
Send a message via Yahoo to ECONORAM
WOW! Lots of good cooperative work in this thread. I'm so disappointed that I found it so late. I'm not a programmer but would be glad to help where I can.
Am I understanding correctly? A pre-assembled unit (mine is from meelis) will run this revised code? How does one go about loading it? Any special software or equipment? Thanks in advance and thanks for all the work. Dave
__________________
  Reply With Quote
Old 03-18-2014, 03:01 AM   #295 (permalink)
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by ECONORAM View Post
Am I understanding correctly? A pre-assembled unit (mine is from meelis) will run this revised code? How does one go about loading it? Any special software or equipment? Thanks in advance and thanks for all the work. Dave
Thank you. It is a nice collaborative effort, and it's good to build off the already-capable original MPGuino code.

As for your questions, my code should run on the meelis hardware, as I am given to understand that the meelis hardware is a legacy MPGuino design. However, there appears to be no programming port on the meelis unit, as there is on the JBD unit.

meelis MPGuino - no programming port


JellyBeanDriver MPGuino - ISP programming port on other side of chip socket, opposite clock crystal (silvery) can


You would have to unsocket the AtMega integrated circuit on your meelis hardware, then mail it off to me so I could reprogram it. I am considering charging $5 to ship off pre-programmed AtMega ICs, as an alternative.
  Reply With Quote
Old 03-19-2014, 12:30 PM   #296 (permalink)
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by josemapiro View Post
Hi t vago
I've been testing the program, and looks like it has some error with the graphics, the show seems to that unlike, the others will not appear on its chart.
The issue was due to my attempting to remove a byte array that was dedicated solely to drawing the graph, and using one of the more general character arrays to store the graph output data. The technique worked with drawing the spiffy little labels on the main pages, so I don't know why it didn't work with drawing the graphs.

In any case, that change has been reverted. The latest code version is posted at the beginning of this thread.
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (03-19-2014)
Old 03-19-2014, 06:09 PM   #297 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Quote:
Originally Posted by t vago View Post
The issue was due to my attempting to remove a byte array that was dedicated solely to drawing the graph, and using one of the more general character arrays to store the graph output data. The technique worked with drawing the spiffy little labels on the main pages, so I don't know why it didn't work with drawing the graphs.

In any case, that change has been reverted. The latest code version is posted at the beginning of this thread.
Ok
I've done the upload code, is now only test to see if everything works.

Thank you
José Rodrigues
  Reply With Quote
Old 03-20-2014, 04:07 PM   #298 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago

The graphics seem to be working, but some screens feature of the graph out of place, as you can see in the pictures.







Thank you
José Rodrigues
  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (03-20-2014)
Old 03-20-2014, 06:34 PM   #299 (permalink)
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Cool! I should easily be able to fix that issue tonight.
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (03-22-2014)
Old 03-26-2014, 12:35 PM   #300 (permalink)
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Okay, it took a little longer than a night to fix, but it's fixed now. Latest version is at the first post of this thread.

  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (03-26-2014)
Reply  Post New Thread






Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com