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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 10-11-2013, 03:18 PM   #181 (permalink)
EcoModding Apprentice
 
Join Date: Jun 2010
Location: Virginia
Posts: 114
Thanks: 33
Thanked 56 Times in 38 Posts
So far, everything is working great with the 20131010 code!

Tomorrow will be a more complete test.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 10-11-2013, 03:37 PM   #182 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
I believe that this new version has a bug in the choice of metric system, not premite off the metric system, please confirm.

Thank you
José Rodrigues
  Reply With Quote
Old 10-11-2013, 05:45 PM   #183 (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
I believe that this new version has a bug in the choice of metric system, not premite off the metric system, please confirm.

Thank you
José Rodrigues
I do not understand. I could switch between US and metric mode with no problems.







Apart from the slight roundoff error that occurred when the VSS pulses/mile setting was converted to metric mode and back (10000 -> 6215 -> 9999), I could see no issues.
Attached Thumbnails
Click image for larger version

Name:	s201310110000.jpg
Views:	145
Size:	62.5 KB
ID:	13925   Click image for larger version

Name:	s201310110001.jpg
Views:	140
Size:	56.8 KB
ID:	13926   Click image for larger version

Name:	s201310110002.jpg
Views:	138
Size:	55.6 KB
ID:	13927  
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (10-12-2013)
Old 10-12-2013, 03:15 AM   #184 (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
I do not understand. I could switch between US and metric mode with no problems.

Apart from the slight roundoff error that occurred when the VSS pulses/mile setting was converted to metric mode and back (10000 -> 6215 -> 9999), I could see no issues.
I'm sorry, as they say in Portugal (I was in the kitchen garden, but not eye the cabbages). The display configuration was expected moves (Metric 1-Yes) to (Metric 0-Yes) which can not happen because it is just a info, once again I apologize for my stupidity.

Thank you
José Rodrigues
  Reply With Quote
Old 10-12-2013, 11:50 AM   #185 (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
I'm sorry, as they say in Portugal (I was in the kitchen garden, but not eye the cabbages). The display configuration was expected moves (Metric 1-Yes) to (Metric 0-Yes) which can not happen because it is just a info, once again I apologize for my stupidity.
Nope, it's not stupidity on your part. We just have to come up with some sort of better prompt for that. "Metric 1-Yes" is somewhat confusing, but there's not a lot of room for anything more. Maybe I can come up with some sort of display that alternates between the value label and its allowed values.

"Metric" (wait one second)
"Yes=1, No=2" (wait one second)
"Metric" (wait one second)
and so on, and so on...
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (10-12-2013)
Old 10-12-2013, 01:06 PM   #186 (permalink)
EcoModding Apprentice
 
Join Date: Jun 2010
Location: Virginia
Posts: 114
Thanks: 33
Thanked 56 Times in 38 Posts
Halfway report from the road 175 miles in and it's all good.

Quote:
Originally Posted by t vago View Post
"Metric" (wait one second)
"Yes=1, No=2" (wait one second)
"Metric" (wait one second)
and so on, and so on...
Eh, I vote "no" to that. I think it's intuitive as is.

If someone were to write out more verbose explanations in some documentation, it would help get a new user up to speed.
  Reply With Quote
The Following 2 Users Say Thank You to Ardent For This Useful Post:
josemapiro (10-12-2013), t vago (10-12-2013)
Old 10-12-2013, 03:58 PM   #187 (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
Nope, it's not stupidity on your part. We just have to come up with some sort of better prompt for that. "Metric 1-Yes" is somewhat confusing, but there's not a lot of room for anything more. Maybe I can come up with some sort of display that alternates between the value label and its allowed values.

"Metric" (wait one second)
"Yes=1, No=2" (wait one second)
"Metric" (wait one second)
and so on, and so on...
In fact although may make of otherwise, it was a bit obvious, I was even sleeping, I think the Ardent is right, no need to change the code.
But if you want to do, I think the simplest way without changing much code would be like this:
Code:
US 0 / Metric 1
selected:  1
The text (US 0 / Metric 1) and (Seleted) would always be fixed, and the value (0) or (1) is changed as it already happens.

Thank you
José Rodrigues

Last edited by josemapiro; 10-12-2013 at 04:03 PM..
  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (10-12-2013)
Old 10-12-2013, 04:59 PM   #188 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
I've been trying to work for the MPGuino in the car, but without success, I believe I'll have the same problems we had with the buttons, due to the configuration of the arduino mega ports, which are different from those you use in the code.
Is there any way to debug to see what is happening?

Thank you
José Rodrigues
  Reply With Quote
Old 10-12-2013, 09:52 PM   #189 (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
Since I now have an Arduino Mega, and a basic MPGuino signal generator, I can figure out what is going on. It still sounds like the compiler is not liking the interrupt vectors that are being supplied by the code.
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (10-13-2013)
Old 10-13-2013, 03:36 AM   #190 (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
Since I now have an Arduino Mega, and a basic MPGuino signal generator, I can figure out what is going on. It still sounds like the compiler is not liking the interrupt vectors that are being supplied by the code.
Also seems to be the problem, especially in the analog pin Vss, as did the buttons.

Thank you
José Rodrigues

  Reply With Quote
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