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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 07-20-2017, 06:03 AM   #131 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago
Yes these lcds seem to be very interesting because part of the work is done by it through the processor and internal memory it has.
With it you can create more attractive and easy to see menus.

Thanks
José Rodrigues

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 07-28-2017, 02:24 AM   #132 (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
After a bit of a hiatus, I have started work again on modifying the MPGuino code.

Added the #ifdef bugfix that was posted earlier this year. Completed a substantial re-write of fuel injector open time SWEET64 calculations, to support microseconds per gallon and fuel injector delay stored parameters calculations. Added skybolt's updated doOutputJSON() routine, and am scratching my head at the digitalWrite commands. Also scratching my head at the reverse-engineered acceleration test flag values.
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (08-03-2017)
Old 08-03-2017, 06:05 PM   #133 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago
It's good to see you're back at work.

Thanks
José Rodrigues
  Reply With Quote
Old 08-11-2017, 07:43 AM   #134 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
I've been seeing some ideas for LCD Nextion and created these two images to give you an idea.
The text is in Portuguese, but I think you can get an idea.

UploadDeImagens.com.br - Menu_consumo.png

UploadDeImagens.com.br - Menu_grafico.png


José Rodrigues
  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (08-11-2017)
Old 08-11-2017, 03:16 PM   #135 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago

I wanted to do some coastdown testing but I need your help.
First as this topic is very technical the translation does not always represent what it is actually transmitting to me, that's why I asked if it's possible that I try to explain myself in the less technical way, maybe this way the translation will be easier.

For the coastdown test it takes 3 values.
1st vehicle frontal area I already have.
2nd Density of the air, this value as you get it, there is some site where you can see this value or it is through calculations. I have tried several sites of Weather but do not have this value.
3rd period between samples, what is the value that you think is most appropriate for these tests.

What is the procedure for getting the results, what kind of road is the most suitable for the test and what values can I get, just to get an idea if I'm not doing something wrong.

Thanks
José Rodrigues
  Reply With Quote
Old 08-15-2017, 12:06 AM   #136 (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 wanted to do some coastdown testing but I need your help.
First as this topic is very technical the translation does not always represent what it is actually transmitting to me, that's why I asked if it's possible that I try to explain myself in the less technical way, maybe this way the translation will be easier.

For the coastdown test it takes 3 values.
1st vehicle frontal area I already have.
2nd Density of the air, this value as you get it, there is some site where you can see this value or it is through calculations. I have tried several sites of Weather but do not have this value.
3rd period between samples, what is the value that you think is most appropriate for these tests.

What is the procedure for getting the results, what kind of road is the most suitable for the test and what values can I get, just to get an idea if I'm not doing something wrong.

Thanks
José Rodrigues
The second parameter, air density, can be found from converting barometric pressure and outside air temperature, to density. Link here -> How to Calculate Air Density - Fly Me to the Moon

The third, period between samples, is a good guess. I would pick once every 5 seconds.

You'll want to find a nice, smooth, flat section of road. No bumps, dips, humps, potholes, inclines, or anything else that might interfere with the coastdown itself.

Keep in mind that coastdown doesn't work yet because it isn't fully coded. I have yet to program a matrix equation solver. I also have to figure out how I am going to account for vehicle lift at higher speeds.
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (08-17-2017)
Old 08-17-2017, 07:16 AM   #137 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago
Thank you the website is perfect for the calculation.
In relation to the test, the speed at which the test should be performed is important?
Should it be the same speed or should it be with different speeds?
What is the speed range that you think is the most suitable for the test?

Thanks
José Rodrigues
  Reply With Quote
Old 08-30-2017, 08:32 AM   #138 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Hi t vago
I know the value will be given by the code, but what the (Cv) means the other two I know, this is that I could not find out what it is.
(Cd) - Coefficient of drag
(Crr) - Coefficient of rolling resistance
(Cv) - ?

Thanks
José Rodrigues
  Reply With Quote
Old 09-02-2017, 02:16 PM   #139 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
This is the video of the Nextion project that I have been working on.
The motions are not the best because the program where this simulation was done requires some features that the computer I'm using does not have it, but you can get an idea of the project.



José Rodrigues
  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (09-02-2017)
Old 09-02-2017, 03:19 PM   #140 (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
Thank you the website is perfect for the calculation.
In relation to the test, the speed at which the test should be performed is important?
Should it be the same speed or should it be with different speeds?
What is the speed range that you think is the most suitable for the test?
I think that should be a low-speed test, at about 40 or so km/h. This should be used primarily to determine the coefficient of rolling resistance. Aerodynamic drag, viscous drag, and lift should not factor in during low-speed testing.

Quote:
Originally Posted by josemapiro View Post
Hi t vago
I know the value will be given by the code, but what the (Cv) means the other two I know, this is that I could not find out what it is.
(Cd) - Coefficient of drag
(Crr) - Coefficient of rolling resistance
(Cv) - ?
That would be viscous drag, which apparently is not accounted for anywhere else in literature discussing how to perform coastdown testing. Likewise, aerodynamic lift is not accounted for anywhere else. I think that viscous drag may not matter too much, and might even be a negative number for newer cars. I simply don't know.

As for determining lift and coefficient of drag, that will prove to be tricky as both are functions of the square of velocity. Both terms only show up under moderate to high speeds. I think lift shows up at a higher speed than drag, though. Again, I simply don't know for sure.

  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (09-02-2017)
Reply  Post New Thread


Tags
mpguino, peak and hold

Thread Tools




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