Страница 5 из 5

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 12 июл 2012, 15:24
cail
just in case, the file should look like

<gauges>
<gauge id="*" cache-interval="2000"/>
</gauges>


but there could be other lines if you've customized the UI.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 13 июл 2012, 03:36
alawadhi3000
I did that, still the main tab takes 330-380ms to get a new reading, I'm also not sure if that improved anything.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 13 июл 2012, 05:46
cail
Hm.. just to make sure - try to switch off "draw charts" option in system menu.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 14 июл 2012, 03:26
alawadhi3000
Did that, still the same.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 14 июл 2012, 07:45
cail
Hm. At least its good the bottleneck is not in graphics. I'll try to reproduce this on my hardware.
The strange thing is that I don't see such issue even on slow winCE hardware.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 15 июл 2012, 07:59
alawadhi3000
OK, please let me know if you need anything or you did any progress on that, getting the data to refresh 5 times a second is much better than 3. :mrgreen:

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 30 авг 2012, 04:24
alawadhi3000
Any progress Cali? :)

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 30 авг 2012, 08:05
cail
Alawadhi, sorry - android consumes all the time.

It seems the root cause is that all your sensors are in a single request. In moments when it on 'General' screen, hobdrive requires more sensors to be analysed from a single request.

I however don't understand why it slows down because cpu power is enough. I'll look more precisly inthere.

BTW, in latest beta there is a quite realistic power and torque measurements. You can give it a try (PMed you a beta)

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 02 сен 2012, 03:09
alawadhi3000
Thanks I will, currently I took the PC out of my car for maintenance. When you have some time please take a lot at my matter, perhaps you can simplyfy some of the formulas for faster performance.

The only other thing that comes to my mind is if you save and retrive from the harddisk, the access time of the HDD can cause a delay of like 10-100ms.

Thanks Cali. :D

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 05 ноя 2012, 20:20
alawadhi3000
Any updates on my issue Cali? :D

Also how can I set the fuel price from two digits after the decimal point to three? I've went through all .layout files and I found nothing.

BTW if there's a new Beta please send me the download link for it, I currently have the 1.1.47 Beta.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 06 ноя 2012, 12:04
cail
Sorry, no progress. It definitely should be improved, but I still cant find the rootcause.

To use three dec points, add precision="3" parameter to the layout "item".

PMed you as well.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 07 ноя 2012, 04:04
alawadhi3000
Thanks for the link, the max power and torque calculation is still some way off but better than before at least.

Re: Hyundai Coupe/Tuscani

СообщениеДобавлено: 07 ноя 2012, 09:31
cail
I have to extract more config data into settings (roll resistance, frontal area, etc).. They are hardcoded now. Will do that soon.